{ "_from": "dotenv@^16.3.1", "_id": "dotenv@16.6.1", "_inBundle": false, "_integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", "_location": "/dotenv", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dotenv@^16.3.1", "name": "dotenv", "escapedName": "dotenv", "rawSpec": "^16.3.1", "saveSpec": null, "fetchSpec": "^16.3.1" }, "_requiredBy": [ "/", "/@nuxt/telemetry" ], "_resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz", "_shasum": "773f0e69527a8315c7285d5ee73c4459d20a8020", "_spec": "dotenv@^16.3.1", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108", "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 --allow-empty-coverage --disable-coverage --timeout=60000", "test:coverage": "tap run --show-full-coverage --timeout=60000 --coverage-report=text --coverage-report=lcov" }, "types": "lib/main.d.ts", "version": "16.6.1" }