@contrast/agent 4.32.19 → 5.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1644) hide show
  1. package/lib/index.js +52 -0
  2. package/package.json +20 -202
  3. package/LICENSE +0 -12
  4. package/README.md +0 -111
  5. package/agent-loader.js +0 -44
  6. package/bin/VERSION +0 -1
  7. package/bin/contrast-service-darwin-arm64 +0 -0
  8. package/bin/contrast-service-darwin-x64 +0 -0
  9. package/bin/contrast-service-linux-arm64 +0 -0
  10. package/bin/contrast-service-linux-x64 +0 -0
  11. package/bin/contrast-service-win32-x64.exe +0 -0
  12. package/bootstrap.js +0 -65
  13. package/changelog.config.js +0 -56
  14. package/cli-rewriter.js +0 -24
  15. package/cli.js +0 -38
  16. package/config-diagnostics.js +0 -127
  17. package/esm.mjs +0 -156
  18. package/lib/agent-emitter.js +0 -89
  19. package/lib/agent.js +0 -214
  20. package/lib/app-info.js +0 -150
  21. package/lib/assess/deadzones/index.js +0 -93
  22. package/lib/assess/deadzones/rewrite.js +0 -64
  23. package/lib/assess/express/index.js +0 -29
  24. package/lib/assess/express/route-coverage.js +0 -143
  25. package/lib/assess/express/sinks/index.js +0 -23
  26. package/lib/assess/express/sinks/xss.js +0 -88
  27. package/lib/assess/express/sources.js +0 -56
  28. package/lib/assess/fastify/index.js +0 -29
  29. package/lib/assess/fastify/route-coverage.js +0 -119
  30. package/lib/assess/fastify/sinks/index.js +0 -25
  31. package/lib/assess/fastify/sinks/response-scanning.js +0 -54
  32. package/lib/assess/fastify/sinks/unvalidated-redirect.js +0 -95
  33. package/lib/assess/fastify/sinks/xss.js +0 -240
  34. package/lib/assess/fastify/sources.js +0 -76
  35. package/lib/assess/hapi/index.js +0 -29
  36. package/lib/assess/hapi/route-coverage.js +0 -163
  37. package/lib/assess/hapi/sinks/index.js +0 -27
  38. package/lib/assess/hapi/sinks/response-scanning.js +0 -49
  39. package/lib/assess/hapi/sinks/session.js +0 -125
  40. package/lib/assess/hapi/sinks/unvalidated-redirect.js +0 -100
  41. package/lib/assess/hapi/sinks/xss.js +0 -178
  42. package/lib/assess/hapi/sources.js +0 -37
  43. package/lib/assess/index.js +0 -35
  44. package/lib/assess/koa/index.js +0 -29
  45. package/lib/assess/koa/route-coverage.js +0 -114
  46. package/lib/assess/koa/sinks/index.js +0 -25
  47. package/lib/assess/koa/sinks/response-scanning.js +0 -40
  48. package/lib/assess/koa/sinks/unvalidated-redirect.js +0 -96
  49. package/lib/assess/koa/sinks/xss.js +0 -127
  50. package/lib/assess/koa/sources.js +0 -145
  51. package/lib/assess/loopback4/index.js +0 -29
  52. package/lib/assess/loopback4/route-coverage.js +0 -129
  53. package/lib/assess/loopback4/sinks/index.js +0 -25
  54. package/lib/assess/loopback4/sinks/response-scanning.js +0 -39
  55. package/lib/assess/loopback4/sinks/xss.js +0 -77
  56. package/lib/assess/loopback4/sources.js +0 -33
  57. package/lib/assess/membrane/debraner.js +0 -170
  58. package/lib/assess/membrane/deserialization-membrane.js +0 -76
  59. package/lib/assess/membrane/index.js +0 -463
  60. package/lib/assess/membrane/source-membrane.js +0 -415
  61. package/lib/assess/models/base-event.js +0 -207
  62. package/lib/assess/models/call-context.js +0 -197
  63. package/lib/assess/models/index.js +0 -31
  64. package/lib/assess/models/propagation-event.js +0 -77
  65. package/lib/assess/models/signature.js +0 -92
  66. package/lib/assess/models/sink-event.js +0 -43
  67. package/lib/assess/models/source-event.js +0 -95
  68. package/lib/assess/models/tag-range/index.js +0 -180
  69. package/lib/assess/models/tag-range/relationships.js +0 -67
  70. package/lib/assess/models/tag-range/util.js +0 -363
  71. package/lib/assess/policy/deadzones.json +0 -185
  72. package/lib/assess/policy/index.js +0 -20
  73. package/lib/assess/policy/init.js +0 -309
  74. package/lib/assess/policy/non-dataflow-rules.json +0 -156
  75. package/lib/assess/policy/propagators.json +0 -545
  76. package/lib/assess/policy/rules.json +0 -1682
  77. package/lib/assess/policy/signatures.json +0 -1412
  78. package/lib/assess/policy/util.js +0 -423
  79. package/lib/assess/propagators/JSON/parse.js +0 -53
  80. package/lib/assess/propagators/JSON/stringify.js +0 -444
  81. package/lib/assess/propagators/ajv/conditionals.js +0 -164
  82. package/lib/assess/propagators/ajv/evaluator-shim.js +0 -42
  83. package/lib/assess/propagators/ajv/index.js +0 -91
  84. package/lib/assess/propagators/ajv/json-schema-type-evaluators.js +0 -495
  85. package/lib/assess/propagators/ajv/object-walk.js +0 -76
  86. package/lib/assess/propagators/ajv/refs.js +0 -265
  87. package/lib/assess/propagators/ajv/schema-context.js +0 -388
  88. package/lib/assess/propagators/array-prototype-join.js +0 -163
  89. package/lib/assess/propagators/common.js +0 -137
  90. package/lib/assess/propagators/dustjs/escape-html.js +0 -22
  91. package/lib/assess/propagators/dustjs/escape-js.js +0 -22
  92. package/lib/assess/propagators/ejs-template-generate-source.js +0 -64
  93. package/lib/assess/propagators/encode-uri/encode-uri-component.js +0 -22
  94. package/lib/assess/propagators/encode-uri/encode-uri.js +0 -22
  95. package/lib/assess/propagators/fastify-static/allowed-path.js +0 -85
  96. package/lib/assess/propagators/handlebars-compile.js +0 -78
  97. package/lib/assess/propagators/handlebars-escape-expresssion.js +0 -71
  98. package/lib/assess/propagators/index.js +0 -154
  99. package/lib/assess/propagators/joi/any.js +0 -47
  100. package/lib/assess/propagators/joi/boolean.js +0 -68
  101. package/lib/assess/propagators/joi/expression.js +0 -48
  102. package/lib/assess/propagators/joi/index.js +0 -27
  103. package/lib/assess/propagators/joi/keys.js +0 -72
  104. package/lib/assess/propagators/joi/number.js +0 -67
  105. package/lib/assess/propagators/joi/object.js +0 -60
  106. package/lib/assess/propagators/joi/string-base.js +0 -123
  107. package/lib/assess/propagators/joi/string-schema.js +0 -199
  108. package/lib/assess/propagators/joi/values.js +0 -304
  109. package/lib/assess/propagators/manager.js +0 -469
  110. package/lib/assess/propagators/mongoose/helpers.js +0 -57
  111. package/lib/assess/propagators/mongoose/index.js +0 -19
  112. package/lib/assess/propagators/mongoose/map.js +0 -62
  113. package/lib/assess/propagators/mongoose/mixed.js +0 -71
  114. package/lib/assess/propagators/mongoose/string.js +0 -112
  115. package/lib/assess/propagators/mustache/escape.js +0 -22
  116. package/lib/assess/propagators/number.js +0 -54
  117. package/lib/assess/propagators/object.js +0 -60
  118. package/lib/assess/propagators/path/basename.js +0 -113
  119. package/lib/assess/propagators/path/common.js +0 -387
  120. package/lib/assess/propagators/path/dirname.js +0 -78
  121. package/lib/assess/propagators/path/extname.js +0 -83
  122. package/lib/assess/propagators/path/format.js +0 -65
  123. package/lib/assess/propagators/path/join.js +0 -53
  124. package/lib/assess/propagators/path/normalize.js +0 -55
  125. package/lib/assess/propagators/path/parse.js +0 -43
  126. package/lib/assess/propagators/path/relative.js +0 -154
  127. package/lib/assess/propagators/path/resolve.js +0 -63
  128. package/lib/assess/propagators/path/to-namespaced-path.js +0 -53
  129. package/lib/assess/propagators/pug-compile.js +0 -58
  130. package/lib/assess/propagators/querystring/escape.js +0 -56
  131. package/lib/assess/propagators/querystring/parse.js +0 -118
  132. package/lib/assess/propagators/querystring/stringify.js +0 -313
  133. package/lib/assess/propagators/querystring/unescape.js +0 -60
  134. package/lib/assess/propagators/querystring/utils.js +0 -69
  135. package/lib/assess/propagators/sequelize/sql-string-escape.js +0 -61
  136. package/lib/assess/propagators/sequelize/sql-string-format-named-parameters.js +0 -145
  137. package/lib/assess/propagators/sequelize/sql-string-format.js +0 -104
  138. package/lib/assess/propagators/sequelize/utils.js +0 -36
  139. package/lib/assess/propagators/serve-static.js +0 -109
  140. package/lib/assess/propagators/string-prototype-replace.js +0 -671
  141. package/lib/assess/propagators/string-prototype-split.js +0 -266
  142. package/lib/assess/propagators/string-prototype-trim.js +0 -61
  143. package/lib/assess/propagators/string.js +0 -68
  144. package/lib/assess/propagators/template-escape.js +0 -87
  145. package/lib/assess/propagators/templates.js +0 -168
  146. package/lib/assess/propagators/url/url-prototype-parse.js +0 -133
  147. package/lib/assess/propagators/url/url-url.js +0 -464
  148. package/lib/assess/propagators/url/utils.js +0 -58
  149. package/lib/assess/propagators/util/format.js +0 -305
  150. package/lib/assess/propagators/utils.js +0 -148
  151. package/lib/assess/propagators/v8/init-hooks.js +0 -142
  152. package/lib/assess/propagators/validator/init-hooks.js +0 -252
  153. package/lib/assess/propagators/validator/validator-methods.js +0 -98
  154. package/lib/assess/response-scanning/app-activity.js +0 -33
  155. package/lib/assess/response-scanning/autocomplete-missing.js +0 -66
  156. package/lib/assess/response-scanning/cache-controls-missing.js +0 -205
  157. package/lib/assess/response-scanning/clickjacking-control-missing.js +0 -49
  158. package/lib/assess/response-scanning/common.js +0 -58
  159. package/lib/assess/response-scanning/cookies/common.js +0 -63
  160. package/lib/assess/response-scanning/cookies/events.js +0 -28
  161. package/lib/assess/response-scanning/cookies/httponly.js +0 -45
  162. package/lib/assess/response-scanning/cookies/secure-flag-missing.js +0 -46
  163. package/lib/assess/response-scanning/headers/csp-header-insecure.js +0 -209
  164. package/lib/assess/response-scanning/headers/csp-header-missing.js +0 -45
  165. package/lib/assess/response-scanning/headers/csp-utils.js +0 -28
  166. package/lib/assess/response-scanning/headers/hsts-header-missing.js +0 -59
  167. package/lib/assess/response-scanning/headers/powered-by.js +0 -53
  168. package/lib/assess/response-scanning/headers/xcontenttype-header-missing.js +0 -51
  169. package/lib/assess/response-scanning/headers/xxssprotection-header-disabled.js +0 -46
  170. package/lib/assess/response-scanning/parameter-pollution.js +0 -63
  171. package/lib/assess/response-scanning/parseable-response-emitter.js +0 -43
  172. package/lib/assess/restify/index.js +0 -30
  173. package/lib/assess/restify/route-coverage.js +0 -86
  174. package/lib/assess/restify/session.js +0 -53
  175. package/lib/assess/restify/sinks/index.js +0 -25
  176. package/lib/assess/restify/sinks/response-scanning.js +0 -48
  177. package/lib/assess/restify/sinks/unvalidated-redirect.js +0 -100
  178. package/lib/assess/restify/sinks/xss.js +0 -87
  179. package/lib/assess/restify/sources.js +0 -224
  180. package/lib/assess/sinks/common.js +0 -513
  181. package/lib/assess/sinks/dustjs-linkedin-xss.js +0 -131
  182. package/lib/assess/sinks/dynamo.js +0 -277
  183. package/lib/assess/sinks/hapi-16-xss.js +0 -75
  184. package/lib/assess/sinks/index.js +0 -179
  185. package/lib/assess/sinks/libxmljs-xxe.js +0 -57
  186. package/lib/assess/sinks/mongodb.js +0 -368
  187. package/lib/assess/sinks/rethinkdb-nosql-injection.js +0 -142
  188. package/lib/assess/sinks/ssrf-url.js +0 -108
  189. package/lib/assess/sources/event-handler.js +0 -309
  190. package/lib/assess/sources/formidable.js +0 -38
  191. package/lib/assess/sources/index.js +0 -247
  192. package/lib/assess/spdy/index.js +0 -23
  193. package/lib/assess/spdy/sinks/index.js +0 -23
  194. package/lib/assess/spdy/sinks/xss.js +0 -84
  195. package/lib/assess/static/hardcoded.js +0 -345
  196. package/lib/assess/static/read-findings-from-cache.js +0 -40
  197. package/lib/assess/technologies/index.js +0 -48
  198. package/lib/assess/utils.js +0 -22
  199. package/lib/cat.txt +0 -87
  200. package/lib/cli-rewriter/index.js +0 -328
  201. package/lib/constants.js +0 -749
  202. package/lib/contrast.js +0 -497
  203. package/lib/core/arch-components/dynamodb.js +0 -45
  204. package/lib/core/arch-components/dynamodbv3.js +0 -48
  205. package/lib/core/arch-components/index.js +0 -23
  206. package/lib/core/arch-components/mongodb.js +0 -189
  207. package/lib/core/arch-components/mysql.js +0 -63
  208. package/lib/core/arch-components/postgres.js +0 -70
  209. package/lib/core/arch-components/rethinkdb.js +0 -53
  210. package/lib/core/arch-components/sqlite3.js +0 -44
  211. package/lib/core/arch-components/util.js +0 -51
  212. package/lib/core/async-storage/context.js +0 -133
  213. package/lib/core/async-storage/hooks/bluebird.js +0 -91
  214. package/lib/core/async-storage/hooks/mongodb.js +0 -157
  215. package/lib/core/async-storage/hooks/mysql.js +0 -154
  216. package/lib/core/async-storage/hooks/redis.js +0 -38
  217. package/lib/core/async-storage/hooks/utils.js +0 -42
  218. package/lib/core/async-storage/index.js +0 -222
  219. package/lib/core/async-storage/scopes/index.js +0 -153
  220. package/lib/core/common/formidable.js +0 -65
  221. package/lib/core/common/index.js +0 -19
  222. package/lib/core/config/options.js +0 -1023
  223. package/lib/core/config/util.js +0 -392
  224. package/lib/core/exclusions/exclusion-factory.js +0 -124
  225. package/lib/core/exclusions/exclusion.js +0 -48
  226. package/lib/core/exclusions/input.js +0 -95
  227. package/lib/core/exclusions/url.js +0 -66
  228. package/lib/core/express/index.js +0 -538
  229. package/lib/core/express/utils.js +0 -571
  230. package/lib/core/fastify/index.js +0 -199
  231. package/lib/core/fastify/utils.js +0 -28
  232. package/lib/core/hapi/index.js +0 -215
  233. package/lib/core/hapi/utils.js +0 -126
  234. package/lib/core/index.js +0 -34
  235. package/lib/core/koa/index.js +0 -299
  236. package/lib/core/koa/utils.js +0 -31
  237. package/lib/core/logger/daily-rotate-file.js +0 -45
  238. package/lib/core/logger/dataflow-monitor.js +0 -124
  239. package/lib/core/logger/debug-logger.js +0 -364
  240. package/lib/core/logger/index.js +0 -43
  241. package/lib/core/logger/perf-logger.js +0 -241
  242. package/lib/core/logger/umbrella-logger.js +0 -163
  243. package/lib/core/loopback4/index.js +0 -173
  244. package/lib/core/metrics/index.js +0 -150
  245. package/lib/core/restify/index.js +0 -147
  246. package/lib/core/restify/utils.js +0 -84
  247. package/lib/core/rewrite/assignment-expression.js +0 -40
  248. package/lib/core/rewrite/binary-expression.js +0 -63
  249. package/lib/core/rewrite/call-expression.js +0 -44
  250. package/lib/core/rewrite/callees.js +0 -142
  251. package/lib/core/rewrite/catch-clause.js +0 -49
  252. package/lib/core/rewrite/function-wrap.js +0 -49
  253. package/lib/core/rewrite/import-declaration.js +0 -71
  254. package/lib/core/rewrite/index.js +0 -316
  255. package/lib/core/rewrite/injections.js +0 -169
  256. package/lib/core/rewrite/is-contrast-method.js +0 -28
  257. package/lib/core/rewrite/log.js +0 -24
  258. package/lib/core/rewrite/member-expression.js +0 -52
  259. package/lib/core/rewrite/object-property.js +0 -46
  260. package/lib/core/rewrite/prepend-globals.js +0 -48
  261. package/lib/core/rewrite/rewrite-log.js +0 -74
  262. package/lib/core/rewrite/switch-statement.js +0 -71
  263. package/lib/core/rewrite/template-literal.js +0 -64
  264. package/lib/core/stacktrace.js +0 -221
  265. package/lib/coverage.js +0 -158
  266. package/lib/feature-set.js +0 -297
  267. package/lib/generator-function.js +0 -20
  268. package/lib/hooks/array.js +0 -75
  269. package/lib/hooks/cluster.js +0 -232
  270. package/lib/hooks/dataflow-monitor.js +0 -38
  271. package/lib/hooks/encoding.js +0 -88
  272. package/lib/hooks/express-fileupload.js +0 -57
  273. package/lib/hooks/express-session.js +0 -108
  274. package/lib/hooks/fn-to-string.js +0 -106
  275. package/lib/hooks/frameworks/base.js +0 -103
  276. package/lib/hooks/frameworks/common.js +0 -191
  277. package/lib/hooks/frameworks/hapi16.js +0 -293
  278. package/lib/hooks/frameworks/http.js +0 -89
  279. package/lib/hooks/frameworks/http2.js +0 -73
  280. package/lib/hooks/frameworks/index.js +0 -29
  281. package/lib/hooks/frameworks/spdy.js +0 -87
  282. package/lib/hooks/hapi-16-reply.js +0 -55
  283. package/lib/hooks/hapi-16-session.js +0 -312
  284. package/lib/hooks/http.js +0 -210
  285. package/lib/hooks/module/extensions.js +0 -41
  286. package/lib/hooks/module/helpers.js +0 -191
  287. package/lib/hooks/module/index.js +0 -99
  288. package/lib/hooks/newrelic.js +0 -60
  289. package/lib/hooks/object-is.js +0 -48
  290. package/lib/hooks/object-to-primitive.js +0 -64
  291. package/lib/hooks/patcher.js +0 -575
  292. package/lib/hooks/require.js +0 -57
  293. package/lib/hooks/stealthy-require.js +0 -64
  294. package/lib/instrumentation.js +0 -190
  295. package/lib/libraries.js +0 -172
  296. package/lib/library-usage.js +0 -51
  297. package/lib/list-installed.js +0 -97
  298. package/lib/protect/analysis/aho-corasick.js +0 -175
  299. package/lib/protect/analysis/dfsa-analyzer.js +0 -64
  300. package/lib/protect/errors/handler-async-errors.js +0 -66
  301. package/lib/protect/errors/handler.js +0 -55
  302. package/lib/protect/errors/security-exception.js +0 -31
  303. package/lib/protect/express/index.js +0 -27
  304. package/lib/protect/express/sinks.js +0 -34
  305. package/lib/protect/express/sources.js +0 -54
  306. package/lib/protect/express/utils.js +0 -60
  307. package/lib/protect/fastify/index.js +0 -25
  308. package/lib/protect/fastify/sinks.js +0 -37
  309. package/lib/protect/fastify/sources.js +0 -90
  310. package/lib/protect/hapi/error-handler.js +0 -79
  311. package/lib/protect/hapi/index.js +0 -27
  312. package/lib/protect/hapi/sinks.js +0 -40
  313. package/lib/protect/hapi/sources.js +0 -104
  314. package/lib/protect/index.js +0 -31
  315. package/lib/protect/input-analysis.js +0 -359
  316. package/lib/protect/koa/index.js +0 -25
  317. package/lib/protect/koa/sinks.js +0 -38
  318. package/lib/protect/koa/sources.js +0 -152
  319. package/lib/protect/listeners.js +0 -213
  320. package/lib/protect/loopback4/index.js +0 -23
  321. package/lib/protect/loopback4/sources.js +0 -48
  322. package/lib/protect/models/application-context.js +0 -46
  323. package/lib/protect/models/sink-event.js +0 -28
  324. package/lib/protect/models/source-event.js +0 -51
  325. package/lib/protect/restify/index.js +0 -25
  326. package/lib/protect/restify/sinks.js +0 -39
  327. package/lib/protect/restify/sources.js +0 -100
  328. package/lib/protect/rules/assessment.js +0 -204
  329. package/lib/protect/rules/attack-patterns.js +0 -364
  330. package/lib/protect/rules/base-scanner/index.js +0 -621
  331. package/lib/protect/rules/base-scanner/java-script-scanner.js +0 -154
  332. package/lib/protect/rules/base-scanner/postgresqlscanner.js +0 -26
  333. package/lib/protect/rules/base-scanner/scan-state.js +0 -243
  334. package/lib/protect/rules/base-scanner/scan-states.json +0 -14
  335. package/lib/protect/rules/base-scanner/substring-finder.js +0 -59
  336. package/lib/protect/rules/base-scanner/token-sequence.js +0 -57
  337. package/lib/protect/rules/bot-blocker/bot-blocker-rule.js +0 -108
  338. package/lib/protect/rules/bot-blocker/bots.json +0 -283
  339. package/lib/protect/rules/bot-blocker/index.js +0 -93
  340. package/lib/protect/rules/cmd-injection/cmdinjection-rule.js +0 -113
  341. package/lib/protect/rules/cmd-injection-command-backdoors/backdoor-detector.js +0 -103
  342. package/lib/protect/rules/cmd-injection-command-backdoors/cmd-injection-command-backdoors-rule.js +0 -90
  343. package/lib/protect/rules/cmd-injection-semantic-chained-commands/chained-command-scanner.js +0 -278
  344. package/lib/protect/rules/cmd-injection-semantic-chained-commands/cmd-injection-semantic-chained-commands-rule.js +0 -117
  345. package/lib/protect/rules/cmd-injection-semantic-dangerous-paths/cmd-injection-semantic-dangerous-paths-rule.js +0 -112
  346. package/lib/protect/rules/cmd-injection-semantic-dangerous-paths/dangerous-paths-scanner.js +0 -210
  347. package/lib/protect/rules/common.js +0 -38
  348. package/lib/protect/rules/index.js +0 -357
  349. package/lib/protect/rules/ip-denylist/ip-denylist-rule.js +0 -106
  350. package/lib/protect/rules/method-tampering/evaluator.js +0 -39
  351. package/lib/protect/rules/method-tampering/method-tampering-rule.js +0 -99
  352. package/lib/protect/rules/nosqli/nosql-injection-rule.js +0 -307
  353. package/lib/protect/rules/nosqli/nosql-scanner/index.js +0 -46
  354. package/lib/protect/rules/nosqli/nosql-scanner/labels.json +0 -73
  355. package/lib/protect/rules/nosqli/nosql-scanner/mongodbscanner.js +0 -85
  356. package/lib/protect/rules/nosqli/nosql-scanner/rethinkdbscanner.js +0 -26
  357. package/lib/protect/rules/path-traversal/path-traversal-rule.js +0 -61
  358. package/lib/protect/rules/rule-factory.js +0 -250
  359. package/lib/protect/rules/signatures/cmd-injection/config.json +0 -8
  360. package/lib/protect/rules/signatures/cmd-injection/custom-searchers/chained-command-searcher.js +0 -117
  361. package/lib/protect/rules/signatures/cmd-injection/custom-searchers/index.js +0 -26
  362. package/lib/protect/rules/signatures/cmd-injection/index.js +0 -30
  363. package/lib/protect/rules/signatures/evaluator.js +0 -187
  364. package/lib/protect/rules/signatures/index.js +0 -83
  365. package/lib/protect/rules/signatures/nosql-injection/config.json +0 -8
  366. package/lib/protect/rules/signatures/nosql-injection/custom-searchers/index.js +0 -28
  367. package/lib/protect/rules/signatures/nosql-injection/custom-searchers/nosql-comment-searcher.js +0 -42
  368. package/lib/protect/rules/signatures/nosql-injection/custom-searchers/simple-or-searcher.js +0 -115
  369. package/lib/protect/rules/signatures/nosql-injection/index.js +0 -30
  370. package/lib/protect/rules/signatures/path-traversal/config.json +0 -8
  371. package/lib/protect/rules/signatures/path-traversal/index.js +0 -30
  372. package/lib/protect/rules/signatures/reflected-xss/config.json +0 -14
  373. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/behavior-url-searcher.js +0 -84
  374. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/custom-searches.json +0 -103
  375. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/function-definition-searcher.js +0 -59
  376. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/immediate-function-searcher.js +0 -105
  377. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/index.js +0 -36
  378. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/link-and-src-target-searcher.js +0 -145
  379. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/location-set-searcher.js +0 -72
  380. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/map-access-searcher.js +0 -102
  381. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/native-function-execution-searcher.js +0 -82
  382. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/no-alnum-searcher.js +0 -50
  383. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/redefined-function-searcher.js +0 -111
  384. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/style-url-injection-searcher.js +0 -65
  385. package/lib/protect/rules/signatures/reflected-xss/custom-searchers/variable-assignment-searcher.js +0 -90
  386. package/lib/protect/rules/signatures/reflected-xss/helpers/function-call.js +0 -83
  387. package/lib/protect/rules/signatures/reflected-xss/index.js +0 -30
  388. package/lib/protect/rules/signatures/signature.js +0 -201
  389. package/lib/protect/rules/signatures/sql-injection/config.json +0 -10
  390. package/lib/protect/rules/signatures/sql-injection/custom-searchers/if-else-drop-searcher.js +0 -49
  391. package/lib/protect/rules/signatures/sql-injection/custom-searchers/index.js +0 -30
  392. package/lib/protect/rules/signatures/sql-injection/custom-searchers/simple-or-searcher.js +0 -124
  393. package/lib/protect/rules/signatures/sql-injection/custom-searchers/sql-comment-searcher.js +0 -73
  394. package/lib/protect/rules/signatures/sql-injection/custom-searchers/time-function-searcher.js +0 -64
  395. package/lib/protect/rules/signatures/sql-injection/custom-searchers/tsql-exec-searcher.js +0 -45
  396. package/lib/protect/rules/signatures/sql-injection/index.js +0 -30
  397. package/lib/protect/rules/signatures/ssjs-injection/config.json +0 -17
  398. package/lib/protect/rules/signatures/ssjs-injection/index.js +0 -30
  399. package/lib/protect/rules/signatures/unsafe-file-upload/config.json +0 -7
  400. package/lib/protect/rules/signatures/unsafe-file-upload/index.js +0 -29
  401. package/lib/protect/rules/signatures/untrusted-deserialization/config.json +0 -8
  402. package/lib/protect/rules/signatures/untrusted-deserialization/index.js +0 -27
  403. package/lib/protect/rules/sqli/generic-complicated.js +0 -50
  404. package/lib/protect/rules/sqli/sql-injection-rule.js +0 -278
  405. package/lib/protect/rules/sqli/sql-scanner/index.js +0 -61
  406. package/lib/protect/rules/sqli/sql-scanner/labels.json +0 -135
  407. package/lib/protect/rules/sqli/sql-scanner/mysql-scanner.js +0 -170
  408. package/lib/protect/rules/ssjs-injection/evaluator.js +0 -48
  409. package/lib/protect/rules/ssjs-injection/ssjsinjection-rule.js +0 -164
  410. package/lib/protect/rules/unsafe-file-upload/unsafe-file-upload-rule.js +0 -33
  411. package/lib/protect/rules/untrusted-deserialization/untrusted-deserialization-rule.js +0 -95
  412. package/lib/protect/rules/virtual-patch/index.js +0 -17
  413. package/lib/protect/rules/virtual-patch/utils.js +0 -72
  414. package/lib/protect/rules/virtual-patch/virtual-patch-rule.js +0 -162
  415. package/lib/protect/rules/xss/helpers/function-call.js +0 -82
  416. package/lib/protect/rules/xss/reflected-xss-rule.js +0 -103
  417. package/lib/protect/rules/xxe/xxerule.js +0 -184
  418. package/lib/protect/sample-aggregator.js +0 -144
  419. package/lib/protect/samples.js +0 -167
  420. package/lib/protect/service.js +0 -1203
  421. package/lib/protect/sinks/child-process.js +0 -65
  422. package/lib/protect/sinks/eval.js +0 -57
  423. package/lib/protect/sinks/fs.js +0 -97
  424. package/lib/protect/sinks/function.js +0 -64
  425. package/lib/protect/sinks/index.js +0 -54
  426. package/lib/protect/sinks/libxmljs.js +0 -107
  427. package/lib/protect/sinks/mongodb.js +0 -158
  428. package/lib/protect/sinks/mysql.js +0 -63
  429. package/lib/protect/sinks/node-serialize.js +0 -53
  430. package/lib/protect/sinks/postgres.js +0 -81
  431. package/lib/protect/sinks/rethinkdb.js +0 -47
  432. package/lib/protect/sinks/sequelize.js +0 -86
  433. package/lib/protect/sinks/sqlite3.js +0 -50
  434. package/lib/protect/sinks/vm.js +0 -89
  435. package/lib/protect/sources/busboy.js +0 -58
  436. package/lib/protect/sources/formidable.js +0 -55
  437. package/lib/protect/sources/index.js +0 -27
  438. package/lib/protect/validators/authorization.js +0 -31
  439. package/lib/protect/validators/common.js +0 -74
  440. package/lib/protect/validators/connection.js +0 -31
  441. package/lib/protect/validators/content-length.js +0 -30
  442. package/lib/protect/validators/host.js +0 -23
  443. package/lib/protect/validators/if-none-match.js +0 -71
  444. package/lib/protect/validators/index.js +0 -24
  445. package/lib/protect/validators/origin.js +0 -29
  446. package/lib/reporter/app-activity-queue.js +0 -179
  447. package/lib/reporter/grpc-client.js +0 -88
  448. package/lib/reporter/messages/speedracer/activity.js +0 -38
  449. package/lib/reporter/messages/speedracer/application-create.js +0 -65
  450. package/lib/reporter/messages/speedracer/application-update.js +0 -41
  451. package/lib/reporter/messages/speedracer/base.js +0 -401
  452. package/lib/reporter/messages/speedracer/index.js +0 -33
  453. package/lib/reporter/messages/speedracer/observed-route.js +0 -41
  454. package/lib/reporter/messages/speedracer/poll.js +0 -43
  455. package/lib/reporter/messages/speedracer/request.js +0 -33
  456. package/lib/reporter/messages/speedracer/startup.js +0 -63
  457. package/lib/reporter/messaging-router.js +0 -116
  458. package/lib/reporter/models/app-activity/app-activity.js +0 -43
  459. package/lib/reporter/models/app-activity/attacker-activity.js +0 -77
  460. package/lib/reporter/models/app-activity/defend.js +0 -94
  461. package/lib/reporter/models/app-activity/inventory.js +0 -73
  462. package/lib/reporter/models/app-activity/protection-rule-activity.js +0 -68
  463. package/lib/reporter/models/app-activity/rule-events.js +0 -55
  464. package/lib/reporter/models/app-activity/sample.js +0 -139
  465. package/lib/reporter/models/app-activity/source.js +0 -79
  466. package/lib/reporter/models/app-activity/user-input.js +0 -87
  467. package/lib/reporter/models/app-create.js +0 -63
  468. package/lib/reporter/models/app-update/index.js +0 -178
  469. package/lib/reporter/models/app-update/library-manifest.js +0 -54
  470. package/lib/reporter/models/app-update/library-usage.js +0 -36
  471. package/lib/reporter/models/app-update/library.js +0 -165
  472. package/lib/reporter/models/event-tag.js +0 -36
  473. package/lib/reporter/models/finding/event.js +0 -158
  474. package/lib/reporter/models/finding/finding.js +0 -77
  475. package/lib/reporter/models/frameworks/express-request.js +0 -75
  476. package/lib/reporter/models/frameworks/fastify-request.js +0 -27
  477. package/lib/reporter/models/frameworks/hapi-request.js +0 -39
  478. package/lib/reporter/models/frameworks/index.js +0 -21
  479. package/lib/reporter/models/frameworks/koa-request.js +0 -27
  480. package/lib/reporter/models/frameworks/restify-request.js +0 -27
  481. package/lib/reporter/models/observed-route.js +0 -37
  482. package/lib/reporter/models/request.js +0 -288
  483. package/lib/reporter/models/route-coverage.js +0 -53
  484. package/lib/reporter/models/startup.js +0 -56
  485. package/lib/reporter/models/trace-event-source.js +0 -38
  486. package/lib/reporter/models/utils/request-factory.js +0 -32
  487. package/lib/reporter/models/utils/user-input-factory.js +0 -190
  488. package/lib/reporter/models/utils/user-input-kit.js +0 -48
  489. package/lib/reporter/mq-client.js +0 -59
  490. package/lib/reporter/server-activity-queue.js +0 -37
  491. package/lib/reporter/socket-client.js +0 -172
  492. package/lib/reporter/speedracer/base-connection-state.js +0 -49
  493. package/lib/reporter/speedracer/constants.js +0 -68
  494. package/lib/reporter/speedracer/failure-connection-state.js +0 -45
  495. package/lib/reporter/speedracer/index.js +0 -330
  496. package/lib/reporter/speedracer/success-connection-state.js +0 -67
  497. package/lib/reporter/speedracer/unknown-connection-state.js +0 -154
  498. package/lib/reporter/translations/enums.js +0 -268
  499. package/lib/reporter/translations/helpers.js +0 -115
  500. package/lib/reporter/translations/to-protobuf/dtm/activity.js +0 -149
  501. package/lib/reporter/translations/to-protobuf/dtm/address.js +0 -25
  502. package/lib/reporter/translations/to-protobuf/dtm/agent-startup.js +0 -40
  503. package/lib/reporter/translations/to-protobuf/dtm/application-create.js +0 -44
  504. package/lib/reporter/translations/to-protobuf/dtm/application-update.js +0 -61
  505. package/lib/reporter/translations/to-protobuf/dtm/architecture-component.js +0 -33
  506. package/lib/reporter/translations/to-protobuf/dtm/attack-result.js +0 -38
  507. package/lib/reporter/translations/to-protobuf/dtm/bot-blocker-details.js +0 -23
  508. package/lib/reporter/translations/to-protobuf/dtm/cmd-injection-details.js +0 -22
  509. package/lib/reporter/translations/to-protobuf/dtm/cmd-injection-semantic-analysis-details.js +0 -23
  510. package/lib/reporter/translations/to-protobuf/dtm/finding.js +0 -47
  511. package/lib/reporter/translations/to-protobuf/dtm/http-method-tampering-details.js +0 -24
  512. package/lib/reporter/translations/to-protobuf/dtm/http-request.js +0 -50
  513. package/lib/reporter/translations/to-protobuf/dtm/index.js +0 -48
  514. package/lib/reporter/translations/to-protobuf/dtm/ip-denylist-details.js +0 -23
  515. package/lib/reporter/translations/to-protobuf/dtm/library-usage-update.js +0 -32
  516. package/lib/reporter/translations/to-protobuf/dtm/no-sql-injection-details.js +0 -26
  517. package/lib/reporter/translations/to-protobuf/dtm/observed-route.js +0 -73
  518. package/lib/reporter/translations/to-protobuf/dtm/pair.js +0 -24
  519. package/lib/reporter/translations/to-protobuf/dtm/path-traversal-details.js +0 -22
  520. package/lib/reporter/translations/to-protobuf/dtm/poll.js +0 -19
  521. package/lib/reporter/translations/to-protobuf/dtm/rasp-rule-sample.js +0 -134
  522. package/lib/reporter/translations/to-protobuf/dtm/raw-request.js +0 -105
  523. package/lib/reporter/translations/to-protobuf/dtm/route-coverage.js +0 -68
  524. package/lib/reporter/translations/to-protobuf/dtm/simple-pair.js +0 -24
  525. package/lib/reporter/translations/to-protobuf/dtm/sql-injection-details.js +0 -26
  526. package/lib/reporter/translations/to-protobuf/dtm/ssjs-injection-details.js +0 -25
  527. package/lib/reporter/translations/to-protobuf/dtm/stack-trace-element.js +0 -30
  528. package/lib/reporter/translations/to-protobuf/dtm/trace-event/action.js +0 -21
  529. package/lib/reporter/translations/to-protobuf/dtm/trace-event/index.js +0 -56
  530. package/lib/reporter/translations/to-protobuf/dtm/trace-event/parent-object-id.js +0 -23
  531. package/lib/reporter/translations/to-protobuf/dtm/trace-event/trace-event-object.js +0 -28
  532. package/lib/reporter/translations/to-protobuf/dtm/trace-event/trace-event-signature.js +0 -37
  533. package/lib/reporter/translations/to-protobuf/dtm/trace-event/trace-event-source.js +0 -24
  534. package/lib/reporter/translations/to-protobuf/dtm/trace-event/trace-stack.js +0 -27
  535. package/lib/reporter/translations/to-protobuf/dtm/trace-event/trace-taint-range.js +0 -24
  536. package/lib/reporter/translations/to-protobuf/dtm/trace-event/type.js +0 -21
  537. package/lib/reporter/translations/to-protobuf/dtm/untrusted-deserialization-details.js +0 -24
  538. package/lib/reporter/translations/to-protobuf/dtm/user-input.js +0 -37
  539. package/lib/reporter/translations/to-protobuf/dtm/virtual-patch-details.js +0 -23
  540. package/lib/reporter/translations/to-protobuf/dtm/xss-details.js +0 -34
  541. package/lib/reporter/translations/to-protobuf/dtm/xxe-details.js +0 -45
  542. package/lib/reporter/translations/to-protobuf/index.js +0 -18
  543. package/lib/reporter/translations/to-protobuf/settings/application-settings.js +0 -76
  544. package/lib/reporter/translations/to-protobuf/settings/assess-features.js +0 -66
  545. package/lib/reporter/translations/to-protobuf/settings/auth.js +0 -25
  546. package/lib/reporter/translations/to-protobuf/settings/bot-blocker.js +0 -27
  547. package/lib/reporter/translations/to-protobuf/settings/custom-rule-feature.js +0 -27
  548. package/lib/reporter/translations/to-protobuf/settings/defend-features.js +0 -74
  549. package/lib/reporter/translations/to-protobuf/settings/exclusions.js +0 -98
  550. package/lib/reporter/translations/to-protobuf/settings/index.js +0 -37
  551. package/lib/reporter/translations/to-protobuf/settings/input-analysis-result.js +0 -22
  552. package/lib/reporter/translations/to-protobuf/settings/inventory-features.js +0 -35
  553. package/lib/reporter/translations/to-protobuf/settings/ip-filter.js +0 -29
  554. package/lib/reporter/translations/to-protobuf/settings/log-enhancer.js +0 -23
  555. package/lib/reporter/translations/to-protobuf/settings/protection-rule.js +0 -45
  556. package/lib/reporter/translations/to-protobuf/settings/reaction.js +0 -29
  557. package/lib/reporter/translations/to-protobuf/settings/rule-definition.js +0 -59
  558. package/lib/reporter/translations/to-protobuf/settings/sampling.js +0 -35
  559. package/lib/reporter/translations/to-protobuf/settings/server-features.js +0 -73
  560. package/lib/reporter/translations/to-protobuf/settings/syslog.js +0 -62
  561. package/lib/reporter/translations/to-protobuf/settings/virtual-patch.js +0 -77
  562. package/lib/reporter/ts-reporter.js +0 -448
  563. package/lib/telemetry.js +0 -194
  564. package/lib/tracker.js +0 -156
  565. package/lib/util/base64.js +0 -23
  566. package/lib/util/bitset.js +0 -85
  567. package/lib/util/block-request.js +0 -34
  568. package/lib/util/callback-resolver.js +0 -37
  569. package/lib/util/clean-stack.js +0 -308
  570. package/lib/util/clean-string/brackets.js +0 -86
  571. package/lib/util/clean-string/clean-string-base.js +0 -60
  572. package/lib/util/clean-string/comments.js +0 -107
  573. package/lib/util/clean-string/concatenations.js +0 -183
  574. package/lib/util/clean-string/jsclean-string.js +0 -96
  575. package/lib/util/clean-string/placeholders.js +0 -107
  576. package/lib/util/clean-string/util.js +0 -69
  577. package/lib/util/colors.js +0 -28
  578. package/lib/util/config-diagnostics-utils.js +0 -229
  579. package/lib/util/file-finder.js +0 -160
  580. package/lib/util/find-cache-dir.js +0 -91
  581. package/lib/util/get-file-type.js +0 -43
  582. package/lib/util/heap-dump.js +0 -72
  583. package/lib/util/html-util.js +0 -83
  584. package/lib/util/ip-analyzer.js +0 -246
  585. package/lib/util/is-agent-path.js +0 -25
  586. package/lib/util/is-contrast-error.js +0 -15
  587. package/lib/util/is-piped-to-dev.js +0 -16
  588. package/lib/util/is-string.js +0 -24
  589. package/lib/util/partial.js +0 -29
  590. package/lib/util/pkg-name.js +0 -23
  591. package/lib/util/request-util.js +0 -74
  592. package/lib/util/resolve-obj.js +0 -39
  593. package/lib/util/route-info.js +0 -50
  594. package/lib/util/some.js +0 -27
  595. package/lib/util/source-map.js +0 -171
  596. package/lib/util/static-rules.js +0 -33
  597. package/lib/util/trace-util.js +0 -74
  598. package/lib/util/traverse.js +0 -188
  599. package/lib/util/user-input-evaluator.js +0 -64
  600. package/lib/util/xml-analyzer/external-entity-finder.js +0 -183
  601. package/node_modules/@colors/colors/LICENSE +0 -26
  602. package/node_modules/@colors/colors/README.md +0 -219
  603. package/node_modules/@colors/colors/examples/normal-usage.js +0 -83
  604. package/node_modules/@colors/colors/examples/safe-string.js +0 -80
  605. package/node_modules/@colors/colors/index.d.ts +0 -136
  606. package/node_modules/@colors/colors/lib/colors.js +0 -211
  607. package/node_modules/@colors/colors/lib/custom/trap.js +0 -46
  608. package/node_modules/@colors/colors/lib/custom/zalgo.js +0 -110
  609. package/node_modules/@colors/colors/lib/extendStringPrototype.js +0 -110
  610. package/node_modules/@colors/colors/lib/index.js +0 -13
  611. package/node_modules/@colors/colors/lib/maps/america.js +0 -10
  612. package/node_modules/@colors/colors/lib/maps/rainbow.js +0 -12
  613. package/node_modules/@colors/colors/lib/maps/random.js +0 -11
  614. package/node_modules/@colors/colors/lib/maps/zebra.js +0 -5
  615. package/node_modules/@colors/colors/lib/styles.js +0 -95
  616. package/node_modules/@colors/colors/lib/system/has-flag.js +0 -35
  617. package/node_modules/@colors/colors/lib/system/supports-colors.js +0 -151
  618. package/node_modules/@colors/colors/package.json +0 -49
  619. package/node_modules/@colors/colors/safe.d.ts +0 -48
  620. package/node_modules/@colors/colors/safe.js +0 -10
  621. package/node_modules/@colors/colors/themes/generic-logging.js +0 -12
  622. package/node_modules/@dabh/diagnostics/CHANGELOG.md +0 -26
  623. package/node_modules/@dabh/diagnostics/LICENSE +0 -20
  624. package/node_modules/@dabh/diagnostics/README.md +0 -473
  625. package/node_modules/@dabh/diagnostics/adapters/hash.js +0 -11
  626. package/node_modules/@dabh/diagnostics/adapters/index.js +0 -18
  627. package/node_modules/@dabh/diagnostics/adapters/localstorage.js +0 -11
  628. package/node_modules/@dabh/diagnostics/adapters/process.env.js +0 -11
  629. package/node_modules/@dabh/diagnostics/browser/development.js +0 -35
  630. package/node_modules/@dabh/diagnostics/browser/index.js +0 -8
  631. package/node_modules/@dabh/diagnostics/browser/override.js +0 -6
  632. package/node_modules/@dabh/diagnostics/browser/production.js +0 -24
  633. package/node_modules/@dabh/diagnostics/diagnostics.js +0 -212
  634. package/node_modules/@dabh/diagnostics/logger/console.js +0 -19
  635. package/node_modules/@dabh/diagnostics/modifiers/namespace-ansi.js +0 -20
  636. package/node_modules/@dabh/diagnostics/modifiers/namespace.js +0 -32
  637. package/node_modules/@dabh/diagnostics/node/development.js +0 -36
  638. package/node_modules/@dabh/diagnostics/node/index.js +0 -8
  639. package/node_modules/@dabh/diagnostics/node/override.js +0 -21
  640. package/node_modules/@dabh/diagnostics/node/production.js +0 -24
  641. package/node_modules/@dabh/diagnostics/package.json +0 -68
  642. package/node_modules/async/CHANGELOG.md +0 -344
  643. package/node_modules/async/LICENSE +0 -19
  644. package/node_modules/async/README.md +0 -60
  645. package/node_modules/async/all.js +0 -119
  646. package/node_modules/async/allLimit.js +0 -46
  647. package/node_modules/async/allSeries.js +0 -45
  648. package/node_modules/async/any.js +0 -122
  649. package/node_modules/async/anyLimit.js +0 -47
  650. package/node_modules/async/anySeries.js +0 -46
  651. package/node_modules/async/apply.js +0 -55
  652. package/node_modules/async/applyEach.js +0 -57
  653. package/node_modules/async/applyEachSeries.js +0 -37
  654. package/node_modules/async/asyncify.js +0 -118
  655. package/node_modules/async/auto.js +0 -333
  656. package/node_modules/async/autoInject.js +0 -182
  657. package/node_modules/async/bower.json +0 -17
  658. package/node_modules/async/cargo.js +0 -63
  659. package/node_modules/async/cargoQueue.js +0 -71
  660. package/node_modules/async/compose.js +0 -55
  661. package/node_modules/async/concat.js +0 -115
  662. package/node_modules/async/concatLimit.js +0 -60
  663. package/node_modules/async/concatSeries.js +0 -41
  664. package/node_modules/async/constant.js +0 -55
  665. package/node_modules/async/detect.js +0 -96
  666. package/node_modules/async/detectLimit.js +0 -48
  667. package/node_modules/async/detectSeries.js +0 -47
  668. package/node_modules/async/dir.js +0 -43
  669. package/node_modules/async/dist/async.js +0 -6057
  670. package/node_modules/async/dist/async.min.js +0 -1
  671. package/node_modules/async/dist/async.mjs +0 -5945
  672. package/node_modules/async/doDuring.js +0 -68
  673. package/node_modules/async/doUntil.js +0 -46
  674. package/node_modules/async/doWhilst.js +0 -68
  675. package/node_modules/async/during.js +0 -78
  676. package/node_modules/async/each.js +0 -129
  677. package/node_modules/async/eachLimit.js +0 -50
  678. package/node_modules/async/eachOf.js +0 -185
  679. package/node_modules/async/eachOfLimit.js +0 -47
  680. package/node_modules/async/eachOfSeries.js +0 -39
  681. package/node_modules/async/eachSeries.js +0 -44
  682. package/node_modules/async/ensureAsync.js +0 -67
  683. package/node_modules/async/every.js +0 -119
  684. package/node_modules/async/everyLimit.js +0 -46
  685. package/node_modules/async/everySeries.js +0 -45
  686. package/node_modules/async/filter.js +0 -93
  687. package/node_modules/async/filterLimit.js +0 -45
  688. package/node_modules/async/filterSeries.js +0 -43
  689. package/node_modules/async/find.js +0 -96
  690. package/node_modules/async/findLimit.js +0 -48
  691. package/node_modules/async/findSeries.js +0 -47
  692. package/node_modules/async/flatMap.js +0 -115
  693. package/node_modules/async/flatMapLimit.js +0 -60
  694. package/node_modules/async/flatMapSeries.js +0 -41
  695. package/node_modules/async/foldl.js +0 -153
  696. package/node_modules/async/foldr.js +0 -41
  697. package/node_modules/async/forEach.js +0 -129
  698. package/node_modules/async/forEachLimit.js +0 -50
  699. package/node_modules/async/forEachOf.js +0 -185
  700. package/node_modules/async/forEachOfLimit.js +0 -47
  701. package/node_modules/async/forEachOfSeries.js +0 -39
  702. package/node_modules/async/forEachSeries.js +0 -44
  703. package/node_modules/async/forever.js +0 -68
  704. package/node_modules/async/groupBy.js +0 -108
  705. package/node_modules/async/groupByLimit.js +0 -71
  706. package/node_modules/async/groupBySeries.js +0 -36
  707. package/node_modules/async/index.js +0 -588
  708. package/node_modules/async/inject.js +0 -153
  709. package/node_modules/async/internal/DoublyLinkedList.js +0 -92
  710. package/node_modules/async/internal/Heap.js +0 -120
  711. package/node_modules/async/internal/applyEach.js +0 -29
  712. package/node_modules/async/internal/asyncEachOfLimit.js +0 -75
  713. package/node_modules/async/internal/awaitify.js +0 -27
  714. package/node_modules/async/internal/breakLoop.js +0 -10
  715. package/node_modules/async/internal/consoleFunc.js +0 -31
  716. package/node_modules/async/internal/createTester.js +0 -40
  717. package/node_modules/async/internal/eachOfLimit.js +0 -90
  718. package/node_modules/async/internal/filter.js +0 -55
  719. package/node_modules/async/internal/getIterator.js +0 -11
  720. package/node_modules/async/internal/initialParams.js +0 -14
  721. package/node_modules/async/internal/isArrayLike.js +0 -10
  722. package/node_modules/async/internal/iterator.js +0 -57
  723. package/node_modules/async/internal/map.js +0 -30
  724. package/node_modules/async/internal/once.js +0 -17
  725. package/node_modules/async/internal/onlyOnce.js +0 -15
  726. package/node_modules/async/internal/parallel.js +0 -34
  727. package/node_modules/async/internal/promiseCallback.js +0 -23
  728. package/node_modules/async/internal/queue.js +0 -291
  729. package/node_modules/async/internal/range.js +0 -14
  730. package/node_modules/async/internal/reject.js +0 -26
  731. package/node_modules/async/internal/setImmediate.js +0 -34
  732. package/node_modules/async/internal/withoutIndex.js +0 -10
  733. package/node_modules/async/internal/wrapAsync.js +0 -34
  734. package/node_modules/async/log.js +0 -41
  735. package/node_modules/async/map.js +0 -142
  736. package/node_modules/async/mapLimit.js +0 -45
  737. package/node_modules/async/mapSeries.js +0 -44
  738. package/node_modules/async/mapValues.js +0 -152
  739. package/node_modules/async/mapValuesLimit.js +0 -61
  740. package/node_modules/async/mapValuesSeries.js +0 -37
  741. package/node_modules/async/memoize.js +0 -91
  742. package/node_modules/async/nextTick.js +0 -52
  743. package/node_modules/async/package.json +0 -84
  744. package/node_modules/async/parallel.js +0 -180
  745. package/node_modules/async/parallelLimit.js +0 -41
  746. package/node_modules/async/priorityQueue.js +0 -91
  747. package/node_modules/async/queue.js +0 -167
  748. package/node_modules/async/race.js +0 -67
  749. package/node_modules/async/reduce.js +0 -153
  750. package/node_modules/async/reduceRight.js +0 -41
  751. package/node_modules/async/reflect.js +0 -78
  752. package/node_modules/async/reflectAll.js +0 -93
  753. package/node_modules/async/reject.js +0 -87
  754. package/node_modules/async/rejectLimit.js +0 -45
  755. package/node_modules/async/rejectSeries.js +0 -43
  756. package/node_modules/async/retry.js +0 -159
  757. package/node_modules/async/retryable.js +0 -77
  758. package/node_modules/async/select.js +0 -93
  759. package/node_modules/async/selectLimit.js +0 -45
  760. package/node_modules/async/selectSeries.js +0 -43
  761. package/node_modules/async/seq.js +0 -79
  762. package/node_modules/async/series.js +0 -186
  763. package/node_modules/async/setImmediate.js +0 -45
  764. package/node_modules/async/some.js +0 -122
  765. package/node_modules/async/someLimit.js +0 -47
  766. package/node_modules/async/someSeries.js +0 -46
  767. package/node_modules/async/sortBy.js +0 -190
  768. package/node_modules/async/timeout.js +0 -89
  769. package/node_modules/async/times.js +0 -50
  770. package/node_modules/async/timesLimit.js +0 -43
  771. package/node_modules/async/timesSeries.js +0 -32
  772. package/node_modules/async/transform.js +0 -173
  773. package/node_modules/async/tryEach.js +0 -78
  774. package/node_modules/async/unmemoize.js +0 -25
  775. package/node_modules/async/until.js +0 -61
  776. package/node_modules/async/waterfall.js +0 -105
  777. package/node_modules/async/whilst.js +0 -78
  778. package/node_modules/async/wrapSync.js +0 -118
  779. package/node_modules/color/LICENSE +0 -21
  780. package/node_modules/color/README.md +0 -123
  781. package/node_modules/color/index.js +0 -482
  782. package/node_modules/color/package.json +0 -44
  783. package/node_modules/color-convert/CHANGELOG.md +0 -54
  784. package/node_modules/color-convert/LICENSE +0 -21
  785. package/node_modules/color-convert/README.md +0 -68
  786. package/node_modules/color-convert/conversions.js +0 -868
  787. package/node_modules/color-convert/index.js +0 -78
  788. package/node_modules/color-convert/package.json +0 -50
  789. package/node_modules/color-convert/route.js +0 -97
  790. package/node_modules/color-name/.eslintrc.json +0 -43
  791. package/node_modules/color-name/.npmignore +0 -107
  792. package/node_modules/color-name/LICENSE +0 -8
  793. package/node_modules/color-name/README.md +0 -11
  794. package/node_modules/color-name/index.js +0 -152
  795. package/node_modules/color-name/package.json +0 -29
  796. package/node_modules/color-name/test.js +0 -7
  797. package/node_modules/color-string/LICENSE +0 -21
  798. package/node_modules/color-string/README.md +0 -62
  799. package/node_modules/color-string/index.js +0 -242
  800. package/node_modules/color-string/package.json +0 -43
  801. package/node_modules/colorspace/LICENSE.md +0 -20
  802. package/node_modules/colorspace/README.md +0 -43
  803. package/node_modules/colorspace/index.js +0 -29
  804. package/node_modules/colorspace/package.json +0 -41
  805. package/node_modules/enabled/.travis.yml +0 -9
  806. package/node_modules/enabled/LICENSE +0 -20
  807. package/node_modules/enabled/README.md +0 -68
  808. package/node_modules/enabled/index.js +0 -34
  809. package/node_modules/enabled/package.json +0 -37
  810. package/node_modules/enabled/test.js +0 -39
  811. package/node_modules/fecha/LICENSE +0 -22
  812. package/node_modules/fecha/README.md +0 -320
  813. package/node_modules/fecha/dist/fecha.min.js +0 -2
  814. package/node_modules/fecha/dist/fecha.min.js.map +0 -1
  815. package/node_modules/fecha/lib/fecha.d.ts +0 -52
  816. package/node_modules/fecha/lib/fecha.js +0 -403
  817. package/node_modules/fecha/lib/fecha.js.map +0 -1
  818. package/node_modules/fecha/lib/fecha.umd.js +0 -418
  819. package/node_modules/fecha/lib/fecha.umd.js.map +0 -1
  820. package/node_modules/fecha/package.json +0 -59
  821. package/node_modules/fecha/src/fecha.ts +0 -524
  822. package/node_modules/file-stream-rotator/.nvmrc +0 -1
  823. package/node_modules/file-stream-rotator/.travis.yml +0 -5
  824. package/node_modules/file-stream-rotator/FileStreamRotator.js +0 -702
  825. package/node_modules/file-stream-rotator/LICENSE.txt +0 -17
  826. package/node_modules/file-stream-rotator/README.md +0 -148
  827. package/node_modules/file-stream-rotator/index.js +0 -1
  828. package/node_modules/file-stream-rotator/package.json +0 -34
  829. package/node_modules/file-stream-rotator/test.js +0 -208
  830. package/node_modules/file-stream-rotator/tests/every-minute-test.js +0 -85
  831. package/node_modules/file-stream-rotator/tests/every-second-test.js +0 -75
  832. package/node_modules/file-stream-rotator/tests/large-test.js +0 -33
  833. package/node_modules/file-stream-rotator/tests/rotate-on-size-without-date.js +0 -103
  834. package/node_modules/fn.name/.gitattributes +0 -1
  835. package/node_modules/fn.name/.travis.yml +0 -10
  836. package/node_modules/fn.name/LICENSE +0 -22
  837. package/node_modules/fn.name/README.md +0 -42
  838. package/node_modules/fn.name/index.js +0 -42
  839. package/node_modules/fn.name/package.json +0 -41
  840. package/node_modules/fn.name/test.js +0 -73
  841. package/node_modules/inherits/LICENSE +0 -16
  842. package/node_modules/inherits/README.md +0 -42
  843. package/node_modules/inherits/inherits.js +0 -9
  844. package/node_modules/inherits/inherits_browser.js +0 -27
  845. package/node_modules/inherits/package.json +0 -33
  846. package/node_modules/is-arrayish/LICENSE +0 -21
  847. package/node_modules/is-arrayish/README.md +0 -16
  848. package/node_modules/is-arrayish/index.js +0 -9
  849. package/node_modules/is-arrayish/package.json +0 -49
  850. package/node_modules/is-arrayish/yarn-error.log +0 -1443
  851. package/node_modules/is-stream/index.d.ts +0 -80
  852. package/node_modules/is-stream/index.js +0 -29
  853. package/node_modules/is-stream/license +0 -9
  854. package/node_modules/is-stream/package.json +0 -45
  855. package/node_modules/is-stream/readme.md +0 -57
  856. package/node_modules/kuler/.travis.yml +0 -5
  857. package/node_modules/kuler/LICENSE +0 -7
  858. package/node_modules/kuler/README.md +0 -40
  859. package/node_modules/kuler/index.js +0 -118
  860. package/node_modules/kuler/package.json +0 -38
  861. package/node_modules/kuler/test.js +0 -23
  862. package/node_modules/logform/.babelrc +0 -3
  863. package/node_modules/logform/.eslintrc +0 -7
  864. package/node_modules/logform/.gitattributes +0 -1
  865. package/node_modules/logform/CHANGELOG.md +0 -256
  866. package/node_modules/logform/LICENSE +0 -21
  867. package/node_modules/logform/README.md +0 -653
  868. package/node_modules/logform/align.js +0 -14
  869. package/node_modules/logform/browser.js +0 -38
  870. package/node_modules/logform/cli.js +0 -52
  871. package/node_modules/logform/colorize.js +0 -122
  872. package/node_modules/logform/combine.js +0 -66
  873. package/node_modules/logform/dist/align.js +0 -15
  874. package/node_modules/logform/dist/browser.js +0 -72
  875. package/node_modules/logform/dist/cli.js +0 -73
  876. package/node_modules/logform/dist/colorize.js +0 -144
  877. package/node_modules/logform/dist/combine.js +0 -71
  878. package/node_modules/logform/dist/errors.js +0 -43
  879. package/node_modules/logform/dist/format.js +0 -91
  880. package/node_modules/logform/dist/index.js +0 -87
  881. package/node_modules/logform/dist/json.js +0 -34
  882. package/node_modules/logform/dist/label.js +0 -20
  883. package/node_modules/logform/dist/levels.js +0 -14
  884. package/node_modules/logform/dist/logstash.js +0 -34
  885. package/node_modules/logform/dist/metadata.js +0 -64
  886. package/node_modules/logform/dist/ms.js +0 -21
  887. package/node_modules/logform/dist/pad-levels.js +0 -127
  888. package/node_modules/logform/dist/pretty-print.js +0 -34
  889. package/node_modules/logform/dist/printf.js +0 -41
  890. package/node_modules/logform/dist/simple.js +0 -37
  891. package/node_modules/logform/dist/splat.js +0 -159
  892. package/node_modules/logform/dist/timestamp.js +0 -32
  893. package/node_modules/logform/dist/uncolorize.js +0 -31
  894. package/node_modules/logform/errors.js +0 -39
  895. package/node_modules/logform/examples/combine.js +0 -14
  896. package/node_modules/logform/examples/filter.js +0 -30
  897. package/node_modules/logform/examples/invalid.js +0 -6
  898. package/node_modules/logform/examples/metadata.js +0 -78
  899. package/node_modules/logform/examples/padLevels.js +0 -39
  900. package/node_modules/logform/examples/volume.js +0 -25
  901. package/node_modules/logform/format.js +0 -52
  902. package/node_modules/logform/index.d.ts +0 -197
  903. package/node_modules/logform/index.js +0 -52
  904. package/node_modules/logform/json.js +0 -30
  905. package/node_modules/logform/label.js +0 -19
  906. package/node_modules/logform/levels.js +0 -12
  907. package/node_modules/logform/logstash.js +0 -29
  908. package/node_modules/logform/metadata.js +0 -61
  909. package/node_modules/logform/ms.js +0 -18
  910. package/node_modules/logform/package.json +0 -53
  911. package/node_modules/logform/pad-levels.js +0 -83
  912. package/node_modules/logform/pretty-print.js +0 -29
  913. package/node_modules/logform/printf.js +0 -26
  914. package/node_modules/logform/simple.js +0 -33
  915. package/node_modules/logform/splat.js +0 -132
  916. package/node_modules/logform/timestamp.js +0 -30
  917. package/node_modules/logform/tsconfig.json +0 -22
  918. package/node_modules/logform/uncolorize.js +0 -27
  919. package/node_modules/moment/CHANGELOG.md +0 -988
  920. package/node_modules/moment/LICENSE +0 -22
  921. package/node_modules/moment/README.md +0 -55
  922. package/node_modules/moment/dist/locale/af.js +0 -71
  923. package/node_modules/moment/dist/locale/ar-dz.js +0 -156
  924. package/node_modules/moment/dist/locale/ar-kw.js +0 -55
  925. package/node_modules/moment/dist/locale/ar-ly.js +0 -171
  926. package/node_modules/moment/dist/locale/ar-ma.js +0 -56
  927. package/node_modules/moment/dist/locale/ar-sa.js +0 -105
  928. package/node_modules/moment/dist/locale/ar-tn.js +0 -55
  929. package/node_modules/moment/dist/locale/ar.js +0 -189
  930. package/node_modules/moment/dist/locale/az.js +0 -102
  931. package/node_modules/moment/dist/locale/be.js +0 -142
  932. package/node_modules/moment/dist/locale/bg.js +0 -87
  933. package/node_modules/moment/dist/locale/bm.js +0 -52
  934. package/node_modules/moment/dist/locale/bn-bd.js +0 -129
  935. package/node_modules/moment/dist/locale/bn.js +0 -119
  936. package/node_modules/moment/dist/locale/bo.js +0 -124
  937. package/node_modules/moment/dist/locale/br.js +0 -168
  938. package/node_modules/moment/dist/locale/bs.js +0 -150
  939. package/node_modules/moment/dist/locale/ca.js +0 -100
  940. package/node_modules/moment/dist/locale/cs.js +0 -180
  941. package/node_modules/moment/dist/locale/cv.js +0 -63
  942. package/node_modules/moment/dist/locale/cy.js +0 -98
  943. package/node_modules/moment/dist/locale/da.js +0 -53
  944. package/node_modules/moment/dist/locale/de-at.js +0 -79
  945. package/node_modules/moment/dist/locale/de-ch.js +0 -78
  946. package/node_modules/moment/dist/locale/de.js +0 -78
  947. package/node_modules/moment/dist/locale/dv.js +0 -90
  948. package/node_modules/moment/dist/locale/el.js +0 -106
  949. package/node_modules/moment/dist/locale/en-au.js +0 -68
  950. package/node_modules/moment/dist/locale/en-ca.js +0 -64
  951. package/node_modules/moment/dist/locale/en-gb.js +0 -68
  952. package/node_modules/moment/dist/locale/en-ie.js +0 -68
  953. package/node_modules/moment/dist/locale/en-il.js +0 -64
  954. package/node_modules/moment/dist/locale/en-in.js +0 -68
  955. package/node_modules/moment/dist/locale/en-nz.js +0 -68
  956. package/node_modules/moment/dist/locale/en-sg.js +0 -68
  957. package/node_modules/moment/dist/locale/eo.js +0 -68
  958. package/node_modules/moment/dist/locale/es-do.js +0 -108
  959. package/node_modules/moment/dist/locale/es-mx.js +0 -110
  960. package/node_modules/moment/dist/locale/es-us.js +0 -110
  961. package/node_modules/moment/dist/locale/es.js +0 -110
  962. package/node_modules/moment/dist/locale/et.js +0 -78
  963. package/node_modules/moment/dist/locale/eu.js +0 -65
  964. package/node_modules/moment/dist/locale/fa.js +0 -113
  965. package/node_modules/moment/dist/locale/fi.js +0 -124
  966. package/node_modules/moment/dist/locale/fil.js +0 -58
  967. package/node_modules/moment/dist/locale/fo.js +0 -57
  968. package/node_modules/moment/dist/locale/fr-ca.js +0 -70
  969. package/node_modules/moment/dist/locale/fr-ch.js +0 -74
  970. package/node_modules/moment/dist/locale/fr.js +0 -108
  971. package/node_modules/moment/dist/locale/fy.js +0 -75
  972. package/node_modules/moment/dist/locale/ga.js +0 -95
  973. package/node_modules/moment/dist/locale/gd.js +0 -95
  974. package/node_modules/moment/dist/locale/gl.js +0 -75
  975. package/node_modules/moment/dist/locale/gom-deva.js +0 -126
  976. package/node_modules/moment/dist/locale/gom-latn.js +0 -124
  977. package/node_modules/moment/dist/locale/gu.js +0 -122
  978. package/node_modules/moment/dist/locale/he.js +0 -94
  979. package/node_modules/moment/dist/locale/hi.js +0 -168
  980. package/node_modules/moment/dist/locale/hr.js +0 -156
  981. package/node_modules/moment/dist/locale/hu.js +0 -118
  982. package/node_modules/moment/dist/locale/hy-am.js +0 -94
  983. package/node_modules/moment/dist/locale/id.js +0 -76
  984. package/node_modules/moment/dist/locale/is.js +0 -140
  985. package/node_modules/moment/dist/locale/it-ch.js +0 -64
  986. package/node_modules/moment/dist/locale/it.js +0 -106
  987. package/node_modules/moment/dist/locale/ja.js +0 -148
  988. package/node_modules/moment/dist/locale/jv.js +0 -76
  989. package/node_modules/moment/dist/locale/ka.js +0 -92
  990. package/node_modules/moment/dist/locale/kk.js +0 -82
  991. package/node_modules/moment/dist/locale/km.js +0 -103
  992. package/node_modules/moment/dist/locale/kn.js +0 -124
  993. package/node_modules/moment/dist/locale/ko.js +0 -75
  994. package/node_modules/moment/dist/locale/ku.js +0 -118
  995. package/node_modules/moment/dist/locale/ky.js +0 -84
  996. package/node_modules/moment/dist/locale/lb.js +0 -137
  997. package/node_modules/moment/dist/locale/lo.js +0 -66
  998. package/node_modules/moment/dist/locale/lt.js +0 -125
  999. package/node_modules/moment/dist/locale/lv.js +0 -94
  1000. package/node_modules/moment/dist/locale/me.js +0 -117
  1001. package/node_modules/moment/dist/locale/mi.js +0 -60
  1002. package/node_modules/moment/dist/locale/mk.js +0 -85
  1003. package/node_modules/moment/dist/locale/ml.js +0 -82
  1004. package/node_modules/moment/dist/locale/mn.js +0 -100
  1005. package/node_modules/moment/dist/locale/mr.js +0 -203
  1006. package/node_modules/moment/dist/locale/ms-my.js +0 -76
  1007. package/node_modules/moment/dist/locale/ms.js +0 -75
  1008. package/node_modules/moment/dist/locale/mt.js +0 -56
  1009. package/node_modules/moment/dist/locale/my.js +0 -91
  1010. package/node_modules/moment/dist/locale/nb.js +0 -60
  1011. package/node_modules/moment/dist/locale/ne.js +0 -121
  1012. package/node_modules/moment/dist/locale/nl-be.js +0 -102
  1013. package/node_modules/moment/dist/locale/nl.js +0 -104
  1014. package/node_modules/moment/dist/locale/nn.js +0 -59
  1015. package/node_modules/moment/dist/locale/oc-lnc.js +0 -85
  1016. package/node_modules/moment/dist/locale/pa-in.js +0 -122
  1017. package/node_modules/moment/dist/locale/pl.js +0 -140
  1018. package/node_modules/moment/dist/locale/pt-br.js +0 -58
  1019. package/node_modules/moment/dist/locale/pt.js +0 -63
  1020. package/node_modules/moment/dist/locale/ro.js +0 -76
  1021. package/node_modules/moment/dist/locale/ru.js +0 -213
  1022. package/node_modules/moment/dist/locale/sd.js +0 -81
  1023. package/node_modules/moment/dist/locale/se.js +0 -57
  1024. package/node_modules/moment/dist/locale/si.js +0 -69
  1025. package/node_modules/moment/dist/locale/sk.js +0 -145
  1026. package/node_modules/moment/dist/locale/sl.js +0 -171
  1027. package/node_modules/moment/dist/locale/sq.js +0 -65
  1028. package/node_modules/moment/dist/locale/sr-cyrl.js +0 -127
  1029. package/node_modules/moment/dist/locale/sr.js +0 -129
  1030. package/node_modules/moment/dist/locale/ss.js +0 -84
  1031. package/node_modules/moment/dist/locale/sv.js +0 -68
  1032. package/node_modules/moment/dist/locale/sw.js +0 -55
  1033. package/node_modules/moment/dist/locale/ta.js +0 -131
  1034. package/node_modules/moment/dist/locale/te.js +0 -88
  1035. package/node_modules/moment/dist/locale/tet.js +0 -68
  1036. package/node_modules/moment/dist/locale/tg.js +0 -117
  1037. package/node_modules/moment/dist/locale/th.js +0 -65
  1038. package/node_modules/moment/dist/locale/tk.js +0 -91
  1039. package/node_modules/moment/dist/locale/tl-ph.js +0 -57
  1040. package/node_modules/moment/dist/locale/tlh.js +0 -124
  1041. package/node_modules/moment/dist/locale/tr.js +0 -106
  1042. package/node_modules/moment/dist/locale/tzl.js +0 -89
  1043. package/node_modules/moment/dist/locale/tzm-latn.js +0 -54
  1044. package/node_modules/moment/dist/locale/tzm.js +0 -54
  1045. package/node_modules/moment/dist/locale/ug-cn.js +0 -111
  1046. package/node_modules/moment/dist/locale/uk.js +0 -167
  1047. package/node_modules/moment/dist/locale/ur.js +0 -82
  1048. package/node_modules/moment/dist/locale/uz-latn.js +0 -54
  1049. package/node_modules/moment/dist/locale/uz.js +0 -51
  1050. package/node_modules/moment/dist/locale/vi.js +0 -80
  1051. package/node_modules/moment/dist/locale/x-pseudo.js +0 -73
  1052. package/node_modules/moment/dist/locale/yo.js +0 -53
  1053. package/node_modules/moment/dist/locale/zh-cn.js +0 -120
  1054. package/node_modules/moment/dist/locale/zh-hk.js +0 -101
  1055. package/node_modules/moment/dist/locale/zh-mo.js +0 -100
  1056. package/node_modules/moment/dist/locale/zh-tw.js +0 -99
  1057. package/node_modules/moment/dist/moment.js +0 -5677
  1058. package/node_modules/moment/ender.js +0 -1
  1059. package/node_modules/moment/locale/af.js +0 -82
  1060. package/node_modules/moment/locale/ar-dz.js +0 -167
  1061. package/node_modules/moment/locale/ar-kw.js +0 -66
  1062. package/node_modules/moment/locale/ar-ly.js +0 -182
  1063. package/node_modules/moment/locale/ar-ma.js +0 -67
  1064. package/node_modules/moment/locale/ar-sa.js +0 -116
  1065. package/node_modules/moment/locale/ar-tn.js +0 -66
  1066. package/node_modules/moment/locale/ar.js +0 -200
  1067. package/node_modules/moment/locale/az.js +0 -113
  1068. package/node_modules/moment/locale/be.js +0 -153
  1069. package/node_modules/moment/locale/bg.js +0 -98
  1070. package/node_modules/moment/locale/bm.js +0 -62
  1071. package/node_modules/moment/locale/bn-bd.js +0 -140
  1072. package/node_modules/moment/locale/bn.js +0 -130
  1073. package/node_modules/moment/locale/bo.js +0 -135
  1074. package/node_modules/moment/locale/br.js +0 -179
  1075. package/node_modules/moment/locale/bs.js +0 -161
  1076. package/node_modules/moment/locale/ca.js +0 -111
  1077. package/node_modules/moment/locale/cs.js +0 -191
  1078. package/node_modules/moment/locale/cv.js +0 -74
  1079. package/node_modules/moment/locale/cy.js +0 -109
  1080. package/node_modules/moment/locale/da.js +0 -64
  1081. package/node_modules/moment/locale/de-at.js +0 -90
  1082. package/node_modules/moment/locale/de-ch.js +0 -87
  1083. package/node_modules/moment/locale/de.js +0 -89
  1084. package/node_modules/moment/locale/dv.js +0 -101
  1085. package/node_modules/moment/locale/el.js +0 -117
  1086. package/node_modules/moment/locale/en-au.js +0 -79
  1087. package/node_modules/moment/locale/en-ca.js +0 -75
  1088. package/node_modules/moment/locale/en-gb.js +0 -79
  1089. package/node_modules/moment/locale/en-ie.js +0 -79
  1090. package/node_modules/moment/locale/en-il.js +0 -75
  1091. package/node_modules/moment/locale/en-in.js +0 -79
  1092. package/node_modules/moment/locale/en-nz.js +0 -79
  1093. package/node_modules/moment/locale/en-sg.js +0 -79
  1094. package/node_modules/moment/locale/eo.js +0 -79
  1095. package/node_modules/moment/locale/es-do.js +0 -119
  1096. package/node_modules/moment/locale/es-mx.js +0 -121
  1097. package/node_modules/moment/locale/es-us.js +0 -121
  1098. package/node_modules/moment/locale/es.js +0 -121
  1099. package/node_modules/moment/locale/et.js +0 -89
  1100. package/node_modules/moment/locale/eu.js +0 -76
  1101. package/node_modules/moment/locale/fa.js +0 -124
  1102. package/node_modules/moment/locale/fi.js +0 -135
  1103. package/node_modules/moment/locale/fil.js +0 -69
  1104. package/node_modules/moment/locale/fo.js +0 -68
  1105. package/node_modules/moment/locale/fr-ca.js +0 -81
  1106. package/node_modules/moment/locale/fr-ch.js +0 -85
  1107. package/node_modules/moment/locale/fr.js +0 -119
  1108. package/node_modules/moment/locale/fy.js +0 -86
  1109. package/node_modules/moment/locale/ga.js +0 -106
  1110. package/node_modules/moment/locale/gd.js +0 -106
  1111. package/node_modules/moment/locale/gl.js +0 -86
  1112. package/node_modules/moment/locale/gom-deva.js +0 -137
  1113. package/node_modules/moment/locale/gom-latn.js +0 -135
  1114. package/node_modules/moment/locale/gu.js +0 -133
  1115. package/node_modules/moment/locale/he.js +0 -105
  1116. package/node_modules/moment/locale/hi.js +0 -179
  1117. package/node_modules/moment/locale/hr.js +0 -167
  1118. package/node_modules/moment/locale/hu.js +0 -129
  1119. package/node_modules/moment/locale/hy-am.js +0 -105
  1120. package/node_modules/moment/locale/id.js +0 -87
  1121. package/node_modules/moment/locale/is.js +0 -151
  1122. package/node_modules/moment/locale/it-ch.js +0 -75
  1123. package/node_modules/moment/locale/it.js +0 -117
  1124. package/node_modules/moment/locale/ja.js +0 -159
  1125. package/node_modules/moment/locale/jv.js +0 -87
  1126. package/node_modules/moment/locale/ka.js +0 -103
  1127. package/node_modules/moment/locale/kk.js +0 -93
  1128. package/node_modules/moment/locale/km.js +0 -114
  1129. package/node_modules/moment/locale/kn.js +0 -135
  1130. package/node_modules/moment/locale/ko.js +0 -86
  1131. package/node_modules/moment/locale/ku.js +0 -129
  1132. package/node_modules/moment/locale/ky.js +0 -95
  1133. package/node_modules/moment/locale/lb.js +0 -148
  1134. package/node_modules/moment/locale/lo.js +0 -77
  1135. package/node_modules/moment/locale/lt.js +0 -136
  1136. package/node_modules/moment/locale/lv.js +0 -105
  1137. package/node_modules/moment/locale/me.js +0 -128
  1138. package/node_modules/moment/locale/mi.js +0 -71
  1139. package/node_modules/moment/locale/mk.js +0 -97
  1140. package/node_modules/moment/locale/ml.js +0 -93
  1141. package/node_modules/moment/locale/mn.js +0 -111
  1142. package/node_modules/moment/locale/mr.js +0 -214
  1143. package/node_modules/moment/locale/ms-my.js +0 -87
  1144. package/node_modules/moment/locale/ms.js +0 -86
  1145. package/node_modules/moment/locale/mt.js +0 -67
  1146. package/node_modules/moment/locale/my.js +0 -102
  1147. package/node_modules/moment/locale/nb.js +0 -71
  1148. package/node_modules/moment/locale/ne.js +0 -132
  1149. package/node_modules/moment/locale/nl-be.js +0 -113
  1150. package/node_modules/moment/locale/nl.js +0 -115
  1151. package/node_modules/moment/locale/nn.js +0 -70
  1152. package/node_modules/moment/locale/oc-lnc.js +0 -96
  1153. package/node_modules/moment/locale/pa-in.js +0 -133
  1154. package/node_modules/moment/locale/pl.js +0 -151
  1155. package/node_modules/moment/locale/pt-br.js +0 -69
  1156. package/node_modules/moment/locale/pt.js +0 -74
  1157. package/node_modules/moment/locale/ro.js +0 -87
  1158. package/node_modules/moment/locale/ru.js +0 -224
  1159. package/node_modules/moment/locale/sd.js +0 -92
  1160. package/node_modules/moment/locale/se.js +0 -68
  1161. package/node_modules/moment/locale/si.js +0 -80
  1162. package/node_modules/moment/locale/sk.js +0 -156
  1163. package/node_modules/moment/locale/sl.js +0 -182
  1164. package/node_modules/moment/locale/sq.js +0 -76
  1165. package/node_modules/moment/locale/sr-cyrl.js +0 -138
  1166. package/node_modules/moment/locale/sr.js +0 -140
  1167. package/node_modules/moment/locale/ss.js +0 -95
  1168. package/node_modules/moment/locale/sv.js +0 -79
  1169. package/node_modules/moment/locale/sw.js +0 -66
  1170. package/node_modules/moment/locale/ta.js +0 -142
  1171. package/node_modules/moment/locale/te.js +0 -99
  1172. package/node_modules/moment/locale/tet.js +0 -79
  1173. package/node_modules/moment/locale/tg.js +0 -128
  1174. package/node_modules/moment/locale/th.js +0 -76
  1175. package/node_modules/moment/locale/tk.js +0 -102
  1176. package/node_modules/moment/locale/tl-ph.js +0 -68
  1177. package/node_modules/moment/locale/tlh.js +0 -135
  1178. package/node_modules/moment/locale/tr.js +0 -117
  1179. package/node_modules/moment/locale/tzl.js +0 -100
  1180. package/node_modules/moment/locale/tzm-latn.js +0 -65
  1181. package/node_modules/moment/locale/tzm.js +0 -65
  1182. package/node_modules/moment/locale/ug-cn.js +0 -122
  1183. package/node_modules/moment/locale/uk.js +0 -178
  1184. package/node_modules/moment/locale/ur.js +0 -93
  1185. package/node_modules/moment/locale/uz-latn.js +0 -65
  1186. package/node_modules/moment/locale/uz.js +0 -62
  1187. package/node_modules/moment/locale/vi.js +0 -91
  1188. package/node_modules/moment/locale/x-pseudo.js +0 -84
  1189. package/node_modules/moment/locale/yo.js +0 -64
  1190. package/node_modules/moment/locale/zh-cn.js +0 -131
  1191. package/node_modules/moment/locale/zh-hk.js +0 -112
  1192. package/node_modules/moment/locale/zh-mo.js +0 -111
  1193. package/node_modules/moment/locale/zh-tw.js +0 -110
  1194. package/node_modules/moment/min/locales.js +0 -12570
  1195. package/node_modules/moment/min/locales.min.js +0 -2
  1196. package/node_modules/moment/min/locales.min.js.map +0 -1
  1197. package/node_modules/moment/min/moment-with-locales.js +0 -18239
  1198. package/node_modules/moment/min/moment-with-locales.min.js +0 -2
  1199. package/node_modules/moment/min/moment-with-locales.min.js.map +0 -1
  1200. package/node_modules/moment/min/moment.min.js +0 -2
  1201. package/node_modules/moment/min/moment.min.js.map +0 -1
  1202. package/node_modules/moment/moment.d.ts +0 -796
  1203. package/node_modules/moment/moment.js +0 -5685
  1204. package/node_modules/moment/package.js +0 -11
  1205. package/node_modules/moment/package.json +0 -116
  1206. package/node_modules/moment/src/lib/create/check-overflow.js +0 -57
  1207. package/node_modules/moment/src/lib/create/date-from-array.js +0 -35
  1208. package/node_modules/moment/src/lib/create/from-anything.js +0 -117
  1209. package/node_modules/moment/src/lib/create/from-array.js +0 -187
  1210. package/node_modules/moment/src/lib/create/from-object.js +0 -20
  1211. package/node_modules/moment/src/lib/create/from-string-and-array.js +0 -67
  1212. package/node_modules/moment/src/lib/create/from-string-and-format.js +0 -135
  1213. package/node_modules/moment/src/lib/create/from-string.js +0 -258
  1214. package/node_modules/moment/src/lib/create/local.js +0 -5
  1215. package/node_modules/moment/src/lib/create/parsing-flags.js +0 -28
  1216. package/node_modules/moment/src/lib/create/utc.js +0 -5
  1217. package/node_modules/moment/src/lib/create/valid.js +0 -51
  1218. package/node_modules/moment/src/lib/duration/abs.js +0 -18
  1219. package/node_modules/moment/src/lib/duration/add-subtract.js +0 -21
  1220. package/node_modules/moment/src/lib/duration/as.js +0 -88
  1221. package/node_modules/moment/src/lib/duration/bubble.js +0 -68
  1222. package/node_modules/moment/src/lib/duration/clone.js +0 -5
  1223. package/node_modules/moment/src/lib/duration/constructor.js +0 -42
  1224. package/node_modules/moment/src/lib/duration/create.js +0 -133
  1225. package/node_modules/moment/src/lib/duration/duration.js +0 -16
  1226. package/node_modules/moment/src/lib/duration/get.js +0 -27
  1227. package/node_modules/moment/src/lib/duration/humanize.js +0 -114
  1228. package/node_modules/moment/src/lib/duration/iso-string.js +0 -68
  1229. package/node_modules/moment/src/lib/duration/prototype.js +0 -78
  1230. package/node_modules/moment/src/lib/duration/valid.js +0 -55
  1231. package/node_modules/moment/src/lib/format/format.js +0 -104
  1232. package/node_modules/moment/src/lib/locale/base-config.js +0 -41
  1233. package/node_modules/moment/src/lib/locale/calendar.js +0 -15
  1234. package/node_modules/moment/src/lib/locale/constructor.js +0 -5
  1235. package/node_modules/moment/src/lib/locale/en.js +0 -39
  1236. package/node_modules/moment/src/lib/locale/formats.js +0 -36
  1237. package/node_modules/moment/src/lib/locale/invalid.js +0 -5
  1238. package/node_modules/moment/src/lib/locale/lists.js +0 -93
  1239. package/node_modules/moment/src/lib/locale/locale.js +0 -45
  1240. package/node_modules/moment/src/lib/locale/locales.js +0 -248
  1241. package/node_modules/moment/src/lib/locale/ordinal.js +0 -8
  1242. package/node_modules/moment/src/lib/locale/pre-post-format.js +0 -3
  1243. package/node_modules/moment/src/lib/locale/prototype.js +0 -88
  1244. package/node_modules/moment/src/lib/locale/relative.js +0 -32
  1245. package/node_modules/moment/src/lib/locale/set.js +0 -56
  1246. package/node_modules/moment/src/lib/moment/add-subtract.js +0 -61
  1247. package/node_modules/moment/src/lib/moment/calendar.js +0 -53
  1248. package/node_modules/moment/src/lib/moment/clone.js +0 -5
  1249. package/node_modules/moment/src/lib/moment/compare.js +0 -72
  1250. package/node_modules/moment/src/lib/moment/constructor.js +0 -80
  1251. package/node_modules/moment/src/lib/moment/creation-data.js +0 -9
  1252. package/node_modules/moment/src/lib/moment/diff.js +0 -79
  1253. package/node_modules/moment/src/lib/moment/format.js +0 -78
  1254. package/node_modules/moment/src/lib/moment/from.js +0 -20
  1255. package/node_modules/moment/src/lib/moment/get-set.js +0 -73
  1256. package/node_modules/moment/src/lib/moment/locale.js +0 -34
  1257. package/node_modules/moment/src/lib/moment/min-max.js +0 -62
  1258. package/node_modules/moment/src/lib/moment/moment.js +0 -28
  1259. package/node_modules/moment/src/lib/moment/now.js +0 -3
  1260. package/node_modules/moment/src/lib/moment/prototype.js +0 -197
  1261. package/node_modules/moment/src/lib/moment/start-end-of.js +0 -164
  1262. package/node_modules/moment/src/lib/moment/to-type.js +0 -42
  1263. package/node_modules/moment/src/lib/moment/to.js +0 -20
  1264. package/node_modules/moment/src/lib/moment/valid.js +0 -15
  1265. package/node_modules/moment/src/lib/parse/regex.js +0 -80
  1266. package/node_modules/moment/src/lib/parse/token.js +0 -36
  1267. package/node_modules/moment/src/lib/units/aliases.js +0 -31
  1268. package/node_modules/moment/src/lib/units/constants.js +0 -9
  1269. package/node_modules/moment/src/lib/units/day-of-month.js +0 -39
  1270. package/node_modules/moment/src/lib/units/day-of-week.js +0 -443
  1271. package/node_modules/moment/src/lib/units/day-of-year.js +0 -37
  1272. package/node_modules/moment/src/lib/units/era.js +0 -287
  1273. package/node_modules/moment/src/lib/units/hour.js +0 -159
  1274. package/node_modules/moment/src/lib/units/millisecond.js +0 -76
  1275. package/node_modules/moment/src/lib/units/minute.js +0 -29
  1276. package/node_modules/moment/src/lib/units/month.js +0 -349
  1277. package/node_modules/moment/src/lib/units/offset.js +0 -249
  1278. package/node_modules/moment/src/lib/units/priorities.js +0 -21
  1279. package/node_modules/moment/src/lib/units/quarter.js +0 -34
  1280. package/node_modules/moment/src/lib/units/second.js +0 -29
  1281. package/node_modules/moment/src/lib/units/timestamp.js +0 -20
  1282. package/node_modules/moment/src/lib/units/timezone.js +0 -16
  1283. package/node_modules/moment/src/lib/units/units.js +0 -20
  1284. package/node_modules/moment/src/lib/units/week-calendar-utils.js +0 -66
  1285. package/node_modules/moment/src/lib/units/week-year.js +0 -138
  1286. package/node_modules/moment/src/lib/units/week.js +0 -69
  1287. package/node_modules/moment/src/lib/units/year.js +0 -85
  1288. package/node_modules/moment/src/lib/utils/abs-ceil.js +0 -7
  1289. package/node_modules/moment/src/lib/utils/abs-floor.js +0 -8
  1290. package/node_modules/moment/src/lib/utils/abs-round.js +0 -7
  1291. package/node_modules/moment/src/lib/utils/compare-arrays.js +0 -18
  1292. package/node_modules/moment/src/lib/utils/defaults.js +0 -10
  1293. package/node_modules/moment/src/lib/utils/deprecate.js +0 -69
  1294. package/node_modules/moment/src/lib/utils/extend.js +0 -19
  1295. package/node_modules/moment/src/lib/utils/has-own-prop.js +0 -3
  1296. package/node_modules/moment/src/lib/utils/hooks.js +0 -13
  1297. package/node_modules/moment/src/lib/utils/index-of.js +0 -18
  1298. package/node_modules/moment/src/lib/utils/is-array.js +0 -6
  1299. package/node_modules/moment/src/lib/utils/is-calendar-spec.js +0 -25
  1300. package/node_modules/moment/src/lib/utils/is-date.js +0 -6
  1301. package/node_modules/moment/src/lib/utils/is-function.js +0 -6
  1302. package/node_modules/moment/src/lib/utils/is-leap-year.js +0 -3
  1303. package/node_modules/moment/src/lib/utils/is-moment-input.js +0 -75
  1304. package/node_modules/moment/src/lib/utils/is-number.js +0 -6
  1305. package/node_modules/moment/src/lib/utils/is-object-empty.js +0 -15
  1306. package/node_modules/moment/src/lib/utils/is-object.js +0 -8
  1307. package/node_modules/moment/src/lib/utils/is-string.js +0 -3
  1308. package/node_modules/moment/src/lib/utils/is-undefined.js +0 -3
  1309. package/node_modules/moment/src/lib/utils/keys.js +0 -20
  1310. package/node_modules/moment/src/lib/utils/map.js +0 -9
  1311. package/node_modules/moment/src/lib/utils/mod.js +0 -3
  1312. package/node_modules/moment/src/lib/utils/some.js +0 -20
  1313. package/node_modules/moment/src/lib/utils/to-int.js +0 -12
  1314. package/node_modules/moment/src/lib/utils/zero-fill.js +0 -10
  1315. package/node_modules/moment/src/locale/af.js +0 -71
  1316. package/node_modules/moment/src/locale/ar-dz.js +0 -156
  1317. package/node_modules/moment/src/locale/ar-kw.js +0 -55
  1318. package/node_modules/moment/src/locale/ar-ly.js +0 -171
  1319. package/node_modules/moment/src/locale/ar-ma.js +0 -56
  1320. package/node_modules/moment/src/locale/ar-sa.js +0 -105
  1321. package/node_modules/moment/src/locale/ar-tn.js +0 -55
  1322. package/node_modules/moment/src/locale/ar.js +0 -189
  1323. package/node_modules/moment/src/locale/az.js +0 -102
  1324. package/node_modules/moment/src/locale/be.js +0 -142
  1325. package/node_modules/moment/src/locale/bg.js +0 -87
  1326. package/node_modules/moment/src/locale/bm.js +0 -52
  1327. package/node_modules/moment/src/locale/bn-bd.js +0 -129
  1328. package/node_modules/moment/src/locale/bn.js +0 -119
  1329. package/node_modules/moment/src/locale/bo.js +0 -124
  1330. package/node_modules/moment/src/locale/br.js +0 -168
  1331. package/node_modules/moment/src/locale/bs.js +0 -150
  1332. package/node_modules/moment/src/locale/ca.js +0 -100
  1333. package/node_modules/moment/src/locale/cs.js +0 -180
  1334. package/node_modules/moment/src/locale/cv.js +0 -63
  1335. package/node_modules/moment/src/locale/cy.js +0 -98
  1336. package/node_modules/moment/src/locale/da.js +0 -53
  1337. package/node_modules/moment/src/locale/de-at.js +0 -79
  1338. package/node_modules/moment/src/locale/de-ch.js +0 -78
  1339. package/node_modules/moment/src/locale/de.js +0 -78
  1340. package/node_modules/moment/src/locale/dv.js +0 -90
  1341. package/node_modules/moment/src/locale/el.js +0 -106
  1342. package/node_modules/moment/src/locale/en-au.js +0 -68
  1343. package/node_modules/moment/src/locale/en-ca.js +0 -64
  1344. package/node_modules/moment/src/locale/en-gb.js +0 -68
  1345. package/node_modules/moment/src/locale/en-ie.js +0 -68
  1346. package/node_modules/moment/src/locale/en-il.js +0 -64
  1347. package/node_modules/moment/src/locale/en-in.js +0 -68
  1348. package/node_modules/moment/src/locale/en-nz.js +0 -68
  1349. package/node_modules/moment/src/locale/en-sg.js +0 -68
  1350. package/node_modules/moment/src/locale/eo.js +0 -68
  1351. package/node_modules/moment/src/locale/es-do.js +0 -108
  1352. package/node_modules/moment/src/locale/es-mx.js +0 -110
  1353. package/node_modules/moment/src/locale/es-us.js +0 -110
  1354. package/node_modules/moment/src/locale/es.js +0 -110
  1355. package/node_modules/moment/src/locale/et.js +0 -78
  1356. package/node_modules/moment/src/locale/eu.js +0 -65
  1357. package/node_modules/moment/src/locale/fa.js +0 -113
  1358. package/node_modules/moment/src/locale/fi.js +0 -124
  1359. package/node_modules/moment/src/locale/fil.js +0 -58
  1360. package/node_modules/moment/src/locale/fo.js +0 -57
  1361. package/node_modules/moment/src/locale/fr-ca.js +0 -70
  1362. package/node_modules/moment/src/locale/fr-ch.js +0 -74
  1363. package/node_modules/moment/src/locale/fr.js +0 -108
  1364. package/node_modules/moment/src/locale/fy.js +0 -75
  1365. package/node_modules/moment/src/locale/ga.js +0 -95
  1366. package/node_modules/moment/src/locale/gd.js +0 -95
  1367. package/node_modules/moment/src/locale/gl.js +0 -75
  1368. package/node_modules/moment/src/locale/gom-deva.js +0 -126
  1369. package/node_modules/moment/src/locale/gom-latn.js +0 -124
  1370. package/node_modules/moment/src/locale/gu.js +0 -122
  1371. package/node_modules/moment/src/locale/he.js +0 -94
  1372. package/node_modules/moment/src/locale/hi.js +0 -168
  1373. package/node_modules/moment/src/locale/hr.js +0 -156
  1374. package/node_modules/moment/src/locale/hu.js +0 -118
  1375. package/node_modules/moment/src/locale/hy-am.js +0 -94
  1376. package/node_modules/moment/src/locale/id.js +0 -76
  1377. package/node_modules/moment/src/locale/is.js +0 -140
  1378. package/node_modules/moment/src/locale/it-ch.js +0 -64
  1379. package/node_modules/moment/src/locale/it.js +0 -106
  1380. package/node_modules/moment/src/locale/ja.js +0 -148
  1381. package/node_modules/moment/src/locale/jv.js +0 -76
  1382. package/node_modules/moment/src/locale/ka.js +0 -92
  1383. package/node_modules/moment/src/locale/kk.js +0 -82
  1384. package/node_modules/moment/src/locale/km.js +0 -103
  1385. package/node_modules/moment/src/locale/kn.js +0 -124
  1386. package/node_modules/moment/src/locale/ko.js +0 -75
  1387. package/node_modules/moment/src/locale/ku.js +0 -118
  1388. package/node_modules/moment/src/locale/ky.js +0 -84
  1389. package/node_modules/moment/src/locale/lb.js +0 -137
  1390. package/node_modules/moment/src/locale/lo.js +0 -66
  1391. package/node_modules/moment/src/locale/lt.js +0 -125
  1392. package/node_modules/moment/src/locale/lv.js +0 -94
  1393. package/node_modules/moment/src/locale/me.js +0 -117
  1394. package/node_modules/moment/src/locale/mi.js +0 -60
  1395. package/node_modules/moment/src/locale/mk.js +0 -85
  1396. package/node_modules/moment/src/locale/ml.js +0 -82
  1397. package/node_modules/moment/src/locale/mn.js +0 -100
  1398. package/node_modules/moment/src/locale/mr.js +0 -203
  1399. package/node_modules/moment/src/locale/ms-my.js +0 -76
  1400. package/node_modules/moment/src/locale/ms.js +0 -75
  1401. package/node_modules/moment/src/locale/mt.js +0 -56
  1402. package/node_modules/moment/src/locale/my.js +0 -91
  1403. package/node_modules/moment/src/locale/nb.js +0 -60
  1404. package/node_modules/moment/src/locale/ne.js +0 -121
  1405. package/node_modules/moment/src/locale/nl-be.js +0 -102
  1406. package/node_modules/moment/src/locale/nl.js +0 -104
  1407. package/node_modules/moment/src/locale/nn.js +0 -59
  1408. package/node_modules/moment/src/locale/oc-lnc.js +0 -85
  1409. package/node_modules/moment/src/locale/pa-in.js +0 -122
  1410. package/node_modules/moment/src/locale/pl.js +0 -140
  1411. package/node_modules/moment/src/locale/pt-br.js +0 -58
  1412. package/node_modules/moment/src/locale/pt.js +0 -63
  1413. package/node_modules/moment/src/locale/ro.js +0 -76
  1414. package/node_modules/moment/src/locale/ru.js +0 -213
  1415. package/node_modules/moment/src/locale/sd.js +0 -81
  1416. package/node_modules/moment/src/locale/se.js +0 -57
  1417. package/node_modules/moment/src/locale/si.js +0 -69
  1418. package/node_modules/moment/src/locale/sk.js +0 -145
  1419. package/node_modules/moment/src/locale/sl.js +0 -171
  1420. package/node_modules/moment/src/locale/sq.js +0 -65
  1421. package/node_modules/moment/src/locale/sr-cyrl.js +0 -127
  1422. package/node_modules/moment/src/locale/sr.js +0 -129
  1423. package/node_modules/moment/src/locale/ss.js +0 -84
  1424. package/node_modules/moment/src/locale/sv.js +0 -68
  1425. package/node_modules/moment/src/locale/sw.js +0 -55
  1426. package/node_modules/moment/src/locale/ta.js +0 -131
  1427. package/node_modules/moment/src/locale/te.js +0 -88
  1428. package/node_modules/moment/src/locale/tet.js +0 -68
  1429. package/node_modules/moment/src/locale/tg.js +0 -117
  1430. package/node_modules/moment/src/locale/th.js +0 -65
  1431. package/node_modules/moment/src/locale/tk.js +0 -91
  1432. package/node_modules/moment/src/locale/tl-ph.js +0 -57
  1433. package/node_modules/moment/src/locale/tlh.js +0 -124
  1434. package/node_modules/moment/src/locale/tr.js +0 -106
  1435. package/node_modules/moment/src/locale/tzl.js +0 -89
  1436. package/node_modules/moment/src/locale/tzm-latn.js +0 -54
  1437. package/node_modules/moment/src/locale/tzm.js +0 -54
  1438. package/node_modules/moment/src/locale/ug-cn.js +0 -111
  1439. package/node_modules/moment/src/locale/uk.js +0 -167
  1440. package/node_modules/moment/src/locale/ur.js +0 -82
  1441. package/node_modules/moment/src/locale/uz-latn.js +0 -54
  1442. package/node_modules/moment/src/locale/uz.js +0 -51
  1443. package/node_modules/moment/src/locale/vi.js +0 -80
  1444. package/node_modules/moment/src/locale/x-pseudo.js +0 -73
  1445. package/node_modules/moment/src/locale/yo.js +0 -53
  1446. package/node_modules/moment/src/locale/zh-cn.js +0 -120
  1447. package/node_modules/moment/src/locale/zh-hk.js +0 -101
  1448. package/node_modules/moment/src/locale/zh-mo.js +0 -100
  1449. package/node_modules/moment/src/locale/zh-tw.js +0 -99
  1450. package/node_modules/moment/src/moment.js +0 -93
  1451. package/node_modules/moment/ts3.1-typings/moment.d.ts +0 -785
  1452. package/node_modules/ms/index.js +0 -162
  1453. package/node_modules/ms/license.md +0 -21
  1454. package/node_modules/ms/package.json +0 -41
  1455. package/node_modules/ms/readme.md +0 -60
  1456. package/node_modules/object-hash/LICENSE +0 -22
  1457. package/node_modules/object-hash/dist/object_hash.js +0 -1
  1458. package/node_modules/object-hash/index.js +0 -453
  1459. package/node_modules/object-hash/package.json +0 -57
  1460. package/node_modules/object-hash/readme.markdown +0 -184
  1461. package/node_modules/one-time/LICENSE +0 -22
  1462. package/node_modules/one-time/README.md +0 -88
  1463. package/node_modules/one-time/async.js +0 -43
  1464. package/node_modules/one-time/index.js +0 -42
  1465. package/node_modules/one-time/package.json +0 -38
  1466. package/node_modules/safe-buffer/LICENSE +0 -21
  1467. package/node_modules/safe-buffer/README.md +0 -584
  1468. package/node_modules/safe-buffer/index.d.ts +0 -187
  1469. package/node_modules/safe-buffer/index.js +0 -62
  1470. package/node_modules/safe-buffer/package.json +0 -41
  1471. package/node_modules/safe-stable-stringify/CHANGELOG.md +0 -75
  1472. package/node_modules/safe-stable-stringify/LICENSE +0 -21
  1473. package/node_modules/safe-stable-stringify/esm/package.json +0 -4
  1474. package/node_modules/safe-stable-stringify/esm/wrapper.js +0 -6
  1475. package/node_modules/safe-stable-stringify/index.d.ts +0 -18
  1476. package/node_modules/safe-stable-stringify/index.js +0 -618
  1477. package/node_modules/safe-stable-stringify/package.json +0 -69
  1478. package/node_modules/safe-stable-stringify/readme.md +0 -170
  1479. package/node_modules/safe-stable-stringify/tsconfig.json +0 -22
  1480. package/node_modules/simple-swizzle/LICENSE +0 -21
  1481. package/node_modules/simple-swizzle/README.md +0 -39
  1482. package/node_modules/simple-swizzle/index.js +0 -29
  1483. package/node_modules/simple-swizzle/package.json +0 -40
  1484. package/node_modules/stack-trace/.npmignore +0 -1
  1485. package/node_modules/stack-trace/License +0 -19
  1486. package/node_modules/stack-trace/Makefile +0 -11
  1487. package/node_modules/stack-trace/Readme.md +0 -98
  1488. package/node_modules/stack-trace/lib/stack-trace.js +0 -136
  1489. package/node_modules/stack-trace/package.json +0 -25
  1490. package/node_modules/string_decoder/.travis.yml +0 -50
  1491. package/node_modules/string_decoder/LICENSE +0 -48
  1492. package/node_modules/string_decoder/README.md +0 -47
  1493. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  1494. package/node_modules/string_decoder/package.json +0 -35
  1495. package/node_modules/text-hex/LICENSE +0 -21
  1496. package/node_modules/text-hex/README.md +0 -20
  1497. package/node_modules/text-hex/index.js +0 -24
  1498. package/node_modules/text-hex/package.json +0 -34
  1499. package/node_modules/text-hex/test.js +0 -11
  1500. package/node_modules/triple-beam/.eslintrc +0 -7
  1501. package/node_modules/triple-beam/.gitattributes +0 -1
  1502. package/node_modules/triple-beam/.travis.yml +0 -17
  1503. package/node_modules/triple-beam/CHANGELOG.md +0 -22
  1504. package/node_modules/triple-beam/LICENSE +0 -21
  1505. package/node_modules/triple-beam/README.md +0 -34
  1506. package/node_modules/triple-beam/config/cli.js +0 -42
  1507. package/node_modules/triple-beam/config/index.js +0 -32
  1508. package/node_modules/triple-beam/config/npm.js +0 -36
  1509. package/node_modules/triple-beam/config/syslog.js +0 -38
  1510. package/node_modules/triple-beam/index.js +0 -46
  1511. package/node_modules/triple-beam/package.json +0 -40
  1512. package/node_modules/triple-beam/test.js +0 -98
  1513. package/node_modules/util-deprecate/History.md +0 -16
  1514. package/node_modules/util-deprecate/LICENSE +0 -24
  1515. package/node_modules/util-deprecate/README.md +0 -53
  1516. package/node_modules/util-deprecate/browser.js +0 -67
  1517. package/node_modules/util-deprecate/node.js +0 -6
  1518. package/node_modules/util-deprecate/package.json +0 -31
  1519. package/node_modules/winston/LICENSE +0 -19
  1520. package/node_modules/winston/README.md +0 -1231
  1521. package/node_modules/winston/dist/winston/common.js +0 -56
  1522. package/node_modules/winston/dist/winston/config/index.js +0 -37
  1523. package/node_modules/winston/dist/winston/container.js +0 -147
  1524. package/node_modules/winston/dist/winston/create-logger.js +0 -145
  1525. package/node_modules/winston/dist/winston/exception-handler.js +0 -288
  1526. package/node_modules/winston/dist/winston/exception-stream.js +0 -94
  1527. package/node_modules/winston/dist/winston/logger.js +0 -766
  1528. package/node_modules/winston/dist/winston/profiler.js +0 -69
  1529. package/node_modules/winston/dist/winston/rejection-handler.js +0 -288
  1530. package/node_modules/winston/dist/winston/tail-file.js +0 -135
  1531. package/node_modules/winston/dist/winston/transports/console.js +0 -166
  1532. package/node_modules/winston/dist/winston/transports/file.js +0 -817
  1533. package/node_modules/winston/dist/winston/transports/http.js +0 -342
  1534. package/node_modules/winston/dist/winston/transports/index.js +0 -55
  1535. package/node_modules/winston/dist/winston/transports/stream.js +0 -117
  1536. package/node_modules/winston/dist/winston.js +0 -166
  1537. package/node_modules/winston/index.d.ts +0 -213
  1538. package/node_modules/winston/lib/winston/common.js +0 -61
  1539. package/node_modules/winston/lib/winston/config/index.d.ts +0 -99
  1540. package/node_modules/winston/lib/winston/config/index.js +0 -35
  1541. package/node_modules/winston/lib/winston/container.js +0 -114
  1542. package/node_modules/winston/lib/winston/create-logger.js +0 -104
  1543. package/node_modules/winston/lib/winston/exception-handler.js +0 -245
  1544. package/node_modules/winston/lib/winston/exception-stream.js +0 -54
  1545. package/node_modules/winston/lib/winston/logger.js +0 -676
  1546. package/node_modules/winston/lib/winston/profiler.js +0 -51
  1547. package/node_modules/winston/lib/winston/rejection-handler.js +0 -251
  1548. package/node_modules/winston/lib/winston/tail-file.js +0 -124
  1549. package/node_modules/winston/lib/winston/transports/console.js +0 -117
  1550. package/node_modules/winston/lib/winston/transports/file.js +0 -695
  1551. package/node_modules/winston/lib/winston/transports/http.js +0 -267
  1552. package/node_modules/winston/lib/winston/transports/index.d.ts +0 -103
  1553. package/node_modules/winston/lib/winston/transports/index.js +0 -56
  1554. package/node_modules/winston/lib/winston/transports/stream.js +0 -63
  1555. package/node_modules/winston/lib/winston.js +0 -176
  1556. package/node_modules/winston/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1557. package/node_modules/winston/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1558. package/node_modules/winston/node_modules/readable-stream/LICENSE +0 -47
  1559. package/node_modules/winston/node_modules/readable-stream/README.md +0 -106
  1560. package/node_modules/winston/node_modules/readable-stream/errors-browser.js +0 -127
  1561. package/node_modules/winston/node_modules/readable-stream/errors.js +0 -116
  1562. package/node_modules/winston/node_modules/readable-stream/experimentalWarning.js +0 -17
  1563. package/node_modules/winston/node_modules/readable-stream/lib/_stream_duplex.js +0 -139
  1564. package/node_modules/winston/node_modules/readable-stream/lib/_stream_passthrough.js +0 -39
  1565. package/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js +0 -1124
  1566. package/node_modules/winston/node_modules/readable-stream/lib/_stream_transform.js +0 -201
  1567. package/node_modules/winston/node_modules/readable-stream/lib/_stream_writable.js +0 -697
  1568. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -207
  1569. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -210
  1570. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -105
  1571. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -104
  1572. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  1573. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/from.js +0 -64
  1574. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -97
  1575. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/state.js +0 -27
  1576. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1577. package/node_modules/winston/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1578. package/node_modules/winston/node_modules/readable-stream/package.json +0 -72
  1579. package/node_modules/winston/node_modules/readable-stream/readable-browser.js +0 -9
  1580. package/node_modules/winston/node_modules/readable-stream/readable.js +0 -16
  1581. package/node_modules/winston/node_modules/winston-transport/.babelrc +0 -3
  1582. package/node_modules/winston/node_modules/winston-transport/.eslintrc +0 -7
  1583. package/node_modules/winston/node_modules/winston-transport/.gitattributes +0 -1
  1584. package/node_modules/winston/node_modules/winston-transport/.nyc_output/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +0 -1
  1585. package/node_modules/winston/node_modules/winston-transport/.nyc_output/processinfo/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +0 -1
  1586. package/node_modules/winston/node_modules/winston-transport/.nyc_output/processinfo/index.json +0 -1
  1587. package/node_modules/winston/node_modules/winston-transport/CHANGELOG.md +0 -126
  1588. package/node_modules/winston/node_modules/winston-transport/LICENSE +0 -22
  1589. package/node_modules/winston/node_modules/winston-transport/README.md +0 -50
  1590. package/node_modules/winston/node_modules/winston-transport/dist/index.js +0 -215
  1591. package/node_modules/winston/node_modules/winston-transport/dist/legacy.js +0 -116
  1592. package/node_modules/winston/node_modules/winston-transport/index.d.ts +0 -39
  1593. package/node_modules/winston/node_modules/winston-transport/index.js +0 -215
  1594. package/node_modules/winston/node_modules/winston-transport/legacy.js +0 -119
  1595. package/node_modules/winston/node_modules/winston-transport/package.json +0 -56
  1596. package/node_modules/winston/package.json +0 -78
  1597. package/node_modules/winston-daily-rotate-file/LICENSE +0 -22
  1598. package/node_modules/winston-daily-rotate-file/README.md +0 -136
  1599. package/node_modules/winston-daily-rotate-file/daily-rotate-file.js +0 -331
  1600. package/node_modules/winston-daily-rotate-file/index.d.ts +0 -120
  1601. package/node_modules/winston-daily-rotate-file/index.js +0 -7
  1602. package/node_modules/winston-daily-rotate-file/package.json +0 -55
  1603. package/node_modules/winston-transport/.babelrc +0 -3
  1604. package/node_modules/winston-transport/.eslintrc +0 -7
  1605. package/node_modules/winston-transport/.gitattributes +0 -1
  1606. package/node_modules/winston-transport/.nyc_output/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +0 -1
  1607. package/node_modules/winston-transport/.nyc_output/processinfo/c3d7ddb9-cc26-466b-a4f6-993ad69e86f6.json +0 -1
  1608. package/node_modules/winston-transport/.nyc_output/processinfo/index.json +0 -1
  1609. package/node_modules/winston-transport/CHANGELOG.md +0 -126
  1610. package/node_modules/winston-transport/LICENSE +0 -22
  1611. package/node_modules/winston-transport/README.md +0 -50
  1612. package/node_modules/winston-transport/dist/index.js +0 -215
  1613. package/node_modules/winston-transport/dist/legacy.js +0 -116
  1614. package/node_modules/winston-transport/index.d.ts +0 -39
  1615. package/node_modules/winston-transport/index.js +0 -215
  1616. package/node_modules/winston-transport/legacy.js +0 -119
  1617. package/node_modules/winston-transport/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  1618. package/node_modules/winston-transport/node_modules/readable-stream/GOVERNANCE.md +0 -136
  1619. package/node_modules/winston-transport/node_modules/readable-stream/LICENSE +0 -47
  1620. package/node_modules/winston-transport/node_modules/readable-stream/README.md +0 -106
  1621. package/node_modules/winston-transport/node_modules/readable-stream/errors-browser.js +0 -127
  1622. package/node_modules/winston-transport/node_modules/readable-stream/errors.js +0 -116
  1623. package/node_modules/winston-transport/node_modules/readable-stream/experimentalWarning.js +0 -17
  1624. package/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
  1625. package/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
  1626. package/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
  1627. package/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_transform.js +0 -190
  1628. package/node_modules/winston-transport/node_modules/readable-stream/lib/_stream_writable.js +0 -641
  1629. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  1630. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
  1631. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
  1632. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
  1633. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  1634. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
  1635. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
  1636. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
  1637. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  1638. package/node_modules/winston-transport/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  1639. package/node_modules/winston-transport/node_modules/readable-stream/package.json +0 -72
  1640. package/node_modules/winston-transport/node_modules/readable-stream/readable-browser.js +0 -9
  1641. package/node_modules/winston-transport/node_modules/readable-stream/readable.js +0 -16
  1642. package/node_modules/winston-transport/package.json +0 -56
  1643. package/perf-logs.js +0 -155
  1644. package/system-diagnostics.js +0 -199
