1{ 2 "_from": "stringify-package@1.0.1", 3 "_id": "stringify-package@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==", 6 "_location": "/stringify-package", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "stringify-package@1.0.1", 12 "name": "stringify-package", 13 "escapedName": "stringify-package", 14 "rawSpec": "1.0.1", 15 "saveSpec": null, 16 "fetchSpec": "1.0.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/libnpm" 22 ], 23 "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz", 24 "_shasum": "e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85", 25 "_spec": "stringify-package@1.0.1", 26 "_where": "/Users/isaacs/dev/npm/cli", 27 "author": { 28 "name": "Kat Marchán", 29 "email": "kzm@zkat.tech" 30 }, 31 "bugs": { 32 "url": "https://github.com/npm/stringify-package/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "stringifies npm-written json files", 37 "devDependencies": { 38 "standard": "11", 39 "standard-version": "4", 40 "tap": "12" 41 }, 42 "files": [ 43 "index.js" 44 ], 45 "homepage": "https://github.com/npm/stringify-package", 46 "keywords": [ 47 "npm", 48 "json", 49 "stringify", 50 "package.json" 51 ], 52 "license": "ISC", 53 "main": "index.js", 54 "name": "stringify-package", 55 "repository": { 56 "type": "git", 57 "url": "git+https://github.com/npm/stringify-package.git" 58 }, 59 "scripts": { 60 "postpublish": "git push --follow-tags", 61 "postrelease": "npm publish", 62 "prerelease": "npm t", 63 "pretest": "standard", 64 "release": "standard-version -s", 65 "test": "tap -J --coverage --100 test/*.js" 66 }, 67 "version": "1.0.1" 68} 69