f196f0ac3b393a52e2ca43928bafda41b1ba3c04.svn-base
1.56 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"_from": "cli@0.4.3",
"_id": "cli@0.4.3",
"_inBundle": false,
"_integrity": "sha1-5oGcjV+qlX9k+Y9mqFBiaMHR8X0=",
"_location": "/cli",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli@0.4.3",
"name": "cli",
"escapedName": "cli",
"rawSpec": "0.4.3",
"saveSpec": null,
"fetchSpec": "0.4.3"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npm.taobao.org/cli/download/cli-0.4.3.tgz",
"_shasum": "e6819c8d5faa957f64f98f66a8506268c1d1f17d",
"_spec": "cli@0.4.3",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\jshint",
"author": {
"name": "Chris O'Hara",
"email": "cohara87@gmail.com"
},
"bugs": {
"url": "http://github.com/chriso/cli/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Meyer"
}
],
"dependencies": {
"glob": ">= 3.1.4"
},
"deprecated": false,
"description": "A tool for rapidly building command line apps",
"engines": {
"node": ">=0.2.5"
},
"homepage": "http://github.com/chriso/cli",
"keywords": [
"cli",
"command line",
"opts",
"parseopt",
"opt",
"args",
"console",
"argsparse",
"optparse",
"daemon",
"autocomplete",
"command",
"autocompletion"
],
"licenses": [
{
"type": "MIT"
}
],
"main": "cli.js",
"name": "cli",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chriso/cli.git"
},
"version": "0.4.3"
}