{
  "_from": "hash-base@~3.0.4",
  "_id": "hash-base@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==",
  "_location": "/hash-base",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hash-base@~3.0.4",
    "name": "hash-base",
    "escapedName": "hash-base",
    "rawSpec": "~3.0.4",
    "saveSpec": null,
    "fetchSpec": "~3.0.4"
  },
  "_requiredBy": [
    "/browserify-sign",
    "/crypto-browserify",
    "/md5.js",
    "/parse-asn1",
    "/ripemd160"
  ],
  "_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz",
  "_shasum": "52480e285395cf7fba17dc4c9e47acdc7f248a8a",
  "_spec": "hash-base@~3.0.4",
  "_where": "/var/www/html/empowerweb/node_modules/crypto-browserify",
  "author": {
    "name": "Kirill Fomichev",
    "email": "fanatid@ya.ru",
    "url": "https://github.com/fanatid"
  },
  "bugs": {
    "url": "https://github.com/crypto-browserify/hash-base/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "inherits": "^2.0.4",
    "safe-buffer": "^5.2.1"
  },
  "deprecated": false,
  "description": "abstract base class for hash-streams",
  "devDependencies": {
    "nyc": "^10.3.2",
    "standard": "^14.3.3",
    "tape": "^5.9.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/crypto-browserify/hash-base",
  "keywords": [
    "hash",
    "stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "hash-base",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-browserify/hash-base.git"
  },
  "scripts": {
    "lint": "standard",
    "posttest": "npx npm@'>=10.2' audit --production",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'"
  },
  "version": "3.0.5"
}
