Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/sprintf-js/../cron/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "cron", "description": "Cron jobs for your node", "version": "2.3.1", "author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)", "bugs": { "url": "https://github.com/kelektiv/node-cron/issues" }, "repository": { "type": "git", "url": "https://github.com/kelektiv/node-cron.git" }, "main": "lib/cron", "scripts": { "lint": "eslint {lib,tests}/*.js", "test": "jest --coverage", "test:watch": "jest --watch --coverage" }, "dependencies": { "luxon": "^3.2.1" }, "devDependencies": { "chai": "~4.2.x", "eslint": "~8.36.x", "eslint-config-prettier": "^8.7.x", "eslint-config-standard": "~17.0.x", "eslint-plugin-import": "~2.27.x", "eslint-plugin-jest": "~27.2.x", "eslint-plugin-n": "~15.6.x", "eslint-plugin-prettier": "~4.2.x", "eslint-plugin-promise": "~6.1.x", "jest": "~29.5.x", "prettier": "~2.8.x", "sinon": "^15.0.x" }, "keywords": [ "cron", "node cron", "node-cron", "schedule", "scheduler", "cronjob", "cron job" ], "license": "MIT", "contributors": [ "Brandon der Blätter <https://interlucid.com/contact/> (https://github.com/intcreator)", "Romain Beauxis <[email protected]> (https://github.com/toots)", "James Padolsey <> (https://github.com/jamespadolsey)", "Finn Herpich <[email protected]> (https://github.com/ErrorProne)", "Clifton Cunningham <[email protected]> (https://github.com/cliftonc)", "Eric Abouaf <[email protected]> (https://github.com/neyric)", "humanchimp <[email protected]> (https://github.com/humanchimp)", "Craig Condon <[email protected]> (https://github.com/spiceapps)", "Dan Bear <[email protected]> (https://github.com/danhbear)", "Vadim Baryshev <[email protected]> (https://github.com/baryshev)", "Leandro Ferrari <[email protected]> (https://github.com/lfthomaz)", "Gregg Zigler <[email protected]> (https://github.com/greggzigler)", "Jordan Abderrachid <[email protected]> (https://github.com/jordanabderrachid)", "Masakazu Matsushita <[email protected]> (matsukaz)", "Christopher Lunt <[email protected]> (https://github.com/kirisu)" ], "jest": { "collectCoverage": true, "collectCoverageFrom": [ "lib/*.js" ], "coverageThreshold": { "global": { "statements": 80, "branches": 80, "functions": 70, "lines": 80 } } }, "files": [ "lib", "CHANGELOG.md", "LICENSE", "README.md" ] }