{
  "_args": [
    [
      "@nestjs/schedule@0.4.3",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "@nestjs/schedule@0.4.3",
  "_id": "@nestjs/schedule@0.4.3",
  "_inBundle": false,
  "_integrity": "sha512-EowkpwD09lrdMFzjt/kNQgaq6MG0GrNadNoOEebbfyA0qBU0UTg7J+FVullTR9+5HtaegqqAuWDvZlVoGHYz+Q==",
  "_location": "/@nestjs/schedule",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/schedule@0.4.3",
    "name": "@nestjs/schedule",
    "escapedName": "@nestjs%2fschedule",
    "scope": "@nestjs",
    "rawSpec": "0.4.3",
    "saveSpec": null,
    "fetchSpec": "0.4.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-0.4.3.tgz",
  "_spec": "0.4.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Kamil Mysliwiec"
  },
  "bugs": {
    "url": "https://github.com/nestjs/schedule/issues"
  },
  "dependencies": {
    "cron": "1.7.2",
    "uuid": "8.3.2"
  },
  "description": "Nest - modern, fast, powerful node.js web framework (@schedule)",
  "devDependencies": {
    "@commitlint/cli": "12.0.1",
    "@commitlint/config-angular": "12.0.1",
    "@nestjs/common": "7.6.13",
    "@nestjs/core": "7.6.13",
    "@nestjs/platform-express": "7.6.13",
    "@nestjs/testing": "7.6.13",
    "@types/cron": "1.7.2",
    "@types/jest": "26.0.20",
    "@types/node": "7.10.14",
    "@types/sinon": "9.0.11",
    "@types/uuid": "8.3.0",
    "@typescript-eslint/eslint-plugin": "4.17.0",
    "@typescript-eslint/parser": "4.17.0",
    "eslint": "7.21.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-import": "2.22.1",
    "husky": "5.1.3",
    "jest": "26.6.3",
    "lint-staged": "10.5.4",
    "prettier": "2.2.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.4.1",
    "rimraf": "3.0.2",
    "rxjs": "6.6.6",
    "sinon": "9.2.4",
    "ts-jest": "26.5.3",
    "typescript": "4.2.3"
  },
  "homepage": "https://github.com/nestjs/schedule#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "name": "@nestjs/schedule",
  "peerDependencies": {
    "@nestjs/common": "^6.10.11 || ^7.0.0",
    "reflect-metadata": "^0.1.12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/schedule.git"
  },
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:next": "npm run build",
    "prepublish:npm": "npm run build",
    "prerelease": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public",
    "release": "release-it",
    "test:integration": "jest --config ./tests/jest-e2e.json --runInBand"
  },
  "url": "https://github.com/nestjs/schedule#readme",
  "version": "0.4.3"
}
