{
  "_from": "std-env@3.10.0",
  "_id": "std-env@3.10.0",
  "_inBundle": false,
  "_integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  "_location": "/std-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "std-env@3.10.0",
    "name": "std-env",
    "escapedName": "std-env",
    "rawSpec": "3.10.0",
    "saveSpec": null,
    "fetchSpec": "3.10.0"
  },
  "_requiredBy": [
    "/@prisma/dev"
  ],
  "_resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  "_shasum": "d810b27e3a073047b2b5e40034881f5ea6f9c83b",
  "_spec": "std-env@3.10.0",
  "_where": "/var/www/html/node_modules/@prisma/dev",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Runtime agnostic JS utils",
  "devDependencies": {
    "@types/node": "^24.7.2",
    "@vitest/coverage-v8": "^3.2.4",
    "changelogen": "^0.6.2",
    "esbuild": "^0.25.10",
    "eslint": "^9.37.0",
    "eslint-config-unjs": "^0.5.0",
    "prettier": "^3.6.2",
    "rollup": "^4.52.4",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^3.2.4"
  },
  "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.18.2",
  "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,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.10.0"
}
