Added package-lock.json

This commit is contained in:
chesspro13 2024-09-07 11:53:26 -07:00
parent 494721f38f
commit 1a8625b558
No known key found for this signature in database
GPG Key ID: 5FEAE94D298066E5

12
package-lock.json generated
View File

@ -29,6 +29,7 @@
"dayjs": "^1.11.12", "dayjs": "^1.11.12",
"dayjs-plugin-utc": "0.1.2", "dayjs-plugin-utc": "0.1.2",
"debounce": "^2.1.0", "debounce": "^2.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"electron-debug": "3.2.0", "electron-debug": "3.2.0",
"electron-dl": "3.5.2", "electron-dl": "3.5.2",
@ -7045,6 +7046,17 @@
"url": "https://github.com/fb55/domutils?sponsor=1" "url": "https://github.com/fb55/domutils?sponsor=1"
} }
}, },
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/ds-store": { "node_modules/ds-store": {
"version": "0.1.6", "version": "0.1.6",
"resolved": "https://registry.npmjs.org/ds-store/-/ds-store-0.1.6.tgz", "resolved": "https://registry.npmjs.org/ds-store/-/ds-store-0.1.6.tgz",