{
  "_from": "std-env@^3.0.1",
  "_id": "std-env@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-D/uYFWkI/31OrnKmXZqGAGK5GbQRPp/BWA1nuITcc6ICblhhuQUPHS5E2GSCVS7Hwhf4ciq8qsATwBUxv+lI6w==",
  "_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.2.1.tgz",
  "_shasum": "00e260ec3901333537125f81282b9296b00d7304",
  "_spec": "std-env@^3.0.1",
  "_where": "/home/promolider/public_html/crm/node_modules/webpackbar",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect current Javascript environment",
  "devDependencies": {
    "@nuxtjs/eslint-config-typescript": "^10.0.0",
    "@types/node": "^18.7.2",
    "c8": "^7.12.0",
    "eslint": "^8.21.0",
    "jiti": "^1.14.0",
    "standard-version": "^9.5.0",
    "typescript": "^4.7.4",
    "unbuild": "^0.8.8",
    "vitest": "^0.21.1"
  },
  "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.9.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/std-env.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest",
    "lint": "eslint --ext .ts .",
    "release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
    "test": "pnpm lint && vitest run"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "3.2.1"
}
