diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
| commit | afa87af01c79a9baa539f2992d32154d2a4739bd (patch) | |
| tree | 92c7416db734270a2fee1d72ee9cc119379ff8e1 /vanilla/node_modules/cssstyle/package.json | |
| parent | 3b927e84d200402281f68181cd4253bc77e5528d (diff) | |
| download | neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.gz neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.bz2 neko-afa87af01c79a9baa539f2992d32154d2a4739bd.zip | |
task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq
Diffstat (limited to 'vanilla/node_modules/cssstyle/package.json')
| -rw-r--r-- | vanilla/node_modules/cssstyle/package.json | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/vanilla/node_modules/cssstyle/package.json b/vanilla/node_modules/cssstyle/package.json deleted file mode 100644 index 43f28dd..0000000 --- a/vanilla/node_modules/cssstyle/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "cssstyle", - "description": "An implementation of the CSSStyleDeclaration class from the CSS Object Model specification", - "keywords": [ - "CSS", - "CSSStyleDeclaration", - "StyleSheet" - ], - "version": "5.3.7", - "repository": { - "type": "git", - "url": "git+https://github.com/jsdom/cssstyle.git" - }, - "files": [ - "lib/" - ], - "main": "./lib/CSSStyleDeclaration.js", - "dependencies": { - "@asamuzakjp/css-color": "^4.1.1", - "@csstools/css-syntax-patches-for-csstree": "^1.0.21", - "css-tree": "^3.1.0", - "lru-cache": "^11.2.4" - }, - "devDependencies": { - "@babel/generator": "^7.28.5", - "@babel/parser": "^7.28.5", - "@babel/traverse": "^7.28.5", - "@babel/types": "^7.28.5", - "@domenic/eslint-config": "^4.0.1", - "@webref/css": "^8.1.1", - "eslint": "^9.39.1", - "eslint-config-prettier": "^10.1.8", - "eslint-plugin-prettier": "^5.5.4", - "globals": "^16.5.0", - "npm-run-all": "^4.1.5", - "prettier": "^3.7.4", - "resolve": "^1.22.11" - }, - "scripts": { - "download": "node ./scripts/downloadLatestProperties.mjs", - "lint": "eslint --max-warnings 0", - "lint:fix": "eslint --fix --max-warnings 0", - "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", - "engines": { - "node": ">=20" - } -} |
