{
  "_from": "ohash@2.0.11",
  "_id": "ohash@2.0.11",
  "_inBundle": false,
  "_integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  "_location": "/ohash",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ohash@2.0.11",
    "name": "ohash",
    "escapedName": "ohash",
    "rawSpec": "2.0.11",
    "saveSpec": null,
    "fetchSpec": "2.0.11"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@nuxt/icon",
    "/@nuxt/kit",
    "/@nuxt/nitro-server",
    "/@nuxtjs/tailwindcss",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/@pinia-plugin-persistedstate/nuxt/@nuxt/kit",
    "/@pinia/nuxt/@nuxt/kit",
    "/c12",
    "/nitropack",
    "/nuxt",
    "/nuxt/@nuxt/cli",
    "/nuxt/@nuxt/devtools",
    "/nuxt/vite-plugin-inspect",
    "/vite-plugin-inspect"
  ],
  "_resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
  "_shasum": "60b11e8cff62ca9dee88d13747a5baa145f5900b",
  "_spec": "ohash@2.0.11",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss",
  "bugs": {
    "url": "https://github.com/unjs/ohash/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple object hashing, serialization and comparison utils.",
  "devDependencies": {
    "@types/node": "^22.13.5",
    "@vitest/coverage-v8": "^3.0.7",
    "automd": "^0.4.0",
    "changelogen": "^0.6.0",
    "esbuild": "^0.25.0",
    "eslint": "^9.21.0",
    "eslint-config-unjs": "^0.4.2",
    "mitata": "^1.0.34",
    "prettier": "^3.5.2",
    "typescript": "^5.7.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.0.7"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./utils": {
      "types": "./dist/utils/index.d.mts",
      "default": "./dist/utils/index.mjs"
    },
    "./crypto": {
      "node": {
        "types": "./dist/crypto/node/index.d.mts",
        "default": "./dist/crypto/node/index.mjs"
      },
      "default": {
        "types": "./dist/crypto/js/index.d.mts",
        "default": "./dist/crypto/js/index.mjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/ohash#readme",
  "license": "MIT",
  "name": "ohash",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/ohash.git"
  },
  "scripts": {
    "bench": "vitest bench",
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "automd && eslint --fix . && prettier -w src test",
    "release": "pnpm test && changelogen --release --push && pnpm publish",
    "test": "pnpm lint && vitest run --coverage && pnpm test:types",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "2.0.11"
}
