es6-crawler-detect 3.3.0 → 4.0.0-beta.2

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 (383) hide show
  1. package/.babelrc +1 -1
  2. package/.mocharc.json +5 -0
  3. package/README.md +1 -0
  4. package/dist/index.d.ts +5 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +18 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/lib/crawler/crawlers.d.ts +5 -0
  9. package/dist/lib/crawler/crawlers.d.ts.map +1 -0
  10. package/dist/lib/crawler/crawlers.js +1400 -0
  11. package/dist/lib/crawler/crawlers.js.map +1 -0
  12. package/dist/lib/crawler/exclusions.d.ts +5 -0
  13. package/dist/lib/crawler/exclusions.d.ts.map +1 -0
  14. package/dist/lib/crawler/exclusions.js +59 -0
  15. package/dist/lib/crawler/exclusions.js.map +1 -0
  16. package/dist/lib/crawler/headers.d.ts +5 -0
  17. package/dist/lib/crawler/headers.d.ts.map +1 -0
  18. package/dist/lib/crawler/headers.js +21 -0
  19. package/dist/lib/crawler/headers.js.map +1 -0
  20. package/dist/lib/crawler/provider.d.ts +4 -0
  21. package/dist/lib/crawler/provider.d.ts.map +1 -0
  22. package/dist/lib/crawler/provider.js +3 -0
  23. package/dist/lib/crawler/provider.js.map +1 -0
  24. package/dist/lib/crawler.d.ts +21 -0
  25. package/dist/lib/crawler.d.ts.map +1 -0
  26. package/dist/lib/crawler.js +98 -0
  27. package/dist/lib/crawler.js.map +1 -0
  28. package/dist/types.d.ts +9 -0
  29. package/dist/types.d.ts.map +1 -0
  30. package/dist/types.js +3 -0
  31. package/dist/types.js.map +1 -0
  32. package/eslint.config.mjs +62 -0
  33. package/example/node/package.json +1 -1
  34. package/example/node/yarn.lock +222 -99
  35. package/package.json +30 -24
  36. package/src/index.ts +18 -0
  37. package/src/lib/crawler/{crawlers.js → crawlers.ts} +1397 -1403
  38. package/src/lib/crawler/{exclusions.js → exclusions.ts} +56 -62
  39. package/src/lib/crawler/{headers.js → headers.ts} +4 -10
  40. package/src/lib/crawler/provider.ts +3 -0
  41. package/src/lib/crawler.ts +128 -0
  42. package/src/types.ts +15 -0
  43. package/test/lib/crawler.spec.ts +116 -0
  44. package/tsconfig.json +28 -0
  45. package/.eslintignore +0 -6
  46. package/.eslintrc.json +0 -30
  47. package/dist/main.bundle.js +0 -1
  48. package/example/node/dist/crawler.min.js +0 -1
  49. package/example/node/node_modules/.bin/mime +0 -15
  50. package/example/node/node_modules/.bin/mime.cmd +0 -7
  51. package/example/node/node_modules/.yarn-integrity +0 -67
  52. package/example/node/node_modules/accepts/HISTORY.md +0 -236
  53. package/example/node/node_modules/accepts/LICENSE +0 -23
  54. package/example/node/node_modules/accepts/README.md +0 -142
  55. package/example/node/node_modules/accepts/index.js +0 -238
  56. package/example/node/node_modules/accepts/package.json +0 -47
  57. package/example/node/node_modules/array-flatten/LICENSE +0 -21
  58. package/example/node/node_modules/array-flatten/README.md +0 -43
  59. package/example/node/node_modules/array-flatten/array-flatten.js +0 -64
  60. package/example/node/node_modules/array-flatten/package.json +0 -39
  61. package/example/node/node_modules/body-parser/HISTORY.md +0 -624
  62. package/example/node/node_modules/body-parser/LICENSE +0 -23
  63. package/example/node/node_modules/body-parser/README.md +0 -456
  64. package/example/node/node_modules/body-parser/index.js +0 -157
  65. package/example/node/node_modules/body-parser/lib/read.js +0 -181
  66. package/example/node/node_modules/body-parser/lib/types/json.js +0 -230
  67. package/example/node/node_modules/body-parser/lib/types/raw.js +0 -101
  68. package/example/node/node_modules/body-parser/lib/types/text.js +0 -121
  69. package/example/node/node_modules/body-parser/lib/types/urlencoded.js +0 -284
  70. package/example/node/node_modules/body-parser/package.json +0 -52
  71. package/example/node/node_modules/bytes/History.md +0 -92
  72. package/example/node/node_modules/bytes/LICENSE +0 -23
  73. package/example/node/node_modules/bytes/Readme.md +0 -152
  74. package/example/node/node_modules/bytes/index.js +0 -166
  75. package/example/node/node_modules/bytes/package.json +0 -42
  76. package/example/node/node_modules/content-disposition/HISTORY.md +0 -60
  77. package/example/node/node_modules/content-disposition/LICENSE +0 -22
  78. package/example/node/node_modules/content-disposition/README.md +0 -142
  79. package/example/node/node_modules/content-disposition/index.js +0 -458
  80. package/example/node/node_modules/content-disposition/package.json +0 -44
  81. package/example/node/node_modules/content-type/HISTORY.md +0 -24
  82. package/example/node/node_modules/content-type/LICENSE +0 -22
  83. package/example/node/node_modules/content-type/README.md +0 -92
  84. package/example/node/node_modules/content-type/index.js +0 -222
  85. package/example/node/node_modules/content-type/package.json +0 -40
  86. package/example/node/node_modules/cookie/HISTORY.md +0 -128
  87. package/example/node/node_modules/cookie/LICENSE +0 -24
  88. package/example/node/node_modules/cookie/README.md +0 -257
  89. package/example/node/node_modules/cookie/index.js +0 -202
  90. package/example/node/node_modules/cookie/package.json +0 -40
  91. package/example/node/node_modules/cookie-signature/History.md +0 -38
  92. package/example/node/node_modules/cookie-signature/Readme.md +0 -42
  93. package/example/node/node_modules/cookie-signature/index.js +0 -51
  94. package/example/node/node_modules/cookie-signature/package.json +0 -18
  95. package/example/node/node_modules/debug/.coveralls.yml +0 -1
  96. package/example/node/node_modules/debug/.eslintrc +0 -11
  97. package/example/node/node_modules/debug/.travis.yml +0 -14
  98. package/example/node/node_modules/debug/CHANGELOG.md +0 -362
  99. package/example/node/node_modules/debug/LICENSE +0 -19
  100. package/example/node/node_modules/debug/Makefile +0 -50
  101. package/example/node/node_modules/debug/README.md +0 -312
  102. package/example/node/node_modules/debug/component.json +0 -19
  103. package/example/node/node_modules/debug/karma.conf.js +0 -70
  104. package/example/node/node_modules/debug/node.js +0 -1
  105. package/example/node/node_modules/debug/package.json +0 -49
  106. package/example/node/node_modules/debug/src/browser.js +0 -185
  107. package/example/node/node_modules/debug/src/debug.js +0 -202
  108. package/example/node/node_modules/debug/src/index.js +0 -10
  109. package/example/node/node_modules/debug/src/inspector-log.js +0 -15
  110. package/example/node/node_modules/debug/src/node.js +0 -248
  111. package/example/node/node_modules/depd/History.md +0 -96
  112. package/example/node/node_modules/depd/LICENSE +0 -22
  113. package/example/node/node_modules/depd/Readme.md +0 -280
  114. package/example/node/node_modules/depd/index.js +0 -522
  115. package/example/node/node_modules/depd/lib/browser/index.js +0 -77
  116. package/example/node/node_modules/depd/lib/compat/callsite-tostring.js +0 -103
  117. package/example/node/node_modules/depd/lib/compat/event-listener-count.js +0 -22
  118. package/example/node/node_modules/depd/lib/compat/index.js +0 -79
  119. package/example/node/node_modules/depd/package.json +0 -41
  120. package/example/node/node_modules/destroy/LICENSE +0 -22
  121. package/example/node/node_modules/destroy/README.md +0 -60
  122. package/example/node/node_modules/destroy/index.js +0 -75
  123. package/example/node/node_modules/destroy/package.json +0 -37
  124. package/example/node/node_modules/ee-first/LICENSE +0 -22
  125. package/example/node/node_modules/ee-first/README.md +0 -80
  126. package/example/node/node_modules/ee-first/index.js +0 -95
  127. package/example/node/node_modules/ee-first/package.json +0 -29
  128. package/example/node/node_modules/encodeurl/HISTORY.md +0 -14
  129. package/example/node/node_modules/encodeurl/LICENSE +0 -22
  130. package/example/node/node_modules/encodeurl/README.md +0 -128
  131. package/example/node/node_modules/encodeurl/index.js +0 -60
  132. package/example/node/node_modules/encodeurl/package.json +0 -40
  133. package/example/node/node_modules/escape-html/LICENSE +0 -24
  134. package/example/node/node_modules/escape-html/Readme.md +0 -43
  135. package/example/node/node_modules/escape-html/index.js +0 -78
  136. package/example/node/node_modules/escape-html/package.json +0 -24
  137. package/example/node/node_modules/etag/HISTORY.md +0 -83
  138. package/example/node/node_modules/etag/LICENSE +0 -22
  139. package/example/node/node_modules/etag/README.md +0 -159
  140. package/example/node/node_modules/etag/index.js +0 -131
  141. package/example/node/node_modules/etag/package.json +0 -47
  142. package/example/node/node_modules/express/History.md +0 -3510
  143. package/example/node/node_modules/express/LICENSE +0 -24
  144. package/example/node/node_modules/express/Readme.md +0 -158
  145. package/example/node/node_modules/express/index.js +0 -11
  146. package/example/node/node_modules/express/lib/application.js +0 -644
  147. package/example/node/node_modules/express/lib/express.js +0 -116
  148. package/example/node/node_modules/express/lib/middleware/init.js +0 -43
  149. package/example/node/node_modules/express/lib/middleware/query.js +0 -47
  150. package/example/node/node_modules/express/lib/request.js +0 -525
  151. package/example/node/node_modules/express/lib/response.js +0 -1147
  152. package/example/node/node_modules/express/lib/router/index.js +0 -668
  153. package/example/node/node_modules/express/lib/router/layer.js +0 -181
  154. package/example/node/node_modules/express/lib/router/route.js +0 -216
  155. package/example/node/node_modules/express/lib/utils.js +0 -302
  156. package/example/node/node_modules/express/lib/view.js +0 -182
  157. package/example/node/node_modules/express/package.json +0 -99
  158. package/example/node/node_modules/finalhandler/HISTORY.md +0 -187
  159. package/example/node/node_modules/finalhandler/LICENSE +0 -22
  160. package/example/node/node_modules/finalhandler/README.md +0 -148
  161. package/example/node/node_modules/finalhandler/index.js +0 -331
  162. package/example/node/node_modules/finalhandler/package.json +0 -45
  163. package/example/node/node_modules/forwarded/HISTORY.md +0 -21
  164. package/example/node/node_modules/forwarded/LICENSE +0 -22
  165. package/example/node/node_modules/forwarded/README.md +0 -57
  166. package/example/node/node_modules/forwarded/index.js +0 -90
  167. package/example/node/node_modules/forwarded/package.json +0 -45
  168. package/example/node/node_modules/fresh/HISTORY.md +0 -70
  169. package/example/node/node_modules/fresh/LICENSE +0 -23
  170. package/example/node/node_modules/fresh/README.md +0 -119
  171. package/example/node/node_modules/fresh/index.js +0 -137
  172. package/example/node/node_modules/fresh/package.json +0 -46
  173. package/example/node/node_modules/http-errors/HISTORY.md +0 -165
  174. package/example/node/node_modules/http-errors/LICENSE +0 -23
  175. package/example/node/node_modules/http-errors/README.md +0 -169
  176. package/example/node/node_modules/http-errors/index.js +0 -299
  177. package/example/node/node_modules/http-errors/package.json +0 -49
  178. package/example/node/node_modules/iconv-lite/Changelog.md +0 -162
  179. package/example/node/node_modules/iconv-lite/LICENSE +0 -21
  180. package/example/node/node_modules/iconv-lite/README.md +0 -156
  181. package/example/node/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  182. package/example/node/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  183. package/example/node/node_modules/iconv-lite/encodings/index.js +0 -22
  184. package/example/node/node_modules/iconv-lite/encodings/internal.js +0 -188
  185. package/example/node/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  186. package/example/node/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  187. package/example/node/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  188. package/example/node/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  189. package/example/node/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  190. package/example/node/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  191. package/example/node/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  192. package/example/node/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  193. package/example/node/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  194. package/example/node/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  195. package/example/node/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  196. package/example/node/node_modules/iconv-lite/encodings/utf16.js +0 -177
  197. package/example/node/node_modules/iconv-lite/encodings/utf7.js +0 -290
  198. package/example/node/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  199. package/example/node/node_modules/iconv-lite/lib/extend-node.js +0 -217
  200. package/example/node/node_modules/iconv-lite/lib/index.d.ts +0 -24
  201. package/example/node/node_modules/iconv-lite/lib/index.js +0 -153
  202. package/example/node/node_modules/iconv-lite/lib/streams.js +0 -121
  203. package/example/node/node_modules/iconv-lite/package.json +0 -46
  204. package/example/node/node_modules/inherits/LICENSE +0 -16
  205. package/example/node/node_modules/inherits/README.md +0 -42
  206. package/example/node/node_modules/inherits/inherits.js +0 -9
  207. package/example/node/node_modules/inherits/inherits_browser.js +0 -27
  208. package/example/node/node_modules/inherits/package.json +0 -29
  209. package/example/node/node_modules/ipaddr.js/LICENSE +0 -19
  210. package/example/node/node_modules/ipaddr.js/README.md +0 -233
  211. package/example/node/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  212. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  213. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  214. package/example/node/node_modules/ipaddr.js/package.json +0 -35
  215. package/example/node/node_modules/media-typer/HISTORY.md +0 -22
  216. package/example/node/node_modules/media-typer/LICENSE +0 -22
  217. package/example/node/node_modules/media-typer/README.md +0 -81
  218. package/example/node/node_modules/media-typer/index.js +0 -270
  219. package/example/node/node_modules/media-typer/package.json +0 -26
  220. package/example/node/node_modules/merge-descriptors/HISTORY.md +0 -21
  221. package/example/node/node_modules/merge-descriptors/LICENSE +0 -23
  222. package/example/node/node_modules/merge-descriptors/README.md +0 -48
  223. package/example/node/node_modules/merge-descriptors/index.js +0 -60
  224. package/example/node/node_modules/merge-descriptors/package.json +0 -32
  225. package/example/node/node_modules/methods/HISTORY.md +0 -29
  226. package/example/node/node_modules/methods/LICENSE +0 -24
  227. package/example/node/node_modules/methods/README.md +0 -51
  228. package/example/node/node_modules/methods/index.js +0 -69
  229. package/example/node/node_modules/methods/package.json +0 -36
  230. package/example/node/node_modules/mime/CHANGELOG.md +0 -164
  231. package/example/node/node_modules/mime/LICENSE +0 -21
  232. package/example/node/node_modules/mime/README.md +0 -90
  233. package/example/node/node_modules/mime/cli.js +0 -8
  234. package/example/node/node_modules/mime/mime.js +0 -108
  235. package/example/node/node_modules/mime/package.json +0 -44
  236. package/example/node/node_modules/mime/src/build.js +0 -53
  237. package/example/node/node_modules/mime/src/test.js +0 -60
  238. package/example/node/node_modules/mime/types.json +0 -1
  239. package/example/node/node_modules/mime-db/HISTORY.md +0 -499
  240. package/example/node/node_modules/mime-db/LICENSE +0 -22
  241. package/example/node/node_modules/mime-db/README.md +0 -100
  242. package/example/node/node_modules/mime-db/db.json +0 -8471
  243. package/example/node/node_modules/mime-db/index.js +0 -11
  244. package/example/node/node_modules/mime-db/package.json +0 -59
  245. package/example/node/node_modules/mime-types/HISTORY.md +0 -388
  246. package/example/node/node_modules/mime-types/LICENSE +0 -23
  247. package/example/node/node_modules/mime-types/README.md +0 -113
  248. package/example/node/node_modules/mime-types/index.js +0 -188
  249. package/example/node/node_modules/mime-types/package.json +0 -44
  250. package/example/node/node_modules/ms/index.js +0 -152
  251. package/example/node/node_modules/ms/license.md +0 -21
  252. package/example/node/node_modules/ms/package.json +0 -37
  253. package/example/node/node_modules/ms/readme.md +0 -51
  254. package/example/node/node_modules/negotiator/HISTORY.md +0 -103
  255. package/example/node/node_modules/negotiator/LICENSE +0 -24
  256. package/example/node/node_modules/negotiator/README.md +0 -203
  257. package/example/node/node_modules/negotiator/index.js +0 -124
  258. package/example/node/node_modules/negotiator/lib/charset.js +0 -169
  259. package/example/node/node_modules/negotiator/lib/encoding.js +0 -184
  260. package/example/node/node_modules/negotiator/lib/language.js +0 -179
  261. package/example/node/node_modules/negotiator/lib/mediaType.js +0 -294
  262. package/example/node/node_modules/negotiator/package.json +0 -42
  263. package/example/node/node_modules/on-finished/HISTORY.md +0 -88
  264. package/example/node/node_modules/on-finished/LICENSE +0 -23
  265. package/example/node/node_modules/on-finished/README.md +0 -154
  266. package/example/node/node_modules/on-finished/index.js +0 -196
  267. package/example/node/node_modules/on-finished/package.json +0 -31
  268. package/example/node/node_modules/parseurl/HISTORY.md +0 -58
  269. package/example/node/node_modules/parseurl/LICENSE +0 -24
  270. package/example/node/node_modules/parseurl/README.md +0 -133
  271. package/example/node/node_modules/parseurl/index.js +0 -158
  272. package/example/node/node_modules/parseurl/package.json +0 -40
  273. package/example/node/node_modules/path-to-regexp/History.md +0 -36
  274. package/example/node/node_modules/path-to-regexp/LICENSE +0 -21
  275. package/example/node/node_modules/path-to-regexp/Readme.md +0 -35
  276. package/example/node/node_modules/path-to-regexp/index.js +0 -129
  277. package/example/node/node_modules/path-to-regexp/package.json +0 -30
  278. package/example/node/node_modules/proxy-addr/HISTORY.md +0 -161
  279. package/example/node/node_modules/proxy-addr/LICENSE +0 -22
  280. package/example/node/node_modules/proxy-addr/README.md +0 -139
  281. package/example/node/node_modules/proxy-addr/index.js +0 -327
  282. package/example/node/node_modules/proxy-addr/package.json +0 -47
  283. package/example/node/node_modules/qs/.editorconfig +0 -39
  284. package/example/node/node_modules/qs/.eslintignore +0 -2
  285. package/example/node/node_modules/qs/.eslintrc +0 -35
  286. package/example/node/node_modules/qs/.github/FUNDING.yml +0 -12
  287. package/example/node/node_modules/qs/.nycrc +0 -13
  288. package/example/node/node_modules/qs/CHANGELOG.md +0 -359
  289. package/example/node/node_modules/qs/LICENSE.md +0 -29
  290. package/example/node/node_modules/qs/README.md +0 -604
  291. package/example/node/node_modules/qs/dist/qs.js +0 -832
  292. package/example/node/node_modules/qs/lib/formats.js +0 -23
  293. package/example/node/node_modules/qs/lib/index.js +0 -11
  294. package/example/node/node_modules/qs/lib/parse.js +0 -257
  295. package/example/node/node_modules/qs/lib/stringify.js +0 -278
  296. package/example/node/node_modules/qs/lib/utils.js +0 -251
  297. package/example/node/node_modules/qs/package.json +0 -69
  298. package/example/node/node_modules/qs/test/parse.js +0 -772
  299. package/example/node/node_modules/qs/test/stringify.js +0 -793
  300. package/example/node/node_modules/qs/test/utils.js +0 -136
  301. package/example/node/node_modules/range-parser/HISTORY.md +0 -56
  302. package/example/node/node_modules/range-parser/LICENSE +0 -23
  303. package/example/node/node_modules/range-parser/README.md +0 -84
  304. package/example/node/node_modules/range-parser/index.js +0 -162
  305. package/example/node/node_modules/range-parser/package.json +0 -44
  306. package/example/node/node_modules/raw-body/HISTORY.md +0 -284
  307. package/example/node/node_modules/raw-body/LICENSE +0 -22
  308. package/example/node/node_modules/raw-body/README.md +0 -217
  309. package/example/node/node_modules/raw-body/index.d.ts +0 -87
  310. package/example/node/node_modules/raw-body/index.js +0 -286
  311. package/example/node/node_modules/raw-body/package.json +0 -48
  312. package/example/node/node_modules/safe-buffer/LICENSE +0 -21
  313. package/example/node/node_modules/safe-buffer/README.md +0 -584
  314. package/example/node/node_modules/safe-buffer/index.d.ts +0 -187
  315. package/example/node/node_modules/safe-buffer/index.js +0 -65
  316. package/example/node/node_modules/safe-buffer/package.json +0 -51
  317. package/example/node/node_modules/safer-buffer/LICENSE +0 -21
  318. package/example/node/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  319. package/example/node/node_modules/safer-buffer/Readme.md +0 -156
  320. package/example/node/node_modules/safer-buffer/dangerous.js +0 -58
  321. package/example/node/node_modules/safer-buffer/package.json +0 -34
  322. package/example/node/node_modules/safer-buffer/safer.js +0 -77
  323. package/example/node/node_modules/safer-buffer/tests.js +0 -406
  324. package/example/node/node_modules/send/HISTORY.md +0 -506
  325. package/example/node/node_modules/send/LICENSE +0 -23
  326. package/example/node/node_modules/send/README.md +0 -327
  327. package/example/node/node_modules/send/index.js +0 -1133
  328. package/example/node/node_modules/send/node_modules/.bin/mime +0 -15
  329. package/example/node/node_modules/send/node_modules/.bin/mime.cmd +0 -7
  330. package/example/node/node_modules/send/node_modules/ms/index.js +0 -162
  331. package/example/node/node_modules/send/node_modules/ms/license.md +0 -21
  332. package/example/node/node_modules/send/node_modules/ms/package.json +0 -38
  333. package/example/node/node_modules/send/node_modules/ms/readme.md +0 -59
  334. package/example/node/node_modules/send/package.json +0 -61
  335. package/example/node/node_modules/serve-static/HISTORY.md +0 -459
  336. package/example/node/node_modules/serve-static/LICENSE +0 -25
  337. package/example/node/node_modules/serve-static/README.md +0 -257
  338. package/example/node/node_modules/serve-static/index.js +0 -210
  339. package/example/node/node_modules/serve-static/package.json +0 -42
  340. package/example/node/node_modules/setprototypeof/LICENSE +0 -13
  341. package/example/node/node_modules/setprototypeof/README.md +0 -31
  342. package/example/node/node_modules/setprototypeof/index.d.ts +0 -2
  343. package/example/node/node_modules/setprototypeof/index.js +0 -17
  344. package/example/node/node_modules/setprototypeof/package.json +0 -38
  345. package/example/node/node_modules/setprototypeof/test/index.js +0 -24
  346. package/example/node/node_modules/statuses/HISTORY.md +0 -65
  347. package/example/node/node_modules/statuses/LICENSE +0 -23
  348. package/example/node/node_modules/statuses/README.md +0 -127
  349. package/example/node/node_modules/statuses/codes.json +0 -66
  350. package/example/node/node_modules/statuses/index.js +0 -113
  351. package/example/node/node_modules/statuses/package.json +0 -48
  352. package/example/node/node_modules/toidentifier/HISTORY.md +0 -9
  353. package/example/node/node_modules/toidentifier/LICENSE +0 -21
  354. package/example/node/node_modules/toidentifier/README.md +0 -61
  355. package/example/node/node_modules/toidentifier/index.js +0 -32
  356. package/example/node/node_modules/toidentifier/package.json +0 -38
  357. package/example/node/node_modules/type-is/HISTORY.md +0 -259
  358. package/example/node/node_modules/type-is/LICENSE +0 -23
  359. package/example/node/node_modules/type-is/README.md +0 -170
  360. package/example/node/node_modules/type-is/index.js +0 -266
  361. package/example/node/node_modules/type-is/package.json +0 -45
  362. package/example/node/node_modules/unpipe/HISTORY.md +0 -4
  363. package/example/node/node_modules/unpipe/LICENSE +0 -22
  364. package/example/node/node_modules/unpipe/README.md +0 -43
  365. package/example/node/node_modules/unpipe/index.js +0 -69
  366. package/example/node/node_modules/unpipe/package.json +0 -27
  367. package/example/node/node_modules/utils-merge/LICENSE +0 -20
  368. package/example/node/node_modules/utils-merge/README.md +0 -34
  369. package/example/node/node_modules/utils-merge/index.js +0 -23
  370. package/example/node/node_modules/utils-merge/package.json +0 -40
  371. package/example/node/node_modules/vary/HISTORY.md +0 -39
  372. package/example/node/node_modules/vary/LICENSE +0 -22
  373. package/example/node/node_modules/vary/README.md +0 -101
  374. package/example/node/node_modules/vary/index.js +0 -149
  375. package/example/node/node_modules/vary/package.json +0 -43
  376. package/example/node/server.js +0 -38
  377. package/src/index.js +0 -16
  378. package/src/lib/crawler/provider.js +0 -11
  379. package/src/lib/crawler.js +0 -130
  380. package/test/lib/crawler.test.js +0 -94
  381. package/webpack.common.js +0 -20
  382. package/webpack.dev.js +0 -7
  383. package/webpack.prod.js +0 -14
