mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
8bb44242bd
This is a replacement for the dubious approach when the extension itself was used to run benchmarks to detect performance and filtering behavior regressions.
29 lines
694 B
JSON
29 lines
694 B
JSON
{
|
|
"name": "@gorhill/ubo-dig",
|
|
"version": "0.1.0",
|
|
"description": "To investigate code changes (not for publication)",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"snfe": "node snfe.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gorhill/uBlock.git"
|
|
},
|
|
"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": {
|
|
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab"
|
|
}
|
|
}
|