2021-07-25 16:55:35 +02:00
|
|
|
{
|
2021-08-02 14:08:43 +02:00
|
|
|
"name": "@gorhill/ubo-core",
|
2021-07-25 16:55:35 +02:00
|
|
|
"version": "0.1.0",
|
2021-08-02 14:08:43 +02:00
|
|
|
"description": "To create a working instance of uBlock Origin's static network filtering engine",
|
2021-07-25 16:55:35 +02:00
|
|
|
"type": "module",
|
2021-08-02 15:17:56 +02:00
|
|
|
"main": "index.js",
|
2021-07-25 16:55:35 +02:00
|
|
|
"scripts": {
|
2021-08-02 15:17:56 +02:00
|
|
|
"install": "node install.js",
|
2021-07-25 16:55:35 +02: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-02 00:33:13 +02:00
|
|
|
"homepage": "https://github.com/gorhill/uBlock#readme",
|
2021-08-02 15:17:56 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=14.0.0",
|
|
|
|
"npm": ">=6.14.4"
|
2021-08-02 00:33:13 +02:00
|
|
|
}
|
2021-07-25 16:55:35 +02:00
|
|
|
}
|