{
  "_from": "@dotenvx/dotenvx@^1.48.4",
  "_id": "@dotenvx/dotenvx@1.75.1",
  "_inBundle": false,
  "_integrity": "sha512-/BITOC9dmS/edY2zQwZNicQ059O6RKabtQfyEafV0nGtfYRNHYy1DIPiYVcov40+tob9hfmBnbR963dS+EQ1DQ==",
  "_location": "/@dotenvx/dotenvx",
  "_phantomChildren": {
    "cross-spawn": "7.0.6",
    "define-lazy-prop": "2.0.0",
    "get-stream": "6.0.1",
    "human-signals": "2.1.0",
    "is-docker": "2.2.1",
    "is-stream": "2.0.1",
    "is-wsl": "2.2.0",
    "merge-stream": "2.0.0",
    "npm-run-path": "4.0.1",
    "onetime": "5.1.2",
    "signal-exit": "3.0.7",
    "strip-final-newline": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@dotenvx/dotenvx@^1.48.4",
    "name": "@dotenvx/dotenvx",
    "escapedName": "@dotenvx%2fdotenvx",
    "scope": "@dotenvx",
    "rawSpec": "^1.48.4",
    "saveSpec": null,
    "fetchSpec": "^1.48.4"
  },
  "_requiredBy": [
    "/shadcn"
  ],
  "_resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.75.1.tgz",
  "_shasum": "4bdc2ea2514d35073f4207402ff638ec68851d55",
  "_spec": "@dotenvx/dotenvx@^1.48.4",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/shadcn",
  "author": {
    "name": "@motdotla"
  },
  "bin": {
    "dotenvx": "src/cli/dotenvx.js"
  },
  "bugs": {
    "url": "https://github.com/dotenvx/dotenvx/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@dotenvx/primitives": "^0.8.0",
    "commander": "^11.1.0",
    "conf": "^10.2.0",
    "dotenv": "^17.2.1",
    "enquirer": "^2.4.1",
    "env-paths": "^2.2.1",
    "execa": "^5.1.1",
    "fdir": "^6.2.0",
    "ignore": "^5.3.0",
    "object-treeify": "1.1.33",
    "open": "^8.4.2",
    "picomatch": "^4.0.4",
    "systeminformation": "^5.22.11",
    "undici": "^7.11.0",
    "which": "^4.0.0",
    "yocto-spinner": "^1.1.0"
  },
  "deprecated": false,
  "description": "a secure dotenv–from the creator of `dotenv`",
  "devDependencies": {
    "@yao-pkg/pkg": "^6.12.0",
    "capture-console": "^1.0.2",
    "esbuild": "^0.28.1",
    "proxyquire": "^2.1.3",
    "sinon": "^14.0.1",
    "standard": "^17.1.0",
    "standard-version": "^9.5.0",
    "tap": "^21.0.1"
  },
  "exports": {
    ".": {
      "types": "./src/lib/main.d.ts",
      "require": "./src/lib/main.js",
      "default": "./src/lib/main.js"
    },
    "./config": "./src/lib/config.js",
    "./config.js": "./src/lib/config.js",
    "./package.json": "./package.json"
  },
  "files": [
    "src/**/*",
    "CHANGELOG.md"
  ],
  "funding": "https://dotenvx.com",
  "homepage": "https://github.com/dotenvx/dotenvx",
  "keywords": [
    "dotenv",
    "env"
  ],
  "license": "BSD-3-Clause",
  "main": "src/lib/main.js",
  "name": "@dotenvx/dotenvx",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotenvx/dotenvx.git"
  },
  "scripts": {
    "prerelease": "npm run release:check",
    "release": "npm run release:check && standard-version",
    "release:check": "npm test && npm run testshell",
    "standard": "standard",
    "standard:fix": "standard --fix",
    "test": "tap run --test-env=DOTENVX_NO_ARMOR=true --allow-empty-coverage --disable-coverage --timeout=60000",
    "testshell": "bash shellspec"
  },
  "types": "src/lib/main.d.ts",
  "version": "1.75.1"
}
