package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_from": "cron-parser@^2.7.3",
  3. "_id": "cron-parser@2.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UWeIpnRb0eyoWPVk+pD3TDpNx3KCFQeezO224oJIkktBrcW6RoAPOx5zIKprZGfk6vcYSmA8yQXItejSaDBhbQ==",
  6. "_location": "/cron-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cron-parser@^2.7.3",
  12. "name": "cron-parser",
  13. "escapedName": "cron-parser",
  14. "rawSpec": "^2.7.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.7.3"
  17. },
  18. "_requiredBy": [
  19. "/node-schedule"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-2.13.0.tgz",
  22. "_shasum": "6f930bb6f2931790d2a9eec83b3ec276e27a6725",
  23. "_spec": "cron-parser@^2.7.3",
  24. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/node-schedule",
  25. "author": {
  26. "name": "Harri Siirak"
  27. },
  28. "browser": {
  29. "fs": false
  30. },
  31. "bugs": {
  32. "url": "https://github.com/harrisiirak/cron-parser/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Nicholas Clawson"
  38. },
  39. {
  40. "name": "Daniel Prentis",
  41. "email": "daniel@salsitasoft.com"
  42. },
  43. {
  44. "name": "Renault John Lecoultre"
  45. },
  46. {
  47. "name": "Richard Astbury",
  48. "email": "richard.astbury@gmail.com"
  49. },
  50. {
  51. "name": "Meaglin Wasabi",
  52. "email": "Meaglin.wasabi@gmail.com"
  53. },
  54. {
  55. "name": "Mike Kusold",
  56. "email": "hello@mikekusold.com"
  57. },
  58. {
  59. "name": "Alex Kit",
  60. "email": "alex.kit@atmajs.com"
  61. },
  62. {
  63. "name": "Santiago Gimeno",
  64. "email": "santiago.gimeno@gmail.com"
  65. },
  66. {
  67. "name": "Daniel",
  68. "email": "darc.tec@gmail.com"
  69. },
  70. {
  71. "name": "Christian Steininger",
  72. "email": "christian.steininger.cs@gmail.com"
  73. },
  74. {
  75. "name": "Mykola Piskovyi",
  76. "email": "m.piskovyi@gmail.com"
  77. },
  78. {
  79. "name": "Brian Vaughn",
  80. "email": "brian.david.vaughn@gmail.com"
  81. },
  82. {
  83. "name": "Nicholas Clawson",
  84. "email": "nickclaw@gmail.com"
  85. },
  86. {
  87. "name": "Yasuhiroki",
  88. "email": "yasuhiroki.duck@gmail.com"
  89. },
  90. {
  91. "name": "Nicholas Clawson",
  92. "email": "nickclaw@gmail.com"
  93. },
  94. {
  95. "name": "Brendan Warkentin",
  96. "email": "faazshift@gmail.com"
  97. },
  98. {
  99. "name": "Charlie Fish",
  100. "email": "fishcharlie.code@gmail.com"
  101. },
  102. {
  103. "name": "Ian Graves",
  104. "email": "ian+diskimage@iangrav.es"
  105. }
  106. ],
  107. "dependencies": {
  108. "is-nan": "^1.2.1",
  109. "moment-timezone": "^0.5.25"
  110. },
  111. "deprecated": false,
  112. "description": "Node.js library for parsing crontab instructions",
  113. "devDependencies": {
  114. "sinon": "^7.3.2",
  115. "tap": "^14.2.2"
  116. },
  117. "directories": {
  118. "test": "test"
  119. },
  120. "engines": {
  121. "node": ">=0.8"
  122. },
  123. "homepage": "https://github.com/harrisiirak/cron-parser#readme",
  124. "keywords": [
  125. "cron",
  126. "crontab",
  127. "parser"
  128. ],
  129. "license": "MIT",
  130. "main": "lib/parser.js",
  131. "name": "cron-parser",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/harrisiirak/cron-parser.git"
  135. },
  136. "scripts": {
  137. "test": "tap ./test/*.js"
  138. },
  139. "types": "lib/index.d.ts",
  140. "version": "2.13.0"
  141. }