mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-09 22:40:42 -07:00
Update node_modules
This commit is contained in:
15
node_modules/mime-db/HISTORY.md
generated
vendored
15
node_modules/mime-db/HISTORY.md
generated
vendored
@@ -1,3 +1,18 @@
|
||||
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
|
||||
===================
|
||||
|
||||
|
||||
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
|
||||
|
||||
188
node_modules/mime-db/db.json
generated
vendored
188
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"
|
||||
@@ -104,15 +105,22 @@
|
||||
},
|
||||
"application/atsc-dwd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"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
|
||||
"compressible": true,
|
||||
"extensions": ["rsat"]
|
||||
},
|
||||
"application/atxml": {
|
||||
"source": "iana"
|
||||
@@ -142,7 +150,8 @@
|
||||
},
|
||||
"application/calendar+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xcs"]
|
||||
},
|
||||
"application/call-completion": {
|
||||
"source": "iana"
|
||||
@@ -153,6 +162,9 @@
|
||||
"application/cbor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cbor-seq": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/cccex": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -167,7 +179,8 @@
|
||||
},
|
||||
"application/cdfx+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["cdfx"]
|
||||
},
|
||||
"application/cdmi-capability": {
|
||||
"source": "iana",
|
||||
@@ -206,6 +219,10 @@
|
||||
"application/cfw": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/clue+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/clue_info+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -403,7 +420,8 @@
|
||||
},
|
||||
"application/emotionml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["emotionml"]
|
||||
},
|
||||
"application/encaprtp": {
|
||||
"source": "iana"
|
||||
@@ -436,7 +454,8 @@
|
||||
},
|
||||
"application/fdt+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["fdt"]
|
||||
},
|
||||
"application/fhir+json": {
|
||||
"source": "iana",
|
||||
@@ -577,7 +596,8 @@
|
||||
},
|
||||
"application/its+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["its"]
|
||||
},
|
||||
"application/java-archive": {
|
||||
"source": "apache",
|
||||
@@ -662,7 +682,8 @@
|
||||
},
|
||||
"application/lgr+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["lgr"]
|
||||
},
|
||||
"application/link-format": {
|
||||
"source": "iana"
|
||||
@@ -821,11 +842,13 @@
|
||||
},
|
||||
"application/mmt-aei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["maei"]
|
||||
},
|
||||
"application/mmt-usd+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["musd"]
|
||||
},
|
||||
"application/mods+xml": {
|
||||
"source": "iana",
|
||||
@@ -863,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",
|
||||
@@ -886,6 +911,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/multipart-core": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mxf": {
|
||||
"source": "iana",
|
||||
"extensions": ["mxf"]
|
||||
@@ -970,7 +998,8 @@
|
||||
},
|
||||
"application/p2p-overlay+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["relo"]
|
||||
},
|
||||
"application/parityfec": {
|
||||
"source": "iana"
|
||||
@@ -1088,7 +1117,8 @@
|
||||
},
|
||||
"application/provenance+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["provx"]
|
||||
},
|
||||
"application/prs.alvestrand.titrax-sheet": {
|
||||
"source": "iana"
|
||||
@@ -1182,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",
|
||||
@@ -1284,7 +1317,8 @@
|
||||
},
|
||||
"application/senml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["senmlx"]
|
||||
},
|
||||
"application/senml-exi": {
|
||||
"source": "iana"
|
||||
@@ -1298,7 +1332,8 @@
|
||||
},
|
||||
"application/sensml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["sensmlx"]
|
||||
},
|
||||
"application/sensml-exi": {
|
||||
"source": "iana"
|
||||
@@ -1420,6 +1455,11 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/swid+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["swidtag"]
|
||||
},
|
||||
"application/tamp-apex-update": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -1505,7 +1545,8 @@
|
||||
},
|
||||
"application/ttml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["ttml"]
|
||||
},
|
||||
"application/tve-trigger": {
|
||||
"source": "iana"
|
||||
@@ -1525,7 +1566,8 @@
|
||||
},
|
||||
"application/urc-ressheet+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["rsheet"]
|
||||
},
|
||||
"application/urc-targetdesc+xml": {
|
||||
"source": "iana",
|
||||
@@ -1551,7 +1593,8 @@
|
||||
},
|
||||
"application/vnd.1000minds.decision-model+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["1km"]
|
||||
},
|
||||
"application/vnd.3gpp-prose+xml": {
|
||||
"source": "iana",
|
||||
@@ -1788,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"
|
||||
},
|
||||
@@ -1865,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
|
||||
@@ -1929,7 +2003,8 @@
|
||||
},
|
||||
"application/vnd.balsamiq.bmml+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["bmml"]
|
||||
},
|
||||
"application/vnd.balsamiq.bmpr": {
|
||||
"source": "iana"
|
||||
@@ -2579,6 +2654,10 @@
|
||||
"application/vnd.ffsns": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ficlab.flb+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.filmit.zfc": {
|
||||
"source": "iana"
|
||||
},
|
||||
@@ -2677,6 +2756,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["txd"]
|
||||
},
|
||||
"application/vnd.gentics.grd+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.geo+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@@ -3643,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",
|
||||
@@ -3997,7 +4081,8 @@
|
||||
},
|
||||
"application/vnd.openblox.game+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["obgx"]
|
||||
},
|
||||
"application/vnd.openblox.game-binary": {
|
||||
"source": "iana"
|
||||
@@ -4011,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",
|
||||
@@ -4690,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"
|
||||
@@ -4837,7 +4924,8 @@
|
||||
},
|
||||
"application/vnd.syncml.dmddf+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["ddf"]
|
||||
},
|
||||
"application/vnd.syncml.dmtnds+wbxml": {
|
||||
"source": "iana"
|
||||
@@ -5474,6 +5562,9 @@
|
||||
"application/x-javascript": {
|
||||
"compressible": true
|
||||
},
|
||||
"application/x-keepass2": {
|
||||
"extensions": ["kdbx"]
|
||||
},
|
||||
"application/x-latex": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
@@ -5786,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",
|
||||
@@ -5799,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",
|
||||
@@ -5833,7 +5929,8 @@
|
||||
},
|
||||
"application/xliff+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
"compressible": true,
|
||||
"extensions": ["xlf"]
|
||||
},
|
||||
"application/xml": {
|
||||
"source": "iana",
|
||||
@@ -6153,7 +6250,8 @@
|
||||
"extensions": ["mid","midi","kar","rmi"]
|
||||
},
|
||||
"audio/mobile-xmf": {
|
||||
"source": "iana"
|
||||
"source": "iana",
|
||||
"extensions": ["mxmf"]
|
||||
},
|
||||
"audio/mp3": {
|
||||
"compressible": false,
|
||||
@@ -6670,6 +6768,14 @@
|
||||
"source": "iana",
|
||||
"extensions": ["jxrs"]
|
||||
},
|
||||
"image/jxs": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxs"]
|
||||
},
|
||||
"image/jxsc": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxsc"]
|
||||
},
|
||||
"image/jxsi": {
|
||||
"source": "iana",
|
||||
"extensions": ["jxsi"]
|
||||
@@ -6791,6 +6897,9 @@
|
||||
"image/vnd.mozilla.apng": {
|
||||
"source": "iana"
|
||||
},
|
||||
"image/vnd.ms-dds": {
|
||||
"extensions": ["dds"]
|
||||
},
|
||||
"image/vnd.ms-modi": {
|
||||
"source": "iana",
|
||||
"extensions": ["mdi"]
|
||||
@@ -7143,8 +7252,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/mixed": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/multilingual": {
|
||||
"source": "iana"
|
||||
@@ -7411,6 +7519,9 @@
|
||||
"text/vnd.esmertec.theme-descriptor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.fly": {
|
||||
"source": "iana",
|
||||
"extensions": ["fly"]
|
||||
@@ -7489,6 +7600,7 @@
|
||||
"extensions": ["wmls"]
|
||||
},
|
||||
"text/vtt": {
|
||||
"source": "iana",
|
||||
"charset": "UTF-8",
|
||||
"compressible": true,
|
||||
"extensions": ["vtt"]
|
||||
|
||||
34
node_modules/mime-db/package.json
generated
vendored
34
node_modules/mime-db/package.json
generated
vendored
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mime-db@1.41.0",
|
||||
"mime-db@1.43.0",
|
||||
"/home/runner/work/ghaction-upx/ghaction-upx"
|
||||
]
|
||||
],
|
||||
"_from": "mime-db@1.41.0",
|
||||
"_id": "mime-db@1.41.0",
|
||||
"_from": "mime-db@1.43.0",
|
||||
"_id": "mime-db@1.43.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-B5gxBI+2K431XW8C2rcc/lhppbuji67nf9v39eH8pkWoZDxnAL0PxdpH32KYRScniF8qDHBDlI+ipgg5WrCUYw==",
|
||||
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.41.0",
|
||||
"raw": "mime-db@1.43.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.41.0",
|
||||
"rawSpec": "1.43.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.41.0"
|
||||
"fetchSpec": "1.43.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ext-list"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.41.0.tgz",
|
||||
"_spec": "1.41.0",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
|
||||
"_spec": "1.43.0",
|
||||
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/mime-db/issues"
|
||||
@@ -48,19 +48,19 @@
|
||||
],
|
||||
"description": "Media Type Database",
|
||||
"devDependencies": {
|
||||
"bluebird": "3.5.5",
|
||||
"bluebird": "3.7.2",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.4.5",
|
||||
"eslint": "6.2.2",
|
||||
"csv-parse": "4.8.3",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-node": "9.2.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": "6.2.0",
|
||||
"nyc": "14.1.1",
|
||||
"mocha": "7.0.0",
|
||||
"nyc": "15.0.0",
|
||||
"raw-body": "2.4.1",
|
||||
"stream-to-array": "2.3.0"
|
||||
},
|
||||
@@ -100,5 +100,5 @@
|
||||
"update": "npm run fetch && npm run build",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
},
|
||||
"version": "1.41.0"
|
||||
"version": "1.43.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user