mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:05:42 -04:00
build: remove packages playwright, user-agents
This commit is contained in:
30
tvapp2/package-lock.json
generated
30
tvapp2/package-lock.json
generated
@@ -18,9 +18,7 @@
|
||||
"moment": "^2.30.1",
|
||||
"nconf": "^1.0.0-beta.2",
|
||||
"node-cron": "^4.1.0",
|
||||
"os-name": "^6.1.0",
|
||||
"playwright": "^1.52.0",
|
||||
"user-agents": "^1.1.557"
|
||||
"os-name": "^6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@aetherinox/noxenv": "^1.1.1",
|
||||
@@ -2378,20 +2376,6 @@
|
||||
"node": ">= 0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/fsevents": {
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
||||
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
],
|
||||
"engines": {
|
||||
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/function-bind": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
||||
@@ -3469,12 +3453,6 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/lodash.clonedeep": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
|
||||
"integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/lodash.merge": {
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||
@@ -4141,6 +4119,7 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
<<<<<<< Updated upstream
|
||||
"node_modules/playwright": {
|
||||
"version": "1.53.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz",
|
||||
@@ -4171,6 +4150,8 @@
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
"node_modules/possible-typed-array-names": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
|
||||
@@ -5233,6 +5214,7 @@
|
||||
"punycode": "^2.1.0"
|
||||
}
|
||||
},
|
||||
<<<<<<< Updated upstream
|
||||
"node_modules/user-agents": {
|
||||
"version": "1.1.578",
|
||||
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.578.tgz",
|
||||
@@ -5242,6 +5224,8 @@
|
||||
"lodash.clonedeep": "^4.5.0"
|
||||
}
|
||||
},
|
||||
=======
|
||||
>>>>>>> Stashed changes
|
||||
"node_modules/uuid": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
||||
|
||||
@@ -75,8 +75,6 @@
|
||||
"dependencies": {
|
||||
"cron": "^4.3.1",
|
||||
"node-cron": "^4.1.0",
|
||||
"playwright": "^1.52.0",
|
||||
"user-agents": "^1.1.557",
|
||||
"chalk": "^5.4.1",
|
||||
"ejs": "^3.1.10",
|
||||
"moment": "^2.30.1",
|
||||
|
||||
Reference in New Issue
Block a user