{ "_from": "node-hid", "_id": "node-hid@0.7.9", "_inBundle": false, "_integrity": "sha512-vJnonTqmq3frCyTumJqG4g2IZcny3ynkfmbfDfQ90P3ZhRzcWYS/Um1ux6HFmAxmkaQnrZqIYHcGpL7kdqY8jA==", "_location": "/node-hid", "_phantomChildren": { "detect-libc": "1.0.3", "end-of-stream": "1.4.1", "file-uri-to-path": "1.0.0", "github-from-package": "0.0.0", "minimist": "1.2.0", "mkdirp": "0.5.1", "napi-build-utils": "1.0.1", "node-abi": "2.11.0", "noop-logger": "0.1.1", "npmlog": "4.1.2", "once": "1.4.0", "os-homedir": "1.0.2", "rc": "1.2.8", "simple-get": "2.8.1", "tar-fs": "1.16.3", "tunnel-agent": "0.6.0", "which-pm-runs": "1.0.0" }, "_requested": { "type": "tag", "registry": true, "raw": "node-hid", "name": "node-hid", "escapedName": "node-hid", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/node-hid/-/node-hid-0.7.9.tgz", "_shasum": "cc0cdf1418a286a7667f0b63642b5eeb544ccd05", "_spec": "node-hid", "_where": "D:\\work\\gzwx", "author": { "name": "Hans Hübner", "email": "hans.huebner@gmail.com", "url": "https://github.com/hanshuebner" }, "bin": { "hid-showdevices": "./src/show-devices.js" }, "bugs": { "url": "https://github.com/node-hid/node-hid/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Blake Miner", "email": "miner.blake@gmail.com" }, { "name": "Tod Kurt", "email": "todbotdotcom@gmail.com", "url": "https://github.com/todbot" } ], "dependencies": { "bindings": "^1.5.0", "nan": "^2.13.2", "prebuild-install": "^5.3.0" }, "deprecated": false, "description": "USB HID device access library", "devDependencies": { "node-abi": "^2.8.0", "prebuild": "^8.2.1", "prebuild-ci": "^2.3.0", "rimraf": "^2.6.2" }, "engines": { "node": ">=6.0.0" }, "gypfile": true, "homepage": "https://github.com/node-hid/node-hid#readme", "license": "(MIT OR X11)", "main": "./nodehid.js", "name": "node-hid", "repository": { "type": "git", "url": "git://github.com/node-hid/node-hid.git" }, "scripts": { "clean": "rimraf build node_modules prebuilds package-lock.json", "distclean": "npm run clean && rimraf hidapi", "gypbuild": "node-gyp build", "gypclean": "node-gyp clean", "gypconfigure": "node-gyp configure", "gyprebuild": "node-gyp rebuild", "install": "prebuild-install || node-gyp rebuild", "prebuild": "prebuild --all --verbose --include-regex \"HID.*node$\"", "prebuild-ci": "prebuild-ci", "prebuild-upload": "prebuild --upload-all", "prepublish": "git submodule update --init", "showdevices": "node src/show-devices.js", "test": "node src/test-ci.js" }, "version": "0.7.9" }