{ "_from": "dotenv", "_id": "dotenv@8.0.0", "_inBundle": false, "_integrity": "sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg==", "_location": "/dotenv", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "dotenv", "name": "dotenv", "escapedName": "dotenv", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.0.0.tgz", "_shasum": "ed310c165b4e8a97bb745b0a9d99c31bda566440", "_spec": "dotenv", "_where": "/Users/cyrille/Documents/GitHub/greenlock-storage-s3", "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.98.0", "sinon": "^7.3.2", "standard": "^12.0.1", "standard-markdown": "^5.0.1", "standard-version": "^5.0.2", "tap": "^13.1.2" }, "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.0.0" }