@@ -1,988 +0,0 @@
1
- Changelog
2
- =========
3
-
4
- ### 2.29.4
5
-
6
- * Release Jul 6, 2022
7
- * [#6015](https://github.com/moment/moment/pull/6015) [bugfix] Fix ReDoS in preprocessRFC2822 regex
8
-
9
- ### 2.29.3 [Full changelog](https://gist.github.com/ichernev/edebd440f49adcaec72e5e77b791d8be)
10
-
11
- * Release Apr 17, 2022
12
- * [#5995](https://github.com/moment/moment/pull/5995) [bugfix] Remove const usage
13
- * [#5990](https://github.com/moment/moment/pull/5990) misc: fix advisory link
14
-
15
-
16
- ### 2.29.2 [See full changelog](https://gist.github.com/ichernev/1904b564f6679d9aac1ae08ce13bc45c)
17
-
18
- * Release Apr 3 2022
19
-
20
- Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
21
-
22
- ### 2.29.1 [See full changelog](https://gist.github.com/marwahaha/cc478ba01a1292ab4bd4e861d164d99b)
23
-
24
- * Release Oct 6, 2020
25
-
26
- Updated deprecation message, bugfix in hi locale
27
-
28
- ### 2.29.0 [See full changelog](https://gist.github.com/marwahaha/b0111718641a6461800066549957ec14)
29
-
30
- * Release Sept 22, 2020
31
-
32
- New locales (es-mx, bn-bd).
33
- Minor bugfixes and locale improvements.
34
- More tests.
35
- Moment is in maintenance mode. Read more at this link:
36
- https://momentjs.com/docs/#/-project-status/
37
-
38
- ### 2.28.0 [See full changelog](https://gist.github.com/marwahaha/028fd6c2b2470b2804857cfd63c0e94f)
39
-
40
- * Release Sept 13, 2020
41
-
42
- Fix bug where .format() modifies original instance, and locale updates
43
-
44
- ### 2.27.0 [See full changelog](https://gist.github.com/marwahaha/5100c9c2f42019067b1f6cefc333daa7)
45
-
46
- * Release June 18, 2020
47
-
48
- Added Turkmen locale, other locale improvements, slight TypeScript fixes
49
-
50
- ### 2.26.0 [See full changelog](https://gist.github.com/marwahaha/0725c40740560854a849b096ea7b7590)
51
-
52
- * Release May 19, 2020
53
-
54
- TypeScript fixes and many locale improvements
55
-
56
- ### 2.25.3
57
-
58
- * Release May 4, 2020
59
-
60
- Remove package.json module property. It looks like webpack behaves differently
61
- for modules loaded via module vs jsnext:main.
62
-
63
- ### 2.25.2
64
-
65
- * Release May 4, 2020
66
-
67
- This release includes ES Module bundled moment, separate from it's source code
68
- under dist/ folder. This might alleviate issues with finding the `./locale
69
- subfolder for loading locales. This might also mean now webpack will bundle all
70
- locales automatically, unless told otherwise.
71
-
72
- ### 2.25.1
73
-
74
- * Release May 1, 2020
75
-
76
- This is a quick patch release to address some of the issues raised after
77
- releasing 2.25.0.
78
-
79
- * [2e268635](https://github.com/moment/moment/commit/2e268635) [misc] Revert #5269 due to webpack warning
80
- * [226799e1](https://github.com/moment/moment/commit/226799e1) [locale] fil: Fix metadata comment
81
- * [a83a521](https://github.com/moment/moment/commit/a83a521) [bugfix] Fix typeoff usages
82
- * [e324334](https://github.com/moment/moment/commit/e324334) [pkg] Add ts3.1-typings in npm package
83
- * [28cc23e](https://github.com/moment/moment/commit/28cc23e) [misc] Remove deleted generated locale en-SG
84
-
85
- ### 2.25.0 [See full changelog](https://gist.github.com/ichernev/6148e64df2427e455b10ce6a18de1a65)
86
-
87
- * Release May 1, 2020
88
-
89
- * [#4611](https://github.com/moment/moment/issues/4611) [022dc038](https://github.com/moment/moment/commit/022dc038) [feature] Support for strict string parsing, fixes [#2469](https://github.com/moment/moment/issues/2469)
90
- * [#4599](https://github.com/moment/moment/issues/4599) [4b615b9d](https://github.com/moment/moment/commit/4b615b9d) [feature] Add support for eras in en and jp
91
- * [#4296](https://github.com/moment/moment/issues/4296) [757d4ff8](https://github.com/moment/moment/commit/757d4ff8) [feature] Accept custom relative thresholds in duration.humanize
92
-
93
- * 18 bigfixes
94
- * 36 locale fixes
95
- * 5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)
96
-
97
- ### 2.24.0 [See full changelog](https://gist.github.com/marwahaha/12366fe45bee328f33acf125d4cd540e)
98
-
99
- * Release Jan 21, 2019
100
-
101
- * [#4338](https://github.com/moment/moment/pull/4338) [bugfix] Fix startOf/endOf DST issues while boosting performance
102
- * [#4553](https://github.com/moment/moment/pull/4553) [feature] Add localeSort param to Locale weekday methods
103
- * [#4887](https://github.com/moment/moment/pull/4887) [bugfix] Make Duration#as work with quarters
104
- * 3 new locales (it-ch, ga, en-SG)
105
- * Lots of locale improvements
106
-
107
- ### 2.23.0 [See full changelog](https://gist.github.com/marwahaha/eadb7ac11b761290399a576f8b2419a5)
108
-
109
- * Release Dec 12, 2018
110
-
111
- * [#4863](https://github.com/moment/moment/pull/4863) [new locale] added Kurdish language (ku)
112
- * [#4417](https://github.com/moment/moment/pull/4417) [bugfix] isBetween should return false for invalid dates
113
- * [#4700](https://github.com/moment/moment/pull/4700) [bugfix] Fix [#4698](https://github.com/moment/moment/pull/4698): Use ISO WeekYear for HTML5_FMT.WEEK
114
- * [#4563](https://github.com/moment/moment/pull/4563) [feature] Fix [#4518](https://github.com/moment/moment/pull/4518): Add support to add/subtract ISO weeks
115
- * other locale changes, build process changes, typos
116
-
117
- ### 2.22.2 [See full changelog](https://gist.github.com/marwahaha/4d992c13c2dbc0f59d4d8acae1dc6d3a)
118
-
119
- * Release May 31, 2018
120
-
121
- * [#4564](https://github.com/moment/moment/pull/4564) [bugfix] Avoid using trim()
122
- * [#4453](https://github.com/moment/moment/pull/4453) [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
123
- * Minor locale improvements (pa-in, be, az)
124
-
125
- ### 2.22.1 [See full changelog](https://gist.github.com/marwahaha/ff2cd13d0eda08afb7a237b10aae558c)
126
-
127
- * Release Apr 14, 2018
128
-
129
- * [#4495](https://github.com/moment/moment/pull/4495) [bugfix] Added HTML5_FMT to moment.d.ts
130
- * Minor locale improvements
131
- * QUnit upgrade and coveralls reporting
132
-
133
- ### 2.22.0 [See full changelog](https://gist.github.com/marwahaha/ae895025dac3f0641fa9ec2e36d282bb)
134
-
135
- * Release Mar 30, 2018
136
-
137
- * [#4423](https://github.com/moment/moment/pull/4423) [new locale] Added Mongolian locale mn
138
- * Various locale improvements
139
- * Minor misc changes
140
-
141
- ### 2.21.0 [See full changelog](https://gist.github.com/marwahaha/80d19ef882b71df1948df7865efdd40e)
142
-
143
- * Release Mar 2, 2018
144
-
145
- * [#4391](https://github.com/moment/moment/pull/4391) [bugfix] Fix [#4390](https://github.com/moment/moment/pull/4390): use offset properly in toISOString
146
- * [#4310](https://github.com/moment/moment/pull/4310) [bugfix] Fix [#3883](https://github.com/moment/moment/pull/3883) lazy load parentLocale in defineLocale, fallback to global if missing
147
- * [#4085](https://github.com/moment/moment/pull/4085) [misc] Print console warning when setting non-existent locales
148
- * [#4371](https://github.com/moment/moment/pull/4371) [misc] fix deprecated rollup options
149
- * New locales: ug-cn, en-il, tg
150
- * Various locale improvements
151
-
152
- ### 2.20.1 [See changelog](https://gist.github.com/marwahaha/d72c1cb22076373be889b16272cbd187)
153
-
154
- * Release Dec 18, 2017
155
-
156
- * [#4359](https://github.com/moment/moment/pull/4359) [locale] Fix Arabic locale for months (again)
157
- * [#4357](https://github.com/moment/moment/pull/4357) [misc] Add optional parameter keepOffset to toISOString
158
-
159
- ### 2.20.0 [See full changelog](https://gist.github.com/marwahaha/e0d4135fbf8bb75fa85c4aa2bddc5031)
160
-
161
- * Release Dec 16, 2017
162
-
163
- * [#4312](https://github.com/moment/moment/pull/4312) [bugfix] Fix [#4251](https://github.com/moment/moment/pull/4251): Avoid RFC2822 in utc() test
164
- * [#4240](https://github.com/moment/moment/pull/4240) [bugfix] Fix incorrect strict parsing with full-width parentheses
165
- * [#4341](https://github.com/moment/moment/pull/4341) [feature] Prevent toISOString converting to UTC (issue [#1751](https://github.com/moment/moment/pull/1751))
166
- * [#4154](https://github.com/moment/moment/pull/4154) [feature] add format constants to support output to HTML5 input type formats (see [#3928](https://github.com/moment/moment/pull/3928))
167
- * [#4143](https://github.com/moment/moment/pull/4143) [new locale] mt: Maltese language
168
- * [#4183](https://github.com/moment/moment/pull/4183) [locale] Relative seconds i18n
169
- * Various other locale improvements
170
-
171
- ### 2.19.4 [See changelog](https://gist.github.com/marwahaha/d3b7b0ddf4bdae512244f16e8cc59efb)
172
-
173
- * Release Dec 10, 2017
174
-
175
- * [#4332](https://github.com/moment/moment/pull/4332) [bugfix] Fix weekday verification for UTC and offset days (fixes [#4227](https://github.com/moment/moment/pull/4227))
176
- * [#4336](https://github.com/moment/moment/pull/4336) [bugfix] Fix [#4334](https://github.com/moment/moment/pull/4334): Remove unused function call argument
177
- * [#4246](https://github.com/moment/moment/pull/4246) [misc] Add 'ss' relative time key to typescript definition
178
-
179
- ### 2.19.3 [See changelog](https://gist.github.com/marwahaha/3654006bc0c2e522451c08d12c0bfabf)
180
-
181
- * Release Nov 29, 2017
182
-
183
- * [#4326](https://github.com/moment/moment/pull/4326) [bugfix] Fix for ReDOS vulnerability (see [#4163](https://github.com/moment/moment/issues/4163))
184
- * [#4289](https://github.com/moment/moment/pull/4289) [misc] Fix spelling and formatting for U.S. for es-us
185
-
186
- ### 2.19.2 [See changelog (it's the same >:D)](https://gist.github.com/ichernev/76b1a3f33d3a8ff9665ce434a45221d0)
187
-
188
- * Release Nov 11, 2017
189
-
190
- * [#4255](https://github.com/moment/moment/pull/4255) [bugfix] Fix year setter for random days in a leap year, fixes [#4238](https://github.com/moment/moment/issues/4238)
191
- * [#4242](https://github.com/moment/moment/pull/4242) [bugfix] updateLocale now tries to load parent, fixes [#3626](https://github.com/moment/moment/issues/3626)
192
-
193
- ### 2.19.1
194
-
195
- * Release Oct 11, 2017
196
-
197
- Make react native and webpack both work
198
- * #4225 #4226 #4232
199
-
200
- ### 2.19.0 [See full changelog](https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603)
201
-
202
- * Release Oct 10, 2017
203
-
204
- ## Fix React Native 0.49+ crash
205
- * [#4213](https://github.com/moment/moment/pull/4213) [critical] Rename dynamic
206
- require to avoid React Native crash
207
- * [#4214](https://github.com/moment/moment/pull/4214) [fixup] Move require
208
- rename inside try/catch, fixes
209
- [#4213](https://github.com/moment/moment/issues/4213)
210
-
211
- ## Features
212
-
213
- * [#3735](https://github.com/moment/moment/pull/3735) [feature] Ignore NaN values in setters
214
- * [#4106](https://github.com/moment/moment/pull/4106) [fixup] Drop isNumeric utility fn, fixes [#3735](https://github.com/moment/moment/issues/3735)
215
- * [#4080](https://github.com/moment/moment/pull/4080) [feature] Implement a clone method for durations, fixes [#4078](https://github.com/moment/moment/issues/4078)
216
- * [#4215](https://github.com/moment/moment/pull/4215) [misc] TS: Add duration.clone(), for [#4080](https://github.com/moment/moment/issues/4080)
217
-
218
- ## Packaging
219
-
220
- * [#4003](https://github.com/moment/moment/pull/4003) [pkg] bower: Remove tests from package
221
- * [#3904](https://github.com/moment/moment/pull/3904) [pkg] jsnext:main -> module in package.json
222
- * [#4060](https://github.com/moment/moment/pull/4060) [pkg] Account for new rollup interface
223
-
224
- Bugfixes, new locales, locale fixes etc...
225
-
226
- ### 2.18.1
227
-
228
- * Release Mar 22, 2017
229
-
230
- * [#3853](https://github.com/moment/moment/pull/3853) [misc] Fix invalid whitespace character causing inability to parse
231
- moment.js
232
-
233
- ### 2.18.0 [See full changelog](https://gist.github.com/ichernev/78920c5a1e419fb28c6e4546d1b7235c)
234
-
235
- * Release Mar 18, 2017
236
-
237
- ## Features
238
-
239
- * [#3708](https://github.com/moment/moment/pull/3708) [feature] RFC2822 parsing
240
- * [#3611](https://github.com/moment/moment/pull/3611) [feature] Durations gain validity
241
- * [#3738](https://github.com/moment/moment/pull/3738) [feature] Enable relative time for multiple seconds, request [#2558](https://github.com/moment/moment/issues/2558)
242
- * [#3766](https://github.com/moment/moment/pull/3766) [feature] Add support for k and kk format parsing
243
-
244
- ## Bugfixes
245
-
246
- * [#3643](https://github.com/moment/moment/pull/3643) [bugfix] Fixes [#3520](https://github.com/moment/moment/issues/3520), parseZone incorrectly handled minutes under 16
247
- * [#3710](https://github.com/moment/moment/pull/3710) [bugfix] Fixes [#3632](https://github.com/moment/moment/issues/3632), toISOString returns null for invalid date
248
- * [#3787](https://github.com/moment/moment/pull/3787) [bugfix] Fixes [#3717](https://github.com/moment/moment/issues/3717), ensure day-of-year is non-zero
249
- * [#3780](https://github.com/moment/moment/pull/3780) [bugfix] Fixes [#3765](https://github.com/moment/moment/issues/3765): Ensure year 0 is formatted with YYYY
250
- * [#3806](https://github.com/moment/moment/pull/3806) [bugfix] Fixes [#3805](https://github.com/moment/moment/issues/3805), fix locale month getters for standalone/format cases
251
-
252
- 7 new locales, many locale improvements and some misc changes
253
-
254
- ### 2.17.1 [Also available here](https://gist.github.com/ichernev/f38280b2b29c4932914a6d3a4e50bfb2)
255
- * Release Dec 03, 2016
256
-
257
- * [#3638](https://github.com/moment/moment/pull/3638) [misc] TS: Make typescript definitions work with 1.x
258
- * [#3628](https://github.com/moment/moment/pull/3628) [misc] Adds "sign CLA" link to `CONTRIBUTING.md`
259
- * [#3640](https://github.com/moment/moment/pull/3640) [misc] Fix locale issues
260
-
261
- ### 2.17.0 [Also available here](https://gist.github.com/ichernev/ed58f76fb95205eeac653d719972b90c)
262
- * Release Nov 22, 2016
263
-
264
- * [#3435](https://github.com/moment/moment/pull/3435) [new locale] yo: Yoruba (Nigeria) locale
265
- * [#3595](https://github.com/moment/moment/pull/3595) [bugfix] Fix accidental reference to global "value" variable
266
- * [#3506](https://github.com/moment/moment/pull/3506) [bugfix] Fix invalid moments returning valid dates to method calls
267
- * [#3563](https://github.com/moment/moment/pull/3563) [locale] ca: Change future relative time
268
- * [#3504](https://github.com/moment/moment/pull/3504) [tests] Fixes [#3463](https://github.com/moment/moment/issues/3463), parseZone not handling Z correctly (tests only)
269
- * [#3591](https://github.com/moment/moment/pull/3591) [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
270
- * [#3597](https://github.com/moment/moment/pull/3597) [misc] Fixed capitalization in nuget spec
271
-
272
- ### 2.16.0 [See full changelog](https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994)
273
- * Release Nov 9, 2016
274
-
275
- ## Features
276
- * [#3530](https://github.com/moment/moment/pull/3530) [feature] Check whether input is date before checking if format is array
277
- * [#3515](https://github.com/moment/moment/pull/3515) [feature] Fix [#2300](https://github.com/moment/moment/issues/2300): Default to current week.
278
-
279
- ## Bugfixes
280
- * [#3546](https://github.com/moment/moment/pull/3546) [bugfix] Implement lazy-loading of child locales with missing prents
281
- * [#3523](https://github.com/moment/moment/pull/3523) [bugfix] parseZone should handle UTC
282
- * [#3502](https://github.com/moment/moment/pull/3502) [bugfix] Fix [#3500](https://github.com/moment/moment/issues/3500): ISO 8601 parsing should match the full string, not the beginning of the string.
283
- * [#3581](https://github.com/moment/moment/pull/3581) [bugfix] Fix parseZone, redo [#3504](https://github.com/moment/moment/issues/3504), fix [#3463](https://github.com/moment/moment/issues/3463)
284
-
285
- ## New Locales
286
- * [#3416](https://github.com/moment/moment/pull/3416) [new locale] nl-be: Dutch (Belgium) locale
287
- * [#3393](https://github.com/moment/moment/pull/3393) [new locale] ar-dz: Arabic (Algeria) locale
288
- * [#3342](https://github.com/moment/moment/pull/3342) [new locale] tet: Tetun Dili (East Timor) locale
289
-
290
- And more locale, build and typescript improvements
291
-
292
- ### 2.15.2
293
- * Release Oct 23, 2016
294
- * [#3525](https://github.com/moment/moment/pull/3525) Speedup month standalone/format regexes **(IMPORTANT)**
295
- * [#3466](https://github.com/moment/moment/pull/3466) Fix typo of Javanese
296
-
297
- ### 2.15.1
298
- * Release Sept 20, 2016
299
- * [#3438](https://github.com/moment/moment/pull/3438) Fix locale autoload, revert [#3344](https://github.com/moment/moment/pull/3344)
300
-
301
- ### 2.15.0 [See full changelog](https://gist.github.com/ichernev/10e1c5bf647545c72ca30e9628a09ed3)
302
- - Release Sept 12, 2016
303
-
304
- ## New Locales
305
- * [#3255](https://github.com/moment/moment/pull/3255) [new locale] mi: Maori language
306
- * [#3267](https://github.com/moment/moment/pull/3267) [new locale] ar-ly: Arabic (Libya) locale
307
- * [#3333](https://github.com/moment/moment/pull/3333) [new locale] zh-hk: Chinese (Hong Kong) locale
308
-
309
- ## Bugfixes
310
- * [#3276](https://github.com/moment/moment/pull/3276) [bugfix] duration: parser: Support ms durations in .NET syntax
311
- * [#3312](https://github.com/moment/moment/pull/3312) [bugfix] locales: Enable locale-data getters without moment (fixes [#3284](https://github.com/moment/moment/issues/3284))
312
- * [#3381](https://github.com/moment/moment/pull/3381) [bugfix] parsing: Fix parseZone without timezone in string, fixes [#3083](https://github.com/moment/moment/issues/3083)
313
- * [#3383](https://github.com/moment/moment/pull/3383) [bugfix] toJSON: Fix isValid so that toJSON works after a moment is frozen
314
- * [#3427](https://github.com/moment/moment/pull/3427) [bugfix] ie8: Fix IE8 (regression in 2.14.x)
315
-
316
- ## Packaging
317
- * [#3299](https://github.com/moment/moment/pull/3299) [pkg] npm: Do not include .npmignore in npm package
318
- * [#3273](https://github.com/moment/moment/pull/3273) [pkg] jspm: Include moment.d.ts file in package
319
- * [#3344](https://github.com/moment/moment/pull/3344) [pkg] exports: use module.require for nodejs
320
-
321
- Also some locale and typescript improvements
322
-
323
- ### 2.14.1
324
- - Release July 20, 2016
325
- * [#3280](https://github.com/moment/moment/pull/3280) Fix typescript definitions
326
-
327
-
328
- ### 2.14.0 [See full changelog](https://gist.github.com/ichernev/812e79ac36a7829a22598fe964bfc18a)
329
-
330
- - Release July 20, 2016
331
-
332
- ## New Features
333
- * [#3233](https://github.com/moment/moment/pull/3233) Introduce month.isFormat for format/standalone discovery
334
- * [#2848](https://github.com/moment/moment/pull/2848) Allow user to get/set the rounding method used when calculating relative time
335
- * [#3112](https://github.com/moment/moment/pull/3112) optimize configFromStringAndFormat
336
- * [#3147](https://github.com/moment/moment/pull/3147) Call calendar format function with moment context
337
- * [#3160](https://github.com/moment/moment/pull/3160) deprecate isDSTShifted
338
- * [#3175](https://github.com/moment/moment/pull/3175) make moment calendar extensible with ad-hoc options
339
- * [#3191](https://github.com/moment/moment/pull/3191) toDate returns a copy of the internal date object
340
- * [#3192](https://github.com/moment/moment/pull/3192) Adding support for rollup import.
341
- * [#3238](https://github.com/moment/moment/pull/3238) Handle empty object and empty array for creation as now
342
- * [#3082](https://github.com/moment/moment/pull/3082) Use relative AMD moment dependency
343
-
344
- ## Bugfixes
345
- * [#3241](https://github.com/moment/moment/pull/3241) Escape all 24 mixed pieces, not only first 12 in computeMonthsParse
346
- * [#3008](https://github.com/moment/moment/pull/3008) Object setter orders sets based on size of unit
347
- * [#3177](https://github.com/moment/moment/pull/3177) Bug Fix [#2704](https://github.com/moment/moment/pull/2704) - isoWeekday(String) inconsistent with isoWeekday(Number)
348
- * [#3230](https://github.com/moment/moment/pull/3230) fix passing date with format string to ignore format string
349
- * [#3232](https://github.com/moment/moment/pull/3232) Fix negative 0 in certain diff cases
350
- * [#3235](https://github.com/moment/moment/pull/3235) Use proper locale inheritance for the base locale, fixes [#3137](https://github.com/moment/moment/pull/3137)
351
-
352
- Plus es-do locale and locale bugfixes
353
-
354
- ### 2.13.0 [See full changelog](https://gist.github.com/ichernev/0132fcf5b61f7fc140b0bb0090480d49)
355
- - Release April 18, 2016
356
-
357
- ## Enhancements:
358
- * [#2982](https://github.com/moment/moment/pull/2982) Add 'date' as alias to 'day' for startOf() and endOf().
359
- * [#2955](https://github.com/moment/moment/pull/2955) Add parsing negative components in durations when ISO 8601
360
- * [#2991](https://github.com/moment/moment/pull/2991) isBetween support for both open and closed intervals
361
- * [#3105](https://github.com/moment/moment/pull/3105) Add localeSorted argument to weekday listers
362
- * [#3102](https://github.com/moment/moment/pull/3102) Add k and kk formatting tokens
363
-
364
- ## Bugfixes
365
- * [#3109](https://github.com/moment/moment/pull/3109) Fix [#1756](https://github.com/moment/moment/issues/1756) Resolved thread-safe issue on server side.
366
- * [#3078](https://github.com/moment/moment/pull/3078) Fix parsing for months/weekdays with weird characters
367
- * [#3098](https://github.com/moment/moment/pull/3098) Use Z suffix when in UTC mode ([#3020](https://github.com/moment/moment/issues/3020))
368
- * [#2995](https://github.com/moment/moment/pull/2995) Fix floating point rounding errors in durations
369
- * [#3059](https://github.com/moment/moment/pull/3059) fix bug where diff returns -0 in month-related diffs
370
- * [#3045](https://github.com/moment/moment/pull/3045) Fix mistaking any input for 'a' token
371
- * [#2877](https://github.com/moment/moment/pull/2877) Use explicit .valueOf() calls instead of coercion
372
- * [#3036](https://github.com/moment/moment/pull/3036) Year setter should keep time when DST changes
373
-
374
- Plus 3 new locales and locale fixes.
375
-
376
- ### 2.12.0 [See full changelog](https://gist.github.com/ichernev/6e5bfdf8d6522fc4ac73)
377
-
378
- - Release March 7, 2016
379
-
380
- ## Enhancements:
381
- * [#2932](https://github.com/moment/moment/pull/2932) List loaded locales
382
- * [#2818](https://github.com/moment/moment/pull/2818) Parse ISO-8061 duration containing both day and week values
383
- * [#2774](https://github.com/moment/moment/pull/2774) Implement locale inheritance and locale updating
384
-
385
- ## Bugfixes:
386
- * [#2970](https://github.com/moment/moment/pull/2970) change add subtract to handle decimal values by rounding
387
- * [#2887](https://github.com/moment/moment/pull/2887) Fix toJSON casting of invalid moment
388
- * [#2897](https://github.com/moment/moment/pull/2897) parse string arguments for month() correctly, closes #2884
389
- * [#2946](https://github.com/moment/moment/pull/2946) Fix usage suggestions for min and max
390
-
391
- ## New locales:
392
- * [#2917](https://github.com/moment/moment/pull/2917) Locale Punjabi(Gurmukhi) India format conversion
393
-
394
- And more
395
-
396
- ### 2.11.2 (Fix ReDoS attack vector)
397
-
398
- - Release February 7, 2016
399
-
400
- * [#2939](https://github.com/moment/moment/pull/2939) use full-string match to speed up aspnet regex match
401
-
402
- ### 2.11.1 [See full changelog](https://gist.github.com/ichernev/8ec3ee25b749b4cff3c2)
403
-
404
- - Release January 9, 2016
405
-
406
- ## Bugfixes:
407
- * [#2881](https://github.com/moment/moment/pull/2881) Revert "Merge pull request #2746 from mbad0la:develop" Sep->Sept
408
- * [#2868](https://github.com/moment/moment/pull/2868) Add format and parse token Y, so it actually works
409
- * [#2865](https://github.com/moment/moment/pull/2865) Use typeof checks for undefined for global variables
410
- * [#2858](https://github.com/moment/moment/pull/2858) Fix Date mocking regression introduced in 2.11.0
411
- * [#2864](https://github.com/moment/moment/pull/2864) Include changelog in npm release
412
- * [#2830](https://github.com/moment/moment/pull/2830) dep: add grunt-cli
413
- * [#2869](https://github.com/moment/moment/pull/2869) Fix months parsing for some locales
414
-
415
- ### 2.11.0 [See full changelog](https://gist.github.com/ichernev/6594bc29719dde6b2f66)
416
-
417
- - Release January 4, 2016
418
-
419
- * [#2624](https://github.com/moment/moment/pull/2624) Proper handling of invalid moments
420
- * [#2634](https://github.com/moment/moment/pull/2634) Fix strict month parsing issue in cs,ru,sk
421
- * [#2735](https://github.com/moment/moment/pull/2735) Reset the locale back to 'en' after defining all locales in min/locales.js
422
- * [#2702](https://github.com/moment/moment/pull/2702) Week rework
423
- * [#2746](https://github.com/moment/moment/pull/2746) Changed September Abbreviation to "Sept" in locale-specific english
424
- files and default locale file
425
- * [#2646](https://github.com/moment/moment/pull/2646) Fix [#2645](https://github.com/moment/moment/pull/2645) - invalid dates pre-1970
426
-
427
- * [#2641](https://github.com/moment/moment/pull/2641) Implement basic format and comma as ms separator in ISO 8601
428
- * [#2665](https://github.com/moment/moment/pull/2665) Implement stricter weekday parsing
429
- * [#2700](https://github.com/moment/moment/pull/2700) Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with
430
- hmm for example
431
- * [#2565](https://github.com/moment/moment/pull/2565) [#2835](https://github.com/moment/moment/pull/2835) Expose arguments used for moment creation with creationData
432
- (fix [#2443](https://github.com/moment/moment/pull/2443))
433
- * [#2648](https://github.com/moment/moment/pull/2648) fix issue [#2640](https://github.com/moment/moment/pull/2640): support instanceof operator
434
- * [#2709](https://github.com/moment/moment/pull/2709) Add isSameOrAfter and isSameOrBefore comparison methods
435
- * [#2721](https://github.com/moment/moment/pull/2721) Fix moment creation from object with strings values
436
- * [#2740](https://github.com/moment/moment/pull/2740) Enable 'd hh:mm:ss.sss' format for durations
437
- * [#2766](https://github.com/moment/moment/pull/2766) [#2833](https://github.com/moment/moment/pull/2833) Alternate Clock Source Support
438
-
439
- ### 2.10.6
440
-
441
- - Release July 28, 2015
442
-
443
- [#2515](https://github.com/moment/moment/pull/2515) Fix regression introduced
444
- in `2.10.5` related to `moment.ISO_8601` parsing.
445
-
446
- ### 2.10.5 [See full changelog](https://gist.github.com/ichernev/6ec13ac7efc396da44b2)
447
-
448
- - Release July 26, 2015
449
-
450
- Important changes:
451
- * [#2357](https://github.com/moment/moment/pull/2357) Improve unit bubbling for ISO dates
452
- this fixes day to year conversions to work around end-of-year (~365 days). As
453
- a side effect 365 days is 11 months and 30 days, and 366 days is one year.
454
- * [#2438](https://github.com/moment/moment/pull/2438) Fix inconsistent moment.min and moment.max results
455
- Return invalid result if any of the inputs is invalid
456
- * [#2494](https://github.com/moment/moment/pull/2494) Fix two digit year parsing with YYYY format
457
- This brings the benefits of YY to YYYY
458
- * [#2368](https://github.com/moment/moment/pull/2368) perf: use faster form of copying dates, across the board improvement
459
-
460
-
461
- ### 2.10.3 [See full changelog](https://gist.github.com/ichernev/f264b9bed5b00f8b1b7f)
462
-
463
- - Release May 13, 2015
464
-
465
- * add `moment.fn.to` and `moment.fn.toNow` (similar to `from` and `fromNow`)
466
- * new locales (Sinhalese (si), Montenegrin (me), Javanese (ja))
467
- * performance improvements
468
-
469
- ### 2.10.2
470
-
471
- - Release April 9, 2015
472
-
473
- * fixed moment-with-locales in browser env caused by esperanto change
474
-
475
- ### 2.10.1
476
-
477
- * regression: Add moment.duration.fn back
478
-
479
- ### 2.10.0
480
-
481
- Ported code to es6 modules.
482
-
483
- ### 2.9.0 [See full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
484
-
485
- - Release January 8, 2015
486
-
487
- languages:
488
- * [2104](https://github.com/moment/moment/issues/2104) Frisian (fy) language file with unit test
489
- * [2097](https://github.com/moment/moment/issues/2097) add ar-tn locale
490
-
491
- deprecations:
492
- * [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `moment.fn.zone`
493
-
494
- features:
495
- * [2088](https://github.com/moment/moment/issues/2088) add moment.fn.isBetween
496
- * [2054](https://github.com/moment/moment/issues/2054) Call updateOffset when creating moment (needed for default timezone in
497
- moment-timezone)
498
- * [1893](https://github.com/moment/moment/issues/1893) Add moment.isDate method
499
- * [1825](https://github.com/moment/moment/issues/1825) Implement toJSON function on Duration
500
- * [1809](https://github.com/moment/moment/issues/1809) Allowing moment.set() to accept a hash of units
501
- * [2128](https://github.com/moment/moment/issues/2128) Add firstDayOfWeek, firstDayOfYear locale getters
502
- * [2131](https://github.com/moment/moment/issues/2131) Add quarter diff support
503
-
504
- Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
505
-
506
- ### 2.8.4 [See full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
507
-
508
- - Release November 19, 2014
509
-
510
- Features:
511
-
512
- * [#2000](https://github.com/moment/moment/issues/2000) Add LTS localised format that includes seconds
513
- * [#1960](https://github.com/moment/moment/issues/1960) added formatToken 'x' for unix offset in milliseconds #1938
514
- * [#1965](https://github.com/moment/moment/issues/1965) Support 24:00:00.000 to mean next day, at midnight.
515
- * [#2002](https://github.com/moment/moment/issues/2002) Accept 'date' key when creating moment with object
516
- * [#2009](https://github.com/moment/moment/issues/2009) Use native toISOString when we can
517
-
518
- Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
519
-
520
- ### 2.8.3
521
-
522
- - Release September 5, 2014
523
-
524
- Bugfixes:
525
-
526
- * [#1801](https://github.com/moment/moment/issues/1801) proper pluralization for Arabic
527
- * [#1833](https://github.com/moment/moment/issues/1833) improve spm integration
528
- * [#1871](https://github.com/moment/moment/issues/1871) fix zone bug caused by Firefox 24
529
- * [#1882](https://github.com/moment/moment/issues/1882) Use hh:mm in Czech
530
- * [#1883](https://github.com/moment/moment/issues/1883) Fix 2.8.0 regression in duration as conversions
531
- * [#1890](https://github.com/moment/moment/issues/1890) Faster travis builds
532
- * [#1892](https://github.com/moment/moment/issues/1892) Faster isBefore/After/Same
533
- * [#1848](https://github.com/moment/moment/issues/1848) Fix flaky month diffs
534
- * [#1895](https://github.com/moment/moment/issues/1895) Fix 2.8.0 regression in moment.utc with format array
535
- * [#1896](https://github.com/moment/moment/issues/1896) Support setting invalid instance locale (noop)
536
- * [#1897](https://github.com/moment/moment/issues/1897) Support moment([str]) in addition to moment([int])
537
-
538
- ### 2.8.2
539
-
540
- - Release August 22, 2014
541
-
542
- Minor bugfixes:
543
-
544
- * [#1874](https://github.com/moment/moment/issues/1874) use `Object.prototype.hasOwnProperty`
545
- instead of `obj.hasOwnProperty` (ie8 bug)
546
- * [#1873](https://github.com/moment/moment/issues/1873) add `duration#toString()`
547
- * [#1859](https://github.com/moment/moment/issues/1859) better month/weekday names in norwegian
548
- * [#1812](https://github.com/moment/moment/issues/1812) meridiem parsing for greek
549
- * [#1804](https://github.com/moment/moment/issues/1804) spanish del -> de
550
- * [#1800](https://github.com/moment/moment/issues/1800) korean LT improvement
551
-
552
- ### 2.8.1
553
-
554
- - Release August 1, 2014
555
-
556
- * bugfix [#1813](https://github.com/moment/moment/issues/1813): fix moment().lang([key]) incompatibility
557
-
558
- ### 2.8.0 [See changelog](https://gist.github.com/ichernev/ac3899324a5fa6c8c9b4)
559
-
560
- - Release July 31, 2014
561
-
562
- * incompatible changes
563
- * [#1761](https://github.com/moment/moment/issues/1761): moments created without a language are no longer following the global language, in case it changes. Only newly created moments take the global language by default. In case you're affected by this, wait, comment on [#1797](https://github.com/moment/moment/issues/1797) and wait for a proper reimplementation
564
- * [#1642](https://github.com/moment/moment/issues/1642): 45 days is no longer "a month" according to humanize, cutoffs for month, and year have changed. Hopefully your code does not depend on a particular answer from humanize (which it shouldn't anyway)
565
- * [#1784](https://github.com/moment/moment/issues/1784): if you use the human readable English datetime format in a weird way (like storing them in a database) that would break when the format changes you're at risk.
566
-
567
- * deprecations (old behavior will be dropped in 3.0)
568
- * [#1761](https://github.com/moment/moment/issues/1761) `lang` is renamed to `locale`, `langData` -> `localeData`. Also there is now `defineLocale` that should be used when creating new locales
569
- * [#1763](https://github.com/moment/moment/issues/1763) `add(unit, value)` and `subtract(unit, value)` are now deprecated. Use `add(value, unit)` and `subtract(value, unit)` instead.
570
- * [#1759](https://github.com/moment/moment/issues/1759) rename `duration.toIsoString` to `duration.toISOString`. The js standard library and moment's `toISOString` follow that convention.
571
-
572
- * new locales
573
- * [#1789](https://github.com/moment/moment/issues/1789) Tibetan (bo)
574
- * [#1786](https://github.com/moment/moment/issues/1786) Africaans (af)
575
- * [#1778](https://github.com/moment/moment/issues/1778) Burmese (my)
576
- * [#1727](https://github.com/moment/moment/issues/1727) Belarusian (be)
577
-
578
- * bugfixes, locale bugfixes, performance improvements, features
579
-
580
- ### 2.7.0 [See changelog](https://gist.github.com/ichernev/b0a3d456d5a84c9901d7)
581
-
582
- - Release June 12, 2014
583
-
584
- * new languages
585
-
586
- * [#1678](https://github.com/moment/moment/issues/1678) Bengali (bn)
587
- * [#1628](https://github.com/moment/moment/issues/1628) Azerbaijani (az)
588
- * [#1633](https://github.com/moment/moment/issues/1633) Arabic, Saudi Arabia (ar-sa)
589
- * [#1648](https://github.com/moment/moment/issues/1648) Austrian German (de-at)
590
-
591
- * features
592
-
593
- * [#1663](https://github.com/moment/moment/issues/1663) configurable relative time thresholds
594
- * [#1554](https://github.com/moment/moment/issues/1554) support anchor time in moment.calendar
595
- * [#1693](https://github.com/moment/moment/issues/1693) support moment.ISO_8601 as parsing format
596
- * [#1637](https://github.com/moment/moment/issues/1637) add moment.min and moment.max and deprecate min/max instance methods
597
- * [#1704](https://github.com/moment/moment/issues/1704) support string value in add/subtract
598
- * [#1647](https://github.com/moment/moment/issues/1647) add spm support (package manager)
599
-
600
- * bugfixes
601
-
602
- ### 2.6.0 [See changelog](https://gist.github.com/ichernev/10544682)
603
-
604
- - Release April 12 , 2014
605
-
606
- * languages
607
- * [#1529](https://github.com/moment/moment/issues/1529) Serbian-Cyrillic (sr-cyr)
608
- * [#1544](https://github.com/moment/moment/issues/1544), [#1546](https://github.com/moment/moment/issues/1546) Khmer Cambodia (km)
609
-
610
- * features
611
- * [#1419](https://github.com/moment/moment/issues/1419), [#1468](https://github.com/moment/moment/issues/1468), [#1467](https://github.com/moment/moment/issues/1467), [#1546](https://github.com/moment/moment/issues/1546) better handling of timezone-d moments around DST
612
- * [#1462](https://github.com/moment/moment/issues/1462) add weeksInYear and isoWeeksInYear
613
- * [#1475](https://github.com/moment/moment/issues/1475) support ordinal parsing
614
- * [#1499](https://github.com/moment/moment/issues/1499) composer support
615
- * [#1577](https://github.com/moment/moment/issues/1577), [#1604](https://github.com/moment/moment/issues/1604) put Date parsing in moment.createFromInputFallback so it can be properly deprecated and controlled in the future
616
- * [#1545](https://github.com/moment/moment/issues/1545) extract two-digit year parsing in moment.parseTwoDigitYear, so it can be overwritten
617
- * [#1590](https://github.com/moment/moment/issues/1590) (see [#1574](https://github.com/moment/moment/issues/1574)) set AMD global before module definition to better support non AMD module dependencies used in AMD environment
618
- * [#1589](https://github.com/moment/moment/issues/1589) remove global in Node.JS environment (was not working before, nobody complained, was scheduled for removal anyway)
619
- * [#1586](https://github.com/moment/moment/issues/1586) support quarter setting and parsing
620
-
621
- * 18 bugs fixed
622
-
623
- ### 2.5.1
624
-
625
- - Release January 22, 2014
626
-
627
- * languages
628
- * [#1392](https://github.com/moment/moment/issues/1392) Armenian (hy-am)
629
-
630
- * bugfixes
631
- * [#1429](https://github.com/moment/moment/issues/1429) fixes [#1423](https://github.com/moment/moment/issues/1423) weird chrome-32 bug with js object creation
632
- * [#1421](https://github.com/moment/moment/issues/1421) remove html entities from Welsh
633
- * [#1418](https://github.com/moment/moment/issues/1418) fixes [#1401](https://github.com/moment/moment/issues/1401) improved non-padded tokens in strict matching
634
- * [#1417](https://github.com/moment/moment/issues/1417) fixes [#1404](https://github.com/moment/moment/issues/1404) handle buggy moment object created by property cloning
635
- * [#1398](https://github.com/moment/moment/issues/1398) fixes [#1397](https://github.com/moment/moment/issues/1397) fix Arabic-like week number parsing
636
- * [#1396](https://github.com/moment/moment/issues/1396) add leftZeroFill(4) to GGGG and gggg formats
637
- * [#1373](https://github.com/moment/moment/issues/1373) use lowercase for months and days in Catalan
638
-
639
- * testing
640
- * [#1374](https://github.com/moment/moment/issues/1374) run tests on multiple browser/os combos via SauceLabs and Travis
641
-
642
- ### 2.5.0 [See changelog](https://gist.github.com/ichernev/8104451)
643
-
644
- - Release Dec 24, 2013
645
-
646
- * New languages
647
- * Luxemburish (lb) [1247](https://github.com/moment/moment/issues/1247)
648
- * Serbian (rs) [1319](https://github.com/moment/moment/issues/1319)
649
- * Tamil (ta) [1324](https://github.com/moment/moment/issues/1324)
650
- * Macedonian (mk) [1337](https://github.com/moment/moment/issues/1337)
651
-
652
- * Features
653
- * [1311](https://github.com/moment/moment/issues/1311) Add quarter getter and format token `Q`
654
- * [1303](https://github.com/moment/moment/issues/1303) strict parsing now respects number of digits per token (fix [1196](https://github.com/moment/moment/issues/1196))
655
- * 0d30bb7 add jspm support
656
- * [1347](https://github.com/moment/moment/issues/1347) improve zone parsing
657
- * [1362](https://github.com/moment/moment/issues/1362) support merideam parsing in Korean
658
-
659
- * 22 bugfixes
660
-
661
- ### 2.4.0
662
-
663
- - Release Oct 27, 2013
664
-
665
- * **Deprecate** globally exported moment, will be removed in next major
666
- * New languages
667
- * Farose (fo) [#1206](https://github.com/moment/moment/issues/1206)
668
- * Tagalog/Filipino (tl-ph) [#1197](https://github.com/moment/moment/issues/1197)
669
- * Welsh (cy) [#1215](https://github.com/moment/moment/issues/1215)
670
- * Bugfixes
671
- * properly handle Z at the end of iso RegExp [#1187](https://github.com/moment/moment/issues/1187)
672
- * chinese meridian time improvements [#1076](https://github.com/moment/moment/issues/1076)
673
- * fix language tests [#1177](https://github.com/moment/moment/issues/1177)
674
- * remove some failing tests (that should have never existed :))
675
- [#1185](https://github.com/moment/moment/issues/1185)
676
- [#1183](https://github.com/moment/moment/issues/1183)
677
- * handle russian noun cases in weird cases [#1195](https://github.com/moment/moment/issues/1195)
678
-
679
- ### 2.3.1
680
-
681
- - Release Oct 9, 2013
682
-
683
- Removed a trailing comma [1169] and fixed a bug with `months`, `weekdays` getters [#1171](https://github.com/moment/moment/issues/1171).
684
-
685
- ### 2.3.0 [See changelog](https://gist.github.com/ichernev/6864354)
686
-
687
- - Release Oct 7, 2013
688
-
689
- Changed isValid, added strict parsing.
690
- Week tokens parsing.
691
-
692
- ### 2.2.1
693
-
694
- - Release Sep 12, 2013
695
-
696
- Fixed bug in string prototype test.
697
- Updated authors and contributors.
698
-
699
- ### 2.2.0 [See changelog](https://gist.github.com/ichernev/00f837a9baf46a3565e4)
700
-
701
- - Release Sep 11, 2013
702
-
703
- Added bower support.
704
-
705
- Language files now use UMD.
706
-
707
- Creating moment defaults to current date/month/year.
708
-
709
- Added a bundle of moment and all language files.
710
-
711
- ### 2.1.0 [See changelog](https://gist.github.com/timrwood/b8c2d90d528eddb53ab5)
712
-
713
- - Release Jul 8, 2013
714
-
715
- Added better week support.
716
-
717
- Added ability to set offset with `moment#zone`.
718
-
719
- Added ability to set month or weekday from a string.
720
-
721
- Added `moment#min` and `moment#max`
722
-
723
- ### 2.0.0 [See changelog](https://gist.github.com/timrwood/e72f2eef320ed9e37c51)
724
-
725
- - Release Feb 9, 2013
726
-
727
- Added short form localized tokens.
728
-
729
- Added ability to define language a string should be parsed in.
730
-
731
- Added support for reversed add/subtract arguments.
732
-
733
- Added support for `endOf('week')` and `startOf('week')`.
734
-
735
- Fixed the logic for `moment#diff(Moment, 'months')` and `moment#diff(Moment, 'years')`
736
-
737
- `moment#diff` now floors instead of rounds.
738
-
739
- Normalized `moment#toString`.
740
-
741
- Added `isSame`, `isAfter`, and `isBefore` methods.
742
-
743
- Added better week support.
744
-
745
- Added `moment#toJSON`
746
-
747
- Bugfix: Fixed parsing of first century dates
748
-
749
- Bugfix: Parsing 10Sep2001 should work as expected
750
-
751
- Bugfix: Fixed weirdness with `moment.utc()` parsing.
752
-
753
- Changed language ordinal method to return the number + ordinal instead of just the ordinal.
754
-
755
- Changed two digit year parsing cutoff to match strptime.
756
-
757
- Removed `moment#sod` and `moment#eod` in favor of `moment#startOf` and `moment#endOf`.
758
-
759
- Removed `moment.humanizeDuration()` in favor of `moment.duration().humanize()`.
760
-
761
- Removed the lang data objects from the top level namespace.
762
-
763
- Duplicate `Date` passed to `moment()` instead of referencing it.
764
-
765
- ### 1.7.2 [See discussion](https://github.com/timrwood/moment/issues/456)
766
-
767
- - Release Oct 2, 2012
768
-
769
- Bugfixes
770
-
771
- ### 1.7.1 [See discussion](https://github.com/timrwood/moment/issues/384)
772
-
773
- - Release Oct 1, 2012
774
-
775
- Bugfixes
776
-
777
- ### 1.7.0 [See discussion](https://github.com/timrwood/moment/issues/288)
778
-
779
- - Release Jul 26, 2012
780
-
781
- Added `moment.fn.endOf()` and `moment.fn.startOf()`.
782
-
783
- Added validation via `moment.fn.isValid()`.
784
-
785
- Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions
786
-
787
- Add support for month/weekday callbacks in `moment.fn.format()`
788
-
789
- Added instance specific languages.
790
-
791
- Added two letter weekday abbreviations with the formatting token `dd`.
792
-
793
- Various language updates.
794
-
795
- Various bugfixes.
796
-
797
- ### 1.6.0 [See discussion](https://github.com/timrwood/moment/pull/268)
798
-
799
- - Release Apr 26, 2012
800
-
801
- Added Durations.
802
-
803
- Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).
804
-
805
- Added support for millisecond parsing and formatting tokens (S SS SSS)
806
-
807
- Added a getter for `moment.lang()`
808
-
809
- Various bugfixes.
810
-
811
- There are a few things deprecated in the 1.6.0 release.
812
-
813
- 1. The format tokens `z` and `zz` (timezone abbreviations like EST CST MST etc) will no longer be supported. Due to inconsistent browser support, we are unable to consistently produce this value. See [this issue](https://github.com/timrwood/moment/issues/162) for more background.
814
-
815
- 2. The method `moment.fn.native` is deprecated in favor of `moment.fn.toDate`. There continue to be issues with Google Closure Compiler throwing errors when using `native`, even in valid instances.
816
-
817
- 3. The way to customize am/pm strings is being changed. This would only affect you if you created a custom language file. For more information, see [this issue](https://github.com/timrwood/moment/pull/222).
818
-
819
- ### 1.5.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=10&page=1&state=closed)
820
-
821
- - Release Mar 20, 2012
822
-
823
- Added UTC mode.
824
-
825
- Added automatic ISO8601 parsing.
826
-
827
- Various bugfixes.
828
-
829
- ### 1.4.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=8&state=closed)
830
-
831
- - Release Feb 4, 2012
832
-
833
- Added `moment.fn.toDate` as a replacement for `moment.fn.native`.
834
-
835
- Added `moment.fn.sod` and `moment.fn.eod` to get the start and end of day.
836
-
837
- Various bugfixes.
838
-
839
- ### 1.3.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=7&state=closed)
840
-
841
- - Release Jan 5, 2012
842
-
843
- Added support for parsing month names in the current language.
844
-
845
- Added escape blocks for parsing tokens.
846
-
847
- Added `moment.fn.calendar` to format strings like 'Today 2:30 PM', 'Tomorrow 1:25 AM', and 'Last Sunday 4:30 AM'.
848
-
849
- Added `moment.fn.day` as a setter.
850
-
851
- Various bugfixes
852
-
853
- ### 1.2.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=4&state=closed)
854
-
855
- - Release Dec 7, 2011
856
-
857
- Added timezones to parser and formatter.
858
-
859
- Added `moment.fn.isDST`.
860
-
861
- Added `moment.fn.zone` to get the timezone offset in minutes.
862
-
863
- ### 1.1.2 [See milestone](https://github.com/timrwood/moment/issues?milestone=6&state=closed)
864
-
865
- - Release Nov 18, 2011
866
-
867
- Various bugfixes
868
-
869
- ### 1.1.1 [See milestone](https://github.com/timrwood/moment/issues?milestone=5&state=closed)
870
-
871
- - Release Nov 12, 2011
872
-
873
- Added time specific diffs (months, days, hours, etc)
874
-
875
- ### 1.1.0
876
-
877
- - Release Oct 28, 2011
878
-
879
- Added `moment.fn.format` localized masks. 'L LL LLL LLLL' [issue 29](https://github.com/timrwood/moment/pull/29)
880
-
881
- Fixed [issue 31](https://github.com/timrwood/moment/pull/31).
882
-
883
- ### 1.0.1
884
-
885
- - Release Oct 18, 2011
886
-
887
- Added `moment.version` to get the current version.
888
-
889
- Removed `window !== undefined` when checking if module exists to support browserify. [issue 25](https://github.com/timrwood/moment/pull/25)
890
-
891
- ### 1.0.0
892
-
893
- - Release
894
-
895
- Added convenience methods for getting and setting date parts.
896
-
897
- Added better support for `moment.add()`.
898
-
899
- Added better lang support in NodeJS.
900
-
901
- Renamed library from underscore.date to Moment.js
902
-
903
- ### 0.6.1
904
-
905
- - Release Oct 12, 2011
906
-
907
- Added Portuguese, Italian, and French language support
908
-
909
- ### 0.6.0
910
-
911
- - Release Sep 21, 2011
912
-
913
- Added _date.lang() support.
914
- Added support for passing multiple formats to try to parse a date. _date("07-10-1986", ["MM-DD-YYYY", "YYYY-MM-DD"]);
915
- Made parse from string and single format 25% faster.
916
-
917
- ### 0.5.2
918
-
919
- - Release Jul 11, 2011
920
-
921
- Bugfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9).
922
-
923
- ### 0.5.1
924
-
925
- - Release Jun 17, 2011
926
-
927
- Bugfix for [issue 5](https://github.com/timrwood/underscore.date/pull/5).
928
-
929
- ### 0.5.0
930
-
931
- - Release Jun 13, 2011
932
-
933
- Dropped the redundant `_date.date()` in favor of `_date()`.
934
- Removed `_date.now()`, as it is a duplicate of `_date()` with no parameters.
935
- Removed `_date.isLeapYear(yearNumber)`. Use `_date([yearNumber]).isLeapYear()` instead.
936
- Exposed customization options through the `_date.relativeTime`, `_date.weekdays`, `_date.weekdaysShort`, `_date.months`, `_date.monthsShort`, and `_date.ordinal` variables instead of the `_date.customize()` function.
937
-
938
- ### 0.4.1
939
-
940
- - Release May 9, 2011
941
-
942
- Added date input formats for input strings.
943
-
944
- ### 0.4.0
945
-
946
- - Release May 9, 2011
947
-
948
- Added underscore.date to npm. Removed dependencies on underscore.
949
-
950
- ### 0.3.2
951
-
952
- - Release Apr 9, 2011
953
-
954
- Added `'z'` and `'zz'` to `_.date().format()`. Cleaned up some redundant code to trim off some bytes.
955
-
956
- ### 0.3.1
957
-
958
- - Release Mar 25, 2011
959
-
960
- Cleaned up the namespace. Moved all date manipulation and display functions to the _.date() object.
961
-
962
- ### 0.3.0
963
-
964
- - Release Mar 25, 2011
965
-
966
- Switched to the Underscore methodology of not mucking with the native objects' prototypes.
967
- Made chaining possible.
968
-
969
- ### 0.2.1
970
-
971
- - Release
972
-
973
- Changed date names to be a more pseudo standardized 'dddd, MMMM Do YYYY, h:mm:ss a'.
974
- Added `Date.prototype` functions `add`, `subtract`, `isdst`, and `isleapyear`.
975
-
976
- ### 0.2.0
977
-
978
- - Release
979
-
980
- Changed function names to be more concise.
981
- Changed date format from php date format to custom format.
982
-
983
- ### 0.1.0
984
-
985
- - Release
986
-
987
- Initial release
988
-