{
  "_from": "stable-hash@^0.0.5",
  "_id": "stable-hash@0.0.5",
  "_inBundle": false,
  "_integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  "_location": "/stable-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stable-hash@^0.0.5",
    "name": "stable-hash",
    "escapedName": "stable-hash",
    "rawSpec": "^0.0.5",
    "saveSpec": null,
    "fetchSpec": "^0.0.5"
  },
  "_requiredBy": [
    "/eslint-import-resolver-typescript"
  ],
  "_resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
  "_shasum": "94e8837aaeac5b4d0f631d2972adef2924b40269",
  "_spec": "stable-hash@^0.0.5",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-import-resolver-typescript",
  "author": {
    "name": "Shu Ding"
  },
  "bugs": {
    "url": "https://github.com/shuding/stable-hash/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Stable JS value hash.",
  "devDependencies": {
    "@types/jest": "^28.1.3",
    "base64-url": "^2.3.3",
    "esbuild": "^0.12.28",
    "flattie": "^1.1.0",
    "hash-obj": "^4.0.0",
    "jest": "^28.1.1",
    "json-stringify-deterministic": "^1.0.7",
    "nanobench": "^2.1.1",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.5",
    "typescript": "^4.7.4"
  },
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs",
    "types": "./dist/index.d.ts"
  },
  "files": [
    "dist/**"
  ],
  "homepage": "https://github.com/shuding/stable-hash#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "stable-hash",
  "packageManager": "pnpm@9.15.0",
  "prettier": {
    "semi": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shuding/stable-hash.git"
  },
  "scripts": {
    "build": "pnpm build:mjs && pnpm build:cjs && pnpm build:types",
    "build:cjs": "esbuild src/index.ts --minify --target=es6 --outdir=dist --format=cjs",
    "build:mjs": "esbuild src/index.ts --minify --target=es6 --outdir=dist --out-extension:.js=.mjs",
    "build:types": "tsc --emitDeclarationOnly --declaration -p tsconfig.build.json",
    "test": "jest"
  },
  "types": "./dist/index.d.ts",
  "version": "0.0.5"
}
