fix: 微信登录补充保存username和role
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Agent
2026-04-04 07:35:21 +00:00
parent 756444ef2b
commit d12eea7693
10597 changed files with 817047 additions and 3 deletions

56
node_modules/parse-bmfont-xml/package.json generated vendored Normal file
View File

@@ -0,0 +1,56 @@
{
"name": "parse-bmfont-xml",
"version": "1.1.6",
"description": "parses XML BMFont files into a JavaScript object",
"main": "lib/index.js",
"browser": "lib/browser.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"xml-parse-from-string": "^1.0.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"faucet": "0.0.1",
"tape": "^3.5.0",
"testling": "^1.7.1",
"xhr": "^2.0.1"
},
"scripts": {
"test-browser": "browserify test/test-browser.js -t brfs | testling | faucet",
"test-node": "node test/test.js | faucet",
"test": "npm run test-node && npm run test-browser"
},
"keywords": [
"xml",
"parse",
"convert",
"bmfont",
"bm",
"bitmap",
"font",
"bitmaps",
"angel",
"angelcode",
"code",
"text",
"gl",
"sprite",
"sprites",
"stackgl"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/parse-bmfont-xml.git"
},
"homepage": "https://github.com/mattdesl/parse-bmfont-xml",
"bugs": {
"url": "https://github.com/mattdesl/parse-bmfont-xml/issues"
}
}