{
  "_from": "cron@^2.4.1",
  "_id": "cron@2.4.4",
  "_inBundle": false,
  "_integrity": "sha512-MHlPImXJj3K7x7lyUHjtKEOl69CSlTOWxS89jiFgNkzXfvhVjhMz/nc7/EIfN9vgooZp8XTtXJ1FREdmbyXOiQ==",
  "_location": "/cron",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cron@^2.4.1",
    "name": "cron",
    "escapedName": "cron",
    "rawSpec": "^2.4.1",
    "saveSpec": null,
    "fetchSpec": "^2.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cron/-/cron-2.4.4.tgz",
  "_shasum": "988c1757b3f288d1dfcc360ee6d80087448916dc",
  "_spec": "cron@^2.4.1",
  "_where": "/home/www/notyobiz.com/api",
  "author": {
    "name": "Nick Campbell",
    "email": "nicholas.j.campbell@gmail.com",
    "url": "https://github.com/ncb000gt"
  },
  "bugs": {
    "url": "https://github.com/kelektiv/node-cron/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Brandon der Blätter",
      "email": "https://interlucid.com/contact/",
      "url": "https://github.com/intcreator"
    },
    {
      "name": "Romain Beauxis",
      "email": "toots@rastageeks.org",
      "url": "https://github.com/toots"
    },
    {
      "name": "James Padolsey",
      "url": "https://github.com/jamespadolsey"
    },
    {
      "name": "Finn Herpich",
      "email": "fh@three-heads.de",
      "url": "https://github.com/ErrorProne"
    },
    {
      "name": "Clifton Cunningham",
      "email": "clifton.cunningham@gmail.com",
      "url": "https://github.com/cliftonc"
    },
    {
      "name": "Eric Abouaf",
      "email": "eric.abouaf@gmail.com",
      "url": "https://github.com/neyric"
    },
    {
      "name": "humanchimp",
      "email": "morphcham@gmail.com",
      "url": "https://github.com/humanchimp"
    },
    {
      "name": "Craig Condon",
      "email": "craig@spiceapps.com",
      "url": "https://github.com/spiceapps"
    },
    {
      "name": "Dan Bear",
      "email": "daniel@hulu.com",
      "url": "https://github.com/danhbear"
    },
    {
      "name": "Vadim Baryshev",
      "email": "vadimbaryshev@gmail.com",
      "url": "https://github.com/baryshev"
    },
    {
      "name": "Leandro Ferrari",
      "email": "lfthomaz@gmail.com",
      "url": "https://github.com/lfthomaz"
    },
    {
      "name": "Gregg Zigler",
      "email": "greggzigler@gmail.com",
      "url": "https://github.com/greggzigler"
    },
    {
      "name": "Jordan Abderrachid",
      "email": "jabderrachid@gmail.com",
      "url": "https://github.com/jordanabderrachid"
    },
    {
      "name": "Masakazu Matsushita",
      "email": "matsukaz@gmail.com",
      "url": "matsukaz"
    },
    {
      "name": "Christopher Lunt",
      "email": "me@kirisu.co.uk",
      "url": "https://github.com/kirisu"
    }
  ],
  "dependencies": {
    "@types/luxon": "~3.3.0",
    "luxon": "~3.3.0"
  },
  "deprecated": false,
  "description": "Cron jobs for your node",
  "devDependencies": {
    "@commitlint/cli": "~17.6.6",
    "@insurgentlab/commitlint-config": "^18.1.0",
    "@insurgentlab/conventional-changelog-preset": "~6.0.3",
    "@semantic-release/changelog": "~6.0.x",
    "@semantic-release/commit-analyzer": "~9.0.x",
    "@semantic-release/git": "~10.0.x",
    "@semantic-release/github": "~8.1.x",
    "@semantic-release/npm": "~10.0.x",
    "@semantic-release/release-notes-generator": "~11.0.x",
    "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",
    "husky": "^8.0.3",
    "jest": "~29.5.x",
    "prettier": "~2.8.x",
    "semantic-release": "~21.0.x",
    "sinon": "^15.0.x",
    "tsd": "^0.28.1"
  },
  "files": [
    "lib",
    "types",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/kelektiv/node-cron#readme",
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/*.js"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 80,
        "branches": 80,
        "functions": 70,
        "lines": 80
      }
    }
  },
  "keywords": [
    "cron",
    "node cron",
    "node-cron",
    "schedule",
    "scheduler",
    "cronjob",
    "cron job"
  ],
  "license": "MIT",
  "main": "lib/cron",
  "name": "cron",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kelektiv/node-cron.git"
  },
  "scripts": {
    "lint": "eslint {lib,tests}/*.js",
    "prepare": "husky install",
    "release": "semantic-release",
    "test": "jest --coverage",
    "test:types": "tsd",
    "test:watch": "jest --watch --coverage"
  },
  "types": "types/index.d.ts",
  "version": "2.4.4"
}
