You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1015 B

{
"name": "keycode",
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"version": "2.2.0",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha test/keycode.js"
},
"repository": {
"type": "git",
"url": "git://github.com/timoxley/keycode.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/timoxley/keycode/issues"
},
"devDependencies": {
"mocha": "^3.0.2"
},
"homepage": "https://github.com/timoxley/keycode",
"dependencies": {},
"keywords": [
"keyboard",
"keycode",
"keyboardevent",
"ascii",
"keydown",
"keyup",
"metakey",
"keyname",
"keypress"
],
"author": "Tim Oxley <secoif@gmail.com>",
"typings": "./keycode.d.ts",
"__npminstall_done": "Sun Apr 18 2021 11:11:03 GMT+0800 (中国标准时间)",
"_from": "keycode@2.2.0",
"_resolved": "https://registry.npm.taobao.org/keycode/download/keycode-2.2.0.tgz"
}