-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 1.73 KB
/
package.json
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
{
"name": "prompt-question",
"description": "Question object, used by Enquirer and prompt plugins.",
"version": "5.0.2",
"homepage": "https://github.com/enquirer/prompt-question",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "enquirer/prompt-question",
"bugs": {
"url": "https://github.com/enquirer/prompt-question/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"clone-deep": "^1.0.0",
"debug": "^3.0.1",
"define-property": "^1.0.0",
"isobject": "^3.0.1",
"kind-of": "^5.0.2",
"koalas": "^1.0.2",
"prompt-choices": "^4.0.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-format-md": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"mocha": "^3.5.0"
},
"keywords": [
"answer",
"answers",
"ask",
"bar",
"bottom",
"checkbox",
"choice",
"cli",
"command",
"enquirer",
"input",
"inquire",
"inquirer",
"interact",
"list",
"menu",
"password",
"prompt",
"prompts",
"question",
"readline",
"stdin",
"stdout",
"terminal",
"tty",
"ui"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"choices-separator",
"enquirer",
"prompt-choices",
"readline-utils"
]
},
"reflinks": [
"base-prompt",
"prompt-choices"
],
"lint": {
"reflinks": true
}
}
}