find-node-modules
Version:
Return an array of all parent node_modules directories
93 lines (92 loc) • 1.98 kB
JSON
{
"_args": [
[
"tape@2.3.0",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "tape@2.3.0",
"_id": "tape@2.3.0",
"_inBundle": false,
"_integrity": "sha1-Df7scJIn+8yRcKvn8EaWKycUMds=",
"_location": "/tape",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tape@2.3.0",
"name": "tape",
"escapedName": "tape",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/urlgrey"
],
"_resolved": "https://registry.npmjs.org/tape/-/tape-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"tape": "bin/tape"
},
"bugs": {
"url": "https://github.com/substack/tape/issues"
},
"dependencies": {
"deep-equal": "~0.1.0",
"defined": "~0.0.0",
"inherits": "~2.0.1",
"jsonify": "~0.0.0",
"resumer": "~0.0.0",
"split": "~0.2.10",
"stream-combiner": "~0.0.2",
"through": "~2.3.4"
},
"description": "tap-producing test harness for node and browsers",
"devDependencies": {
"falafel": "~0.1.4",
"tap": "~0.3.0"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/tape",
"keywords": [
"tap",
"test",
"harness",
"assert",
"browser"
],
"license": "MIT",
"main": "index.js",
"name": "tape",
"repository": {
"type": "git",
"url": "git://github.com/substack/tape.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/browser/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "2.3.0"
}