{
  "_from": "std-env@^3.9.0",
  "_id": "std-env@3.9.0",
  "_inBundle": false,
  "_integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==",
  "_location": "/std-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "std-env@^3.9.0",
    "name": "std-env",
    "escapedName": "std-env",
    "rawSpec": "^3.9.0",
    "saveSpec": null,
    "fetchSpec": "^3.9.0"
  },
  "_requiredBy": [
    "/@nuxt/devtools-kit/@nuxt/kit",
    "/@nuxt/devtools/@nuxt/kit",
    "/@nuxt/icon",
    "/@nuxt/kit",
    "/@nuxt/schema",
    "/@nuxt/telemetry",
    "/@nuxt/telemetry/@nuxt/kit",
    "/@nuxt/vite-builder",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/listhen",
    "/nitropack",
    "/nuxt",
    "/nuxt/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz",
  "_shasum": "1a6f7243b339dca4c9fd55e1c7504c77ef23e8f1",
  "_spec": "std-env@^3.9.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@nuxt/icon",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Runtime agnostic JS utils",
  "devDependencies": {
    "@types/node": "^22.14.0",
    "@vitest/coverage-v8": "^3.1.1",
    "changelogen": "^0.6.1",
    "esbuild": "^0.25.2",
    "eslint": "^9.23.0",
    "eslint-config-unjs": "^0.4.2",
    "jiti": "^2.4.2",
    "prettier": "^3.5.3",
    "rollup": "^4.39.0",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0",
    "vitest": "^3.1.1"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/std-env#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "name": "std-env",
  "packageManager": "pnpm@10.7.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/std-env.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "eslint --fix . && prettier -w src test",
    "play:bun": "bun playground/bun.ts",
    "play:deno": "pnpm build && deno run -A playground/deno.ts",
    "play:node": "pnpm build && node playground/node.mjs",
    "prepack": "unbuild",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm typecheck && vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "3.9.0"
}
