cron_generator

This commit is contained in:
star7th
2025-04-23 20:11:08 +08:00
parent bbfd4d9f93
commit 260536c962
10 changed files with 737 additions and 3 deletions
+32
View File
@@ -16,6 +16,8 @@
"@types/crypto-js": "^4.2.2",
"@uiw/react-json-view": "^2.0.0-alpha.30",
"compressorjs": "^1.2.1",
"cron-parser": "^5.1.1",
"cronstrue": "^2.59.0",
"crypto-js": "^4.2.0",
"fabric": "^6.6.4",
"iconv-lite": "^0.6.3",
@@ -2616,6 +2618,27 @@
"integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
"license": "MIT"
},
"node_modules/cron-parser": {
"version": "5.1.1",
"resolved": "https://registry.npmmirror.com/cron-parser/-/cron-parser-5.1.1.tgz",
"integrity": "sha512-xNhwjTUTJcvevF4EvOxB3xYpEKC/qOAmykR+2Qf91ARIfdbjStUwo8qpem6jjzdwFgoo4pnf3sS264xG0G858w==",
"license": "MIT",
"dependencies": {
"luxon": "^3.6.1"
},
"engines": {
"node": ">=18"
}
},
"node_modules/cronstrue": {
"version": "2.59.0",
"resolved": "https://registry.npmmirror.com/cronstrue/-/cronstrue-2.59.0.tgz",
"integrity": "sha512-YKGmAy84hKH+hHIIER07VCAHf9u0Ldelx1uU6EBxsRPDXIA1m5fsKmJfyC3xBhw6cVC/1i83VdbL4PvepTrt8A==",
"license": "MIT",
"bin": {
"cronstrue": "bin/cli.js"
}
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -5217,6 +5240,15 @@
"dev": true,
"license": "ISC"
},
"node_modules/luxon": {
"version": "3.6.1",
"resolved": "https://registry.npmmirror.com/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",