You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
{ |
|
"_from": "dotenv@6.2.0", |
|
"_id": "dotenv@6.2.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==", |
|
"_location": "/dotenv", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "dotenv@6.2.0", |
|
"name": "dotenv", |
|
"escapedName": "dotenv", |
|
"rawSpec": "6.2.0", |
|
"saveSpec": null, |
|
"fetchSpec": "6.2.0" |
|
}, |
|
"_requiredBy": [ |
|
"/react-scripts" |
|
], |
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz", |
|
"_shasum": "941c0410535d942c8becf28d3f357dbd9d476064", |
|
"_spec": "dotenv@6.2.0", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-scripts", |
|
"bugs": { |
|
"url": "https://github.com/motdotla/dotenv/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": {}, |
|
"deprecated": false, |
|
"description": "Loads environment variables from .env file", |
|
"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" |
|
}, |
|
"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": "6.2.0" |
|
}
|
|
|