Skip to content

Instantly share code, notes, and snippets.

@reggi
Created May 3, 2018 03:00
Show Gist options
  • Select an option

  • Save reggi/90d264e4c5d7541a96ebb39c962a62a4 to your computer and use it in GitHub Desktop.

Select an option

Save reggi/90d264e4c5d7541a96ebb39c962a62a4 to your computer and use it in GitHub Desktop.
{
"_from": "@reggi/pkg.json-parse@latest",
"_id": "@reggi/pkg.json-parse@0.0.21",
"_inBundle": false,
"_integrity": "sha512-nLWWTP3L7zYBs4kwXF6dJodgXdg9rhj3v1/n2KEKojxIN6da4PKJnYqUnZRn4Mzbx93gXBA3e8ZXw/gv0P08RA==",
"_location": "/@reggi/pkg.json-parse",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@reggi/pkg.json-parse@latest",
"name": "@reggi/pkg.json-parse",
"escapedName": "@reggi%2fpkg.json-parse",
"scope": "@reggi",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@reggi/pkg.json-parse/-/pkg.json-parse-0.0.21.tgz",
"_shasum": "62860e15fdf96822847f07eaa5d8495bf20338e7",
"_spec": "@reggi/pkg.json-parse@latest",
"_where": "/Users/thomas/Desktop/test",
"author": {
"name": "Thomas Reggi"
},
"babel": {
"plugins": [
"transform-object-rest-spread"
],
"presets": [
[
"env",
{
"targets": {
"node": "4"
}
}
]
]
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON.parse wrapped in a try / catch returns false if error",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.2",
"standard": "^11.0.0"
},
"gitHead": "d461a974f5deccc95fc02a2326101f52cc200f49",
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"main": "./index.build.js",
"name": "@reggi/pkg.json-parse",
"publishConfig": {
"access": "public"
},
"scripts": {
"babel": "babel ./index.js --out-file ./index.build.js",
"babel:watch": "npm run babel -- --watch",
"standard": "standard",
"test": "jest --coverage",
"test:result": "npm run test --silent &>/dev/null || echo $?"
},
"standard": {
"globals": [
"expect",
"test",
"beforeEach",
"afterEach"
],
"parser": "babel-eslint",
"ignore": [
"index.build.js"
]
},
"version": "0.0.21"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment