1{ 2 "_from": "npm-logical-tree@^1.2.1", 3 "_id": "npm-logical-tree@1.2.1", 4 "_inBundle": false, 5 "_integrity": "sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg==", 6 "_location": "/npm-logical-tree", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "npm-logical-tree@^1.2.1", 12 "name": "npm-logical-tree", 13 "escapedName": "npm-logical-tree", 14 "rawSpec": "^1.2.1", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.1" 17 }, 18 "_requiredBy": [ 19 "/libcipm" 20 ], 21 "_resolved": "https://registry.npmjs.org/npm-logical-tree/-/npm-logical-tree-1.2.1.tgz", 22 "_shasum": "44610141ca24664cad35d1e607176193fd8f5b88", 23 "_spec": "npm-logical-tree@^1.2.1", 24 "_where": "/Users/rebecca/code/npm/node_modules/libcipm", 25 "author": { 26 "name": "Kat Marchán", 27 "email": "kzm@sykosomatic.org" 28 }, 29 "bugs": { 30 "url": "https://github.com/npm/logical-tree/issues" 31 }, 32 "bundleDependencies": false, 33 "config": { 34 "nyc": { 35 "exclude": [ 36 "node_modules/**", 37 "test/**" 38 ] 39 } 40 }, 41 "contributors": [ 42 { 43 "name": "Rebecca Turner", 44 "email": "me@re-becca.org" 45 } 46 ], 47 "deprecated": false, 48 "description": "Calculate 'logical' trees from a package.json + package-lock", 49 "devDependencies": { 50 "bluebird": "^3.5.1", 51 "nyc": "^11.1.0", 52 "standard": "^10.0.2", 53 "standard-version": "^4.2.0", 54 "tap": "^10.7.0", 55 "weallbehave": "^1.2.0", 56 "weallcontribute": "^1.0.8" 57 }, 58 "files": [ 59 "*.js" 60 ], 61 "homepage": "https://github.com/npm/logical-tree#readme", 62 "keywords": [ 63 "npm", 64 "package manager" 65 ], 66 "license": "ISC", 67 "main": "index.js", 68 "name": "npm-logical-tree", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/npm/logical-tree.git" 72 }, 73 "scripts": { 74 "postrelease": "npm publish && git push --follow-tags", 75 "prerelease": "npm t", 76 "pretest": "standard lib test *.js", 77 "release": "standard-version -s", 78 "test": "nyc --all -- tap -J test/*.js", 79 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 80 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 81 }, 82 "version": "1.2.1" 83} 84