package.json 3.0 KB

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