1
This commit is contained in:
61
node_modules/keypress/package.json
generated
vendored
61
node_modules/keypress/package.json
generated
vendored
@@ -1,20 +1,57 @@
|
||||
{
|
||||
"name": "keypress",
|
||||
"version": "0.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"keypress@0.1.0",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "keypress@0.1.0",
|
||||
"_id": "keypress@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA==",
|
||||
"_location": "/keypress",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "keypress@0.1.0",
|
||||
"name": "keypress",
|
||||
"escapedName": "keypress",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/commander"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/keypress/-/keypress-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net",
|
||||
"url": "http://tootallnate.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/TooTallNate/keypress/issues"
|
||||
},
|
||||
"description": "Make any Node ReadableStream emit \"keypress\" events",
|
||||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/TooTallNate/keypress.git"
|
||||
},
|
||||
"homepage": "https://github.com/TooTallNate/keypress#readme",
|
||||
"keywords": [
|
||||
"keypress",
|
||||
"readline",
|
||||
"core"
|
||||
],
|
||||
"license": "MIT"
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user