{
  "_args": [
    [
      {
        "raw": "node-hid@^0.5.0",
        "scope": null,
        "escapedName": "node-hid",
        "name": "node-hid",
        "rawSpec": "^0.5.0",
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
      },
      "/Users/alexandereul/WebstormProjects/Opal/node_modules/dualshock-controller"
    ]
  ],
  "_from": "node-hid@>=0.5.0 <0.6.0",
  "_id": "node-hid@0.5.4",
  "_inCache": true,
  "_location": "/node-hid",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/node-hid-0.5.4.tgz_1484543235002_0.15329819405451417"
  },
  "_npmUser": {
    "name": "todbot",
    "email": "todbotdotcom@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-hid@^0.5.0",
    "scope": null,
    "escapedName": "node-hid",
    "name": "node-hid",
    "rawSpec": "^0.5.0",
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/dualshock-controller"
  ],
  "_resolved": "https://registry.npmjs.org/node-hid/-/node-hid-0.5.4.tgz",
  "_shasum": "a7246dfc08d52774147fa264354d5da6eab40253",
  "_shrinkwrap": null,
  "_spec": "node-hid@^0.5.0",
  "_where": "/Users/alexandereul/WebstormProjects/Opal/node_modules/dualshock-controller",
  "author": {
    "name": "Hans Hübner",
    "email": "hans.huebner@gmail.com",
    "url": "https://github.com/hanshuebner"
  },
  "bin": {
    "hid-showdevices": "./src/show-devices.js"
  },
  "binary": {
    "module_name": "HID",
    "module_path": "build/{configuration}/",
    "host": "https://github.com/node-hid/node-hid/releases/download/",
    "remote_path": "{version}"
  },
  "bugs": {
    "url": "https://github.com/node-hid/node-hid/issues"
  },
  "bundleDependencies": [
    "node-pre-gyp"
  ],
  "contributors": [
    {
      "name": "Blake Miner",
      "email": "miner.blake@gmail.com"
    },
    {
      "name": "Tod Kurt",
      "email": "todbotdotcom@gmail.com",
      "url": "https://github.com/todbot"
    }
  ],
  "dependencies": {
    "nan": "^2.4.0",
    "node-pre-gyp": "0.6.31"
  },
  "description": "USB HID device access library",
  "devDependencies": {
    "node-pre-gyp-github": "^1.3.1",
    "rimraf": "^2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "a7246dfc08d52774147fa264354d5da6eab40253",
    "tarball": "https://registry.npmjs.org/node-hid/-/node-hid-0.5.4.tgz"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "ce8cdc889234ad1eb800b6c7fd891164d0827989",
  "gypfile": true,
  "homepage": "https://github.com/node-hid/node-hid#readme",
  "license": "(MIT OR X11)",
  "main": "./nodehid.js",
  "maintainers": [
    {
      "name": "bminer",
      "email": "miner.blake@gmail.com"
    },
    {
      "name": "gorillatron",
      "email": "jornandretangen@gmail.com"
    },
    {
      "name": "hans",
      "email": "hans.huebner@gmail.com"
    },
    {
      "name": "natevw",
      "email": "natevw@yahoo.com"
    },
    {
      "name": "todbot",
      "email": "todbotdotcom@gmail.com"
    }
  ],
  "name": "node-hid",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-hid/node-hid.git"
  },
  "scripts": {
    "cleanbuild": "rimraf node_modules build",
    "gyppackage": "node-pre-gyp package",
    "gyppublish": "node-pre-gyp publish",
    "install": "node-pre-gyp install --fallback-to-build",
    "prepublish": "git submodule update --init",
    "rebuild-all": "npm rebuild && node-gyp rebuild",
    "test": "node nodehid.js"
  },
  "version": "0.5.4"
}
