package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "bindings@1.5.0",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "bindings@1.5.0",
  9. "_id": "bindings@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  12. "_location": "/bindings",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bindings@1.5.0",
  18. "name": "bindings",
  19. "escapedName": "bindings",
  20. "rawSpec": "1.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.0"
  23. },
  24. "_requiredBy": [
  25. "/tiny-secp256k1"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  28. "_spec": "1.5.0",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://tootallnate.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/TooTallNate/node-bindings/issues"
  37. },
  38. "dependencies": {
  39. "file-uri-to-path": "1.0.0"
  40. },
  41. "description": "Helper module for loading your native module's .node file",
  42. "homepage": "https://github.com/TooTallNate/node-bindings",
  43. "keywords": [
  44. "native",
  45. "addon",
  46. "bindings",
  47. "gyp",
  48. "waf",
  49. "c",
  50. "c++"
  51. ],
  52. "license": "MIT",
  53. "main": "./bindings.js",
  54. "name": "bindings",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/TooTallNate/node-bindings.git"
  58. },
  59. "version": "1.5.0"
  60. }