package.json
1.94 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
75
76
77
78
79
80
81
82
83
84
85
{
"_from": "nopter@~0.3.0",
"_id": "nopter@0.3.0",
"_inBundle": false,
"_integrity": "sha1-uWkOb6uPJWs35OfM0j4rOEUMxx8=",
"_location": "/nopter",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "nopter@~0.3.0",
"name": "nopter",
"escapedName": "nopter",
"rawSpec": "~0.3.0",
"saveSpec": null,
"fetchSpec": "~0.3.0"
},
"_requiredBy": [
"/linkchecker"
],
"_resolved": "https://registry.npmjs.org/nopter/-/nopter-0.3.0.tgz",
"_shasum": "b9690e6fab8f256b37e4e7ccd23e2b38450cc71f",
"_spec": "nopter@~0.3.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\linkchecker",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"bugs": {
"url": "https://github.com/stevenvachon/nopter/issues"
},
"bundleDependencies": false,
"dependencies": {
"caller-path": "~0.1.0",
"camelcase": "^1.0.2",
"chalk": "~0.5.1",
"cli-table": "~0.3.1",
"eol": "~0.2.0",
"nopt": "^3.0.1",
"object-assign": "^2.0.0",
"splitargs": "~0.0.3"
},
"deprecated": "try optionator",
"description": "A powerful, yet simple command line (CLI) option parser.",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"lib"
],
"homepage": "https://github.com/stevenvachon/nopter",
"keywords": [
"args",
"argv",
"command",
"cli",
"nopt",
"options",
"parser",
"terminal"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"main": "lib",
"name": "nopter",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/nopter.git"
},
"scripts": {
"test": "mocha test/ --reporter spec --check-leaks --bail --no-exit"
},
"version": "0.3.0"
}