v1.0 with SW PWA enabled

This commit is contained in:
Blomios
2026-01-01 17:40:53 +01:00
parent 1c0e22aac1
commit 3c8bebb2ad
29775 changed files with 2197201 additions and 119080 deletions

View File

@ -54982,66 +54982,27 @@ var require_syntax = __commonJS({
var require_package = __commonJS({
"node_modules/css-tree/package.json"(exports2, module2) {
module2.exports = {
_args: [
[
"css-tree@2.3.1",
"/home/runner/work/tailwindcss/tailwindcss"
]
],
_development: true,
_from: "css-tree@2.3.1",
_id: "css-tree@2.3.1",
_inBundle: false,
_integrity: "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
_location: "/css-tree",
_phantomChildren: {},
_requested: {
type: "version",
registry: true,
raw: "css-tree@2.3.1",
name: "css-tree",
escapedName: "css-tree",
rawSpec: "2.3.1",
saveSpec: null,
fetchSpec: "2.3.1"
},
_requiredBy: [
"/svgo"
],
_resolved: "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
_spec: "2.3.1",
_where: "/home/runner/work/tailwindcss/tailwindcss",
author: {
name: "Roman Dvornov",
email: "rdvornov@gmail.com",
url: "https://github.com/lahmatiy"
},
browser: {
"./cjs/data.cjs": "./dist/data.cjs",
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/data.js": "./dist/data.js",
"./lib/version.js": "./dist/version.js"
},
bugs: {
url: "https://github.com/csstree/csstree/issues"
},
dependencies: {
"mdn-data": "2.0.30",
"source-map-js": "^1.0.1"
},
name: "css-tree",
version: "2.3.1",
description: "A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",
devDependencies: {
c8: "^7.12.0",
clap: "^2.0.1",
esbuild: "^0.14.53",
eslint: "^8.4.1",
"json-to-ast": "^2.1.0",
mocha: "^9.2.2",
rollup: "^2.68.0"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
},
author: "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
license: "MIT",
repository: "csstree/csstree",
keywords: [
"css",
"ast",
"tokenizer",
"parser",
"walker",
"lexer",
"generator",
"utils",
"syntax",
"validation"
],
type: "module",
module: "./lib/index.js",
main: "./cjs/index.cjs",
exports: {
".": {
import: "./lib/index.js",
@ -55094,6 +55055,49 @@ var require_package = __commonJS({
require: "./cjs/utils/index.cjs"
}
},
browser: {
"./cjs/data.cjs": "./dist/data.cjs",
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/data.js": "./dist/data.js",
"./lib/version.js": "./dist/version.js"
},
unpkg: "dist/csstree.esm.js",
jsdelivr: "dist/csstree.esm.js",
scripts: {
watch: "npm run build -- --watch",
build: "npm run bundle && npm run esm-to-cjs --",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
lint: "eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
"lint-and-test": "npm run lint && npm test",
"update:docs": "node scripts/update-docs",
"review:syntax-patch": "node scripts/review-syntax-patch",
test: "mocha lib/__tests --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs/__tests --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/__tests --reporter ${REPORTER:-progress}",
coverage: "c8 --exclude lib/__tests --reporter=lcovonly npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
},
dependencies: {
"mdn-data": "2.0.30",
"source-map-js": "^1.0.1"
},
devDependencies: {
c8: "^7.12.0",
clap: "^2.0.1",
esbuild: "^0.14.53",
eslint: "^8.4.1",
"json-to-ast": "^2.1.0",
mocha: "^9.2.2",
rollup: "^2.68.0"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
},
files: [
"data",
"dist",
@ -55101,51 +55105,7 @@ var require_package = __commonJS({
"!cjs/__tests",
"lib",
"!lib/__tests"
],
homepage: "https://github.com/csstree/csstree#readme",
jsdelivr: "dist/csstree.esm.js",
keywords: [
"css",
"ast",
"tokenizer",
"parser",
"walker",
"lexer",
"generator",
"utils",
"syntax",
"validation"
],
license: "MIT",
main: "./cjs/index.cjs",
module: "./lib/index.js",
name: "css-tree",
repository: {
type: "git",
url: "git+https://github.com/csstree/csstree.git"
},
scripts: {
build: "npm run bundle && npm run esm-to-cjs --",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
coverage: "c8 --exclude lib/__tests --reporter=lcovonly npm test",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
lint: "eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
"lint-and-test": "npm run lint && npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
"review:syntax-patch": "node scripts/review-syntax-patch",
test: "mocha lib/__tests --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs/__tests --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/__tests --reporter ${REPORTER:-progress}",
"update:docs": "node scripts/update-docs",
watch: "npm run build -- --watch"
},
type: "module",
unpkg: "dist/csstree.esm.js",
version: "2.3.1"
]
};
}
});
@ -55333,65 +55293,37 @@ var require_cjs = __commonJS({
var require_package2 = __commonJS({
"node_modules/csso/package.json"(exports2, module2) {
module2.exports = {
_args: [
[
"csso@5.0.5",
"/home/runner/work/tailwindcss/tailwindcss"
]
name: "csso",
version: "5.0.5",
description: "CSS minifier with structural optimisations",
author: "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",
maintainers: [
{
name: "Roman Dvornov",
email: "rdvornov@gmail.com",
"github-username": "lahmatiy"
}
],
_development: true,
_from: "csso@5.0.5",
_id: "csso@5.0.5",
_inBundle: false,
_integrity: "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
_location: "/csso",
_phantomChildren: {
"source-map-js": "1.2.1"
},
_requested: {
type: "version",
registry: true,
raw: "csso@5.0.5",
name: "csso",
escapedName: "csso",
rawSpec: "5.0.5",
saveSpec: null,
fetchSpec: "5.0.5"
},
_requiredBy: [
"/svgo"
repository: "css/csso",
license: "MIT",
keywords: [
"css",
"compress",
"minifier",
"minify",
"optimise",
"optimisation",
"csstree"
],
_resolved: "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
_spec: "5.0.5",
_where: "/home/runner/work/tailwindcss/tailwindcss",
author: {
name: "Sergey Kryzhanovsky",
email: "skryzhanovsky@ya.ru",
url: "https://github.com/afelix"
},
type: "module",
unpkg: "dist/csso.esm.js",
jsdelivr: "dist/csso.esm.js",
browser: {
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/version.js": "./dist/version.js"
},
bugs: {
url: "https://github.com/css/csso/issues"
},
dependencies: {
"css-tree": "~2.2.0"
},
description: "CSS minifier with structural optimisations",
devDependencies: {
c8: "^7.10.0",
esbuild: "^0.14.54",
eslint: "^7.24.0",
mocha: "^9.2.2",
rollup: "^2.60.2",
"source-map-js": "^1.0.1"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
npm: ">=7.0.0"
},
main: "./cjs/index.cjs",
module: "./lib/index.js",
exports: {
".": {
import: "./lib/index.js",
@ -55404,56 +55336,43 @@ var require_package2 = __commonJS({
"./dist/*": "./dist/*.js",
"./package.json": "./package.json"
},
scripts: {
test: "mocha test --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs-test --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/test --reporter ${REPORTER:-progress}",
lint: "eslint lib scripts test",
"lint-and-test": "npm run lint && npm test",
build: "npm run bundle && npm run esm-to-cjs",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
coverage: "c8 --reporter=lcovonly npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null"
},
dependencies: {
"css-tree": "~2.2.0"
},
devDependencies: {
c8: "^7.10.0",
esbuild: "^0.14.54",
eslint: "^7.24.0",
mocha: "^9.2.2",
rollup: "^2.60.2",
"source-map-js": "^1.0.1"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
npm: ">=7.0.0"
},
files: [
"dist",
"!dist/test",
"cjs",
"lib"
],
homepage: "https://github.com/css/csso#readme",
jsdelivr: "dist/csso.esm.js",
keywords: [
"css",
"compress",
"minifier",
"minify",
"optimise",
"optimisation",
"csstree"
],
license: "MIT",
main: "./cjs/index.cjs",
maintainers: [
{
name: "Roman Dvornov",
email: "rdvornov@gmail.com"
}
],
module: "./lib/index.js",
name: "csso",
repository: {
type: "git",
url: "git+https://github.com/css/csso.git"
},
scripts: {
build: "npm run bundle && npm run esm-to-cjs",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
coverage: "c8 --reporter=lcovonly npm test",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
lint: "eslint lib scripts test",
"lint-and-test": "npm run lint && npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
test: "mocha test --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs-test --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/test --reporter ${REPORTER:-progress}"
},
type: "module",
unpkg: "dist/csso.esm.js",
version: "5.0.5"
]
};
}
});
@ -75529,67 +75448,27 @@ var require_syntax2 = __commonJS({
var require_package3 = __commonJS({
"node_modules/csso/node_modules/css-tree/package.json"(exports2, module2) {
module2.exports = {
_args: [
[
"css-tree@2.2.1",
"/home/runner/work/tailwindcss/tailwindcss"
]
],
_development: true,
_from: "css-tree@2.2.1",
_id: "css-tree@2.2.1",
_inBundle: false,
_integrity: "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
_location: "/csso/css-tree",
_phantomChildren: {},
_requested: {
type: "version",
registry: true,
raw: "css-tree@2.2.1",
name: "css-tree",
escapedName: "css-tree",
rawSpec: "2.2.1",
saveSpec: null,
fetchSpec: "2.2.1"
},
_requiredBy: [
"/csso"
],
_resolved: "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
_spec: "2.2.1",
_where: "/home/runner/work/tailwindcss/tailwindcss",
author: {
name: "Roman Dvornov",
email: "rdvornov@gmail.com",
url: "https://github.com/lahmatiy"
},
browser: {
"./cjs/data.cjs": "./dist/data.cjs",
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/data.js": "./dist/data.js",
"./lib/version.js": "./dist/version.js"
},
bugs: {
url: "https://github.com/csstree/csstree/issues"
},
dependencies: {
"mdn-data": "2.0.28",
"source-map-js": "^1.0.1"
},
name: "css-tree",
version: "2.2.1",
description: "A tool set for CSS: fast detailed parser (CSS \u2192 AST), walker (AST traversal), generator (AST \u2192 CSS) and lexer (validation and matching) based on specs and browser implementations",
devDependencies: {
c8: "^7.7.1",
clap: "^2.0.1",
esbuild: "^0.14.53",
eslint: "^8.4.1",
"json-to-ast": "^2.1.0",
mocha: "^9.1.4",
rollup: "^2.68.0"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
npm: ">=7.0.0"
},
author: "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
license: "MIT",
repository: "csstree/csstree",
keywords: [
"css",
"ast",
"tokenizer",
"parser",
"walker",
"lexer",
"generator",
"utils",
"syntax",
"validation"
],
type: "module",
module: "./lib/index.js",
main: "./cjs/index.cjs",
exports: {
".": {
import: "./lib/index.js",
@ -75642,6 +75521,50 @@ var require_package3 = __commonJS({
require: "./cjs/utils/index.cjs"
}
},
browser: {
"./cjs/data.cjs": "./dist/data.cjs",
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/data.js": "./dist/data.js",
"./lib/version.js": "./dist/version.js"
},
unpkg: "dist/csstree.esm.js",
jsdelivr: "dist/csstree.esm.js",
scripts: {
watch: "npm run build -- --watch",
build: "npm run bundle && npm run esm-to-cjs --",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
lint: "eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
"lint-and-test": "npm run lint && npm test",
"update:docs": "node scripts/update-docs",
"review:syntax-patch": "node scripts/review-syntax-patch",
test: "mocha lib/__tests --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs/__tests --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/__tests --reporter ${REPORTER:-progress}",
coverage: "c8 --exclude lib/__tests --reporter=lcovonly npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
},
dependencies: {
"mdn-data": "2.0.28",
"source-map-js": "^1.0.1"
},
devDependencies: {
c8: "^7.7.1",
clap: "^2.0.1",
esbuild: "^0.14.53",
eslint: "^8.4.1",
"json-to-ast": "^2.1.0",
mocha: "^9.1.4",
rollup: "^2.68.0"
},
engines: {
node: "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
npm: ">=7.0.0"
},
files: [
"data",
"dist",
@ -75649,51 +75572,7 @@ var require_package3 = __commonJS({
"!cjs/__tests",
"lib",
"!lib/__tests"
],
homepage: "https://github.com/csstree/csstree#readme",
jsdelivr: "dist/csstree.esm.js",
keywords: [
"css",
"ast",
"tokenizer",
"parser",
"walker",
"lexer",
"generator",
"utils",
"syntax",
"validation"
],
license: "MIT",
main: "./cjs/index.cjs",
module: "./lib/index.js",
name: "css-tree",
repository: {
type: "git",
url: "git+https://github.com/csstree/csstree.git"
},
scripts: {
build: "npm run bundle && npm run esm-to-cjs --",
"build-and-test": "npm run build && npm run test:dist && npm run test:cjs",
bundle: "node scripts/bundle",
"bundle-and-test": "npm run bundle && npm run test:dist",
coverage: "c8 --exclude lib/__tests --reporter=lcovonly npm test",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",
hydrogen: "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
lint: "eslint lib scripts && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
"lint-and-test": "npm run lint && npm test",
prepublishOnly: "npm run lint-and-test && npm run build-and-test",
"review:syntax-patch": "node scripts/review-syntax-patch",
test: "mocha lib/__tests --reporter ${REPORTER:-progress}",
"test:cjs": "mocha cjs/__tests --reporter ${REPORTER:-progress}",
"test:dist": "mocha dist/__tests --reporter ${REPORTER:-progress}",
"update:docs": "node scripts/update-docs",
watch: "npm run build -- --watch"
},
type: "module",
unpkg: "dist/csstree.esm.js",
version: "2.2.1"
]
};
}
});