package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "node-hid",
  3. "_id": "node-hid@0.7.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vJnonTqmq3frCyTumJqG4g2IZcny3ynkfmbfDfQ90P3ZhRzcWYS/Um1ux6HFmAxmkaQnrZqIYHcGpL7kdqY8jA==",
  6. "_location": "/node-hid",
  7. "_phantomChildren": {
  8. "detect-libc": "1.0.3",
  9. "end-of-stream": "1.4.1",
  10. "file-uri-to-path": "1.0.0",
  11. "github-from-package": "0.0.0",
  12. "minimist": "1.2.0",
  13. "mkdirp": "0.5.1",
  14. "napi-build-utils": "1.0.1",
  15. "node-abi": "2.11.0",
  16. "noop-logger": "0.1.1",
  17. "npmlog": "4.1.2",
  18. "once": "1.4.0",
  19. "os-homedir": "1.0.2",
  20. "rc": "1.2.8",
  21. "simple-get": "2.8.1",
  22. "tar-fs": "1.16.3",
  23. "tunnel-agent": "0.6.0",
  24. "which-pm-runs": "1.0.0"
  25. },
  26. "_requested": {
  27. "type": "tag",
  28. "registry": true,
  29. "raw": "node-hid",
  30. "name": "node-hid",
  31. "escapedName": "node-hid",
  32. "rawSpec": "",
  33. "saveSpec": null,
  34. "fetchSpec": "latest"
  35. },
  36. "_requiredBy": [
  37. "#DEV:/",
  38. "#USER"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/node-hid/-/node-hid-0.7.9.tgz",
  41. "_shasum": "cc0cdf1418a286a7667f0b63642b5eeb544ccd05",
  42. "_spec": "node-hid",
  43. "_where": "D:\\work\\gzwx",
  44. "author": {
  45. "name": "Hans Hübner",
  46. "email": "hans.huebner@gmail.com",
  47. "url": "https://github.com/hanshuebner"
  48. },
  49. "bin": {
  50. "hid-showdevices": "./src/show-devices.js"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/node-hid/node-hid/issues"
  54. },
  55. "bundleDependencies": false,
  56. "contributors": [
  57. {
  58. "name": "Blake Miner",
  59. "email": "miner.blake@gmail.com"
  60. },
  61. {
  62. "name": "Tod Kurt",
  63. "email": "todbotdotcom@gmail.com",
  64. "url": "https://github.com/todbot"
  65. }
  66. ],
  67. "dependencies": {
  68. "bindings": "^1.5.0",
  69. "nan": "^2.13.2",
  70. "prebuild-install": "^5.3.0"
  71. },
  72. "deprecated": false,
  73. "description": "USB HID device access library",
  74. "devDependencies": {
  75. "node-abi": "^2.8.0",
  76. "prebuild": "^8.2.1",
  77. "prebuild-ci": "^2.3.0",
  78. "rimraf": "^2.6.2"
  79. },
  80. "engines": {
  81. "node": ">=6.0.0"
  82. },
  83. "gypfile": true,
  84. "homepage": "https://github.com/node-hid/node-hid#readme",
  85. "license": "(MIT OR X11)",
  86. "main": "./nodehid.js",
  87. "name": "node-hid",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/node-hid/node-hid.git"
  91. },
  92. "scripts": {
  93. "clean": "rimraf build node_modules prebuilds package-lock.json",
  94. "distclean": "npm run clean && rimraf hidapi",
  95. "gypbuild": "node-gyp build",
  96. "gypclean": "node-gyp clean",
  97. "gypconfigure": "node-gyp configure",
  98. "gyprebuild": "node-gyp rebuild",
  99. "install": "prebuild-install || node-gyp rebuild",
  100. "prebuild": "prebuild --all --verbose --include-regex \"HID.*node$\"",
  101. "prebuild-ci": "prebuild-ci",
  102. "prebuild-upload": "prebuild --upload-all",
  103. "prepublish": "git submodule update --init",
  104. "showdevices": "node src/show-devices.js",
  105. "test": "node src/test-ci.js"
  106. },
  107. "version": "0.7.9"
  108. }