87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"dotenv@14.2.0",
|
|
"/var/www/api.medcify.app"
|
|
]
|
|
],
|
|
"_from": "dotenv@14.2.0",
|
|
"_id": "dotenv@14.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==",
|
|
"_location": "/dotenv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "dotenv@14.2.0",
|
|
"name": "dotenv",
|
|
"escapedName": "dotenv",
|
|
"rawSpec": "14.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "14.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.2.0.tgz",
|
|
"_spec": "14.2.0",
|
|
"_where": "/var/www/api.medcify.app",
|
|
"bugs": {
|
|
"url": "https://github.com/motdotla/dotenv/issues"
|
|
},
|
|
"description": "Loads environment variables from .env file",
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.9",
|
|
"decache": "^4.6.1",
|
|
"dtslint": "^3.7.0",
|
|
"sinon": "^12.0.1",
|
|
"standard": "^16.0.4",
|
|
"standard-markdown": "^7.1.0",
|
|
"standard-version": "^9.3.2",
|
|
"tap": "^15.1.6",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": "./lib/main.js",
|
|
"types": "./lib/main.d.ts",
|
|
"default": "./lib/main.js"
|
|
},
|
|
"./config": "./config.js",
|
|
"./config.js": "./config.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"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",
|
|
"lint-readme": "standard-markdown",
|
|
"prerelease": "npm test",
|
|
"pretest": "npm run lint && npm run dts-check",
|
|
"release": "standard-version",
|
|
"test": "tap tests/*.js --100 -Rspec"
|
|
},
|
|
"types": "lib/main.d.ts",
|
|
"version": "14.2.0"
|
|
}
|