123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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"
- ]
- },
- "__npminstall_done": true,
- "_from": "safe-json-parse@1.0.1",
- "_resolved": "https://registry.npmmirror.com/safe-json-parse/-/safe-json-parse-1.0.1.tgz"
- }
|