full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "postcss-selector-parser",
"version": "6.1.2",
"version": "6.0.10",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
@@ -9,16 +9,16 @@
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"ava": "^5.1.0",
"ava": "^3.12.1",
"babel-plugin-add-module-exports": "^1.0.4",
"coveralls": "^3.1.0",
"del-cli": "^5.0.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"glob": "^8.0.3",
"del-cli": "^3.0.1",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"nyc": "^15.1.0",
"postcss": "^8.4.31",
"postcss": "^8.0.0",
"semver": "^7.3.2",
"typescript": "^4.0.3"
},
@@ -33,12 +33,11 @@
"!**/__tests__"
],
"scripts": {
"typecheck": "tsc --noEmit --strict postcss-selector-parser.d.ts postcss-selector-parser.test.ts",
"pretest": "eslint src && npm run typecheck",
"pretest": "eslint src && tsc --noEmit postcss-selector-parser.d.ts",
"prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"lintfix": "eslint --fix src",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__/*.mjs",
"test": "nyc ava src/__tests__/*.js ",
"testone": "ava"
},
"dependencies": {
@@ -68,8 +67,7 @@
"@babel/register"
],
"concurrency": 5,
"timeout": "25s",
"nodeArguments": []
"timeout": "25s"
},
"nyc": {
"exclude": [