1
1
mirror of https://github.com/gorhill/uBlock.git synced 2025-10-05 21:32:39 +02:00

Reduce/update npm dependencies

This commit is contained in:
Raymond Hill
2025-08-08 09:03:35 -04:00
parent 5dd0165359
commit 5d0283d2ee
4 changed files with 9 additions and 3050 deletions

6
package-lock.json generated
View File

@@ -354,9 +354,9 @@
"license": "MIT"
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"version": "1.1.12",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -2,7 +2,6 @@
"name": "uBlock",
"version": "1.0.0",
"description": "npm dev tools",
"main": "index.js",
"scripts": {
"lint": "eslint --no-warn-ignored --ignore-pattern \"**/lib/\" --ignore-pattern \"**/npm/\" -- \"./src/js/*.js\" \"./src/js/**/*.js\" \"./**/*.json\" \"./platform/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"

File diff suppressed because it is too large Load Diff

View File

@@ -5,10 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "c8 --include=index.js --include=js/**/*.js node test.js --mocha",
"test-full-battery": "c8 --include=index.js --include=js/**/*.js node test.js --mocha --full-battery",
"check-leaks": "mocha --check-leaks tests/leaks.js"
"build": "node build.js"
},
"repository": {
"type": "git",
@@ -34,9 +31,5 @@
"npm": ">=6.14.4"
},
"devDependencies": {
"c8": "^7.12.0",
"esm-world": "0.1.3",
"mocha": "^10.2.0",
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab37e038771e1ff8005edc46d95f176739f"
}
}