/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.0
ui-test/package.json
18 строк
381 B
Kousuke Saruta
[SPARK-55522][WEBUI] Allow inline scripts, event handlers and styles in Spark UI with Content-Security-Policy
14 фев 2026, 11:55
14 фев 2026, 11:55
e12bd5a
Код
Авторство
О чём код?
{ "name": "ui-test", "license": "Apache License 2.0", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "devDependencies": { "glob": "^13.0.3", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "jquery": "^3.7.1" }, "jest": { "testEnvironment": "jsdom", "transform": {} } }