package.json
2.93 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
{
"_args": [
[
{
"raw": "inquirer@^0.12.0",
"scope": null,
"escapedName": "inquirer",
"name": "inquirer",
"rawSpec": "^0.12.0",
"spec": ">=0.12.0 <0.13.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
]
],
"_from": "inquirer@>=0.12.0 <0.13.0",
"_id": "inquirer@0.12.0",
"_inCache": true,
"_location": "/inquirer",
"_nodeVersion": "5.2.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/inquirer-0.12.0.tgz_1454990163157_0.11014768108725548"
},
"_npmUser": {
"name": "sboudrias",
"email": "admin@simonboudrias.com"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"raw": "inquirer@^0.12.0",
"scope": null,
"escapedName": "inquirer",
"name": "inquirer",
"rawSpec": "^0.12.0",
"spec": ">=0.12.0 <0.13.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz",
"_shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e",
"_shrinkwrap": null,
"_spec": "inquirer@^0.12.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/sboudrias/Inquirer.js/issues"
},
"dependencies": {
"ansi-escapes": "^1.1.0",
"ansi-regex": "^2.0.0",
"chalk": "^1.0.0",
"cli-cursor": "^1.0.1",
"cli-width": "^2.0.0",
"figures": "^1.3.5",
"lodash": "^4.3.0",
"readline2": "^1.0.1",
"run-async": "^0.1.0",
"rx-lite": "^3.1.2",
"string-width": "^1.0.1",
"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",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.8",
"grunt-contrib-jshint": "^0.11.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.1",
"mockery": "^1.4.0",
"sinon": "^1.12.1"
},
"directories": {},
"dist": {
"shasum": "1ef2bfd63504df0bc75785fff8c2c41df12f077e",
"tarball": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz"
},
"files": [
"lib"
],
"gitHead": "a0c2d4d2bcd2818f27c8a2e96477d65f0f386944",
"homepage": "https://github.com/sboudrias/Inquirer.js#readme",
"keywords": [
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
"license": "MIT",
"main": "lib/inquirer.js",
"maintainers": [
{
"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": {
"test": "grunt --verbose"
},
"version": "0.12.0"
}