{ "_from": "npm-logical-tree@^1.2.1", "_id": "npm-logical-tree@1.2.1", "_inBundle": false, "_integrity": "sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg==", "_location": "/npm-logical-tree", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "npm-logical-tree@^1.2.1", "name": "npm-logical-tree", "escapedName": "npm-logical-tree", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/libcipm" ], "_resolved": "https://registry.npmjs.org/npm-logical-tree/-/npm-logical-tree-1.2.1.tgz", "_shasum": "44610141ca24664cad35d1e607176193fd8f5b88", "_spec": "npm-logical-tree@^1.2.1", "_where": "/Users/rebecca/code/npm/node_modules/libcipm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/logical-tree/issues" }, "bundleDependencies": false, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } }, "contributors": [ { "name": "Rebecca Turner", "email": "me@re-becca.org" } ], "deprecated": false, "description": "Calculate 'logical' trees from a package.json + package-lock", "devDependencies": { "bluebird": "^3.5.1", "nyc": "^11.1.0", "standard": "^10.0.2", "standard-version": "^4.2.0", "tap": "^10.7.0", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "files": [ "*.js" ], "homepage": "https://github.com/npm/logical-tree#readme", "keywords": [ "npm", "package manager" ], "license": "ISC", "main": "index.js", "name": "npm-logical-tree", "repository": { "type": "git", "url": "git+https://github.com/npm/logical-tree.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard lib test *.js", "release": "standard-version -s", "test": "nyc --all -- tap -J 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.2.1" }