package.json
2.08 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
{
"_args": [
[
"promptly@0.2.0",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH"
]
],
"_from": "promptly@0.2.0",
"_id": "promptly@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/promptly",
"_npmUser": {
"email": "andremiguelcruz@msn.com",
"name": "satazor"
},
"_npmVersion": "1.2.21",
"_phantomChildren": {},
"_requested": {
"name": "promptly",
"raw": "promptly@0.2.0",
"rawSpec": "0.2.0",
"scope": null,
"spec": "0.2.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz",
"_shasum": "73ef200fa8329d5d3a8df41798950b8646ca46d9",
"_shrinkwrap": null,
"_spec": "promptly@0.2.0",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH",
"author": {
"email": "hello@indigounited.com",
"name": "IndigoUnited",
"url": "http://indigounited.com"
},
"bugs": {
"url": "http://github.com/IndigoUnited/node-promptly/issues"
},
"dependencies": {
"read": "~1.0.4"
},
"description": "Simple command line prompting utility",
"devDependencies": {
"async": "~0.1.22",
"expect.js": "~0.2.0",
"mocha": "~1.8.1"
},
"directories": {},
"dist": {
"shasum": "73ef200fa8329d5d3a8df41798950b8646ca46d9",
"tarball": "http://registry.npmjs.org/promptly/-/promptly-0.2.0.tgz"
},
"homepage": "https://github.com/IndigoUnited/node-promptly#readme",
"keywords": [
"prompt",
"choose",
"choice",
"cli",
"command",
"line"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "hello@indigounited.com",
"name": "indigounited"
},
{
"email": "andremiguelcruz@msn.com",
"name": "satazor"
}
],
"name": "promptly",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-promptly.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.2.0"
}