2021-07-25 14:55:35 +00:00
|
|
|
{
|
2021-08-02 12:08:43 +00:00
|
|
|
"name": "@gorhill/ubo-core",
|
2022-09-06 17:47:52 +00:00
|
|
|
"version": "0.1.26",
|
2021-08-02 12:08:43 +00:00
|
|
|
"description": "To create a working instance of uBlock Origin's static network filtering engine",
|
2021-07-25 14:55:35 +00:00
|
|
|
"type": "module",
|
2021-08-02 13:17:56 +00:00
|
|
|
"main": "index.js",
|
2021-07-25 14:55:35 +00:00
|
|
|
"scripts": {
|
2021-08-10 00:02:58 +00:00
|
|
|
"build": "node build.js",
|
2021-08-16 11:39:09 +00:00
|
|
|
"lint": "eslint js/ *.js tests/*.js",
|
2021-08-17 12:55:31 +00:00
|
|
|
"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"
|
2021-07-25 14:55:35 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/gorhill/uBlock.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"uBlock",
|
|
|
|
|
"uBO",
|
2021-08-10 13:27:59 +00:00
|
|
|
"adblock",
|
|
|
|
|
"trie"
|
2021-07-25 14:55:35 +00:00
|
|
|
],
|
2021-08-29 12:58:20 +00:00
|
|
|
"author": "Raymond Hill (https://github.com/gorhill)",
|
2021-07-25 14:55:35 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2021-08-29 12:58:20 +00:00
|
|
|
"contributors": [
|
|
|
|
|
"Manish Jethani <code@manishjethani.io>"
|
|
|
|
|
],
|
2021-07-25 14:55:35 +00:00
|
|
|
"bugs": {
|
2021-08-29 12:58:20 +00:00
|
|
|
"url": "https://github.com/uBlockOrigin/uBlock-issues/issues"
|
2021-07-25 14:55:35 +00:00
|
|
|
},
|
2021-08-01 22:33:13 +00:00
|
|
|
"homepage": "https://github.com/gorhill/uBlock#readme",
|
2021-08-02 13:17:56 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.0.0",
|
|
|
|
|
"npm": ">=6.14.4"
|
2021-08-13 10:43:20 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-12-14 15:55:02 +00:00
|
|
|
"c8": "^7.12.0",
|
|
|
|
|
"eslint": "^8.29.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"
|
2021-08-01 22:33:13 +00:00
|
|
|
}
|
2021-07-25 14:55:35 +00:00
|
|
|
}
|