{
  "_from": "ripemd160@^2.0.1",
  "_id": "ripemd160@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-5Di9UC0+8h1L6ZD2d7awM7E/T4uA1fJRlx6zk/NvdCCVEoAnFqvHmCuNeIKoCeIixBX/q8uM+6ycDvF8woqosA==",
  "_location": "/ripemd160",
  "_phantomChildren": {
    "core-util-is": "1.0.3",
    "inherits": "2.0.4",
    "isarray": "1.0.0",
    "process-nextick-args": "2.0.1",
    "safe-buffer": "5.2.1",
    "to-buffer": "1.2.2",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ripemd160@^2.0.1",
    "name": "ripemd160",
    "escapedName": "ripemd160",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/create-hash",
    "/create-hmac",
    "/pbkdf2"
  ],
  "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.3.tgz",
  "_shasum": "9be54e4ba5e3559c8eee06a25cd7648bbccdf5a8",
  "_spec": "ripemd160@^2.0.1",
  "_where": "/var/www/html/moro/node_modules/create-hash",
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true,
    "startingVersion": "2.0.2"
  },
  "bugs": {
    "url": "https://github.com/crypto-browserify/ripemd160/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hash-base": "^3.1.2",
    "inherits": "^2.0.4"
  },
  "deprecated": false,
  "description": "Compute ripemd160 of bytes or strings.",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.2.0",
    "auto-changelog": "^2.5.0",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "hash-test-vectors": "^1.3.2",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "tape": "^5.9.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  "keywords": [
    "string",
    "strings",
    "ripemd160",
    "ripe160",
    "bitcoin",
    "bytes",
    "cryptography"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "ripemd160",
  "publishConfig": {
    "ignore": [
      ".github/workflows",
      ".eslintrc",
      ".nycrc",
      "test"
    ]
  },
  "repository": {
    "url": "git+https://github.com/crypto-browserify/ripemd160.git",
    "type": "git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "posttest": "npx npm@\">= 10.2\" audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape \"test/**/*.js\"",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "2.0.3"
}
