mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update modules
This commit is contained in:
7
node_modules/mime-db/HISTORY.md
generated
vendored
7
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,10 @@
|
||||
1.44.0 / 2020-04-22
|
||||
===================
|
||||
|
||||
* Add charsets from IANA
|
||||
* Add extension `.cjs` to `application/node`
|
||||
* Add new upstream MIME types
|
||||
|
||||
1.43.0 / 2020-01-05
|
||||
===================
|
||||
|
||||
|
6
node_modules/mime-db/README.md
generated
vendored
6
node_modules/mime-db/README.md
generated
vendored
@@ -34,11 +34,13 @@ https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
|
||||
|
||||
## Usage
|
||||
|
||||
<!-- eslint-disable no-unused-vars -->
|
||||
|
||||
```js
|
||||
var db = require('mime-db');
|
||||
var db = require('mime-db')
|
||||
|
||||
// grab data on .js files
|
||||
var data = db['application/javascript'];
|
||||
var data = db['application/javascript']
|
||||
```
|
||||
|
||||
## Data Structure
|
||||
|
134
node_modules/mime-db/db.json
generated
vendored
134
node_modules/mime-db/db.json
generated
vendored
@@ -4,6 +4,7 @@
|
||||
},
|
||||
"application/3gpdash-qoe-report+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/3gpp-ims+xml": {
|
||||
@@ -60,6 +61,14 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/alto-updatestreamcontrol+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/alto-updatestreamparams+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/aml": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -108,6 +117,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["dwd"]
|
||||
},
|
||||
"application/atsc-dynamic-event-message": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/atsc-held+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -142,6 +154,7 @@
|
||||
},
|
||||
"application/beep+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/calendar+json": {
|
||||
@@ -159,6 +172,11 @@
|
||||
"application/cals-1840": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cap+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -347,6 +365,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["dbk"]
|
||||
},
|
||||
"application/dots+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/dskpp+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -459,10 +480,12 @@
|
||||
},
|
||||
"application/fhir+json": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/fhir+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/fido.trusted-apps+json": {
|
||||
@@ -559,6 +582,7 @@
|
||||
},
|
||||
"application/im-iscomposing+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/index": {
|
||||
@@ -701,6 +725,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/lpf+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/lxf": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -896,10 +924,12 @@
|
||||
},
|
||||
"application/msc-ivr+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/msc-mixer+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/msword": {
|
||||
@@ -930,10 +960,12 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"application/news-checkgroups": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "US-ASCII"
|
||||
},
|
||||
"application/news-groupinfo": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "US-ASCII"
|
||||
},
|
||||
"application/news-transmission": {
|
||||
"source": "iana"
|
||||
@@ -943,7 +975,8 @@
|
||||
"compressible": true
|
||||
},
|
||||
"application/node": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["cjs"]
|
||||
},
|
||||
"application/nss": {
|
||||
"source": "iana"
|
||||
@@ -1041,10 +1074,12 @@
|
||||
},
|
||||
"application/pidf+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/pidf-diff+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/pkcs10": {
|
||||
@@ -1096,6 +1131,7 @@
|
||||
},
|
||||
"application/poc-settings+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/postscript": {
|
||||
@@ -1149,6 +1185,10 @@
|
||||
"compressible": true,
|
||||
"extensions": ["pskcxml"]
|
||||
},
|
||||
"application/pvd+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/qsig": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1272,6 +1312,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/sbe": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/sbml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -1320,6 +1363,13 @@
|
||||
"compressible": true,
|
||||
"extensions": ["senmlx"]
|
||||
},
|
||||
"application/senml-etch+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/senml-etch+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/senml-exi": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1500,6 +1550,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/td+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/tei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -2284,6 +2338,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.dbf": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.debian.binary-package": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2368,6 +2425,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["ait"]
|
||||
},
|
||||
"application/vnd.dvb.dvbisl+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.dvb.dvbj": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -3860,6 +3921,10 @@
|
||||
"application/vnd.ocf+cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.oci.image.manifest.v1+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.oftn.l10n+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -4048,14 +4113,17 @@
|
||||
},
|
||||
"application/vnd.omads-email+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.omads-file+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.omads-folder+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.omaloc-supl-init": {
|
||||
@@ -4667,6 +4735,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["st"]
|
||||
},
|
||||
"application/vnd.sar": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.sbm.cid": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4752,6 +4823,12 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.shp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.shx": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.sigrok.session": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -4774,6 +4851,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["teacher"]
|
||||
},
|
||||
"application/vnd.snesdev-page-table": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.software602.filler.form+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
@@ -4904,15 +4984,18 @@
|
||||
},
|
||||
"application/vnd.syncml+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["xsm"]
|
||||
},
|
||||
"application/vnd.syncml.dm+wbxml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"extensions": ["bdm"]
|
||||
},
|
||||
"application/vnd.syncml.dm+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["xdm"]
|
||||
},
|
||||
@@ -4924,6 +5007,7 @@
|
||||
},
|
||||
"application/vnd.syncml.dmddf+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["ddf"]
|
||||
},
|
||||
@@ -4932,6 +5016,7 @@
|
||||
},
|
||||
"application/vnd.syncml.dmtnds+xml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.syncml.ds.notification": {
|
||||
@@ -5100,6 +5185,7 @@
|
||||
},
|
||||
"application/vnd.wap.wbxml": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"extensions": ["wbxml"]
|
||||
},
|
||||
"application/vnd.wap.wmlc": {
|
||||
@@ -5696,6 +5782,9 @@
|
||||
"source": "apache",
|
||||
"extensions": ["p7r"]
|
||||
},
|
||||
"application/x-pki-message": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/x-rar-compressed": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
@@ -5838,9 +5927,15 @@
|
||||
"compressible": true
|
||||
},
|
||||
"application/x-x509-ca-cert": {
|
||||
"source": "apache",
|
||||
"source": "iana",
|
||||
"extensions": ["der","crt","pem"]
|
||||
},
|
||||
"application/x-x509-ca-ra-cert": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/x-x509-next-ca-cert": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/x-xfig": {
|
||||
"source": "apache",
|
||||
"extensions": ["fig"]
|
||||
@@ -6245,6 +6340,9 @@
|
||||
"audio/melp600": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/mhas": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/midi": {
|
||||
"source": "apache",
|
||||
"extensions": ["mid","midi","kar","rmi"]
|
||||
@@ -6364,6 +6462,9 @@
|
||||
"audio/tetra_acelp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/tetra_acelp_bb": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/tone": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -7133,6 +7234,14 @@
|
||||
"compressible": false,
|
||||
"extensions": ["msh","mesh","silo"]
|
||||
},
|
||||
"model/mtl": {
|
||||
"source": "iana",
|
||||
"extensions": ["mtl"]
|
||||
},
|
||||
"model/obj": {
|
||||
"source": "iana",
|
||||
"extensions": ["obj"]
|
||||
},
|
||||
"model/stl": {
|
||||
"source": "iana",
|
||||
"extensions": ["stl"]
|
||||
@@ -7380,11 +7489,13 @@
|
||||
},
|
||||
"text/n3": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["n3"]
|
||||
},
|
||||
"text/parameters": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/parityfec": {
|
||||
"source": "iana"
|
||||
@@ -7395,7 +7506,8 @@
|
||||
"extensions": ["txt","text","conf","def","list","log","in","ini"]
|
||||
},
|
||||
"text/provenance-notation": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/prs.fallenstein.rst": {
|
||||
"source": "iana"
|
||||
@@ -7507,7 +7619,8 @@
|
||||
"extensions": ["scurl"]
|
||||
},
|
||||
"text/vnd.debian.copyright": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/vnd.dmclientscript": {
|
||||
"source": "iana"
|
||||
@@ -7517,7 +7630,8 @@
|
||||
"extensions": ["sub"]
|
||||
},
|
||||
"text/vnd.esmertec.theme-descriptor": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
@@ -7580,10 +7694,12 @@
|
||||
},
|
||||
"text/vnd.sun.j2me.app-descriptor": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"extensions": ["jad"]
|
||||
},
|
||||
"text/vnd.trolltech.linguist": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"charset": "UTF-8"
|
||||
},
|
||||
"text/vnd.wap.si": {
|
||||
"source": "iana"
|
||||
|
37
node_modules/mime-db/package.json
generated
vendored
37
node_modules/mime-db/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "mime-db@1.43.0",
|
||||
"_id": "mime-db@1.43.0",
|
||||
"_from": "mime-db@1.44.0",
|
||||
"_id": "mime-db@1.44.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
|
||||
"_integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.43.0",
|
||||
"raw": "mime-db@1.44.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.43.0",
|
||||
"rawSpec": "1.44.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.43.0"
|
||||
"fetchSpec": "1.44.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_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",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
|
||||
"_shasum": "fa11c5eb0aca1334b4233cb4d52f10c5a6272f92",
|
||||
"_spec": "mime-db@1.44.0",
|
||||
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\mime-types",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
},
|
||||
@@ -48,16 +48,17 @@
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.8.3",
|
||||
"csv-parse": "4.8.9",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-import": "2.19.1",
|
||||
"eslint-plugin-node": "11.0.0",
|
||||
"eslint-config-standard": "14.1.1",
|
||||
"eslint-plugin-import": "2.20.2",
|
||||
"eslint-plugin-markdown": "1.0.2",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "7.0.0",
|
||||
"nyc": "15.0.0",
|
||||
"mocha": "7.1.1",
|
||||
"nyc": "15.0.1",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
@@ -90,12 +91,12 @@
|
||||
"scripts": {
|
||||
"build": "node scripts/build",
|
||||
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint --plugin markdown --ext js,md .",
|
||||
"test": "mocha --reporter spec --bail --check-leaks test/",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
||||
"test-travis": "nyc --reporter=text npm test",
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.43.0"
|
||||
"version": "1.44.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user