mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 12:22:33 +01:00
37 lines
814 B
JSON
37 lines
814 B
JSON
{
|
|
"name": "@gorhill/ubo-core",
|
|
"version": "0.1.8",
|
|
"description": "To create a working instance of uBlock Origin's static network filtering engine",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"lint": "eslint js/ *.js",
|
|
"test": "node test.js --mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gorhill/uBlock.git"
|
|
},
|
|
"keywords": [
|
|
"uBlock",
|
|
"uBO",
|
|
"adblock",
|
|
"trie"
|
|
],
|
|
"author": "Raymond Hill",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/gorhill/uBlock/issues"
|
|
},
|
|
"homepage": "https://github.com/gorhill/uBlock#readme",
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"mocha": "^9.0.3"
|
|
}
|
|
}
|