find-node-modules
Version:
Return an array of all parent node_modules directories
85 lines (84 loc) • 2 kB
JSON
{
"_args": [
[
"cardinal@2.1.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "cardinal@2.1.1",
"_id": "cardinal@2.1.1",
"_inBundle": false,
"_integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=",
"_location": "/cardinal",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cardinal@2.1.1",
"name": "cardinal",
"escapedName": "cardinal",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/marked-terminal"
],
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-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"
},
"bin": {
"cdl": "bin/cdl.js"
},
"bugs": {
"url": "https://github.com/thlorenz/cardinal/issues"
},
"dependencies": {
"ansicolors": "~0.3.2",
"redeyed": "~2.1.0"
},
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
"devDependencies": {
"readdirp": "~2.1.0",
"standart": "~6.1.0",
"tape": "~4.9.0"
},
"homepage": "https://github.com/thlorenz/cardinal#readme",
"keywords": [
"syntax",
"highlight",
"theme",
"javascript",
"json",
"terminal",
"console",
"print",
"output"
],
"license": "MIT",
"main": "cardinal.js",
"name": "cardinal",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/cardinal.git"
},
"scripts": {
"demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
"lint": "standart",
"lint-fix": "standart --fix",
"run-test": "tape test/*.js",
"test": "npm run run-test && npm run lint"
},
"standart": {
"ignore": [
"test/fixtures"
]
},
"version": "2.1.1"
}