This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Download-Latest-Python/node_modules/node-command-line/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2018-10-30 18:09:58 -04:00
{
"_from": "node-command-line",
"_id": "node-command-line@1.0.2",
"_inBundle": false,
"_integrity": "sha1-iE6mIBVwnxTCOlShWz+csuQgqaA=",
"_location": "/node-command-line",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-command-line",
"name": "node-command-line",
"escapedName": "node-command-line",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-command-line/-/node-command-line-1.0.2.tgz",
"_shasum": "884ea62015709f14c23a54a15b3f9cb2e420a9a0",
"_spec": "node-command-line",
"_where": "C:\\Users\\broak\\Desktop\\Python-Node-Project\\Download-Latest-Python",
"author": {
"name": "shaishab.cse@gmail.com"
},
"bugs": {
"url": "https://github.com/shaishab/node-command-line/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.4.7"
},
"deprecated": false,
"description": "Simple command line interface to execute command from node environment with promise",
"homepage": "https://github.com/shaishab/node-command-line#readme",
"keywords": [
"node",
"command",
"line",
"cmd",
"cli",
"node command line",
"node cli",
"node cmd",
"node-command-line"
],
"license": "MIT",
"main": "node-command-line.js",
"name": "node-command-line",
"repository": {
"type": "git",
"url": "git+https://github.com/shaishab/node-command-line.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.2"
}