package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "create-hmac@1.1.7",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "create-hmac@1.1.7",
  9. "_id": "create-hmac@1.1.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
  12. "_location": "/create-hmac",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "create-hmac@1.1.7",
  18. "name": "create-hmac",
  19. "escapedName": "create-hmac",
  20. "rawSpec": "1.1.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.7"
  23. },
  24. "_requiredBy": [
  25. "/bip32",
  26. "/pbkdf2",
  27. "/tiny-secp256k1"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
  30. "_spec": "1.1.7",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "author": "",
  33. "browser": "./browser.js",
  34. "bugs": {
  35. "url": "https://github.com/crypto-browserify/createHmac/issues"
  36. },
  37. "dependencies": {
  38. "cipher-base": "^1.0.3",
  39. "create-hash": "^1.1.0",
  40. "inherits": "^2.0.1",
  41. "ripemd160": "^2.0.0",
  42. "safe-buffer": "^5.0.1",
  43. "sha.js": "^2.4.8"
  44. },
  45. "description": "node style hmacs in the browser",
  46. "devDependencies": {
  47. "hash-test-vectors": "^1.3.2",
  48. "standard": "^5.3.1",
  49. "tap-spec": "^2.1.2",
  50. "tape": "^3.0.3"
  51. },
  52. "files": [
  53. "browser.js",
  54. "index.js",
  55. "legacy.js"
  56. ],
  57. "homepage": "https://github.com/crypto-browserify/createHmac",
  58. "keywords": [
  59. "crypto",
  60. "hmac"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "create-hmac",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/crypto-browserify/createHmac.git"
  68. },
  69. "scripts": {
  70. "standard": "standard",
  71. "test": "npm run-script standard && npm run-script unit",
  72. "unit": "node test.js | tspec"
  73. },
  74. "version": "1.1.7"
  75. }