{
  "_args": [
    [
      {
        "raw": "keycode@^2.1.2",
        "scope": null,
        "escapedName": "keycode",
        "name": "keycode",
        "rawSpec": "^2.1.2",
        "spec": ">=2.1.2 <3.0.0",
        "type": "range"
      },
      "/Users/daviddionise/workspace/react-youtube-playlist/example/node_modules/react-bootstrap"
    ]
  ],
  "_from": "keycode@>=2.1.2 <3.0.0",
  "_id": "keycode@2.1.9",
  "_inCache": true,
  "_location": "/keycode",
  "_nodeVersion": "6.10.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/keycode-2.1.9.tgz_1493820728219_0.2873733432497829"
  },
  "_npmUser": {
    "name": "timoxley",
    "email": "secoif@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "keycode@^2.1.2",
    "scope": null,
    "escapedName": "keycode",
    "name": "keycode",
    "rawSpec": "^2.1.2",
    "spec": ">=2.1.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz",
  "_shasum": "964a23c54e4889405b4861a5c9f0480d45141dfa",
  "_shrinkwrap": null,
  "_spec": "keycode@^2.1.2",
  "_where": "/Users/daviddionise/workspace/react-youtube-playlist/example/node_modules/react-bootstrap",
  "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": "964a23c54e4889405b4861a5c9f0480d45141dfa",
    "tarball": "https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz"
  },
  "gitHead": "0cad233de8b7dbad00bb7d6bbb952c79c630fcec",
  "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.1.9"
}
