mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +00:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_from": "dotenv@^8.1.0",
|
|
"_id": "dotenv@8.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA==",
|
|
"_location": "/dotenv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "dotenv@^8.1.0",
|
|
"name": "dotenv",
|
|
"escapedName": "dotenv",
|
|
"rawSpec": "^8.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^8.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.1.0.tgz",
|
|
"_shasum": "d811e178652bfb8a1e593c6dd704ec7e90d85ea2",
|
|
"_spec": "dotenv@^8.1.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix",
|
|
"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.105.2",
|
|
"sinon": "^7.4.1",
|
|
"standard": "^13.1.0",
|
|
"standard-markdown": "^5.1.0",
|
|
"standard-version": "^7.0.0",
|
|
"tap": "^14.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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",
|
|
"prerelease": "npm test",
|
|
"pretest": "npm run lint",
|
|
"release": "standard-version",
|
|
"test": "tap tests/*.js --100"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"flow-typed/"
|
|
]
|
|
},
|
|
"version": "8.1.0"
|
|
}
|