{
  "_from": "is-hotkey@^0.1.6",
  "_id": "is-hotkey@0.1.8",
  "_inBundle": false,
  "_integrity": "sha512-qs3NZ1INIS+H+yeo7cD9pDfwYV/jqRh1JG9S9zYrNudkoUQg7OL7ziXqRKu+InFjUIDoP2o6HIkLYMh1pcWgyQ==",
  "_location": "/is-hotkey",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-hotkey@^0.1.6",
    "name": "is-hotkey",
    "escapedName": "is-hotkey",
    "rawSpec": "^0.1.6",
    "saveSpec": null,
    "fetchSpec": "^0.1.6"
  },
  "_requiredBy": [
    "/slate-react"
  ],
  "_resolved": "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.1.8.tgz",
  "_shasum": "6b1f4b2d0e5639934e20c05ed24d623a21d36d25",
  "_spec": "is-hotkey@^0.1.6",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/slate-react",
  "bugs": {
    "url": "https://github.com/ianstormtaylor/is-hotkey/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check whether a browser event matches a hotkey.",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-env": "^1.6.1",
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/ianstormtaylor/is-hotkey#readme",
  "keywords": [
    "code",
    "combo",
    "event",
    "hotkey",
    "key",
    "keycode",
    "keycodes",
    "keycombo",
    "keydown",
    "keyup",
    "mousetrap",
    "shortcut",
    "which"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "is-hotkey",
  "repository": {
    "type": "git",
    "url": "git://github.com/ianstormtaylor/is-hotkey.git"
  },
  "scripts": {
    "build": "babel ./src --out-dir ./lib",
    "clean": "rm -rf ./lib ./node_modules",
    "prepublish": "yarn run build",
    "release": "np",
    "test": "yarn run build && mocha",
    "watch": "babel ./lib --out-dir ./lib --watch"
  },
  "version": "0.1.8"
}
