{
  "_from": "h3@^1.15.1",
  "_id": "h3@1.15.11",
  "_inBundle": false,
  "_integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==",
  "_location": "/h3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "h3@^1.15.1",
    "name": "h3",
    "escapedName": "h3",
    "rawSpec": "^1.15.1",
    "saveSpec": null,
    "fetchSpec": "^1.15.1"
  },
  "_requiredBy": [
    "/@nuxt/nitro-server",
    "/@nuxtjs/tailwindcss",
    "/listhen",
    "/nitropack",
    "/unstorage"
  ],
  "_resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz",
  "_shasum": "831179fc6b4bc06de8ad1077e7a5c7d63b796577",
  "_spec": "h3@^1.15.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss",
  "bugs": {
    "url": "https://github.com/h3js/h3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cookie-es": "^1.2.3",
    "crossws": "^0.3.5",
    "defu": "^6.1.6",
    "destr": "^2.0.5",
    "iron-webcrypto": "^1.2.1",
    "node-mock-http": "^1.0.4",
    "radix3": "^1.1.2",
    "ufo": "^1.6.3",
    "uncrypto": "^0.1.3"
  },
  "deprecated": false,
  "description": "Minimal H(TTP) framework built for high performance and portability.",
  "devDependencies": {
    "0x": "^6.0.0",
    "@types/express": "^5.0.6",
    "@types/node": "^25.5.0",
    "@types/supertest": "^7.2.0",
    "@typescript/native-preview": "latest",
    "@vitest/coverage-v8": "^4.1.2",
    "autocannon": "^8.0.0",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "connect": "^3.7.0",
    "eslint": "^10.1.0",
    "eslint-config-unjs": "^0.6.2",
    "express": "^5.2.1",
    "get-port": "^7.2.0",
    "h3": "^1.15.10",
    "jiti": "^2.6.1",
    "listhen": "^1.9.0",
    "node-fetch-native": "^1.6.7",
    "prettier": "^3.8.1",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "supertest": "^7.2.2",
    "typescript": "^6.0.2",
    "unbuild": "^3.6.1",
    "undici": "^7.24.7",
    "vitest": "^4.1.2",
    "zod": "^4.3.6"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/h3js/h3#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "h3",
  "packageManager": "pnpm@10.28.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h3js/h3.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --cache . && prettier -c src test playground examples docs",
    "lint:fix": "eslint --cache . --fix && prettier -c src test playground examples docs -w",
    "play": "listhen -w ./playground/app.ts",
    "prepack": "pnpm build",
    "profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
    "release": "pnpm test && pnpm build && changelogen --release --publish --publishTag 1x && git push --follow-tags",
    "test": "pnpm lint && vitest --run --coverage && pnpm test:types",
    "test:types": "tsgo --noEmit"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "1.15.11"
}
