{
  "_from": "unenv@^2.0.0-rc.21",
  "_id": "unenv@2.0.0-rc.21",
  "_inBundle": false,
  "_integrity": "sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==",
  "_location": "/unenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unenv@^2.0.0-rc.21",
    "name": "unenv",
    "escapedName": "unenv",
    "rawSpec": "^2.0.0-rc.21",
    "saveSpec": null,
    "fetchSpec": "^2.0.0-rc.21"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder",
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.21.tgz",
  "_shasum": "cc6082ef32370eb7098cb2f86ca7af3ef4c2c49f",
  "_spec": "unenv@^2.0.0-rc.21",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@nuxt/vite-builder",
  "bugs": {
    "url": "https://github.com/unjs/unenv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "defu": "^6.1.4",
    "exsolve": "^1.0.7",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "ufo": "^1.6.1"
  },
  "deprecated": false,
  "description": "<!-- automd:badges color=yellow packagephobia -->",
  "devDependencies": {
    "@parcel/watcher": "^2.5.1",
    "@types/node": "22.14.1",
    "@vitest/coverage-v8": "^3.2.4",
    "automd": "^0.4.0",
    "changelogen": "^0.6.2",
    "consola": "^3.4.2",
    "esbuild": "^0.25.9",
    "eslint": "^9.34.0",
    "eslint-config-unjs": "^0.5.0",
    "jiti": "^2.5.1",
    "magic-string": "^0.30.18",
    "obuild": "^0.2.1",
    "prettier": "^3.6.2",
    "tinyexec": "^1.0.1",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4",
    "workerd": "^1.20250904.0",
    "wrangler": "^4.33.2"
  },
  "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.15.1",
  "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.21"
}
