Completely updated React, fixed #11, (hopefully)
This commit is contained in:
55
goTorrentWebUI/node_modules/dotenv-expand/package.json
generated
vendored
Normal file
55
goTorrentWebUI/node_modules/dotenv-expand/package.json
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dotenv-expand@4.2.0",
|
||||
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
||||
]
|
||||
],
|
||||
"_from": "dotenv-expand@4.2.0",
|
||||
"_id": "dotenv-expand@4.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-3vHxyl1gWdJKdm5YeULCEQbOEnU=",
|
||||
"_location": "/dotenv-expand",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dotenv-expand@4.2.0",
|
||||
"name": "dotenv-expand",
|
||||
"escapedName": "dotenv-expand",
|
||||
"rawSpec": "4.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/react-scripts"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-4.2.0.tgz",
|
||||
"_spec": "4.2.0",
|
||||
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
||||
"author": {
|
||||
"name": "motdotla"
|
||||
},
|
||||
"description": "Expand environment variables using dotenv",
|
||||
"devDependencies": {
|
||||
"dotenv": "^4.0.0",
|
||||
"lab": "^13.0.1",
|
||||
"should": "^11.2.1",
|
||||
"standard": "^9.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"dotenv",
|
||||
"expand",
|
||||
"variables"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "lib/main.js",
|
||||
"name": "dotenv-expand",
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"posttest": "npm run lint",
|
||||
"test": "lab test/* --coverage"
|
||||
},
|
||||
"types": "./index.d.ts",
|
||||
"version": "4.2.0"
|
||||
}
|
Reference in New Issue
Block a user