{
  "_args": [
    [
      "node-cron@3.0.3",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "node-cron@3.0.3",
  "_id": "node-cron@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-dOal67//nohNgYWb+nWmg5dkFdIwDm8EpeGYMekPMrngV3637lqnX0lbUcCtgibHTz6SEz7DAIjKvKDFYCnO1A==",
  "_location": "/node-cron",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-cron@3.0.3",
    "name": "node-cron",
    "escapedName": "node-cron",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Lucas Merencia"
  },
  "bugs": {
    "url": "https://github.com/merencia/node-cron/issues"
  },
  "dependencies": {
    "uuid": "8.3.2"
  },
  "description": "A simple cron-like task scheduler for Node.js",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.7.0",
    "istanbul": "^0.4.2",
    "mocha": "^6.1.4",
    "moment-timezone": "^0.5.33",
    "nyc": "^14.0.0",
    "sinon": "^7.3.2"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/merencia/node-cron",
  "keywords": [
    "cron",
    "scheduler",
    "schedule",
    "task",
    "job"
  ],
  "license": "ISC",
  "main": "src/node-cron.js",
  "name": "node-cron",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merencia/node-cron.git"
  },
  "scripts": {
    "check": "npm run lint && npm test",
    "lint": "eslint ./src ./test",
    "test": "nyc --reporter=html --reporter=text mocha --recursive"
  },
  "version": "3.0.3"
}
