{
  "_args": [
    [
      "std-env@3.3.1",
      "/home/unicorntechnolog/public_html/vertex"
    ]
  ],
  "_development": true,
  "_from": "std-env@3.3.1",
  "_id": "std-env@3.3.1",
  "_inBundle": false,
  "_integrity": "sha512-3H20QlwQsSm2OvAxWIYhs+j01MzzqwMwGiiO1NQaJYZgJZFPuAbf95/DiKRBSTYIJ2FeGUc+B/6mPGcWP9dO3Q==",
  "_location": "/std-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "std-env@3.3.1",
    "name": "std-env",
    "escapedName": "std-env",
    "rawSpec": "3.3.1",
    "saveSpec": null,
    "fetchSpec": "3.3.1"
  },
  "_requiredBy": [
    "/webpackbar"
  ],
  "_resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.1.tgz",
  "_spec": "3.3.1",
  "_where": "/home/unicorntechnolog/public_html/vertex",
  "bugs": {
    "url": "https://github.com/unjs/std-env/issues"
  },
  "description": "Detect current Javascript environment",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "c8": "^7.12.0",
    "eslint": "^8.27.0",
    "eslint-config-unjs": "^0.0.2",
    "jiti": "^1.16.0",
    "standard-version": "^9.5.0",
    "typescript": "^4.8.4",
    "unbuild": "^0.9.4",
    "vitest": "^0.25.2"
  },
  "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.13.4",
  "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.3.1"
}
