mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"dotenv@6.2.0",
|
|
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
|
|
"_spec": "6.2.0",
|
|
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
|
"bugs": {
|
|
"url": "https://github.com/motdotla/dotenv/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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"
|
|
}
|