You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
431 B
22 lines
431 B
{
|
|
"name": "cron-parser",
|
|
"repo": "harrisiirak/cron-parser",
|
|
"description": "Node.js library for parsing crontab instructions",
|
|
"version": "4.8.1",
|
|
"keywords": [
|
|
"cron",
|
|
"crontab",
|
|
"parser"
|
|
],
|
|
"dependencies": {},
|
|
"development": {},
|
|
"main": "lib/parser.js",
|
|
"scripts": [
|
|
"lib/parser.js",
|
|
"lib/expression.js",
|
|
"lib/date.js",
|
|
"lib/field_compactor.js",
|
|
"lib/field_stringify.js"
|
|
]
|
|
}
|