mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00

- blockrules fix: when checking an iframe nav request, match inFrameUrl against the parent iframe, not current one - blockrules: cleanup, always allow 'pywb.proxy' static files - logging: when 'debug' logging enabled, log urls blocked and conditional iframe checks from blockrules - tests: add more complex test for blockrules - update CHANGES and support info in README - bump to 0.4.3
31 lines
819 B
JSON
31 lines
819 B
JSON
{
|
|
"name": "browsertrix-crawler",
|
|
"version": "0.4.3",
|
|
"main": "browsertrix-crawler",
|
|
"repository": "https://github.com/webrecorder/browsertrix-crawler",
|
|
"author": "Ilya Kreymer <ikreymer@gmail.com>, Webrecorder Software",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint *.js util/*.js tests/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"browsertrix-behaviors": "^0.2.3",
|
|
"ioredis": "^4.27.1",
|
|
"js-yaml": "^4.1.0",
|
|
"node-fetch": "^2.6.1",
|
|
"puppeteer-cluster": "^0.22.0",
|
|
"puppeteer-core": "^8.0.0",
|
|
"sitemapper": "^3.1.2",
|
|
"uuid": "8.3.2",
|
|
"ws": "^7.4.4",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.20.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"jest": "^26.6.3",
|
|
"md5": "^2.3.0",
|
|
"warcio": "^1.4.3"
|
|
}
|
|
}
|