mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-01-01 03:51:12 +00:00
There are also 49 prototype pollution vulnerabilities related to tap's use of lodash. You should be able to fix it by updating tap.
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"name": "bibliogram",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "cd src/site && node server.js",
|
|
"assistant": "cd src/site && node assistant.js",
|
|
"build-lang": "cd src/lang/utils && node build_base.js",
|
|
"test": "tap",
|
|
"upload-test-files": "rsync -a src/lib/utils/saved_requests/files/ debib:meta/saved_requests; rsync -a test/screenshots/final/ debib:meta/screenshots",
|
|
"download-test-files": "bash -c 'mkdir -p test/screenshots/{diff,final,staging} && rm test/screenshots/final/* && wget -q -r -nd -np -P test/screenshots/final -R html -R tmp https://meta.bibliogram.art/screenshots/'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"better-sqlite3": "^7.1.0",
|
|
"cookie": "^0.4.1",
|
|
"feed": "git+https://git.sr.ht/~cadence/nodejs-feed#3dde82f8296d7a6f5659323e497e0c684f03ab71",
|
|
"get-stream": "^5.1.0",
|
|
"is-in-subnet": "^3.1.0",
|
|
"mixin-deep": "^2.0.1",
|
|
"node-dir": "^0.1.17",
|
|
"node-fetch": "^2.6.1",
|
|
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#ce07b2e32e79def5938f6cff6ddc28e5a290a0de",
|
|
"pug": "^3.0.0",
|
|
"semver": "^7.3.2",
|
|
"sharp": "^0.25.4",
|
|
"socks-proxy-agent": "git+https://git.sr.ht/~cadence/nodejs-socks-proxy-agent#5eef50a01667bd5c6b5626fb8e206232152dfbee"
|
|
},
|
|
"optionalDependencies": {
|
|
"@deadcanaries/granax": "^3.2.5",
|
|
"got": "^10.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"jimp": "^0.14.0",
|
|
"selenium-webdriver": "^4.0.0-alpha.7",
|
|
"tap": "^14.10.7",
|
|
"why-is-node-running": "^2.2.0"
|
|
}
|
|
}
|