package.json
3.49 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"_args": [
[
{
"raw": "inquirer",
"scope": null,
"escapedName": "inquirer",
"name": "inquirer",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/key/workspace/x/cli"
]
],
"_from": "inquirer@latest",
"_id": "inquirer@3.0.6",
"_inCache": true,
"_installable": true,
"_location": "/inquirer",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/inquirer-3.0.6.tgz_1488549869575_0.47478392580524087"
},
"_npmUser": {
"name": "sboudrias",
"email": "admin@simonboudrias.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "inquirer",
"scope": null,
"escapedName": "inquirer",
"name": "inquirer",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz",
"_shasum": "e04aaa9d05b7a3cb9b0f407d04375f0447190347",
"_shrinkwrap": null,
"_spec": "inquirer",
"_where": "/Users/key/workspace/x/cli",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/sboudrias/Inquirer.js/issues"
},
"dependencies": {
"ansi-escapes": "^1.1.0",
"chalk": "^1.0.0",
"cli-cursor": "^2.1.0",
"cli-width": "^2.0.0",
"external-editor": "^2.0.1",
"figures": "^2.0.0",
"lodash": "^4.3.0",
"mute-stream": "0.0.7",
"run-async": "^2.2.0",
"rx": "^4.1.0",
"string-width": "^2.0.0",
"strip-ansi": "^3.0.0",
"through": "^2.3.6"
},
"description": "A collection of common interactive command line user interfaces.",
"devDependencies": {
"chai": "^3.0.0",
"cmdify": "^0.0.4",
"eslint": "^3.10.2",
"eslint-config-xo-space": "^0.15.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^3.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"mocha": "^3.1.2",
"mockery": "^2.0.0",
"sinon": "^1.12.1"
},
"directories": {},
"dist": {
"shasum": "e04aaa9d05b7a3cb9b0f407d04375f0447190347",
"tarball": "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
},
"rules": {
"quotes": [
"error",
"single"
],
"no-unused-expressions": "off",
"handle-callback-err": "off",
"no-eq-null": "off",
"eqeqeq": [
"error",
"allow-null"
]
}
},
"files": [
"lib"
],
"gitHead": "6fa46107c940bc8fb7ff66191538ed54e181e166",
"homepage": "https://github.com/sboudrias/Inquirer.js#readme",
"keywords": [
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
"license": "MIT",
"main": "lib/inquirer.js",
"maintainers": [
{
"name": "mischah",
"email": "mail@michael-kuehnel.de"
},
{
"name": "sboudrias",
"email": "admin@simonboudrias.com"
}
],
"name": "inquirer",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sboudrias/Inquirer.js.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"version": "3.0.6"
}