UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

102 lines (101 loc) 2.18 kB
{ "_args": [ [ "urlgrey@0.4.0", "/Users/callumacrae/Sites/find-node-modules/cz-cli" ] ], "_development": true, "_from": "urlgrey@0.4.0", "_id": "urlgrey@0.4.0", "_inBundle": false, "_integrity": "sha1-8GU1cED7NcOzEdTl3DZITZbb6gY=", "_location": "/urlgrey", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "urlgrey@0.4.0", "name": "urlgrey", "escapedName": "urlgrey", "rawSpec": "0.4.0", "saveSpec": null, "fetchSpec": "0.4.0" }, "_requiredBy": [ "/codecov.io" ], "_resolved": "https://registry.npmjs.org/urlgrey/-/urlgrey-0.4.0.tgz", "_spec": "0.4.0", "_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli", "author": { "name": "Gregg Caines" }, "browser": { "url": "./browser/url.js", "querystring": "./browser/querystring.js" }, "bugs": { "url": "https://github.com/cainus/urlgrey/issues" }, "dependencies": { "tape": "2.3.0" }, "description": "urlgrey is a library for url querying and manipulation", "devDependencies": { "browserify": "2.35.2", "chai": "1.8.1", "coveralls": "2.5.0", "istanbul": "0.1.45", "jscoverage": "0.3.6", "jshint": "2.3.0", "mocha": "1.8.1", "mocha-lcov-reporter": "0.0.1", "uglify-js": "2.4.3" }, "directories": { "test": "test" }, "engine": { "node": ">=0.8.6" }, "homepage": "https://github.com/cainus/urlgrey#readme", "keywords": [ "url", "uri" ], "license": "BSD-2-Clause", "main": "index.js", "maintainers": [ { "name": "Gregg Caines", "email": "gregg@caines.ca", "url": "http://caines.ca" } ], "name": "urlgrey", "repository": { "type": "git", "url": "git://github.com/cainus/urlgrey.git" }, "scripts": { "test": "make test-coveralls" }, "testling": { "browsers": [ "ie10", "ie11", "firefox/nightly", "firefox/25", "firefox/8", "chrome/6", "chrome/18", "chrome/31", "chrome/canary", "opera/17" ], "harness": "mocha", "files": "test/index.js" }, "version": "0.4.0" }