package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.2.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "safe-buffer@5.2.1",
  9. "_id": "safe-buffer@5.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  12. "_location": "/safe-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-buffer@5.2.1",
  18. "name": "safe-buffer",
  19. "escapedName": "safe-buffer",
  20. "rawSpec": "5.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.1"
  23. },
  24. "_requiredBy": [
  25. "/base-x",
  26. "/bs58check",
  27. "/cipher-base",
  28. "/content-disposition",
  29. "/create-hmac",
  30. "/express",
  31. "/hash-base",
  32. "/md5.js",
  33. "/pbkdf2",
  34. "/randombytes",
  35. "/sha.js",
  36. "/string_decoder",
  37. "/util"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  40. "_spec": "5.2.1",
  41. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  42. "author": {
  43. "name": "Feross Aboukhadijeh",
  44. "email": "feross@feross.org",
  45. "url": "https://feross.org"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/feross/safe-buffer/issues"
  49. },
  50. "description": "Safer Node.js Buffer API",
  51. "devDependencies": {
  52. "standard": "*",
  53. "tape": "^5.0.0"
  54. },
  55. "funding": [
  56. {
  57. "type": "github",
  58. "url": "https://github.com/sponsors/feross"
  59. },
  60. {
  61. "type": "patreon",
  62. "url": "https://www.patreon.com/feross"
  63. },
  64. {
  65. "type": "consulting",
  66. "url": "https://feross.org/support"
  67. }
  68. ],
  69. "homepage": "https://github.com/feross/safe-buffer",
  70. "keywords": [
  71. "buffer",
  72. "buffer allocate",
  73. "node security",
  74. "safe",
  75. "safe-buffer",
  76. "security",
  77. "uninitialized"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "safe-buffer",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/feross/safe-buffer.git"
  85. },
  86. "scripts": {
  87. "test": "standard && tape test/*.js"
  88. },
  89. "types": "index.d.ts",
  90. "version": "5.2.1"
  91. }