mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update packages to latest version
This commit is contained in:
27
node_modules/mime-db/HISTORY.md
generated
vendored
27
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,30 @@
|
||||
1.52.0 / 2022-02-21
|
||||
===================
|
||||
|
||||
* Add extensions from IANA for more `image/*` types
|
||||
* Add extension `.asc` to `application/pgp-keys`
|
||||
* Add extensions to various XML types
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.51.0 / 2021-11-08
|
||||
===================
|
||||
|
||||
* Add new upstream MIME types
|
||||
* Mark `image/vnd.microsoft.icon` as compressible
|
||||
* Mark `image/vnd.ms-dds` as compressible
|
||||
|
||||
1.50.0 / 2021-09-15
|
||||
===================
|
||||
|
||||
* Add deprecated iWorks mime types and extensions
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.49.0 / 2021-07-26
|
||||
===================
|
||||
|
||||
* Add extension `.trig` to `application/trig`
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.48.0 / 2021-05-30
|
||||
===================
|
||||
|
||||
|
37
node_modules/mime-db/LICENSE
generated
vendored
37
node_modules/mime-db/LICENSE
generated
vendored
@@ -1,22 +1,23 @@
|
||||
(The MIT License)
|
||||
|
||||
The MIT License (MIT)
|
||||
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
||||
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
||||
|
||||
Copyright (c) 2014 Jonathan Ong me@jongleberry.com
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
'Software'), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
2
node_modules/mime-db/README.md
generated
vendored
2
node_modules/mime-db/README.md
generated
vendored
@@ -6,7 +6,7 @@
|
||||
[![Build Status][ci-image]][ci-url]
|
||||
[![Coverage Status][coveralls-image]][coveralls-url]
|
||||
|
||||
This is a database of all mime types.
|
||||
This is a large database of mime types and information about them.
|
||||
It consists of a single, public JSON file and does not include any logic,
|
||||
allowing it to remain as un-opinionated as possible with an API.
|
||||
It aggregates data from the following sources:
|
||||
|
154
node_modules/mime-db/db.json
generated
vendored
154
node_modules/mime-db/db.json
generated
vendored
@@ -22,6 +22,9 @@
|
||||
"application/a2l": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/ace+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/activemessage": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -91,6 +94,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["aw"]
|
||||
},
|
||||
"application/at+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/atf": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -244,6 +250,10 @@
|
||||
"application/cfw": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/city+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/clr": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -287,7 +297,8 @@
|
||||
},
|
||||
"application/cpl+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["cpl"]
|
||||
},
|
||||
"application/csrattrs": {
|
||||
"source": "iana"
|
||||
@@ -322,6 +333,11 @@
|
||||
"compressible": true,
|
||||
"extensions": ["mpd"]
|
||||
},
|
||||
"application/dash-patch+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["mpp"]
|
||||
},
|
||||
"application/dashdelta": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -491,6 +507,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/express": {
|
||||
"source": "iana",
|
||||
"extensions": ["exp"]
|
||||
},
|
||||
"application/fastinfoset": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -777,6 +797,7 @@
|
||||
"extensions": ["mads"]
|
||||
},
|
||||
"application/manifest+json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["webmanifest"]
|
||||
@@ -857,7 +878,8 @@
|
||||
},
|
||||
"application/media-policy-dataset+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["mpf"]
|
||||
},
|
||||
"application/media_control+xml": {
|
||||
"source": "iana",
|
||||
@@ -896,6 +918,9 @@
|
||||
"application/mipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/missing-blocks+cbor-seq": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mmt-aei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -1010,6 +1035,9 @@
|
||||
"application/oauth-authz-req+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/oblivious-dns-message": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/ocsp-request": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1062,6 +1090,13 @@
|
||||
"source": "iana",
|
||||
"extensions": ["oxps"]
|
||||
},
|
||||
"application/p21": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/p21+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/p2p-overlay+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -1095,7 +1130,8 @@
|
||||
"extensions": ["pgp"]
|
||||
},
|
||||
"application/pgp-keys": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["asc"]
|
||||
},
|
||||
"application/pgp-signature": {
|
||||
"source": "iana",
|
||||
@@ -1515,6 +1551,10 @@
|
||||
"compressible": true,
|
||||
"extensions": ["srx"]
|
||||
},
|
||||
"application/spdx+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/spirits-event+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -1632,6 +1672,9 @@
|
||||
"application/tnauthlist": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/token-introspection+jwt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/toml": {
|
||||
"compressible": true,
|
||||
"extensions": ["toml"]
|
||||
@@ -1640,7 +1683,8 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"application/trig": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["trig"]
|
||||
},
|
||||
"application/ttml+xml": {
|
||||
"source": "iana",
|
||||
@@ -1992,6 +2036,10 @@
|
||||
"application/vnd.afpc.modca-pagesegment": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.age": {
|
||||
"source": "iana",
|
||||
"extensions": ["age"]
|
||||
},
|
||||
"application/vnd.ah-barcode": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2053,6 +2101,12 @@
|
||||
"source": "iana",
|
||||
"extensions": ["atx"]
|
||||
},
|
||||
"application/vnd.apache.arrow.file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.apache.arrow.stream": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.apache.thrift.binary": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2608,6 +2662,10 @@
|
||||
"application/vnd.ecip.rlp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.eclipse.ditto+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.ecowin.chart": {
|
||||
"source": "iana",
|
||||
"extensions": ["mag"]
|
||||
@@ -2765,6 +2823,10 @@
|
||||
"application/vnd.etsi.tsl.der": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.eu.kasparian.car+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.eudora.data": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2795,6 +2857,10 @@
|
||||
"application/vnd.f-secure.mobile": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.familysearch.gedcom+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.fastcopy-disk-image": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -3085,6 +3151,16 @@
|
||||
"source": "iana",
|
||||
"extensions": ["les"]
|
||||
},
|
||||
"application/vnd.hl7cda+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.hl7v2+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.hp-hpgl": {
|
||||
"source": "iana",
|
||||
"extensions": ["hpgl"]
|
||||
@@ -3498,6 +3574,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.maxar.archive.3tz+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.maxmind.maxmind-db": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -3827,6 +3907,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["taglet"]
|
||||
},
|
||||
"application/vnd.nacamar.ybrid+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.ncd.control": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4288,6 +4372,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["osm"]
|
||||
},
|
||||
"application/vnd.opentimestamps.ots": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.openxmlformats-officedocument.custom-properties+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -4819,6 +4906,9 @@
|
||||
"application/vnd.renlearn.rlprint": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.resilient.logic": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.restful+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -5108,6 +5198,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.syft+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.symbian.install": {
|
||||
"source": "apache",
|
||||
"extensions": ["sis","sisx"]
|
||||
@@ -5283,6 +5377,10 @@
|
||||
"application/vnd.verimatrix.vcas": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.veritone.aion+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.veryant.thin": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -5494,7 +5592,8 @@
|
||||
},
|
||||
"application/watcherinfo+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["wif"]
|
||||
},
|
||||
"application/webpush-options+json": {
|
||||
"source": "iana",
|
||||
@@ -5770,6 +5869,15 @@
|
||||
"source": "apache",
|
||||
"extensions": ["iso"]
|
||||
},
|
||||
"application/x-iwork-keynote-sffkey": {
|
||||
"extensions": ["key"]
|
||||
},
|
||||
"application/x-iwork-numbers-sffnumbers": {
|
||||
"extensions": ["numbers"]
|
||||
},
|
||||
"application/x-iwork-pages-sffpages": {
|
||||
"extensions": ["pages"]
|
||||
},
|
||||
"application/x-java-archive-diff": {
|
||||
"source": "nginx",
|
||||
"extensions": ["jardiff"]
|
||||
@@ -6905,10 +7013,12 @@
|
||||
"extensions": ["apng"]
|
||||
},
|
||||
"image/avci": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["avci"]
|
||||
},
|
||||
"image/avcs": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["avcs"]
|
||||
},
|
||||
"image/avif": {
|
||||
"source": "iana",
|
||||
@@ -7142,6 +7252,7 @@
|
||||
},
|
||||
"image/vnd.microsoft.icon": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["ico"]
|
||||
},
|
||||
"image/vnd.mix": {
|
||||
@@ -7151,6 +7262,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"image/vnd.ms-dds": {
|
||||
"compressible": true,
|
||||
"extensions": ["dds"]
|
||||
},
|
||||
"image/vnd.ms-modi": {
|
||||
@@ -7401,6 +7513,24 @@
|
||||
"source": "iana",
|
||||
"extensions": ["obj"]
|
||||
},
|
||||
"model/step": {
|
||||
"source": "iana"
|
||||
},
|
||||
"model/step+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["stpx"]
|
||||
},
|
||||
"model/step+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["stpz"]
|
||||
},
|
||||
"model/step-xml+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false,
|
||||
"extensions": ["stpxz"]
|
||||
},
|
||||
"model/stl": {
|
||||
"source": "iana",
|
||||
"extensions": ["stl"]
|
||||
@@ -7822,6 +7952,10 @@
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/vnd.familysearch.gedcom": {
|
||||
"source": "iana",
|
||||
"extensions": ["ged"]
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -8091,6 +8225,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["jpm","jpgm"]
|
||||
},
|
||||
"video/jxsv": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/mj2": {
|
||||
"source": "iana",
|
||||
"extensions": ["mj2","mjp2"]
|
||||
@@ -8298,6 +8435,9 @@
|
||||
"video/vp8": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/vp9": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/webm": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
|
1
node_modules/mime-db/index.js
generated
vendored
1
node_modules/mime-db/index.js
generated
vendored
@@ -1,6 +1,7 @@
|
||||
/*!
|
||||
* mime-db
|
||||
* Copyright(c) 2014 Jonathan Ong
|
||||
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
|
35
node_modules/mime-db/package.json
generated
vendored
35
node_modules/mime-db/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "mime-db@1.48.0",
|
||||
"_id": "mime-db@1.48.0",
|
||||
"_from": "mime-db@1.52.0",
|
||||
"_id": "mime-db@1.52.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==",
|
||||
"_integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.48.0",
|
||||
"raw": "mime-db@1.52.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.48.0",
|
||||
"rawSpec": "1.52.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.48.0"
|
||||
"fetchSpec": "1.52.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.48.0.tgz",
|
||||
"_shasum": "e35b31045dd7eada3aaad537ed88a33afbef2d1d",
|
||||
"_spec": "mime-db@1.48.0",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
||||
"_shasum": "bbabcdc02859f4987301c856e3387ce5ec43bf70",
|
||||
"_spec": "mime-db@1.52.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\mime-types",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
@@ -48,18 +48,19 @@
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.15.4",
|
||||
"eslint": "7.27.0",
|
||||
"csv-parse": "4.16.3",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-standard": "15.0.1",
|
||||
"eslint-plugin-import": "2.23.4",
|
||||
"eslint-plugin-markdown": "2.2.0",
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"eslint-plugin-markdown": "2.2.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "5.1.0",
|
||||
"eslint-plugin-promise": "5.1.1",
|
||||
"eslint-plugin-standard": "4.1.0",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "8.4.0",
|
||||
"media-typer": "1.1.0",
|
||||
"mocha": "9.2.1",
|
||||
"nyc": "15.1.0",
|
||||
"raw-body": "2.4.1",
|
||||
"raw-body": "2.5.0",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -98,5 +99,5 @@
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.48.0"
|
||||
"version": "1.52.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user