Gazebo_simulation-Frontend/node_modules/keycode/package.json

43 lines
970 B
JSON

{
"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"
,"_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz"
,"_integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ="
,"_from": "keycode@2.2.0"
}