You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
{ |
|
"name": "safe-json-parse", |
|
"version": "4.0.0", |
|
"description": "Parse JSON safely without throwing", |
|
"keywords": [], |
|
"author": "Raynos <raynos2@gmail.com>", |
|
"repository": "git://github.com/Raynos/safe-json-parse.git", |
|
"main": "callback", |
|
"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": { |
|
"rust-result": "^1.0.0" |
|
}, |
|
"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" |
|
] |
|
} |
|
}
|
|
|