devstar插件

This commit is contained in:
2025-07-26 16:40:29 +08:00
commit 30033daafe
4387 changed files with 1041101 additions and 0 deletions

29
node_modules/@iconify-json/simple-icons/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "@iconify-json/simple-icons",
"description": "Simple Icons icon set in Iconify JSON format",
"version": "1.2.44",
"iconSetVersion": "15.7.0",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"homepage": "https://icon-sets.iconify.design/simple-icons/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"license": "CC0-1.0",
"exports": {
"./*": "./*",
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"./icons.json": "./icons.json",
"./info.json": "./info.json"
},
"iconSet": {
"icons": "icons.json",
"info": "info.json"
},
"dependencies": {
"@iconify/types": "*"
}
}