package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "ripemd160@2.0.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "ripemd160@2.0.2",
  9. "_id": "ripemd160@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  12. "_location": "/ripemd160",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ripemd160@2.0.2",
  18. "name": "ripemd160",
  19. "escapedName": "ripemd160",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/create-hash",
  26. "/create-hmac",
  27. "/pbkdf2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "bugs": {
  33. "url": "https://github.com/crypto-browserify/ripemd160/issues"
  34. },
  35. "dependencies": {
  36. "hash-base": "^3.0.0",
  37. "inherits": "^2.0.1"
  38. },
  39. "description": "Compute ripemd160 of bytes or strings.",
  40. "devDependencies": {
  41. "hash-test-vectors": "^1.3.2",
  42. "standard": "^6.0.7",
  43. "tape": "^4.5.1"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  49. "keywords": [
  50. "string",
  51. "strings",
  52. "ripemd160",
  53. "ripe160",
  54. "bitcoin",
  55. "bytes",
  56. "cryptography"
  57. ],
  58. "license": "MIT",
  59. "main": "./index",
  60. "name": "ripemd160",
  61. "repository": {
  62. "url": "git+https://github.com/crypto-browserify/ripemd160.git",
  63. "type": "git"
  64. },
  65. "scripts": {
  66. "lint": "standard",
  67. "test": "npm run lint && npm run unit",
  68. "unit": "node test/*.js"
  69. },
  70. "version": "2.0.2"
  71. }