uBlock/platform/npm/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@gorhill/ubo-core",
2024-10-07 12:49:09 +00:00
"version": "0.1.30",
"description": "To create a working instance of uBlock Origin's static network filtering engine",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "c8 --include=index.js --include=js/**/*.js node test.js --mocha",
2021-08-18 11:28:23 +00:00
"test-full-battery": "c8 --include=index.js --include=js/**/*.js node test.js --mocha --full-battery",
"check-leaks": "mocha --check-leaks tests/leaks.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorhill/uBlock.git"
},
"keywords": [
"uBlock",
"uBO",
"adblock",
"trie"
],
2021-08-29 12:58:20 +00:00
"author": "Raymond Hill (https://github.com/gorhill)",
"license": "GPL-3.0-or-later",
2021-08-29 12:58:20 +00:00
"contributors": [
"Manish Jethani <code@manishjethani.io>"
],
"bugs": {
2021-08-29 12:58:20 +00:00
"url": "https://github.com/uBlockOrigin/uBlock-issues/issues"
},
"homepage": "https://github.com/gorhill/uBlock#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=6.14.4"
},
"devDependencies": {
"c8": "^7.12.0",
"esm-world": "0.1.3",
"mocha": "^10.2.0",
2021-08-16 11:39:09 +00:00
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab37e038771e1ff8005edc46d95f176739f"
}
}