{
  "_from": "cron@^3.1.7",
  "_id": "cron@3.1.7",
  "_inBundle": false,
  "_integrity": "sha512-tlBg7ARsAMQLzgwqVxy8AZl/qlTc5nibqYwtNGoCrd+cV+ugI+tvZC1oT/8dFH8W455YrywGykx/KMmAqOr7Jw==",
  "_location": "/cron",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cron@^3.1.7",
    "name": "cron",
    "escapedName": "cron",
    "rawSpec": "^3.1.7",
    "saveSpec": null,
    "fetchSpec": "^3.1.7"
  },
  "_requiredBy": [
    "/",
    "/@nestjs/schedule"
  ],
  "_resolved": "https://registry.npmjs.org/cron/-/cron-3.1.7.tgz",
  "_shasum": "3423d618ba625e78458fff8cb67001672d49ba0d",
  "_spec": "cron@^3.1.7",
  "_where": "/code/appleanalytics",
  "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": "Pierre Cavin",
      "email": "me@sherlox.io",
      "url": "https://github.com/sheerlox"
    },
    {
      "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.4.0",
    "luxon": "~3.4.0"
  },
  "deprecated": false,
  "description": "Cron jobs for your node",
  "devDependencies": {
    "@commitlint/cli": "18.6.1",
    "@fast-check/jest": "1.8.1",
    "@insurgent/commitlint-config": "19.0.0",
    "@insurgent/conventional-changelog-preset": "9.0.1",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/commit-analyzer": "11.1.0",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "9.2.6",
    "@semantic-release/npm": "11.0.3",
    "@semantic-release/release-notes-generator": "12.1.0",
    "@types/jest": "29.5.12",
    "@types/node": "20.12.4",
    "@types/sinon": "17.0.3",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "chai": "4.4.1",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-jest": "27.9.0",
    "eslint-plugin-prettier": "5.1.3",
    "husky": "8.0.3",
    "jest": "29.7.0",
    "prettier": "3.2.5",
    "semantic-release": "22.0.12",
    "sinon": "17.0.1",
    "ts-jest": "29.1.2",
    "typescript": "5.4.4"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/kelektiv/node-cron#readme",
  "keywords": [
    "cron",
    "node cron",
    "node-cron",
    "schedule",
    "scheduler",
    "cronjob",
    "cron job"
  ],
  "license": "MIT",
  "main": "dist/index",
  "name": "cron",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kelektiv/node-cron.git"
  },
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "eslint src/ tests/ --ext .ts",
    "lint:fix": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write",
    "lint:prettier": "prettier ./**/*.{json,md,yml} --check",
    "prepare": "husky install",
    "test": "jest --coverage",
    "test:fuzz": "jest  --testMatch='**/*.fuzz.ts' --coverage=false --testTimeout=120000",
    "test:watch": "jest --watch --coverage"
  },
  "version": "3.1.7"
}
