package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "bindings@^1.2.1",
  3. "_id": "bindings@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kJ76SfLr4H7NPLE2d49mUFIEASc=",
  6. "_location": "/bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bindings@^1.2.1",
  12. "name": "bindings",
  13. "escapedName": "bindings",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/segfault-handler"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/bindings/download/bindings-1.4.0.tgz",
  22. "_shasum": "909efa49f2ebe07ecd3cb136778f665052040127",
  23. "_spec": "bindings@^1.2.1",
  24. "_where": "E:\\dev\\007\\node10\\node_modules\\segfault-handler",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://tootallnate.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-bindings/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "file-uri-to-path": "1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Helper module for loading your native module's .node file",
  39. "homepage": "https://github.com/TooTallNate/node-bindings",
  40. "keywords": [
  41. "native",
  42. "addon",
  43. "bindings",
  44. "gyp",
  45. "waf",
  46. "c",
  47. "c++"
  48. ],
  49. "license": "MIT",
  50. "main": "./bindings.js",
  51. "name": "bindings",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/TooTallNate/node-bindings.git"
  55. },
  56. "version": "1.4.0"
  57. }