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
| {
| "_from": "commander@2.9.0",
| "_id": "commander@2.9.0",
| "_inBundle": false,
| "_integrity": "sha512-bmkUukX8wAOjHdN26xj5c4ctEV22TQ7dQYhSmuckKhToXrkUn0iIaolHdIxYYqD55nhpSPA9zPQ1yP57GdXP2A==",
| "_location": "/dir-compare/commander",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "commander@2.9.0",
| "name": "commander",
| "escapedName": "commander",
| "rawSpec": "2.9.0",
| "saveSpec": null,
| "fetchSpec": "2.9.0"
| },
| "_requiredBy": [
| "/dir-compare"
| ],
| "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.9.0.tgz",
| "_shasum": "9c99094176e12240cb22d6c5146098400fe0f7d4",
| "_spec": "commander@2.9.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/dir-compare",
| "author": {
| "name": "TJ Holowaychuk",
| "email": "tj@vision-media.ca"
| },
| "bugs": {
| "url": "https://github.com/tj/commander.js/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "graceful-readlink": ">= 1.0.0"
| },
| "deprecated": false,
| "description": "the complete solution for node.js command-line programs",
| "devDependencies": {
| "should": ">= 0.0.1",
| "sinon": ">=1.17.1"
| },
| "engines": {
| "node": ">= 0.6.x"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/tj/commander.js#readme",
| "keywords": [
| "command",
| "option",
| "parser"
| ],
| "license": "MIT",
| "main": "index",
| "name": "commander",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tj/commander.js.git"
| },
| "scripts": {
| "test": "make test"
| },
| "version": "2.9.0"
| }
|
|