{
  "_from": "std-env@^3.0.1",
  "_id": "std-env@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==",
  "_location": "/std-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "std-env@^3.0.1",
    "name": "std-env",
    "escapedName": "std-env",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/webpackbar"
  ],
  "_resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.2.tgz",
  "_shasum": "af27343b001616015534292178327b202b9ee955",
  "_spec": "std-env@^3.0.1",
  "_where": "/home/gkcompetition/public_html/node_modules/webpackbar",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect current Javascript environment",
  "devDependencies": {
    "@types/node": "^18.11.18",
    "c8": "^7.12.0",
    "changelogen": "^0.4.1",
    "eslint": "^8.33.0",
    "eslint-config-unjs": "^0.1.0",
    "jiti": "^1.16.2",
    "prettier": "^2.8.3",
    "typescript": "^4.9.5",
    "unbuild": "^1.1.1",
    "vitest": "^0.28.3"
  },
  "exports": {
    "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@7.25.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/std-env.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --ext .ts . && prettier -c src test",
    "prepack": "unbuild",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && vitest run"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "3.3.2"
}
