hz-zhhq-web/node_modules/dotenv/package.json

74 lines
1.7 KiB
JSON
Raw Normal View History

2025-02-25 13:44:33 +08:00
{
"_from": "dotenv@^6.2.0",
"_id": "dotenv@6.2.0",
"_inBundle": false,
"_integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==",
"_location": "/dotenv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dotenv@^6.2.0",
"name": "dotenv",
"escapedName": "dotenv",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-6.2.0.tgz",
"_shasum": "941c0410535d942c8becf28d3f357dbd9d476064",
"_spec": "dotenv@^6.2.0",
"_where": "E:\\hz-zhhq-web\\node_modules\\@vue\\cli-service",
"bugs": {
"url": "https://github.com/motdotla/dotenv/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Loads environment variables from .env file",
"devDependencies": {
"decache": "^4.5.0",
"flow-bin": "^0.84.0",
"sinon": "^6.3.5",
"standard": "^12.0.1",
"standard-markdown": "^5.0.1",
"tap": "^12.0.1"
},
"engines": {
"node": ">=6"
},
"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": {
"flow": "flow",
"lint": "standard",
"postlint": "standard-markdown",
"pretest": "npm run lint",
"test": "tap tests/*.js --100"
},
"standard": {
"ignore": [
"flow-typed/"
]
},
"version": "6.2.0"
}