first commit

This commit is contained in:
2026-01-16 14:13:44 +08:00
commit 903ff8d495
34603 changed files with 8585054 additions and 0 deletions

27
WebRoot/node_modules/pdf/jsPDF-1.3.2/bower.json generated vendored Normal file
View File

@ -0,0 +1,27 @@
{
"name": "jspdf",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": "dist/jspdf.debug.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"pdf"
],
"license": "MIT",
"ignore": [
"**/.*",
"libs",
"CNAME",
"jspdf.js",
"examples/jspdf.PLUGINTEMPLATE.js",
"plugins/*",
"todo.txt",
"wscript.py",
"build.sh",
"test",
"tools"
]
}