package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "hash-base@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hash-base@3.1.0",
  10. "_id": "hash-base@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
  13. "_location": "/hash-base",
  14. "_phantomChildren": {
  15. "string_decoder": "1.1.1",
  16. "util-deprecate": "1.0.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "hash-base@3.1.0",
  22. "name": "hash-base",
  23. "escapedName": "hash-base",
  24. "rawSpec": "3.1.0",
  25. "saveSpec": null,
  26. "fetchSpec": "3.1.0"
  27. },
  28. "_requiredBy": [
  29. "/md5.js",
  30. "/ripemd160"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
  33. "_spec": "3.1.0",
  34. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  35. "author": {
  36. "name": "Kirill Fomichev",
  37. "email": "fanatid@ya.ru",
  38. "url": "https://github.com/fanatid"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/crypto-browserify/hash-base/issues"
  42. },
  43. "dependencies": {
  44. "inherits": "^2.0.4",
  45. "readable-stream": "^3.6.0",
  46. "safe-buffer": "^5.2.0"
  47. },
  48. "description": "abstract base class for hash-streams",
  49. "devDependencies": {
  50. "nyc": "^15.0.1",
  51. "standard": "^14.3.3",
  52. "tape": "^5.0.0"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/crypto-browserify/hash-base",
  61. "keywords": [
  62. "hash",
  63. "stream"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "hash-base",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/crypto-browserify/hash-base.git"
  71. },
  72. "scripts": {
  73. "coverage": "nyc node test/*.js",
  74. "lint": "standard",
  75. "test": "npm run lint && npm run unit",
  76. "unit": "node test/*.js"
  77. },
  78. "version": "3.1.0"
  79. }