This commit is contained in:
2025-10-24 17:06:14 -05:00
parent 12d0690b91
commit df8c75603f
11289 changed files with 1209053 additions and 318 deletions

43
qwen/nodejs/node_modules/moment-timezone/composer.json generated vendored Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "moment/moment-timezone",
"description": "Parse and display dates in any timezone",
"version": "0.5.48",
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"iana",
"zone",
"tz"
],
"homepage": "http://momentjs.com/timezone/",
"license": "MIT",
"support": {
"issues": "https://github.com/moment/moment-timezone/issues",
"source": "https://github.com/moment/moment-timezone"
},
"authors": [
{
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"homepage": "http://timwoodcreates.com/"
}
],
"type": "component",
"require": {
"robloach/component-installer": "*",
"moment/moment": ">=2.9.0"
},
"extra": {
"component": {
"scripts": [
"moment-timezone.js"
],
"files": [
"builds/*.js"
]
}
}
}