1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Removed unused package dependency

This commit is contained in:
Michael Hollister 2024-11-25 09:42:21 -06:00
parent 39ff38246a
commit 097ecf5584
2 changed files with 0 additions and 28 deletions

View file

@ -19,7 +19,6 @@
"https": "^1.0.0", "https": "^1.0.0",
"log4js": "^6.9.1", "log4js": "^6.9.1",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"update-electron-app": "^3.0.0",
"url": "^0.11.3", "url": "^0.11.3",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"ws": "^8.14.2", "ws": "^8.14.2",
@ -6530,15 +6529,6 @@
"node": ">=6" "node": ">=6"
} }
}, },
"node_modules/github-url-to-object": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/github-url-to-object/-/github-url-to-object-4.0.6.tgz",
"integrity": "sha512-NaqbYHMUAlPcmWFdrAB7bcxrNIiiJWJe8s/2+iOc9vlcHlwHqSGrPk+Yi3nu6ebTwgsZEa7igz+NH2vEq3gYwQ==",
"license": "MIT",
"dependencies": {
"is-url": "^1.1.0"
}
},
"node_modules/glob": { "node_modules/glob": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@ -7313,12 +7303,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/is-url": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==",
"license": "MIT"
},
"node_modules/is-windows": { "node_modules/is-windows": {
"version": "1.0.2", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
@ -11713,17 +11697,6 @@
"browserslist": ">= 4.21.0" "browserslist": ">= 4.21.0"
} }
}, },
"node_modules/update-electron-app": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/update-electron-app/-/update-electron-app-3.0.0.tgz",
"integrity": "sha512-Ccs46fgUEcMpSRPMNw82DFMux2MGi5tkKkEpV723JmtPNI3qAtxvTeiYkKczN2/LehA3U7JGrGr4MhraxGdRTw==",
"license": "MIT",
"dependencies": {
"github-url-to-object": "^4.0.4",
"is-url": "^1.2.4",
"ms": "^2.1.1"
}
},
"node_modules/uri-js": { "node_modules/uri-js": {
"version": "4.4.1", "version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",

View file

@ -55,7 +55,6 @@
"https": "^1.0.0", "https": "^1.0.0",
"log4js": "^6.9.1", "log4js": "^6.9.1",
"qrcode": "^1.5.3", "qrcode": "^1.5.3",
"update-electron-app": "^3.0.0",
"url": "^0.11.3", "url": "^0.11.3",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"ws": "^8.14.2", "ws": "^8.14.2",