2021-07-25 08:55:35 -06:00
|
|
|
{
|
2021-08-02 06:08:43 -06:00
|
|
|
"name": "@gorhill/ubo-core",
|
2021-08-09 17:34:35 -06:00
|
|
|
"version": "0.1.7",
|
2021-08-02 06:08:43 -06:00
|
|
|
"description": "To create a working instance of uBlock Origin's static network filtering engine",
|
2021-07-25 08:55:35 -06:00
|
|
|
"type": "module",
|
2021-08-02 07:17:56 -06:00
|
|
|
"main": "index.js",
|
2021-07-25 08:55:35 -06:00
|
|
|
"scripts": {
|
2021-08-02 07:17:56 -06:00
|
|
|
"install": "node install.js",
|
2021-07-25 08:55:35 -06:00
|
|
|
"test": "node test.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/gorhill/uBlock.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"uBlock",
|
|
|
|
"uBO",
|
|
|
|
"adblock"
|
|
|
|
],
|
|
|
|
"author": "Raymond Hill",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/gorhill/uBlock/issues"
|
|
|
|
},
|
2021-08-01 16:33:13 -06:00
|
|
|
"homepage": "https://github.com/gorhill/uBlock#readme",
|
2021-08-02 07:17:56 -06:00
|
|
|
"engines": {
|
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">=6.14.4"
|
2021-08-01 16:33:13 -06:00
|
|
|
}
|
2021-07-25 08:55:35 -06:00
|
|
|
}
|