find-node-modules
Version:
Return an array of all parent node_modules directories
83 lines (82 loc) • 2.46 kB
JSON
{
"_args": [
[
"is-subset@0.1.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "is-subset@0.1.1",
"_id": "is-subset@0.1.1",
"_inBundle": false,
"_integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
"_location": "/is-subset",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-subset@0.1.1",
"name": "is-subset",
"escapedName": "is-subset",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/conventional-commits-filter"
],
"_resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Tomek Wiszniewski",
"email": "t.wiszniewski@gmail.com"
},
"bugs": {
"url": "https://github.com/studio-b12/is-subset/issues"
},
"dependencies": {},
"description": "Check if an object is contained within another one",
"devDependencies": {
"babel": "5.1.13",
"coveralls": "2.11.2",
"isparta": "3.0.3",
"jshint": "2.7.0",
"nodangel": "1.3.8",
"tap-spec": "2.2.2",
"tape-catch": "1.0.4"
},
"files": [
"/*.js",
"/module/",
"/test/",
"/Readme.md",
"/License.md"
],
"homepage": "https://github.com/studio-b12/is-subset#readme",
"keywords": [
"contains",
"contain",
"object",
"superset",
"deep-equal",
"equal"
],
"license": "MIT",
"name": "is-subset",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/studio-b12/is-subset.git"
},
"scripts": {
"build": "cd module && babel --out-dir ../ *.js",
"clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to git’s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'",
"coverage": "isparta cover test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"develop": "nodangel --ignore node_modules --exec 'npm run test:lite'",
"prepublish": "npm run clean && npm run build",
"test": "jshint . && npm run test:lite",
"test:lite": "babel-node test.js | tap-spec"
},
"version": "0.1.1"
}