{ "_from": "node-schedule@^1.3.2", "_id": "node-schedule@1.3.2", "_inBundle": false, "_integrity": "sha512-GIND2pHMHiReSZSvS6dpZcDH7pGPGFfWBIEud6S00Q8zEIzAs9ommdyRK1ZbQt8y1LyZsJYZgPnyi7gpU2lcdw==", "_location": "/node-schedule", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-schedule@^1.3.2", "name": "node-schedule", "escapedName": "node-schedule", "rawSpec": "^1.3.2", "saveSpec": null, "fetchSpec": "^1.3.2" }, "_requiredBy": [ "/cron-git" ], "_resolved": "https://registry.npmjs.org/node-schedule/-/node-schedule-1.3.2.tgz", "_shasum": "d774b383e2a6f6ade59eecc62254aea07cd758cb", "_spec": "node-schedule@^1.3.2", "_where": "E:\\cloud\\OneDrive\\git\\fdc\\node_modules\\cron-git", "author": { "name": "Matt Patenaude", "email": "matt@mattpatenaude.com", "url": "http://mattpatenaude.com" }, "bugs": { "url": "https://github.com/node-schedule/node-schedule/issues" }, "bundleDependencies": false, "dependencies": { "cron-parser": "^2.7.3", "long-timeout": "0.1.1", "sorted-array-functions": "^1.0.0" }, "deprecated": false, "description": "A cron-like and not-cron-like job scheduler for Node.", "devDependencies": { "coveralls": "^2.11.2", "eslint": "^3.19.0", "istanbul": "^0.4.5", "nodeunit": "^0.10.2", "sinon": "^1.14.1" }, "homepage": "https://github.com/node-schedule/node-schedule#readme", "keywords": [ "schedule", "task", "job", "cron" ], "license": "MIT", "main": "./lib/schedule.js", "name": "node-schedule", "repository": { "type": "git", "url": "git+https://github.com/node-schedule/node-schedule.git" }, "scripts": { "lint": "eslint lib test", "test": "nodeunit" }, "version": "1.3.2" }