文件名称:cron-parser:用于解析crontab指令的Node.js库
文件大小:85KB
文件格式:ZIP
更新时间:2024-05-17 09:50:13
javascript cron crontab crontab-format cron-parser
cron解析器 Node.js库,用于解析和处理crontab指令。 它包括对时区和DST转换的支持。 兼容性节点> = 0.8 打字稿<= 4.2 设置 npm install cron-parser 支持格式 * * * * * * ┬ ┬ ┬ ┬ ┬ ┬ │ │ │ │ │ | │ │ │ │ │ └ day of week (0 - 7) (0 or 7 is Sun) │ │ │ │ └───── month (1 - 12) │ │ │ └────────── day of month (1 - 31, L) │ │ └─────────────── hour (0 - 23) │ └──────
【文件预览】:
cron-parser-master
----.travis.yml(63B)
----package.json(2KB)
----.eslintrc.json(302B)
----test()
--------parser_day_of_month.js(2KB)
--------increment_on_first_iteration.js(717B)
--------index.test-d.ts(5KB)
--------empty_around_comma.js(519B)
--------index-ts3.test-d.ts(4KB)
--------stringify.js(8KB)
--------prev_date.js(928B)
--------fields.js(1KB)
--------leap_year.js(366B)
--------field_stringify.js(2KB)
--------expression.js(39KB)
--------31_of_month.js(379B)
--------crontab.example(131B)
--------timezone.js(12KB)
--------parser.js(1KB)
--------field_compactor.js(4KB)
--------parser_crondate_formats.js(4KB)
--------bug.js(763B)
----component.json(392B)
----LICENSE(1KB)
----package-lock.json(216KB)
----.npmignore(48B)
----index.d.ts(24B)
----.gitignore(143B)
----lib()
--------date.js(6KB)
--------field_stringify.js(1KB)
--------expression.js(25KB)
--------parser.js(3KB)
--------field_compactor.js(2KB)
----types()
--------common.d.ts(2KB)
--------ts3()
--------index.d.ts(2KB)
----README.md(5KB)