react-scripts
Version:
Configuration and scripts for Create React App.
95 lines (94 loc) • 2.33 kB
JSON
{
"_args": [
[
"cardinal@^0.5.0",
"/Users/dan/p/create-react-app/node_modules/marked-terminal"
]
],
"_from": "cardinal@>=0.5.0 <0.6.0",
"_id": "cardinal@0.5.0",
"_inCache": true,
"_installable": true,
"_location": "/cardinal",
"_nodeVersion": "1.4.2",
"_npmUser": {
"email": "thlorenz@gmx.de",
"name": "thlorenz"
},
"_npmVersion": "2.6.1",
"_phantomChildren": {},
"_requested": {
"name": "cardinal",
"raw": "cardinal@^0.5.0",
"rawSpec": "^0.5.0",
"scope": null,
"spec": ">=0.5.0 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/marked-terminal"
],
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz",
"_shasum": "00d5f661dbd4aabfdf7d41ce48a5a59bca35a291",
"_shrinkwrap": null,
"_spec": "cardinal@^0.5.0",
"_where": "/Users/dan/p/create-react-app/node_modules/marked-terminal",
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "thlorenz.com"
},
"bin": {
"cdl": "./bin/cdl.js"
},
"bugs": {
"url": "https://github.com/thlorenz/cardinal/issues"
},
"dependencies": {
"ansicolors": "~0.2.1",
"redeyed": "~0.5.0"
},
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
"devDependencies": {
"readdirp": "~0.2.1",
"tap": "~0.3.1"
},
"directories": {},
"dist": {
"shasum": "00d5f661dbd4aabfdf7d41ce48a5a59bca35a291",
"tarball": "https://registry.npmjs.org/cardinal/-/cardinal-0.5.0.tgz"
},
"gitHead": "5567bcafef4a082db41639800701c671cbd7721b",
"homepage": "https://github.com/thlorenz/cardinal",
"keywords": [
"console",
"highlight",
"javascript",
"json",
"output",
"print",
"syntax",
"terminal",
"theme"
],
"license": "MIT",
"main": "cardinal.js",
"maintainers": [
{
"name": "thlorenz",
"email": "thlorenz@gmx.de"
}
],
"name": "cardinal",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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;",
"test": "tap ./test/*.js"
},
"version": "0.5.0"
}