package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "_args": [
  3. [
  4. "cron-parser@4.9.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "cron-parser@4.9.0",
  9. "_id": "cron-parser@4.9.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==",
  12. "_location": "/cron-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cron-parser@4.9.0",
  18. "name": "cron-parser",
  19. "escapedName": "cron-parser",
  20. "rawSpec": "4.9.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.9.0"
  23. },
  24. "_requiredBy": [
  25. "/node-schedule"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/cron-parser/-/cron-parser-4.9.0.tgz",
  28. "_spec": "4.9.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Harri Siirak"
  32. },
  33. "browser": {
  34. "fs": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/harrisiirak/cron-parser/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Nicholas Clawson"
  42. },
  43. {
  44. "name": "Daniel Prentis",
  45. "email": "daniel@salsitasoft.com"
  46. },
  47. {
  48. "name": "Renault John Lecoultre"
  49. },
  50. {
  51. "name": "Richard Astbury",
  52. "email": "richard.astbury@gmail.com"
  53. },
  54. {
  55. "name": "Meaglin Wasabi",
  56. "email": "Meaglin.wasabi@gmail.com"
  57. },
  58. {
  59. "name": "Mike Kusold",
  60. "email": "hello@mikekusold.com"
  61. },
  62. {
  63. "name": "Alex Kit",
  64. "email": "alex.kit@atmajs.com"
  65. },
  66. {
  67. "name": "Santiago Gimeno",
  68. "email": "santiago.gimeno@gmail.com"
  69. },
  70. {
  71. "name": "Daniel",
  72. "email": "darc.tec@gmail.com"
  73. },
  74. {
  75. "name": "Christian Steininger",
  76. "email": "christian.steininger.cs@gmail.com"
  77. },
  78. {
  79. "name": "Mykola Piskovyi",
  80. "email": "m.piskovyi@gmail.com"
  81. },
  82. {
  83. "name": "Brian Vaughn",
  84. "email": "brian.david.vaughn@gmail.com"
  85. },
  86. {
  87. "name": "Nicholas Clawson",
  88. "email": "nickclaw@gmail.com"
  89. },
  90. {
  91. "name": "Yasuhiroki",
  92. "email": "yasuhiroki.duck@gmail.com"
  93. },
  94. {
  95. "name": "Nicholas Clawson",
  96. "email": "nickclaw@gmail.com"
  97. },
  98. {
  99. "name": "Brendan Warkentin",
  100. "email": "faazshift@gmail.com"
  101. },
  102. {
  103. "name": "Charlie Fish",
  104. "email": "fishcharlie.code@gmail.com"
  105. },
  106. {
  107. "name": "Ian Graves",
  108. "email": "ian+diskimage@iangrav.es"
  109. },
  110. {
  111. "name": "Andy Thompson",
  112. "email": "me@andytson.com"
  113. },
  114. {
  115. "name": "Regev Brody",
  116. "email": "regevbr@gmail.com"
  117. }
  118. ],
  119. "dependencies": {
  120. "luxon": "^3.2.1"
  121. },
  122. "description": "Node.js library for parsing crontab instructions",
  123. "devDependencies": {
  124. "eslint": "^8.27.0",
  125. "sinon": "^15.0.1",
  126. "tap": "^16.3.3",
  127. "tsd": "^0.26.0"
  128. },
  129. "directories": {
  130. "test": "test"
  131. },
  132. "engines": {
  133. "node": ">=12.0.0"
  134. },
  135. "files": [
  136. "lib",
  137. "types",
  138. "LICENSE",
  139. "README.md"
  140. ],
  141. "homepage": "https://github.com/harrisiirak/cron-parser#readme",
  142. "keywords": [
  143. "cron",
  144. "crontab",
  145. "parser"
  146. ],
  147. "license": "MIT",
  148. "main": "lib/parser.js",
  149. "name": "cron-parser",
  150. "repository": {
  151. "type": "git",
  152. "url": "git+https://github.com/harrisiirak/cron-parser.git"
  153. },
  154. "scripts": {
  155. "lint": "eslint .",
  156. "lint:fix": "eslint --fix .",
  157. "test": "npm run lint && npm run test:unit && npm run test:tsd",
  158. "test:cover": "TZ=UTC tap --coverage-report=html ./test/*.js",
  159. "test:tsd": "tsd",
  160. "test:unit": "TZ=UTC tap ./test/*.js"
  161. },
  162. "tap": {
  163. "check-coverage": false
  164. },
  165. "tsd": {
  166. "directory": "test",
  167. "compilerOptions": {
  168. "lib": [
  169. "es2017",
  170. "dom"
  171. ]
  172. }
  173. },
  174. "types": "types/index.d.ts",
  175. "typesVersions": {
  176. "<4.1": {
  177. "*": [
  178. "types/ts3/*"
  179. ]
  180. }
  181. },
  182. "version": "4.9.0"
  183. }