Gazebo_simulation-Frontend/node_modules/keycode/package.json

71 lines
1.5 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"keycode@2.2.0",
"/home/riddhi/frontend"
]
],
"_from": "keycode@2.2.0",
"_id": "keycode@2.2.0",
"_inBundle": false,
"_integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=",
"_location": "/keycode",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "keycode@2.2.0",
"name": "keycode",
"escapedName": "keycode",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/react-bootstrap"
],
"_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/home/riddhi/frontend",
"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": "./keycode.d.ts",
"version": "2.2.0"
}