package.json 841 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bindings",
  3. "description": "Helper module for loading your native module's .node file",
  4. "keywords": [
  5. "native",
  6. "addon",
  7. "bindings",
  8. "gyp",
  9. "waf",
  10. "c",
  11. "c++"
  12. ],
  13. "version": "1.5.0",
  14. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/TooTallNate/node-bindings.git"
  18. },
  19. "main": "./bindings.js",
  20. "bugs": {
  21. "url": "https://github.com/TooTallNate/node-bindings/issues"
  22. },
  23. "homepage": "https://github.com/TooTallNate/node-bindings",
  24. "license": "MIT",
  25. "dependencies": {
  26. "file-uri-to-path": "1.0.0"
  27. },
  28. "__npminstall_done": "Thu Dec 24 2020 20:21:00 GMT+0800 (CST)",
  29. "_from": "bindings@1.5.0",
  30. "_resolved": "https://registry.npm.taobao.org/bindings/download/bindings-1.5.0.tgz"
  31. }