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

77
node_modules/postcss-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,77 @@
{
"_from": "postcss-js@^4.0.1",
"_id": "postcss-js@4.0.1",
"_inBundle": false,
"_integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
"_location": "/postcss-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-js@^4.0.1",
"name": "postcss-js",
"escapedName": "postcss-js",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.0.1.tgz",
"_shasum": "61598186f3703bab052f1c4f7d805f3991bee9d2",
"_spec": "postcss-js@^4.0.1",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/tailwindcss",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase-css": "^2.0.1"
},
"deprecated": false,
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"engines": {
"node": "^12 || ^14 || >= 16"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./package.json": "./package.json",
"./async": "./async.js",
"./objectifier": "./objectifier.js",
"./parser": "./parser.js",
"./process-result": "./process-result.js",
"./sync": "./sync.js"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"homepage": "https://github.com/postcss/postcss-js#readme",
"keywords": [
"postcss",
"postcss-runner",
"js",
"inline",
"react",
"css",
"cssinjs"
],
"license": "MIT",
"name": "postcss-js",
"peerDependencies": {
"postcss": "^8.4.21"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-js.git"
},
"version": "4.0.1"
}