1234567891011 |
- {
- "name": "cron-parser",
- "repo": "harrisiirak/cron-parser",
- "description": "Node.js library for parsing crontab instructions",
- "version": "2.13.0",
- "keywords": ["cron", "crontab", "parser"],
- "dependencies": {},
- "development": {},
- "main": "lib/parser.js",
- "scripts": ["lib/parser.js", "lib/expression.js", "lib/date.js"]
- }
|