{ "_args": [ [ "json-parse-better-errors@^1.0.1", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parse-json" ] ], "_from": "json-parse-better-errors@>=1.0.1 <2.0.0", "_id": "json-parse-better-errors@1.0.2", "_inCache": true, "_installable": true, "_location": "/json-parse-better-errors", "_nodeVersion": "9.8.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/json-parse-better-errors_1.0.2_1522422483234_0.4644493341437723" }, "_npmUser": { "email": "npm@zkat.tech", "name": "zkat" }, "_npmVersion": "6.0.0-next.0", "_phantomChildren": {}, "_requested": { "name": "json-parse-better-errors", "raw": "json-parse-better-errors@^1.0.1", "rawSpec": "^1.0.1", "scope": null, "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/parse-json", "/webpack" ], "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "_shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9", "_shrinkwrap": null, "_spec": "json-parse-better-errors@^1.0.1", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/parse-json", "author": { "email": "kzm@zkat.tech", "name": "Kat Marchán" }, "bugs": { "url": "https://github.com/zkat/json-parse-better-errors/issues" }, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } }, "dependencies": {}, "description": "JSON.parse with context information on error", "devDependencies": { "nyc": "^10.3.2", "standard": "^9.0.2", "standard-version": "^4.1.0", "tap": "^10.3.3", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "directories": {}, "dist": { "fileCount": 5, "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "shasum": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9", "tarball": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "unpackedSize": 6702 }, "files": [ "*.js" ], "gitHead": "0f36e75d0add7e247d84a34361c8c01abd6e22c8", "homepage": "https://github.com/zkat/json-parse-better-errors#readme", "keywords": [ "JSON", "parser" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "zkat", "email": "kat@sykosomatic.org" } ], "name": "json-parse-better-errors", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/zkat/json-parse-better-errors.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard", "release": "standard-version -s", "test": "tap -J --coverage test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "version": "1.0.2" }