chore: Remove Dockerfile and docker-compose.yml, update README and migration guide for backend log checks
Some checks failed
Documentation / build-docs (push) Has been cancelled
Tests / test (macos-latest, 3.11) (push) Has been cancelled
Tests / test (macos-latest, 3.12) (push) Has been cancelled
Tests / test (macos-latest, 3.13) (push) Has been cancelled
Tests / test (macos-latest, 3.14) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.14) (push) Has been cancelled

This commit is contained in:
kfox
2026-01-02 22:46:03 -05:00
parent 6834655e03
commit 3c6770acf5
134 changed files with 3025 additions and 18054 deletions

View File

@@ -1,36 +1,15 @@
{
"name": "cssstyle",
"description": "CSSStyleDeclaration Object Model implementation",
"description": "An implementation of the CSSStyleDeclaration class from the CSS Object Model specification",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"version": "5.3.5",
"homepage": "https://github.com/jsdom/cssstyle",
"maintainers": [
{
"name": "Jon Sakas",
"email": "jon.sakas@gmail.com",
"url": "https://jon.sakas.co/"
},
{
"name": "Rafał Ruciński",
"email": "fatfisz@gmail.com",
"url": "https://fatfisz.com"
}
],
"contributors": [
{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
}
],
"repository": "jsdom/cssstyle",
"bugs": "https://github.com/jsdom/cssstyle/issues",
"directories": {
"lib": "./lib"
"version": "5.3.6",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/cssstyle.git"
},
"files": [
"lib/"
@@ -39,7 +18,8 @@
"dependencies": {
"@asamuzakjp/css-color": "^4.1.1",
"@csstools/css-syntax-patches-for-csstree": "^1.0.21",
"css-tree": "^3.1.0"
"css-tree": "^3.1.0",
"lru-cache": "^11.2.4"
},
"devDependencies": {
"@babel/generator": "^7.28.5",
@@ -63,6 +43,7 @@
"prepare": "run-p prepare:*",
"prepare:implemented_properties": "node ./scripts/generateImplementedProperties.mjs",
"prepare:properties": "node ./scripts/generateProperties.js",
"prepare:propertyDefinitions": "node ./scripts/generatePropertyDefinitions.mjs",
"test": "node --test"
},
"license": "MIT",