find-node-modules
Version:
Return an array of all parent node_modules directories
74 lines (73 loc) • 1.78 kB
JSON
{
"_args": [
[
"redeyed@2.1.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "redeyed@2.1.1",
"_id": "redeyed@2.1.1",
"_inBundle": false,
"_integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=",
"_location": "/redeyed",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "redeyed@2.1.1",
"name": "redeyed",
"escapedName": "redeyed",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/cardinal"
],
"_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/redeyed/issues"
},
"dependencies": {
"esprima": "~4.0.0"
},
"description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
"devDependencies": {
"cardinal": "~1.0.0",
"readdirp": "~2.1.0",
"standart": "^6.1.0",
"tape": "~4.9.0"
},
"homepage": "https://github.com/thlorenz/redeyed#readme",
"keywords": [
"ast",
"syntax",
"tree",
"source",
"wrap",
"metadata"
],
"license": "MIT",
"main": "redeyed.js",
"name": "redeyed",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/redeyed.git"
},
"scripts": {
"demo": "cd examples/browser; open index.html",
"demo-log": "node examples/replace-log",
"lint": "standart",
"run-test": "tape test/*.js",
"test": "npm run run-test && npm run lint"
},
"version": "2.1.1"
}