@@ -1,499 +0,0 @@
1
- 1.51.0 / 2021-11-08
2
- ===================
3
-
4
- * Add new upstream MIME types
5
- * Mark `image/vnd.microsoft.icon` as compressible
6
- * Mark `image/vnd.ms-dds` as compressible
7
-
8
- 1.50.0 / 2021-09-15
9
- ===================
10
-
11
- * Add deprecated iWorks mime types and extensions
12
- * Add new upstream MIME types
13
-
14
- 1.49.0 / 2021-07-26
15
- ===================
16
-
17
- * Add extension `.trig` to `application/trig`
18
- * Add new upstream MIME types
19
-
20
- 1.48.0 / 2021-05-30
21
- ===================
22
-
23
- * Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
24
- * Add new upstream MIME types
25
- * Mark `text/yaml` as compressible
26
-
27
- 1.47.0 / 2021-04-01
28
- ===================
29
-
30
- * Add new upstream MIME types
31
- * Remove ambigious extensions from IANA for `application/*+xml` types
32
- * Update primary extension to `.es` for `application/ecmascript`
33
-
34
- 1.46.0 / 2021-02-13
35
- ===================
36
-
37
- * Add extension `.amr` to `audio/amr`
38
- * Add extension `.m4s` to `video/iso.segment`
39
- * Add extension `.opus` to `audio/ogg`
40
- * Add new upstream MIME types
41
-
42
- 1.45.0 / 2020-09-22
43
- ===================
44
-
45
- * Add `application/ubjson` with extension `.ubj`
46
- * Add `image/avif` with extension `.avif`
47
- * Add `image/ktx2` with extension `.ktx2`
48
- * Add extension `.dbf` to `application/vnd.dbf`
49
- * Add extension `.rar` to `application/vnd.rar`
50
- * Add extension `.td` to `application/urc-targetdesc+xml`
51
- * Add new upstream MIME types
52
- * Fix extension of `application/vnd.apple.keynote` to be `.key`
53
-
54
- 1.44.0 / 2020-04-22
55
- ===================
56
-
57
- * Add charsets from IANA
58
- * Add extension `.cjs` to `application/node`
59
- * Add new upstream MIME types
60
-
61
- 1.43.0 / 2020-01-05
62
- ===================
63
-
64
- * Add `application/x-keepass2` with extension `.kdbx`
65
- * Add extension `.mxmf` to `audio/mobile-xmf`
66
- * Add extensions from IANA for `application/*+xml` types
67
- * Add new upstream MIME types
68
-
69
- 1.42.0 / 2019-09-25
70
- ===================
71
-
72
- * Add `image/vnd.ms-dds` with extension `.dds`
73
- * Add new upstream MIME types
74
- * Remove compressible from `multipart/mixed`
75
-
76
- 1.41.0 / 2019-08-30
77
- ===================
78
-
79
- * Add new upstream MIME types
80
- * Add `application/toml` with extension `.toml`
81
- * Mark `font/ttf` as compressible
82
-
83
- 1.40.0 / 2019-04-20
84
- ===================
85
-
86
- * Add extensions from IANA for `model/*` types
87
- * Add `text/mdx` with extension `.mdx`
88
-
89
- 1.39.0 / 2019-04-04
90
- ===================
91
-
92
- * Add extensions `.siv` and `.sieve` to `application/sieve`
93
- * Add new upstream MIME types
94
-
95
- 1.38.0 / 2019-02-04
96
- ===================
97
-
98
- * Add extension `.nq` to `application/n-quads`
99
- * Add extension `.nt` to `application/n-triples`
100
- * Add new upstream MIME types
101
- * Mark `text/less` as compressible
102
-
103
- 1.37.0 / 2018-10-19
104
- ===================
105
-
106
- * Add extensions to HEIC image types
107
- * Add new upstream MIME types
108
-
109
- 1.36.0 / 2018-08-20
110
- ===================
111
-
112
- * Add Apple file extensions from IANA
113
- * Add extensions from IANA for `image/*` types
114
- * Add new upstream MIME types
115
-
116
- 1.35.0 / 2018-07-15
117
- ===================
118
-
119
- * Add extension `.owl` to `application/rdf+xml`
120
- * Add new upstream MIME types
121
- - Removes extension `.woff` from `application/font-woff`
122
-
123
- 1.34.0 / 2018-06-03
124
- ===================
125
-
126
- * Add extension `.csl` to `application/vnd.citationstyles.style+xml`
127
- * Add extension `.es` to `application/ecmascript`
128
- * Add new upstream MIME types
129
- * Add `UTF-8` as default charset for `text/turtle`
130
- * Mark all XML-derived types as compressible
131
-
132
- 1.33.0 / 2018-02-15
133
- ===================
134
-
135
- * Add extensions from IANA for `message/*` types
136
- * Add new upstream MIME types
137
- * Fix some incorrect OOXML types
138
- * Remove `application/font-woff2`
139
-
140
- 1.32.0 / 2017-11-29
141
- ===================
142
-
143
- * Add new upstream MIME types
144
- * Update `text/hjson` to registered `application/hjson`
145
- * Add `text/shex` with extension `.shex`
146
-
147
- 1.31.0 / 2017-10-25
148
- ===================
149
-
150
- * Add `application/raml+yaml` with extension `.raml`
151
- * Add `application/wasm` with extension `.wasm`
152
- * Add new `font` type from IANA
153
- * Add new upstream font extensions
154
- * Add new upstream MIME types
155
- * Add extensions for JPEG-2000 images
156
-
157
- 1.30.0 / 2017-08-27
158
- ===================
159
-
160
- * Add `application/vnd.ms-outlook`
161
- * Add `application/x-arj`
162
- * Add extension `.mjs` to `application/javascript`
163
- * Add glTF types and extensions
164
- * Add new upstream MIME types
165
- * Add `text/x-org`
166
- * Add VirtualBox MIME types
167
- * Fix `source` records for `video/*` types that are IANA
168
- * Update `font/opentype` to registered `font/otf`
169
-
170
- 1.29.0 / 2017-07-10
171
- ===================
172
-
173
- * Add `application/fido.trusted-apps+json`
174
- * Add extension `.wadl` to `application/vnd.sun.wadl+xml`
175
- * Add new upstream MIME types
176
- * Add `UTF-8` as default charset for `text/css`
177
-
178
- 1.28.0 / 2017-05-14
179
- ===================
180
-
181
- * Add new upstream MIME types
182
- * Add extension `.gz` to `application/gzip`
183
- * Update extensions `.md` and `.markdown` to be `text/markdown`
184
-
185
- 1.27.0 / 2017-03-16
186
- ===================
187
-
188
- * Add new upstream MIME types
189
- * Add `image/apng` with extension `.apng`
190
-
191
- 1.26.0 / 2017-01-14
192
- ===================
193
-
194
- * Add new upstream MIME types
195
- * Add extension `.geojson` to `application/geo+json`
196
-
197
- 1.25.0 / 2016-11-11
198
- ===================
199
-
200
- * Add new upstream MIME types
201
-
202
- 1.24.0 / 2016-09-18
203
- ===================
204
-
205
- * Add `audio/mp3`
206
- * Add new upstream MIME types
207
-
208
- 1.23.0 / 2016-05-01
209
- ===================
210
-
211
- * Add new upstream MIME types
212
- * Add extension `.3gpp` to `audio/3gpp`
213
-
214
- 1.22.0 / 2016-02-15
215
- ===================
216
-
217
- * Add `text/slim`
218
- * Add extension `.rng` to `application/xml`
219
- * Add new upstream MIME types
220
- * Fix extension of `application/dash+xml` to be `.mpd`
221
- * Update primary extension to `.m4a` for `audio/mp4`
222
-
223
- 1.21.0 / 2016-01-06
224
- ===================
225
-
226
- * Add Google document types
227
- * Add new upstream MIME types
228
-
229
- 1.20.0 / 2015-11-10
230
- ===================
231
-
232
- * Add `text/x-suse-ymp`
233
- * Add new upstream MIME types
234
-
235
- 1.19.0 / 2015-09-17
236
- ===================
237
-
238
- * Add `application/vnd.apple.pkpass`
239
- * Add new upstream MIME types
240
-
241
- 1.18.0 / 2015-09-03
242
- ===================
243
-
244
- * Add new upstream MIME types
245
-
246
- 1.17.0 / 2015-08-13
247
- ===================
248
-
249
- * Add `application/x-msdos-program`
250
- * Add `audio/g711-0`
251
- * Add `image/vnd.mozilla.apng`
252
- * Add extension `.exe` to `application/x-msdos-program`
253
-
254
- 1.16.0 / 2015-07-29
255
- ===================
256
-
257
- * Add `application/vnd.uri-map`
258
-
259
- 1.15.0 / 2015-07-13
260
- ===================
261
-
262
- * Add `application/x-httpd-php`
263
-
264
- 1.14.0 / 2015-06-25
265
- ===================
266
-
267
- * Add `application/scim+json`
268
- * Add `application/vnd.3gpp.ussd+xml`
269
- * Add `application/vnd.biopax.rdf+xml`
270
- * Add `text/x-processing`
271
-
272
- 1.13.0 / 2015-06-07
273
- ===================
274
-
275
- * Add nginx as a source
276
- * Add `application/x-cocoa`
277
- * Add `application/x-java-archive-diff`
278
- * Add `application/x-makeself`
279
- * Add `application/x-perl`
280
- * Add `application/x-pilot`
281
- * Add `application/x-redhat-package-manager`
282
- * Add `application/x-sea`
283
- * Add `audio/x-m4a`
284
- * Add `audio/x-realaudio`
285
- * Add `image/x-jng`
286
- * Add `text/mathml`
287
-
288
- 1.12.0 / 2015-06-05
289
- ===================
290
-
291
- * Add `application/bdoc`
292
- * Add `application/vnd.hyperdrive+json`
293
- * Add `application/x-bdoc`
294
- * Add extension `.rtf` to `text/rtf`
295
-
296
- 1.11.0 / 2015-05-31
297
- ===================
298
-
299
- * Add `audio/wav`
300
- * Add `audio/wave`
301
- * Add extension `.litcoffee` to `text/coffeescript`
302
- * Add extension `.sfd-hdstx` to `application/vnd.hydrostatix.sof-data`
303
- * Add extension `.n-gage` to `application/vnd.nokia.n-gage.symbian.install`
304
-
305
- 1.10.0 / 2015-05-19
306
- ===================
307
-
308
- * Add `application/vnd.balsamiq.bmpr`
309
- * Add `application/vnd.microsoft.portable-executable`
310
- * Add `application/x-ns-proxy-autoconfig`
311
-
312
- 1.9.1 / 2015-04-19
313
- ==================
314
-
315
- * Remove `.json` extension from `application/manifest+json`
316
- - This is causing bugs downstream
317
-
318
- 1.9.0 / 2015-04-19
319
- ==================
320
-
321
- * Add `application/manifest+json`
322
- * Add `application/vnd.micro+json`
323
- * Add `image/vnd.zbrush.pcx`
324
- * Add `image/x-ms-bmp`
325
-
326
- 1.8.0 / 2015-03-13
327
- ==================
328
-
329
- * Add `application/vnd.citationstyles.style+xml`
330
- * Add `application/vnd.fastcopy-disk-image`
331
- * Add `application/vnd.gov.sk.xmldatacontainer+xml`
332
- * Add extension `.jsonld` to `application/ld+json`
333
-
334
- 1.7.0 / 2015-02-08
335
- ==================
336
-
337
- * Add `application/vnd.gerber`
338
- * Add `application/vnd.msa-disk-image`
339
-
340
- 1.6.1 / 2015-02-05
341
- ==================
342
-
343
- * Community extensions ownership transferred from `node-mime`
344
-
345
- 1.6.0 / 2015-01-29
346
- ==================
347
-
348
- * Add `application/jose`
349
- * Add `application/jose+json`
350
- * Add `application/json-seq`
351
- * Add `application/jwk+json`
352
- * Add `application/jwk-set+json`
353
- * Add `application/jwt`
354
- * Add `application/rdap+json`
355
- * Add `application/vnd.gov.sk.e-form+xml`
356
- * Add `application/vnd.ims.imsccv1p3`
357
-
358
- 1.5.0 / 2014-12-30
359
- ==================
360
-
361
- * Add `application/vnd.oracle.resource+json`
362
- * Fix various invalid MIME type entries
363
- - `application/mbox+xml`
364
- - `application/oscp-response`
365
- - `application/vwg-multiplexed`
366
- - `audio/g721`
367
-
368
- 1.4.0 / 2014-12-21
369
- ==================
370
-
371
- * Add `application/vnd.ims.imsccv1p2`
372
- * Fix various invalid MIME type entries
373
- - `application/vnd-acucobol`
374
- - `application/vnd-curl`
375
- - `application/vnd-dart`
376
- - `application/vnd-dxr`
377
- - `application/vnd-fdf`
378
- - `application/vnd-mif`
379
- - `application/vnd-sema`
380
- - `application/vnd-wap-wmlc`
381
- - `application/vnd.adobe.flash-movie`
382
- - `application/vnd.dece-zip`
383
- - `application/vnd.dvb_service`
384
- - `application/vnd.micrografx-igx`
385
- - `application/vnd.sealed-doc`
386
- - `application/vnd.sealed-eml`
387
- - `application/vnd.sealed-mht`
388
- - `application/vnd.sealed-ppt`
389
- - `application/vnd.sealed-tiff`
390
- - `application/vnd.sealed-xls`
391
- - `application/vnd.sealedmedia.softseal-html`
392
- - `application/vnd.sealedmedia.softseal-pdf`
393
- - `application/vnd.wap-slc`
394
- - `application/vnd.wap-wbxml`
395
- - `audio/vnd.sealedmedia.softseal-mpeg`
396
- - `image/vnd-djvu`
397
- - `image/vnd-svf`
398
- - `image/vnd-wap-wbmp`
399
- - `image/vnd.sealed-png`
400
- - `image/vnd.sealedmedia.softseal-gif`
401
- - `image/vnd.sealedmedia.softseal-jpg`
402
- - `model/vnd-dwf`
403
- - `model/vnd.parasolid.transmit-binary`
404
- - `model/vnd.parasolid.transmit-text`
405
- - `text/vnd-a`
406
- - `text/vnd-curl`
407
- - `text/vnd.wap-wml`
408
- * Remove example template MIME types
409
- - `application/example`
410
- - `audio/example`
411
- - `image/example`
412
- - `message/example`
413
- - `model/example`
414
- - `multipart/example`
415
- - `text/example`
416
- - `video/example`
417
-
418
- 1.3.1 / 2014-12-16
419
- ==================
420
-
421
- * Fix missing extensions
422
- - `application/json5`
423
- - `text/hjson`
424
-
425
- 1.3.0 / 2014-12-07
426
- ==================
427
-
428
- * Add `application/a2l`
429
- * Add `application/aml`
430
- * Add `application/atfx`
431
- * Add `application/atxml`
432
- * Add `application/cdfx+xml`
433
- * Add `application/dii`
434
- * Add `application/json5`
435
- * Add `application/lxf`
436
- * Add `application/mf4`
437
- * Add `application/vnd.apache.thrift.compact`
438
- * Add `application/vnd.apache.thrift.json`
439
- * Add `application/vnd.coffeescript`
440
- * Add `application/vnd.enphase.envoy`
441
- * Add `application/vnd.ims.imsccv1p1`
442
- * Add `text/csv-schema`
443
- * Add `text/hjson`
444
- * Add `text/markdown`
445
- * Add `text/yaml`
446
-
447
- 1.2.0 / 2014-11-09
448
- ==================
449
-
450
- * Add `application/cea`
451
- * Add `application/dit`
452
- * Add `application/vnd.gov.sk.e-form+zip`
453
- * Add `application/vnd.tmd.mediaflex.api+xml`
454
- * Type `application/epub+zip` is now IANA-registered
455
-
456
- 1.1.2 / 2014-10-23
457
- ==================
458
-
459
- * Rebuild database for `application/x-www-form-urlencoded` change
460
-
461
- 1.1.1 / 2014-10-20
462
- ==================
463
-
464
- * Mark `application/x-www-form-urlencoded` as compressible.
465
-
466
- 1.1.0 / 2014-09-28
467
- ==================
468
-
469
- * Add `application/font-woff2`
470
-
471
- 1.0.3 / 2014-09-25
472
- ==================
473
-
474
- * Fix engine requirement in package
475
-
476
- 1.0.2 / 2014-09-25
477
- ==================
478
-
479
- * Add `application/coap-group+json`
480
- * Add `application/dcd`
481
- * Add `application/vnd.apache.thrift.binary`
482
- * Add `image/vnd.tencent.tap`
483
- * Mark all JSON-derived types as compressible
484
- * Update `text/vtt` data
485
-
486
- 1.0.1 / 2014-08-30
487
- ==================
488
-
489
- * Fix extension ordering
490
-
491
- 1.0.0 / 2014-08-30
492
- ==================
493
-
494
- * Add `application/atf`
495
- * Add `application/merge-patch+json`
496
- * Add `multipart/x-mixed-replace`
497
- * Add `source: 'apache'` metadata
498
- * Add `source: 'iana'` metadata
499
- * Remove badly-assumed charset data
@@ -1,22 +0,0 @@
1
-
2
- The MIT License (MIT)
3
-
4
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in
14
- all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- THE SOFTWARE.
@@ -1,100 +0,0 @@
1
- # mime-db
2
-
3
- [![NPM Version][npm-version-image]][npm-url]
4
- [![NPM Downloads][npm-downloads-image]][npm-url]
5
- [![Node.js Version][node-image]][node-url]
6
- [![Build Status][ci-image]][ci-url]
7
- [![Coverage Status][coveralls-image]][coveralls-url]
8
-
9
- This is a database of all mime types.
10
- It consists of a single, public JSON file and does not include any logic,
11
- allowing it to remain as un-opinionated as possible with an API.
12
- It aggregates data from the following sources:
13
-
14
- - http://www.iana.org/assignments/media-types/media-types.xhtml
15
- - http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
16
- - http://hg.nginx.org/nginx/raw-file/default/conf/mime.types
17
-
18
- ## Installation
19
-
20
- ```bash
21
- npm install mime-db
22
- ```
23
-
24
- ### Database Download
25
-
26
- If you're crazy enough to use this in the browser, you can just grab the
27
- JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to
28
- replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags)
29
- as the JSON format may change in the future.
30
-
31
- ```
32
- https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
33
- ```
34
-
35
- ## Usage
36
-
37
- ```js
38
- var db = require('mime-db')
39
-
40
- // grab data on .js files
41
- var data = db['application/javascript']
42
- ```
43
-
44
- ## Data Structure
45
-
46
- The JSON file is a map lookup for lowercased mime types.
47
- Each mime type has the following properties:
48
-
49
- - `.source` - where the mime type is defined.
50
- If not set, it's probably a custom media type.
51
- - `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)
52
- - `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml)
53
- - `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
54
- - `.extensions[]` - known extensions associated with this mime type.
55
- - `.compressible` - whether a file of this type can be gzipped.
56
- - `.charset` - the default charset associated with this type, if any.
57
-
58
- If unknown, every property could be `undefined`.
59
-
60
- ## Contributing
61
-
62
- To edit the database, only make PRs against `src/custom-types.json` or
63
- `src/custom-suffix.json`.
64
-
65
- The `src/custom-types.json` file is a JSON object with the MIME type as the
66
- keys and the values being an object with the following keys:
67
-
68
- - `compressible` - leave out if you don't know, otherwise `true`/`false` to
69
- indicate whether the data represented by the type is typically compressible.
70
- - `extensions` - include an array of file extensions that are associated with
71
- the type.
72
- - `notes` - human-readable notes about the type, typically what the type is.
73
- - `sources` - include an array of URLs of where the MIME type and the associated
74
- extensions are sourced from. This needs to be a [primary source](https://en.wikipedia.org/wiki/Primary_source);
75
- links to type aggregating sites and Wikipedia are _not acceptable_.
76
-
77
- To update the build, run `npm run build`.
78
-
79
- ### Adding Custom Media Types
80
-
81
- The best way to get new media types included in this library is to register
82
- them with the IANA. The community registration procedure is outlined in
83
- [RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types
84
- registered with the IANA are automatically pulled into this library.
85
-
86
- If that is not possible / feasible, they can be added directly here as a
87
- "custom" type. To do this, it is required to have a primary source that
88
- definitively lists the media type. If an extension is going to be listed as
89
- associateed with this media type, the source must definitively link the
90
- media type and extension as well.
91
-
92
- [ci-image]: https://badgen.net/github/checks/jshttp/mime-db/master?label=ci
93
- [ci-url]: https://github.com/jshttp/mime-db/actions?query=workflow%3Aci
94
- [coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master
95
- [coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master
96
- [node-image]: https://badgen.net/npm/node/mime-db
97
- [node-url]: https://nodejs.org/en/download
98
- [npm-downloads-image]: https://badgen.net/npm/dm/mime-db
99
- [npm-url]: https://npmjs.org/package/mime-db
100
- [npm-version-image]: https://badgen.net/npm/v/mime-db