mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
use terser and clean-css directly
create a sourcemap as well by default
This commit is contained in:
34
node_modules/mime-db/HISTORY.md
generated
vendored
34
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,37 @@
|
||||
1.43.0 / 2020-01-05
|
||||
===================
|
||||
|
||||
* Add `application/x-keepass2` with extension `.kdbx`
|
||||
* Add extension `.mxmf` to `audio/mobile-xmf`
|
||||
* Add extensions from IANA for `application/*+xml` types
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.42.0 / 2019-09-25
|
||||
===================
|
||||
|
||||
* Add `image/vnd.ms-dds` with extension `.dds`
|
||||
* Add new upstream MIME types
|
||||
* Remove compressible from `multipart/mixed`
|
||||
|
||||
1.41.0 / 2019-08-30
|
||||
===================
|
||||
|
||||
* Add new upstream MIME types
|
||||
* Add `application/toml` with extension `.toml`
|
||||
* Mark `font/ttf` as compressible
|
||||
|
||||
1.40.0 / 2019-04-20
|
||||
===================
|
||||
|
||||
* Add extensions from IANA for `model/*` types
|
||||
* Add `text/mdx` with extension `.mdx`
|
||||
|
||||
1.39.0 / 2019-04-04
|
||||
===================
|
||||
|
||||
* Add extensions `.siv` and `.sieve` to `application/sieve`
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.38.0 / 2019-02-04
|
||||
===================
|
||||
|
||||
|
8
node_modules/mime-db/README.md
generated
vendored
8
node_modules/mime-db/README.md
generated
vendored
@@ -76,13 +76,19 @@ and the values being an object with the following keys:
|
||||
|
||||
To update the build, run `npm run build`.
|
||||
|
||||
## Adding Custom Media Types
|
||||
### Adding Custom Media Types
|
||||
|
||||
The best way to get new media types included in this library is to register
|
||||
them with the IANA. The community registration procedure is outlined in
|
||||
[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types
|
||||
registered with the IANA are automatically pulled into this library.
|
||||
|
||||
If that is not possible / feasible, they can be added directly here as a
|
||||
"custom" type. To do this, it is required to have a primary source that
|
||||
definitively lists the media type. If an extension is going to be listed as
|
||||
associateed with this media type, the source must definitively link the
|
||||
media type and extension as well.
|
||||
|
||||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master
|
||||
[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master
|
||||
[node-image]: https://badgen.net/npm/node/mime-db
|
||||
|
353
node_modules/mime-db/db.json
generated
vendored
353
node_modules/mime-db/db.json
generated
vendored
@@ -92,7 +92,8 @@
|
||||
},
|
||||
"application/atomdeleted+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["atomdeleted"]
|
||||
},
|
||||
"application/atomicmail": {
|
||||
"source": "iana"
|
||||
@@ -102,6 +103,25 @@
|
||||
"compressible": true,
|
||||
"extensions": ["atomsvc"]
|
||||
},
|
||||
"application/atsc-dwd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["dwd"]
|
||||
},
|
||||
"application/atsc-held+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["held"]
|
||||
},
|
||||
"application/atsc-rdt+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/atsc-rsat+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["rsat"]
|
||||
},
|
||||
"application/atxml": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -130,7 +150,8 @@
|
||||
},
|
||||
"application/calendar+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xcs"]
|
||||
},
|
||||
"application/call-completion": {
|
||||
"source": "iana"
|
||||
@@ -141,6 +162,9 @@
|
||||
"application/cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cbor-seq": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cccex": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -155,7 +179,8 @@
|
||||
},
|
||||
"application/cdfx+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["cdfx"]
|
||||
},
|
||||
"application/cdmi-capability": {
|
||||
"source": "iana",
|
||||
@@ -194,6 +219,10 @@
|
||||
"application/cfw": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/clue+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/clue_info+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -391,7 +420,8 @@
|
||||
},
|
||||
"application/emotionml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["emotionml"]
|
||||
},
|
||||
"application/encaprtp": {
|
||||
"source": "iana"
|
||||
@@ -424,7 +454,8 @@
|
||||
},
|
||||
"application/fdt+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["fdt"]
|
||||
},
|
||||
"application/fhir+json": {
|
||||
"source": "iana",
|
||||
@@ -440,6 +471,9 @@
|
||||
"application/fits": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/font-sfnt": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -562,7 +596,8 @@
|
||||
},
|
||||
"application/its+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["its"]
|
||||
},
|
||||
"application/java-archive": {
|
||||
"source": "apache",
|
||||
@@ -647,7 +682,8 @@
|
||||
},
|
||||
"application/lgr+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["lgr"]
|
||||
},
|
||||
"application/link-format": {
|
||||
"source": "iana"
|
||||
@@ -801,9 +837,18 @@
|
||||
"application/mikey": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mmt-aei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["maei"]
|
||||
},
|
||||
"application/mmt-usd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["musd"]
|
||||
},
|
||||
"application/mods+xml": {
|
||||
"source": "iana",
|
||||
@@ -841,11 +886,13 @@
|
||||
},
|
||||
"application/mrb-consumer+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xdf"]
|
||||
},
|
||||
"application/mrb-publish+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xdf"]
|
||||
},
|
||||
"application/msc-ivr+xml": {
|
||||
"source": "iana",
|
||||
@@ -864,6 +911,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/multipart-core": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mxf": {
|
||||
"source": "iana",
|
||||
"extensions": ["mxf"]
|
||||
@@ -939,13 +989,17 @@
|
||||
"source": "apache",
|
||||
"extensions": ["onetoc","onetoc2","onetmp","onepkg"]
|
||||
},
|
||||
"application/oscore": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/oxps": {
|
||||
"source": "iana",
|
||||
"extensions": ["oxps"]
|
||||
},
|
||||
"application/p2p-overlay+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["relo"]
|
||||
},
|
||||
"application/parityfec": {
|
||||
"source": "iana"
|
||||
@@ -1063,7 +1117,8 @@
|
||||
},
|
||||
"application/provenance+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["provx"]
|
||||
},
|
||||
"application/prs.alvestrand.titrax-sheet": {
|
||||
"source": "iana"
|
||||
@@ -1157,15 +1212,18 @@
|
||||
},
|
||||
"application/route-apd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["rapd"]
|
||||
},
|
||||
"application/route-s-tsid+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["sls"]
|
||||
},
|
||||
"application/route-usd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["rusd"]
|
||||
},
|
||||
"application/rpki-ghostbusters": {
|
||||
"source": "iana",
|
||||
@@ -1259,7 +1317,8 @@
|
||||
},
|
||||
"application/senml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["senmlx"]
|
||||
},
|
||||
"application/senml-exi": {
|
||||
"source": "iana"
|
||||
@@ -1273,7 +1332,8 @@
|
||||
},
|
||||
"application/sensml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["sensmlx"]
|
||||
},
|
||||
"application/sensml-exi": {
|
||||
"source": "iana"
|
||||
@@ -1314,7 +1374,8 @@
|
||||
"extensions": ["shf"]
|
||||
},
|
||||
"application/sieve": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["siv","sieve"]
|
||||
},
|
||||
"application/simple-filter+xml": {
|
||||
"source": "iana",
|
||||
@@ -1326,6 +1387,9 @@
|
||||
"application/simplesymbolcontainer": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/sipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/slate": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1391,6 +1455,11 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/swid+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["swidtag"]
|
||||
},
|
||||
"application/tamp-apex-update": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1464,6 +1533,10 @@
|
||||
"application/tnauthlist": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/toml": {
|
||||
"compressible": true,
|
||||
"extensions": ["toml"]
|
||||
},
|
||||
"application/trickle-ice-sdpfrag": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1472,7 +1545,8 @@
|
||||
},
|
||||
"application/ttml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["ttml"]
|
||||
},
|
||||
"application/tve-trigger": {
|
||||
"source": "iana"
|
||||
@@ -1492,7 +1566,8 @@
|
||||
},
|
||||
"application/urc-ressheet+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["rsheet"]
|
||||
},
|
||||
"application/urc-targetdesc+xml": {
|
||||
"source": "iana",
|
||||
@@ -1518,7 +1593,8 @@
|
||||
},
|
||||
"application/vnd.1000minds.decision-model+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["1km"]
|
||||
},
|
||||
"application/vnd.3gpp-prose+xml": {
|
||||
"source": "iana",
|
||||
@@ -1620,6 +1696,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.3gpp.mcvideo-info+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.3gpp.mcvideo-location-info+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -1751,9 +1831,36 @@
|
||||
"application/vnd.afpc.afplinedata": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.afplinedata-pagedef": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.foca-charset": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.foca-codedfont": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.foca-codepage": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-formdef": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-mediummap": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-objectcontainer": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-overlay": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.afpc.modca-pagesegment": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ah-barcode": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1792,6 +1899,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.android.ota": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.android.package-archive": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
@@ -1825,6 +1935,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.aplextor.warrp+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.apothekende.reservation+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -1889,7 +2003,8 @@
|
||||
},
|
||||
"application/vnd.balsamiq.bmml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["bmml"]
|
||||
},
|
||||
"application/vnd.balsamiq.bmpr": {
|
||||
"source": "iana"
|
||||
@@ -1897,6 +2012,9 @@
|
||||
"application/vnd.banana-accounting": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bbf.usp.error": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bbf.usp.msg": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1932,6 +2050,12 @@
|
||||
"source": "iana",
|
||||
"extensions": ["bmi"]
|
||||
},
|
||||
"application/vnd.bpf": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bpf3": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.businessobjects": {
|
||||
"source": "iana",
|
||||
"extensions": ["rep"]
|
||||
@@ -1971,6 +2095,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["mmd"]
|
||||
},
|
||||
"application/vnd.ciedi": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.cinderella": {
|
||||
"source": "iana",
|
||||
"extensions": ["cdy"]
|
||||
@@ -2087,6 +2214,13 @@
|
||||
"compressible": true,
|
||||
"extensions": ["wbs"]
|
||||
},
|
||||
"application/vnd.cryptii.pipe+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.crypto-shade-file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ctc-posml": {
|
||||
"source": "iana",
|
||||
"extensions": ["pml"]
|
||||
@@ -2520,6 +2654,10 @@
|
||||
"application/vnd.ffsns": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ficlab.flb+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.filmit.zfc": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2618,6 +2756,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["txd"]
|
||||
},
|
||||
"application/vnd.gentics.grd+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.geo+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -2984,6 +3126,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["fcs"]
|
||||
},
|
||||
"application/vnd.iso11783-10+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.jam": {
|
||||
"source": "iana",
|
||||
"extensions": ["jam"]
|
||||
@@ -3083,6 +3229,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["sse"]
|
||||
},
|
||||
"application/vnd.las": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.las.las+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -3092,6 +3241,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["lasxml"]
|
||||
},
|
||||
"application/vnd.laszip": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.leap+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -3109,6 +3261,13 @@
|
||||
"compressible": true,
|
||||
"extensions": ["lbe"]
|
||||
},
|
||||
"application/vnd.logipipe.circuit+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.loom": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.lotus-1-2-3": {
|
||||
"source": "iana",
|
||||
"extensions": ["123"]
|
||||
@@ -3567,7 +3726,8 @@
|
||||
},
|
||||
"application/vnd.nokia.n-gage.ac+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["ac"]
|
||||
},
|
||||
"application/vnd.nokia.n-gage.data": {
|
||||
"source": "iana",
|
||||
@@ -3921,7 +4081,8 @@
|
||||
},
|
||||
"application/vnd.openblox.game+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["obgx"]
|
||||
},
|
||||
"application/vnd.openblox.game-binary": {
|
||||
"source": "iana"
|
||||
@@ -3935,7 +4096,8 @@
|
||||
},
|
||||
"application/vnd.openstreetmap.data+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["osm"]
|
||||
},
|
||||
"application/vnd.openxmlformats-officedocument.custom-properties+xml": {
|
||||
"source": "iana",
|
||||
@@ -4563,6 +4725,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["semf"]
|
||||
},
|
||||
"application/vnd.shade-save-file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.shana.informed.formdata": {
|
||||
"source": "iana",
|
||||
"extensions": ["ifm"]
|
||||
@@ -4583,6 +4748,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.shopkick+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.sigrok.session": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4607,7 +4776,8 @@
|
||||
},
|
||||
"application/vnd.software602.filler.form+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["fo"]
|
||||
},
|
||||
"application/vnd.software602.filler.form-xml-zip": {
|
||||
"source": "iana"
|
||||
@@ -4754,7 +4924,8 @@
|
||||
},
|
||||
"application/vnd.syncml.dmddf+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["ddf"]
|
||||
},
|
||||
"application/vnd.syncml.dmtnds+wbxml": {
|
||||
"source": "iana"
|
||||
@@ -4900,6 +5071,9 @@
|
||||
"application/vnd.veryant.thin": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ves.encrypted": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.vidsoft.vidconference": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -5388,6 +5562,9 @@
|
||||
"application/x-javascript": {
|
||||
"compressible": true
|
||||
},
|
||||
"application/x-keepass2": {
|
||||
"extensions": ["kdbx"]
|
||||
},
|
||||
"application/x-latex": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
@@ -5700,11 +5877,13 @@
|
||||
},
|
||||
"application/xcap-att+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xav"]
|
||||
},
|
||||
"application/xcap-caps+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xca"]
|
||||
},
|
||||
"application/xcap-diff+xml": {
|
||||
"source": "iana",
|
||||
@@ -5713,15 +5892,18 @@
|
||||
},
|
||||
"application/xcap-el+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xel"]
|
||||
},
|
||||
"application/xcap-error+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xer"]
|
||||
},
|
||||
"application/xcap-ns+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xns"]
|
||||
},
|
||||
"application/xcon-conference-info+xml": {
|
||||
"source": "iana",
|
||||
@@ -5747,7 +5929,8 @@
|
||||
},
|
||||
"application/xliff+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xlf"]
|
||||
},
|
||||
"application/xml": {
|
||||
"source": "iana",
|
||||
@@ -5968,6 +6151,9 @@
|
||||
"audio/evs": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/fwdred": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -6064,7 +6250,8 @@
|
||||
"extensions": ["mid","midi","kar","rmi"]
|
||||
},
|
||||
"audio/mobile-xmf": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["mxmf"]
|
||||
},
|
||||
"audio/mp3": {
|
||||
"compressible": false,
|
||||
@@ -6454,6 +6641,7 @@
|
||||
},
|
||||
"font/ttf": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["ttf"]
|
||||
},
|
||||
"font/woff": {
|
||||
@@ -6524,6 +6712,14 @@
|
||||
"source": "iana",
|
||||
"extensions": ["heifs"]
|
||||
},
|
||||
"image/hej2k": {
|
||||
"source": "iana",
|
||||
"extensions": ["hej2"]
|
||||
},
|
||||
"image/hsj2": {
|
||||
"source": "iana",
|
||||
"extensions": ["hsj2"]
|
||||
},
|
||||
"image/ief": {
|
||||
"source": "iana",
|
||||
"extensions": ["ief"]
|
||||
@@ -6542,6 +6738,14 @@
|
||||
"compressible": false,
|
||||
"extensions": ["jpeg","jpg","jpe"]
|
||||
},
|
||||
"image/jph": {
|
||||
"source": "iana",
|
||||
"extensions": ["jph"]
|
||||
},
|
||||
"image/jphc": {
|
||||
"source": "iana",
|
||||
"extensions": ["jhc"]
|
||||
},
|
||||
"image/jpm": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
@@ -6552,6 +6756,34 @@
|
||||
"compressible": false,
|
||||
"extensions": ["jpx","jpf"]
|
||||
},
|
||||
"image/jxr": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxr"]
|
||||
},
|
||||
"image/jxra": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxra"]
|
||||
},
|
||||
"image/jxrs": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxrs"]
|
||||
},
|
||||
"image/jxs": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxs"]
|
||||
},
|
||||
"image/jxsc": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxsc"]
|
||||
},
|
||||
"image/jxsi": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxsi"]
|
||||
},
|
||||
"image/jxss": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxss"]
|
||||
},
|
||||
"image/ktx": {
|
||||
"source": "iana",
|
||||
"extensions": ["ktx"]
|
||||
@@ -6665,6 +6897,9 @@
|
||||
"image/vnd.mozilla.apng": {
|
||||
"source": "iana"
|
||||
},
|
||||
"image/vnd.ms-dds": {
|
||||
"extensions": ["dds"]
|
||||
},
|
||||
"image/vnd.ms-modi": {
|
||||
"source": "iana",
|
||||
"extensions": ["mdi"]
|
||||
@@ -6875,7 +7110,8 @@
|
||||
"extensions": ["wsc"]
|
||||
},
|
||||
"model/3mf": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["3mf"]
|
||||
},
|
||||
"model/gltf+json": {
|
||||
"source": "iana",
|
||||
@@ -6898,7 +7134,8 @@
|
||||
"extensions": ["msh","mesh","silo"]
|
||||
},
|
||||
"model/stl": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["stl"]
|
||||
},
|
||||
"model/vnd.collada+xml": {
|
||||
"source": "iana",
|
||||
@@ -6935,23 +7172,28 @@
|
||||
"extensions": ["mts"]
|
||||
},
|
||||
"model/vnd.opengex": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["ogex"]
|
||||
},
|
||||
"model/vnd.parasolid.transmit.binary": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["x_b"]
|
||||
},
|
||||
"model/vnd.parasolid.transmit.text": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["x_t"]
|
||||
},
|
||||
"model/vnd.rosette.annotated-data-model": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/vnd.usdz+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
"compressible": false,
|
||||
"extensions": ["usdz"]
|
||||
},
|
||||
"model/vnd.valve.source.compiled-map": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["bsp"]
|
||||
},
|
||||
"model/vnd.vtu": {
|
||||
"source": "iana",
|
||||
@@ -6968,7 +7210,8 @@
|
||||
"extensions": ["x3db","x3dbz"]
|
||||
},
|
||||
"model/x3d+fastinfoset": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["x3db"]
|
||||
},
|
||||
"model/x3d+vrml": {
|
||||
"source": "apache",
|
||||
@@ -6981,7 +7224,8 @@
|
||||
"extensions": ["x3d","x3dz"]
|
||||
},
|
||||
"model/x3d-vrml": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["x3dv"]
|
||||
},
|
||||
"multipart/alternative": {
|
||||
"source": "iana",
|
||||
@@ -7008,8 +7252,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/mixed": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/multilingual": {
|
||||
"source": "iana"
|
||||
@@ -7087,6 +7330,9 @@
|
||||
"text/enriched": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/fwdred": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7125,6 +7371,10 @@
|
||||
"source": "nginx",
|
||||
"extensions": ["mml"]
|
||||
},
|
||||
"text/mdx": {
|
||||
"compressible": true,
|
||||
"extensions": ["mdx"]
|
||||
},
|
||||
"text/mizar": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7269,6 +7519,9 @@
|
||||
"text/vnd.esmertec.theme-descriptor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.fly": {
|
||||
"source": "iana",
|
||||
"extensions": ["fly"]
|
||||
@@ -7322,6 +7575,9 @@
|
||||
"text/vnd.si.uricatalogue": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.sosi": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.sun.j2me.app-descriptor": {
|
||||
"source": "iana",
|
||||
"extensions": ["jad"]
|
||||
@@ -7344,6 +7600,7 @@
|
||||
"extensions": ["wmls"]
|
||||
},
|
||||
"text/vtt": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["vtt"]
|
||||
@@ -7474,6 +7731,9 @@
|
||||
"video/encaprtp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/h261": {
|
||||
"source": "iana",
|
||||
"extensions": ["h261"]
|
||||
@@ -7713,6 +7973,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["viv"]
|
||||
},
|
||||
"video/vnd.youtube.yt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/vp8": {
|
||||
"source": "iana"
|
||||
},
|
||||
|
44
node_modules/mime-db/package.json
generated
vendored
44
node_modules/mime-db/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "mime-db@~1.38.0",
|
||||
"_id": "mime-db@1.38.0",
|
||||
"_from": "mime-db@1.43.0",
|
||||
"_id": "mime-db@1.43.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==",
|
||||
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@~1.38.0",
|
||||
"raw": "mime-db@1.43.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "~1.38.0",
|
||||
"rawSpec": "1.43.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.38.0"
|
||||
"fetchSpec": "1.43.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz",
|
||||
"_shasum": "1a2aab16da9eb167b49c6e4df2d9c68d63d8e2ad",
|
||||
"_spec": "mime-db@~1.38.0",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
|
||||
"_shasum": "0a12e0502650e473d735535050e7c8f4eb4fae58",
|
||||
"_spec": "mime-db@1.43.0",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\mime-types",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
@@ -45,20 +45,20 @@
|
||||
"deprecated": false,
|
||||
"description": "Media Type Database",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "3.2.0",
|
||||
"eslint": "5.13.0",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
"eslint-plugin-node": "7.0.1",
|
||||
"eslint-plugin-promise": "4.0.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"csv-parse": "4.8.3",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-import": "2.19.1",
|
||||
"eslint-plugin-node": "11.0.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "5.2.0",
|
||||
"nyc": "13.2.0",
|
||||
"raw-body": "2.3.3",
|
||||
"mocha": "7.0.0",
|
||||
"nyc": "15.0.0",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -97,5 +97,5 @@
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.38.0"
|
||||
"version": "1.43.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user