1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "safe-json-parse@~1.0.1",
- "_id": "safe-json-parse@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=",
- "_location": "/safe-json-parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "safe-json-parse@~1.0.1",
- "name": "safe-json-parse",
- "escapedName": "safe-json-parse",
- "rawSpec": "~1.0.1",
- "saveSpec": null,
- "fetchSpec": "~1.0.1"
- },
- "_requiredBy": [
- "/body"
- ],
- "_resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
- "_shasum": "3e76723e38dfdda13c9b1d29a1e07ffee4b30b57",
- "_spec": "safe-json-parse@~1.0.1",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/body",
- "author": {
- "name": "Raynos",
- "email": "raynos2@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Raynos/safe-json-parse/issues",
- "email": "raynos2@gmail.com"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Raynos"
- }
- ],
- "dependencies": {},
- "deprecated": false,
- "description": "Parse JSON safely without throwing",
- "devDependencies": {
- "tape": "~1.0.2"
- },
- "homepage": "https://github.com/Raynos/safe-json-parse",
- "keywords": [],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/Raynos/safe-json-parse/raw/master/LICENSE"
- }
- ],
- "main": "index",
- "name": "safe-json-parse",
- "repository": {
- "type": "git",
- "url": "git://github.com/Raynos/safe-json-parse.git"
- },
- "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"
- ]
- },
- "version": "1.0.1"
- }
|