1{ 2 "_args": [ 3 [ 4 "json-parse-better-errors@1.0.2", 5 "/Users/rebecca/code/npm" 6 ] 7 ], 8 "_from": "json-parse-better-errors@1.0.2", 9 "_id": "json-parse-better-errors@1.0.2", 10 "_inBundle": false, 11 "_integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", 12 "_location": "/json-parse-better-errors", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "json-parse-better-errors@1.0.2", 18 "name": "json-parse-better-errors", 19 "escapedName": "json-parse-better-errors", 20 "rawSpec": "1.0.2", 21 "saveSpec": null, 22 "fetchSpec": "1.0.2" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/node-fetch-npm", 27 "/pkg-conf/parse-json", 28 "/read-package-json" 29 ], 30 "_resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", 31 "_spec": "1.0.2", 32 "_where": "/Users/rebecca/code/npm", 33 "author": { 34 "name": "Kat Marchán", 35 "email": "kzm@zkat.tech" 36 }, 37 "bugs": { 38 "url": "https://github.com/zkat/json-parse-better-errors/issues" 39 }, 40 "config": { 41 "nyc": { 42 "exclude": [ 43 "node_modules/**", 44 "test/**" 45 ] 46 } 47 }, 48 "description": "JSON.parse with context information on error", 49 "devDependencies": { 50 "nyc": "^10.3.2", 51 "standard": "^9.0.2", 52 "standard-version": "^4.1.0", 53 "tap": "^10.3.3", 54 "weallbehave": "^1.2.0", 55 "weallcontribute": "^1.0.8" 56 }, 57 "files": [ 58 "*.js" 59 ], 60 "homepage": "https://github.com/zkat/json-parse-better-errors#readme", 61 "keywords": [ 62 "JSON", 63 "parser" 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "json-parse-better-errors", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/zkat/json-parse-better-errors.git" 71 }, 72 "scripts": { 73 "postrelease": "npm publish && git push --follow-tags", 74 "prerelease": "npm t", 75 "pretest": "standard", 76 "release": "standard-version -s", 77 "test": "tap -J --coverage test/*.js", 78 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 79 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 80 }, 81 "version": "1.0.2" 82} 83