{
  "_from": "unenv@2.0.0-rc.24",
  "_id": "unenv@2.0.0-rc.24",
  "_inBundle": false,
  "_integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==",
  "_location": "/unenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unenv@2.0.0-rc.24",
    "name": "unenv",
    "escapedName": "unenv",
    "rawSpec": "2.0.0-rc.24",
    "saveSpec": null,
    "fetchSpec": "2.0.0-rc.24"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder",
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz",
  "_shasum": "dd0035c3e93fedfa12c8454e34b7f17fe83efa2e",
  "_spec": "unenv@2.0.0-rc.24",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nitropack",
  "bugs": {
    "url": "https://github.com/unjs/unenv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pathe": "^2.0.3"
  },
  "deprecated": false,
  "description": "<!-- automd:badges color=yellow packagephobia -->",
  "devDependencies": {
    "@parcel/watcher": "^2.5.1",
    "@types/debug": "^4.1.12",
    "@types/node": "22.14.1",
    "@vitest/coverage-v8": "^4.0.4",
    "automd": "^0.4.2",
    "changelogen": "^0.6.2",
    "consola": "^3.4.2",
    "esbuild": "^0.25.11",
    "eslint": "^9.38.0",
    "eslint-config-unjs": "^0.5.0",
    "exsolve": "^1.0.7",
    "jiti": "^2.6.1",
    "magic-string": "^0.30.21",
    "obuild": "^0.3.0",
    "prettier": "^3.6.2",
    "tinyexec": "^1.0.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.4",
    "workerd": "^1.20251024.0",
    "wrangler": "^4.45.1"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json",
    "./mock/proxy-cjs": {
      "types": "./lib/mock.d.cts",
      "default": "./lib/mock.cjs"
    },
    "./mock/proxy-cjs/*": {
      "types": "./lib/mock.d.cts",
      "default": "./lib/mock.cjs"
    },
    "./*": {
      "types": "./dist/runtime/*.d.mts",
      "default": "./dist/runtime/*.mjs"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/unjs/unenv#readme",
  "license": "MIT",
  "name": "unenv",
  "packageManager": "pnpm@10.19.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unenv.git"
  },
  "scripts": {
    "build": "obuild",
    "build:watch": "pnpm node-ts --watch ./scripts/build.ts",
    "dev": "vitest",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "pnpm node-ts ./test/node-coverage.ts && automd && eslint --fix . && prettier -w src test",
    "node-ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release --push --publish --prerelease --publishTag rc",
    "test": "pnpm lint && pnpm test:types && pnpm build && pnpm vitest --run",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "2.0.0-rc.24"
}
