react-scripts
Version:
Configuration and scripts for Create React App.
108 lines (107 loc) • 2.81 kB
JSON
{
"_args": [
[
{
"raw": "marked-terminal@^1.6.2",
"scope": null,
"escapedName": "marked-terminal",
"name": "marked-terminal",
"rawSpec": "^1.6.2",
"spec": ">=1.6.2 <2.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cli-usage"
]
],
"_from": "marked-terminal@>=1.6.2 <2.0.0",
"_id": "marked-terminal@1.6.2",
"_inCache": true,
"_location": "/marked-terminal",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/marked-terminal-1.6.2.tgz_1472844488066_0.4338298556394875"
},
"_npmUser": {
"name": "mikaelb",
"email": "mikaelbre@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "marked-terminal@^1.6.2",
"scope": null,
"escapedName": "marked-terminal",
"name": "marked-terminal",
"rawSpec": "^1.6.2",
"spec": ">=1.6.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cli-usage"
],
"_resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.6.2.tgz",
"_shasum": "44c128d69b5d9776c848314cdf69d4ec96322973",
"_shrinkwrap": null,
"_spec": "marked-terminal@^1.6.2",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cli-usage",
"author": {
"name": "Mikael Brevik"
},
"bugs": {
"url": "https://github.com/mikaelbr/marked-terminal/issues"
},
"dependencies": {
"cardinal": "^1.0.0",
"chalk": "^1.0.0",
"cli-table": "^0.3.1",
"lodash.assign": "^4.2.0",
"node-emoji": "^1.3.1"
},
"description": "A custom render for marked to output to the Terminal",
"devDependencies": {
"marked": "^0.3.3",
"mocha": "^3.0.2"
},
"directories": {
"example": "example"
},
"dist": {
"shasum": "44c128d69b5d9776c848314cdf69d4ec96322973",
"tarball": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-1.6.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "c91390406c7cb1d03c3769092f5b8443b5104795",
"homepage": "https://github.com/mikaelbr/marked-terminal",
"keywords": [
"marked",
"render",
"terminal",
"markdown",
"markdown-to-terminal"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mikaelb",
"email": "mikaelbre@gmail.com"
}
],
"name": "marked-terminal",
"optionalDependencies": {},
"peerDependencies": {
"marked": "^0.3.3"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mikaelbr/marked-terminal.git"
},
"scripts": {
"test": "mocha tests/*.js --reporter spec"
},
"version": "1.6.2"
}