Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "node-cron@3.0.0",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "node-cron@3.0.0",
  9. "_id": "node-cron@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DDwIvvuCwrNiaU7HEivFDULcaQualDv7KoNlB/UU1wPW0n1tDEmBJKhEIE6DlF2FuoOHcNbLJ8ITL2Iv/3AWmA==",
  12. "_location": "/node-cron",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-cron@3.0.0",
  18. "name": "node-cron",
  19. "escapedName": "node-cron",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "D:\\Projects\\scrapper-api",
  30. "author": {
  31. "name": "Lucas Merencia"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/merencia/node-cron/issues"
  35. },
  36. "dependencies": {
  37. "moment-timezone": "^0.5.31"
  38. },
  39. "description": "A simple cron-like task scheduler for Node.js",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "coveralls": "^3.0.2",
  43. "eslint": "^5.7.0",
  44. "istanbul": "^0.4.2",
  45. "mocha": "^6.1.4",
  46. "nyc": "^14.0.0",
  47. "sinon": "^7.3.2"
  48. },
  49. "engines": {
  50. "node": ">=6.0.0"
  51. },
  52. "homepage": "https://github.com/merencia/node-cron",
  53. "keywords": [
  54. "cron",
  55. "scheduler",
  56. "schedule",
  57. "task",
  58. "job"
  59. ],
  60. "license": "ISC",
  61. "main": "src/node-cron.js",
  62. "name": "node-cron",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/merencia/node-cron.git"
  66. },
  67. "scripts": {
  68. "check": "npm run lint && npm test && npm run coverage",
  69. "coverage": "nyc report --reporter=text-lcov | coveralls",
  70. "lint": "eslint ./src ./test",
  71. "test": "nyc --reporter=html --reporter=text mocha --recursive"
  72. },
  73. "version": "3.0.0"
  74. }