diff options
author | Minteck <contact@minteck.org> | 2022-06-04 08:51:01 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-04 08:51:01 +0200 |
commit | 383285ecd5292bf9a825e05904955b937de84cc9 (patch) | |
tree | 0a53b6f02c1604b078044567c03dc1b6c944c8c2 /node_modules/safe-json-parse/package.json | |
download | equestriadb-383285ecd5292bf9a825e05904955b937de84cc9.tar.gz equestriadb-383285ecd5292bf9a825e05904955b937de84cc9.tar.bz2 equestriadb-383285ecd5292bf9a825e05904955b937de84cc9.zip |
Initial commit
Diffstat (limited to 'node_modules/safe-json-parse/package.json')
-rw-r--r-- | node_modules/safe-json-parse/package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/node_modules/safe-json-parse/package.json b/node_modules/safe-json-parse/package.json new file mode 100644 index 0000000..0955d7d --- /dev/null +++ b/node_modules/safe-json-parse/package.json @@ -0,0 +1,48 @@ +{ + "name": "safe-json-parse", + "version": "1.0.1", + "description": "Parse JSON safely without throwing", + "keywords": [], + "author": "Raynos <raynos2@gmail.com>", + "repository": "git://github.com/Raynos/safe-json-parse.git", + "main": "index", + "homepage": "https://github.com/Raynos/safe-json-parse", + "contributors": [ + { + "name": "Raynos" + } + ], + "bugs": { + "url": "https://github.com/Raynos/safe-json-parse/issues", + "email": "raynos2@gmail.com" + }, + "dependencies": {}, + "devDependencies": { + "tape": "~1.0.2" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://github.com/Raynos/safe-json-parse/raw/master/LICENSE" + } + ], + "scripts": { + "test": "node ./test/index.js" + }, + "testling": { + "files": "test/index.js", + "browsers": [ + "ie/8..latest", + "firefox/16..latest", + "firefox/nightly", + "chrome/22..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} |