package.json
1.5 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
{
"_from": "argparse@~ 0.1.11",
"_id": "argparse@0.1.16",
"_inBundle": false,
"_integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=",
"_location": "/argparse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "argparse@~ 0.1.11",
"name": "argparse",
"escapedName": "argparse",
"rawSpec": "~ 0.1.11",
"saveSpec": null,
"fetchSpec": "~ 0.1.11"
},
"_requiredBy": [
"/js-yaml"
],
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
"_shasum": "cfd01e0fbba3d6caed049fbd758d40f65196f57c",
"_spec": "argparse@~ 0.1.11",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\js-yaml",
"bugs": {
"url": "https://github.com/nodeca/argparse/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eugene Shkuropat"
},
{
"name": "Paul Jacobson"
}
],
"dependencies": {
"underscore": "~1.7.0",
"underscore.string": "~2.4.0"
},
"deprecated": false,
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"devDependencies": {
"mocha": "*"
},
"homepage": "https://github.com/nodeca/argparse",
"keywords": [
"cli",
"parser",
"argparse",
"option",
"args"
],
"license": "MIT",
"main": "./index.js",
"name": "argparse",
"repository": {
"type": "git",
"url": "git://github.com/nodeca/argparse.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.16"
}