UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

121 lines (120 loc) 3.94 kB
{ "_args": [ [ "fast-glob@3.0.4", "/Users/callumacrae/Sites/find-node-modules/cz-cli" ] ], "_development": true, "_from": "fast-glob@3.0.4", "_id": "fast-glob@3.0.4", "_inBundle": false, "_integrity": "sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg==", "_location": "/fast-glob", "_phantomChildren": { "is-glob": "4.0.1", "picomatch": "2.0.7" }, "_requested": { "type": "version", "registry": true, "raw": "fast-glob@3.0.4", "name": "fast-glob", "escapedName": "fast-glob", "rawSpec": "3.0.4", "saveSpec": null, "fetchSpec": "3.0.4" }, "_requiredBy": [ "/@semantic-release/github/globby" ], "_resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.4.tgz", "_spec": "3.0.4", "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli", "author": { "name": "Denis Malinochkin", "url": "canonium.com" }, "bugs": { "url": "https://github.com/mrmlnc/fast-glob/issues" }, "dependencies": { "@nodelib/fs.stat": "^2.0.1", "@nodelib/fs.walk": "^1.2.1", "glob-parent": "^5.0.0", "is-glob": "^4.0.1", "merge2": "^1.2.3", "micromatch": "^4.0.2" }, "description": "It's a very fast and efficient glob library for Node.js", "devDependencies": { "@nodelib/fs.macchiato": "^1.0.0", "@types/compute-stdev": "^1.0.0", "@types/easy-table": "^0.0.32", "@types/execa": "^0.9.0", "@types/glob": "^7.1.1", "@types/glob-parent": "^3.1.1", "@types/is-glob": "^4.0.1", "@types/merge2": "^1.1.4", "@types/micromatch": "^3.1.0", "@types/minimist": "^1.2.0", "@types/mocha": "^5.2.7", "@types/node": "^12.0.10", "@types/rimraf": "^2.0.2", "@types/sinon": "^7.0.13", "compute-stdev": "^1.0.0", "easy-table": "^1.1.1", "execa": "^1.0.0", "fast-glob": "^3.0.2", "glob": "^7.1.4", "minimist": "^1.2.0", "mocha": "^6.1.4", "rimraf": "^2.6.3", "sinon": "^7.3.2", "tiny-glob": "^0.2.6", "tslint": "^5.18.0", "tslint-config-mrmlnc": "^2.1.0", "typescript": "^3.5.2" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/mrmlnc/fast-glob#readme", "keywords": [ "glob", "patterns", "fast", "implementation" ], "license": "MIT", "main": "out/index.js", "name": "fast-glob", "repository": { "type": "git", "url": "git+https://github.com/mrmlnc/fast-glob.git" }, "scripts": { "bench": "npm run bench-async && npm run bench-stream && npm run bench-sync", "bench-async": "npm run bench-async-flatten && npm run bench-async-deep", "bench-async-deep": "node ./out/benchmark --mode async --pattern \"**\"", "bench-async-flatten": "node ./out/benchmark --mode async --pattern \"*\"", "bench-stream": "npm run bench-stream-flatten && npm run bench-stream-deep", "bench-stream-deep": "node ./out/benchmark --mode stream --pattern \"**\"", "bench-stream-flatten": "node ./out/benchmark --mode stream --pattern \"*\"", "bench-sync": "npm run bench-sync-flatten && npm run bench-sync-deep", "bench-sync-deep": "node ./out/benchmark --mode sync --pattern \"**\"", "bench-sync-flatten": "node ./out/benchmark --mode sync --pattern \"*\"", "build": "npm run clean && npm run compile && npm run lint && npm test", "clean": "rimraf out", "compile": "tsc", "lint": "tslint \"src/**/*.ts\" -p . -t stylish", "smoke": "mocha \"out/**/*.smoke.js\" -s 0", "smoke:async": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(async\\)\"", "smoke:stream": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(stream\\)\"", "smoke:sync": "mocha \"out/**/*.smoke.js\" -s 0 --grep \"\\(sync\\)\"", "test": "mocha \"out/**/*.spec.js\" -s 0", "watch": "npm run clean && npm run compile -- --sourceMap --watch" }, "typings": "out/index.d.ts", "version": "3.0.4" }