1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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"
}
|