1{ 2 "_from": "libnpmconfig@^1.1.1", 3 "_id": "libnpmconfig@1.2.1", 4 "_inBundle": false, 5 "_integrity": "sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==", 6 "_location": "/libnpmconfig", 7 "_phantomChildren": { 8 "path-exists": "3.0.0" 9 }, 10 "_requested": { 11 "type": "range", 12 "registry": true, 13 "raw": "libnpmconfig@^1.1.1", 14 "name": "libnpmconfig", 15 "escapedName": "libnpmconfig", 16 "rawSpec": "^1.1.1", 17 "saveSpec": null, 18 "fetchSpec": "^1.1.1" 19 }, 20 "_requiredBy": [ 21 "/libnpm" 22 ], 23 "_resolved": "https://registry.npmjs.org/libnpmconfig/-/libnpmconfig-1.2.1.tgz", 24 "_shasum": "c0c2f793a74e67d4825e5039e7a02a0044dfcbc0", 25 "_spec": "libnpmconfig@^1.1.1", 26 "_where": "/Users/zkat/Documents/code/work/npm/node_modules/libnpm", 27 "author": { 28 "name": "Kat Marchán", 29 "email": "kzm@zkat.tech" 30 }, 31 "bugs": { 32 "url": "https://github.com/npm/libnpmconfig/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "figgy-pudding": "^3.5.1", 37 "find-up": "^3.0.0", 38 "ini": "^1.3.5" 39 }, 40 "deprecated": false, 41 "description": "Standalone library for reading/writing/managing npm configurations", 42 "devDependencies": { 43 "standard": "*", 44 "standard-version": "*", 45 "tap": "*", 46 "weallbehave": "*", 47 "weallcontribute": "*" 48 }, 49 "homepage": "https://npmjs.com/package/libnpmconfig", 50 "license": "ISC", 51 "name": "libnpmconfig", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/npm/libnpmconfig.git" 55 }, 56 "scripts": { 57 "postrelease": "npm publish && git push --follow-tags", 58 "prerelease": "npm t", 59 "pretest": "standard", 60 "release": "standard-version -s", 61 "test": "tap -J --100 test/*.js", 62 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 63 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 64 }, 65 "version": "1.2.1" 66} 67