![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/dceprojects.corals.io/node_modules/dotenv/ |
{ "name": "dotenv", "version": "6.2.0", "description": "Loads environment variables from .env file", "main": "lib/main.js", "scripts": { "flow": "flow", "lint": "standard", "postlint": "standard-markdown", "pretest": "npm run lint", "test": "tap tests/*.js --100" }, "repository": { "type": "git", "url": "git://github.com/motdotla/dotenv.git" }, "keywords": [ "dotenv", "env", ".env", "environment", "variables", "config", "settings" ], "readmeFilename": "README.md", "license": "BSD-2-Clause", "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" }, "dependencies": {}, "engines": { "node": ">=6" }, "standard": { "ignore": [ "flow-typed/" ] } }