{ "_args": [ [ "node-hid@0.7.9", "F:\\work\\gzwx" ] ], "_development": true, "_from": "node-hid@0.7.9", "_id": "node-hid@0.7.9", "_inBundle": false, "_integrity": "sha512-vJnonTqmq3frCyTumJqG4g2IZcny3ynkfmbfDfQ90P3ZhRzcWYS/Um1ux6HFmAxmkaQnrZqIYHcGpL7kdqY8jA==", "_location": "/node-hid", "_phantomChildren": { "base64-js": "1.3.1", "chownr": "1.1.2", "detect-libc": "1.0.3", "end-of-stream": "1.4.1", "file-uri-to-path": "1.0.0", "fs-constants": "1.0.0", "github-from-package": "0.0.0", "ieee754": "1.1.13", "inherits": "2.0.4", "mkdirp-classic": "0.5.3", "napi-build-utils": "1.0.1", "node-abi": "2.11.0", "noop-logger": "0.1.1", "npmlog": "4.1.2", "once": "1.4.0", "pump": "3.0.0", "rc": "1.2.8", "simple-concat": "1.0.0", "string_decoder": "1.1.1", "tunnel-agent": "0.6.0", "util-deprecate": "1.0.2", "which-pm-runs": "1.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "node-hid@0.7.9", "name": "node-hid", "escapedName": "node-hid", "rawSpec": "0.7.9", "saveSpec": null, "fetchSpec": "0.7.9" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/node-hid/-/node-hid-0.7.9.tgz", "_spec": "0.7.9", "_where": "F:\\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" }, "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" }, "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" }