{
  "_from": "std-env@4.1.0",
  "_id": "std-env@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
  "_location": "/std-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "std-env@4.1.0",
    "name": "std-env",
    "escapedName": "std-env",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/@nuxt/icon",
    "/@nuxt/nitro-server",
    "/@nuxt/schema",
    "/@nuxt/telemetry",
    "/@nuxt/vite-builder",
    "/listhen",
    "/nitropack",
    "/nuxt",
    "/nuxt/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
  "_shasum": "45899abc590d86d682e87f0acd1033a75084cd3f",
  "_spec": "std-env@4.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Runtime agnostic JS utils",
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@typescript/native-preview": "^7.0.0-dev.20260217.1",
    "@vitest/coverage-v8": "^4.0.18",
    "changelogen": "^0.6.2",
    "esbuild": "^0.27.3",
    "mitata": "^1.0.34",
    "obuild": "^0.4.28",
    "oxfmt": "^0.33.0",
    "oxlint": "^1.48.0",
    "rollup": "^4.57.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/std-env#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "name": "std-env",
  "packageManager": "pnpm@10.30.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/std-env.git"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest",
    "lint": "oxlint . && oxfmt",
    "lint:fix": "oxlint --fix . && oxfmt",
    "prepack": "obuild",
    "release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
    "test": "pnpm lint && pnpm typecheck && vitest run --coverage",
    "typecheck": "tsgo --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "4.1.0"
}
