{
  "_args": [
    [
      {
        "raw": "keycode",
        "scope": null,
        "escapedName": "keycode",
        "name": "keycode",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/var/www/html"
    ]
  ],
  "_from": "keycode@latest",
  "_id": "keycode@2.2.0",
  "_inCache": true,
  "_location": "/keycode",
  "_nodeVersion": "8.9.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/keycode_2.2.0_1521631714793_0.9270165937774029"
  },
  "_npmUser": {
    "name": "timoxley",
    "email": "secoif@gmail.com"
  },
  "_npmVersion": "4.6.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "keycode",
    "scope": null,
    "escapedName": "keycode",
    "name": "keycode",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz",
  "_shasum": "3d0af56dc7b8b8e5cba8d0a97f107204eec22b04",
  "_shrinkwrap": null,
  "_spec": "keycode",
  "_where": "/var/www/html",
  "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"
  },
  "dist": {
    "shasum": "3d0af56dc7b8b8e5cba8d0a97f107204eec22b04",
    "tarball": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz",
    "fileCount": 14,
    "unpackedSize": 117726
  },
  "gitHead": "907ed6ecaab6a32671ece058edb93bede3543827",
  "homepage": "https://github.com/timoxley/keycode",
  "keywords": [
    "keyboard",
    "keycode",
    "keyboardevent",
    "ascii",
    "keydown",
    "keyup",
    "metakey",
    "keyname",
    "keypress"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "name": "keycode",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/timoxley/keycode.git"
  },
  "scripts": {
    "test": "mocha test/keycode.js"
  },
  "typings": "./keycode.d.ts",
  "version": "2.2.0"
}
