package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "sha.js@2.4.11",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "sha.js@2.4.11",
  9. "_id": "sha.js@2.4.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  12. "_location": "/sha.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sha.js@2.4.11",
  18. "name": "sha.js",
  19. "escapedName": "sha.js",
  20. "rawSpec": "2.4.11",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.11"
  23. },
  24. "_requiredBy": [
  25. "/create-hash",
  26. "/create-hmac",
  27. "/pbkdf2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
  30. "_spec": "2.4.11",
  31. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  32. "author": {
  33. "name": "Dominic Tarr",
  34. "email": "dominic.tarr@gmail.com",
  35. "url": "dominictarr.com"
  36. },
  37. "bin": {
  38. "sha.js": "bin.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/crypto-browserify/sha.js/issues"
  42. },
  43. "dependencies": {
  44. "inherits": "^2.0.1",
  45. "safe-buffer": "^5.0.1"
  46. },
  47. "description": "Streamable SHA hashes in pure javascript",
  48. "devDependencies": {
  49. "buffer": "~2.3.2",
  50. "hash-test-vectors": "^1.3.1",
  51. "standard": "^10.0.2",
  52. "tape": "~2.3.2",
  53. "typedarray": "0.0.6"
  54. },
  55. "homepage": "https://github.com/crypto-browserify/sha.js",
  56. "license": "(MIT AND BSD-3-Clause)",
  57. "name": "sha.js",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/crypto-browserify/sha.js.git"
  61. },
  62. "scripts": {
  63. "lint": "standard",
  64. "prepublish": "npm ls && npm run unit",
  65. "test": "npm run lint && npm run unit",
  66. "unit": "set -e; for t in test/*.js; do node $t; done;"
  67. },
  68. "version": "2.4.11"
  69. }