forgeplus-react/node_modules/keycode/package.json

71 lines
1.6 KiB
JSON

{
"_args": [
[
"keycode@2.2.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "keycode@2.2.1",
"_id": "keycode@2.2.1",
"_inBundle": false,
"_integrity": "sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg==",
"_location": "/keycode",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "keycode@2.2.1",
"name": "keycode",
"escapedName": "keycode",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/material-ui"
],
"_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Tim Oxley",
"email": "secoif@gmail.com"
},
"bugs": {
"url": "https://github.com/timoxley/keycode/issues"
},
"dependencies": {},
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"devDependencies": {
"mocha": "^3.0.2"
},
"directories": {
"example": "examples",
"test": "test"
},
"homepage": "https://github.com/timoxley/keycode",
"keywords": [
"keyboard",
"keycode",
"keyboardevent",
"ascii",
"keydown",
"keyup",
"metakey",
"keyname",
"keypress"
],
"license": "MIT",
"main": "index.js",
"name": "keycode",
"repository": {
"type": "git",
"url": "git://github.com/timoxley/keycode.git"
},
"scripts": {
"test": "mocha test/keycode.js"
},
"typings": "./index.d.ts",
"version": "2.2.1"
}