{
  "_from": "bcryptjs@^3.0.2",
  "_id": "bcryptjs@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==",
  "_location": "/bcryptjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bcryptjs@^3.0.2",
    "name": "bcryptjs",
    "escapedName": "bcryptjs",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.2.tgz",
  "_shasum": "caadcca1afefe372ed6e20f86db8e8546361c1ca",
  "_spec": "bcryptjs@^3.0.2",
  "_where": "/home/ambitvny/public_html/JS/hashapp",
  "author": {
    "name": "Daniel Wirtz",
    "email": "dcode@dcode.io"
  },
  "bin": {
    "bcrypt": "bin/bcrypt"
  },
  "browser": {
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/dcodeIO/bcrypt.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Shane Girish",
      "email": "shaneGirish@gmail.com",
      "url": "https://github.com/shaneGirish"
    },
    {
      "name": "Alex Murray",
      "url": "https://github.com/alexmurray"
    },
    {
      "name": "Nicolas Pelletier",
      "url": "https://github.com/NicolasPelletier"
    },
    {
      "name": "Josh Rogers",
      "url": "https://github.com/geekymole"
    },
    {
      "name": "Noah Isaacson",
      "email": "noah@nisaacson.com",
      "url": "https://github.com/nisaacson"
    }
  ],
  "deprecated": false,
  "description": "Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.",
  "devDependencies": {
    "bcrypt": "^5.1.1",
    "esm2umd": "^0.3.1",
    "prettier": "^3.5.0",
    "typescript": "^5.7.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "require": {
        "types": "./umd/index.d.ts",
        "default": "./umd/index.js"
      }
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "types.d.ts",
    "umd/index.js",
    "umd/index.d.ts",
    "umd/types.d.ts",
    "umd/package.json",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/dcodeIO/bcrypt.js#readme",
  "keywords": [
    "bcrypt",
    "password",
    "auth",
    "authentication",
    "encryption",
    "crypt",
    "crypto"
  ],
  "license": "BSD-3-Clause",
  "main": "umd/index.js",
  "name": "bcryptjs",
  "repository": {
    "type": "url",
    "url": "git+https://github.com/dcodeIO/bcrypt.js.git"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "format": "prettier --write .",
    "lint": "prettier --check .",
    "test": "npm run test:unit && npm run test:typescript",
    "test:typescript": "tsc --project tests/typescript/tsconfig.esnext.json && tsc --project tests/typescript/tsconfig.nodenext.json && tsc --project tests/typescript/tsconfig.commonjs.json && tsc --project tests/typescript/tsconfig.global.json",
    "test:unit": "node tests"
  },
  "type": "module",
  "types": "umd/index.d.ts",
  "version": "3.0.2"
}
