73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"_from": "dotenv@^7.0.0",
|
|
"_id": "dotenv@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==",
|
|
"_location": "/dotenv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "dotenv@^7.0.0",
|
|
"name": "dotenv",
|
|
"escapedName": "dotenv",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-service"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
|
|
"_shasum": "a2be3cd52736673206e8a85fb5210eea29628e7c",
|
|
"_spec": "dotenv@^7.0.0",
|
|
"_where": "/home/soeren/dev/keksaccountgui/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.1",
|
|
"flow-bin": "^0.92.1",
|
|
"sinon": "^7.2.3",
|
|
"standard": "^12.0.1",
|
|
"standard-markdown": "^5.0.1",
|
|
"tap": "^12.5.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": "7.0.0"
|
|
}
|