Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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