Initial commit

This commit is contained in:
maojindao55
2025-02-12 17:18:18 +08:00
commit 394e5640e9
8002 changed files with 1687177 additions and 0 deletions

69
node_modules/postcss-nested/package.json generated vendored Normal file
View File

@@ -0,0 +1,69 @@
{
"_from": "postcss-nested@^6.2.0",
"_id": "postcss-nested@6.2.0",
"_inBundle": false,
"_integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
"_location": "/postcss-nested",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-nested@^6.2.0",
"name": "postcss-nested",
"escapedName": "postcss-nested",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz",
"_shasum": "4c2d22ab5f20b9cb61e2c5c5915950784d068131",
"_spec": "postcss-nested@^6.2.0",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/tailwindcss",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-nested/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss-selector-parser": "^6.1.1"
},
"deprecated": false,
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"engines": {
"node": ">=12.0"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"homepage": "https://github.com/postcss/postcss-nested#readme",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"sass",
"nested"
],
"license": "MIT",
"name": "postcss-nested",
"peerDependencies": {
"postcss": "^8.2.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-nested.git"
},
"version": "6.2.0"
}