{
  "_from": "dotenv",
  "_id": "dotenv@17.3.1",
  "_inBundle": false,
  "_integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
  "_location": "/dotenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "dotenv",
    "name": "dotenv",
    "escapedName": "dotenv",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
  "_shasum": "2706f5b0165e45a1503348187b8468f87fe6aae2",
  "_spec": "dotenv",
  "_where": "/home3/vjmuxybm/public_html/projects.eccyb.org/app",
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/motdotla/dotenv/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Loads environment variables from .env file",
  "devDependencies": {
    "@types/node": "^18.11.3",
    "decache": "^4.6.2",
    "sinon": "^14.0.1",
    "standard": "^17.0.0",
    "standard-version": "^9.5.0",
    "tap": "^19.2.0",
    "typescript": "^4.8.4"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "types": "./lib/main.d.ts",
      "require": "./lib/main.js",
      "default": "./lib/main.js"
    },
    "./config": "./config.js",
    "./config.js": "./config.js",
    "./lib/env-options": "./lib/env-options.js",
    "./lib/env-options.js": "./lib/env-options.js",
    "./lib/cli-options": "./lib/cli-options.js",
    "./lib/cli-options.js": "./lib/cli-options.js",
    "./package.json": "./package.json"
  },
  "funding": "https://dotenvx.com",
  "homepage": "https://github.com/motdotla/dotenv#readme",
  "keywords": [
    "dotenv",
    "env",
    ".env",
    "environment",
    "variables",
    "config",
    "settings"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/main.js",
  "name": "dotenv",
  "repository": {
    "type": "git",
    "url": "git://github.com/motdotla/dotenv.git"
  },
  "scripts": {
    "dts-check": "tsc --project tests/types/tsconfig.json",
    "lint": "standard",
    "prerelease": "npm test",
    "pretest": "npm run lint && npm run dts-check",
    "release": "standard-version",
    "test": "tap run tests/**/*.js --allow-empty-coverage --disable-coverage --timeout=60000",
    "test:coverage": "tap run tests/**/*.js --show-full-coverage --timeout=60000 --coverage-report=text --coverage-report=lcov"
  },
  "types": "lib/main.d.ts",
  "version": "17.3.1",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=12"
      },
      "pkgid": "dotenv@17.3.1"
    },
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=12"
      },
      "pkgid": "dotenv@17.3.1"
    }
  ]
}
