aboutsummaryrefslogtreecommitdiff
path: root/node_modules/node-cmd/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/node-cmd/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/node-cmd/package.json')
-rw-r--r--node_modules/node-cmd/package.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/node_modules/node-cmd/package.json b/node_modules/node-cmd/package.json
new file mode 100644
index 0000000..330e1b5
--- /dev/null
+++ b/node_modules/node-cmd/package.json
@@ -0,0 +1,58 @@
+{
+ "_from": "node-cmd@^3.0.0",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-OP/3CkqqT2WdID61eGJzcBjiT28=",
+ "_location": "/node-cmd",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "node-cmd@^3.0.0",
+ "name": "node-cmd",
+ "escapedName": "node-cmd",
+ "rawSpec": "^3.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^3.0.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/node-cmd/-/node-cmd-3.0.0.tgz",
+ "_shasum": "38fff70a4aaa4f659d203eb57862737018e24f6f",
+ "_spec": "node-cmd@^3.0.0",
+ "_where": "/Users/lucifer/Documents/styx",
+ "author": {
+ "name": "Brandon Nozaki Miller"
+ },
+ "bugs": {
+ "url": "https://github.com/RIAEvangelist/node-cmd/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal.",
+ "directories": {
+ "example": "example"
+ },
+ "homepage": "https://github.com/RIAEvangelist/node-cmd",
+ "keywords": [
+ "commandline",
+ "terminal",
+ "cmd",
+ "cli",
+ "bash",
+ "script",
+ "node"
+ ],
+ "license": "DBAD",
+ "main": "cmd.js",
+ "name": "node-cmd",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/RIAEvangelist/node-cmd.git"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "version": "3.0.0"
+}