UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

78 lines (77 loc) 2.23 kB
{ "_args": [ [ "@sinonjs/formatio@3.0.0", "/Users/callumacrae/Sites/find-node-modules/cz-cli" ] ], "_development": true, "_from": "@sinonjs/formatio@3.0.0", "_id": "@sinonjs/formatio@3.0.0", "_inBundle": false, "_integrity": "sha512-vdjoYLDptCgvtJs57ULshak3iJe4NW3sJ3g36xVDGff5AE8P30S6A093EIEPjdi2noGhfuNOEkbxt3J3awFW1w==", "_location": "/@sinonjs/formatio", "_phantomChildren": { "array-from": "2.1.1" }, "_requested": { "type": "version", "registry": true, "raw": "@sinonjs/formatio@3.0.0", "name": "@sinonjs/formatio", "escapedName": "@sinonjs%2fformatio", "scope": "@sinonjs", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/sinon" ], "_resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.0.0.tgz", "_spec": "3.0.0", "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli", "author": { "name": "Christian Johansen" }, "bugs": { "url": "https://github.com/sinonjs/formatio/issues" }, "dependencies": { "@sinonjs/samsam": "2.1.0" }, "description": "Human-readable object formatting", "devDependencies": { "@sinonjs/referee": "^2.5.0", "eslint": "^4.19.1", "eslint-config-sinon": "^1.0.3", "eslint-plugin-ie11": "^1.0.0", "eslint-plugin-mocha": "^4.11.0", "mocha": "^5.0.0", "npm-run-all": "4.1.3", "nyc": "^11.7.3", "rollup": "0.65.2", "rollup-plugin-commonjs": "9.1.6" }, "files": [ "lib/**/*[^test].js" ], "homepage": "http://busterjs.org/docs/formatio/", "license": "BSD-3-Clause", "main": "./lib/formatio", "name": "@sinonjs/formatio", "repository": { "type": "git", "url": "git+https://github.com/sinonjs/formatio.git" }, "scripts": { "build": "run-s build:dist-folder build:bundle", "build:bundle": "rollup -c > dist/formatio.js", "build:dist-folder": "mkdirp dist", "lint": "eslint .", "prepublishOnly": "npm run build && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin", "test": "mocha 'lib/**/*.test.js'", "test-coverage": "nyc --reporter text --reporter html --reporter lcovonly npm run test" }, "version": "3.0.0" }