package.json
1.44 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
{
"_from": "keypress@0.1.x",
"_id": "keypress@0.1.0",
"_inBundle": false,
"_integrity": "sha1-SjGI1CkbZrT2XtuZ+AaqmuKTWSo=",
"_location": "/keypress",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "keypress@0.1.x",
"name": "keypress",
"escapedName": "keypress",
"rawSpec": "0.1.x",
"saveSpec": null,
"fetchSpec": "0.1.x"
},
"_requiredBy": [
"/pinyin/commander"
],
"_resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
"_shasum": "4a3188d4291b66b4f65edb99f806aa9ae293592a",
"_spec": "keypress@0.1.x",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\pinyin\\node_modules\\commander",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/keypress/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Make any Node ReadableStream emit \"keypress\" events",
"homepage": "https://github.com/TooTallNate/keypress#readme",
"keywords": [
"keypress",
"readline",
"core"
],
"license": "MIT",
"main": "index.js",
"name": "keypress",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/keypress.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.0"
}