{
  "_args": [
    [
      {
        "raw": "node-cron",
        "scope": null,
        "escapedName": "node-cron",
        "name": "node-cron",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/var/www/wsoft.com.mx/ws/wsystems_cron"
    ]
  ],
  "_from": "node-cron@latest",
  "_hasShrinkwrap": false,
  "_id": "node-cron@3.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-cron",
  "_nodeVersion": "14.15.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-cron_3.0.0_1615397438614_0.4493897627483556"
  },
  "_npmUser": {
    "name": "merencia",
    "email": "lucas.merencia@gmail.com"
  },
  "_npmVersion": "6.14.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-cron",
    "scope": null,
    "escapedName": "node-cron",
    "name": "node-cron",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.0.tgz",
  "_shasum": "b33252803e430f9cd8590cf85738efa1497a9522",
  "_shrinkwrap": null,
  "_spec": "node-cron",
  "_where": "/var/www/wsoft.com.mx/ws/wsystems_cron",
  "author": {
    "name": "Lucas Merencia"
  },
  "bugs": {
    "url": "https://github.com/merencia/node-cron/issues"
  },
  "dependencies": {
    "moment-timezone": "^0.5.31"
  },
  "description": "A simple cron-like task scheduler for Node.js",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "eslint": "^5.7.0",
    "istanbul": "^0.4.2",
    "mocha": "^6.1.4",
    "nyc": "^14.0.0",
    "sinon": "^7.3.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-DDwIvvuCwrNiaU7HEivFDULcaQualDv7KoNlB/UU1wPW0n1tDEmBJKhEIE6DlF2FuoOHcNbLJ8ITL2Iv/3AWmA==",
    "shasum": "b33252803e430f9cd8590cf85738efa1497a9522",
    "tarball": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.0.tgz",
    "fileCount": 44,
    "unpackedSize": 66416,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSQI/CRA9TVsSAnZWagAAKAcP/1Qiqub+a5THEy12QGnI\nMqAilqSfJtGshZCIHQOBLLOcEgbVIIp00dRVXM2tsZFggUmGKDm0hBRn+9BB\nFQHvRIFE+pk8HaslCcRSuGHjpqCmeqGzvgvlnFdRCakQeLdYYed+k3X00aJG\nAMN1DSP179r7Hn49hUsWR0duVtm6ecFh6P0X/JtoJ6MUljKdAkpJtF/wtaaJ\nFU5mgLCBm860mMRIYOxc5WZzI2fFna6sqHD2C/VZH7LY0P8r4wHawdX2foE7\nxdusGrhQ/k+O3k6XENizgyoO+4S47rbTNa1E+dChZS58IZZ88mIXUJE9gT1L\njz08R8FqZz2jy+xhTn/CWOHuqB6cHkrS14OZrNZDTL5vvC5Sqo6CRREA8i4d\n6y0S2uUK9oQGGZ1OF603Puljbpb6jHhpaA5fSBDYe2fiAqnXfO3eWThcC9oI\nVj/2o0M5IopBqiLZkx1AwDZq06opjUhUtiSZ/idYpYMyEAF/qJ601yuYb7MO\n+9VG/82AbrmEJ25qn1xiJrCyIkxb6iV/lgenjOhKZnudLOX/QG4TG+HDQCqj\nvcbhKrYFrQ5mY7LtM+DiBWfTu0L4TvyoccBd/xLivILq8wn0j+dbUvdUlMGf\njTHztjgRuhjW2Gdm5u5EqMic2oOnXv1jVp1OQdzUJ45+ifhDKwGHZ0jEnRwy\nqxTD\r\n=cAA1\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "gitHead": "fbc403930ab3165ffef7d53387a29af92670dfea",
  "homepage": "https://github.com/merencia/node-cron",
  "keywords": [
    "cron",
    "scheduler",
    "schedule",
    "task",
    "job"
  ],
  "license": "ISC",
  "main": "src/node-cron.js",
  "maintainers": [
    {
      "name": "merencia",
      "email": "lucas.merencia@gmail.com"
    }
  ],
  "name": "node-cron",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merencia/node-cron.git"
  },
  "scripts": {
    "check": "npm run lint && npm test && npm run coverage",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint ./src ./test",
    "test": "nyc --reporter=html --reporter=text mocha --recursive"
  },
  "version": "3.0.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=6.0.0"
      },
      "pkgid": "node-cron@3.0.0"
    },
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=6.0.0"
      },
      "pkgid": "node-cron@3.0.0"
    }
  ]
}
