66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"_from": "command-line-tool@^0.8.0",
|
|
"_id": "command-line-tool@0.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Xw18HVx/QzQV3Sc5k1vy3kgtOeGmsKIqwtFFoyjI4bbcpSgnw2CWVULvtakyw4s6fhyAdI6soQQhXc2OzJy62g==",
|
|
"_location": "/command-line-tool",
|
|
"_phantomChildren": {
|
|
"typical": "2.6.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "command-line-tool@^0.8.0",
|
|
"name": "command-line-tool",
|
|
"escapedName": "command-line-tool",
|
|
"rawSpec": "^0.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc-to-markdown"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/command-line-tool/-/command-line-tool-0.8.0.tgz",
|
|
"_shasum": "b00290ef1dfc11cc731dd1f43a92cfa5f21e715b",
|
|
"_spec": "command-line-tool@^0.8.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-to-markdown",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/command-line-tool/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-escape-sequences": "^4.0.0",
|
|
"array-back": "^2.0.0",
|
|
"command-line-args": "^5.0.0",
|
|
"command-line-usage": "^4.1.0",
|
|
"typical": "^2.6.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "command-line-tool",
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^3.0.4",
|
|
"test-runner": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://github.com/75lb/command-line-tool#readme",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"main": "lib/command-line-tool.js",
|
|
"name": "command-line-tool",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/75lb/command-line-tool.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
|
|
"test": "test-runner test/*.js"
|
|
},
|
|
"version": "0.8.0"
|
|
}
|