uBlock/platform/npm/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@gorhill/ubo-core",
2021-12-16 14:39:44 +00:00
"version": "0.1.21",
"description": "To create a working instance of uBlock Origin's static network filtering engine",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
2021-08-16 11:39:09 +00:00
"lint": "eslint js/ *.js tests/*.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": ">=14.0.0",
"npm": ">=6.14.4"
},
"devDependencies": {
2021-08-15 21:33:56 +00:00
"c8": "^7.8.0",
2021-08-13 17:08:13 +00:00
"eslint": "^7.32.0",
"esm-world": "0.1.1",
2021-08-16 11:39:09 +00:00
"mocha": "^9.0.3",
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab37e038771e1ff8005edc46d95f176739f"
}
}