Added custom log name
This commit is contained in:
14
node_modules/mime-db/HISTORY.md
generated
vendored
14
node_modules/mime-db/HISTORY.md
generated
vendored
@ -1,3 +1,17 @@
|
||||
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
|
||||
===================
|
||||
|
||||
|
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
|
||||
|
139
node_modules/mime-db/db.json
generated
vendored
139
node_modules/mime-db/db.json
generated
vendored
@ -452,6 +452,9 @@
|
||||
"application/fits": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/font-sfnt": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -813,6 +816,9 @@
|
||||
"application/mikey": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/mmt-aei+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@ -1346,6 +1352,9 @@
|
||||
"application/simplesymbolcontainer": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/sipc": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/slate": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -1411,6 +1420,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/swid+xml": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/tamp-apex-update": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -1484,6 +1497,10 @@
|
||||
"application/tnauthlist": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/toml": {
|
||||
"compressible": true,
|
||||
"extensions": ["toml"]
|
||||
},
|
||||
"application/trickle-ice-sdpfrag": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -1640,6 +1657,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
|
||||
@ -1812,6 +1833,9 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.android.ota": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.android.package-archive": {
|
||||
"source": "apache",
|
||||
"compressible": false,
|
||||
@ -1917,6 +1941,9 @@
|
||||
"application/vnd.banana-accounting": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bbf.usp.error": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bbf.usp.msg": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -1952,6 +1979,12 @@
|
||||
"source": "iana",
|
||||
"extensions": ["bmi"]
|
||||
},
|
||||
"application/vnd.bpf": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.bpf3": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.businessobjects": {
|
||||
"source": "iana",
|
||||
"extensions": ["rep"]
|
||||
@ -1991,6 +2024,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["mmd"]
|
||||
},
|
||||
"application/vnd.ciedi": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.cinderella": {
|
||||
"source": "iana",
|
||||
"extensions": ["cdy"]
|
||||
@ -2107,6 +2143,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"]
|
||||
@ -2540,6 +2583,10 @@
|
||||
"application/vnd.ffsns": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ficlab.flb+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.filmit.zfc": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -3004,6 +3051,10 @@
|
||||
"source": "iana",
|
||||
"extensions": ["fcs"]
|
||||
},
|
||||
"application/vnd.iso11783-10+zip": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
},
|
||||
"application/vnd.jam": {
|
||||
"source": "iana",
|
||||
"extensions": ["jam"]
|
||||
@ -3103,6 +3154,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["sse"]
|
||||
},
|
||||
"application/vnd.las": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.las.las+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@ -3112,6 +3166,9 @@
|
||||
"compressible": true,
|
||||
"extensions": ["lasxml"]
|
||||
},
|
||||
"application/vnd.laszip": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.leap+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
@ -3129,6 +3186,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"]
|
||||
@ -4583,6 +4647,9 @@
|
||||
"source": "iana",
|
||||
"extensions": ["semf"]
|
||||
},
|
||||
"application/vnd.shade-save-file": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.shana.informed.formdata": {
|
||||
"source": "iana",
|
||||
"extensions": ["ifm"]
|
||||
@ -4603,6 +4670,10 @@
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.shopkick+json": {
|
||||
"source": "iana",
|
||||
"compressible": true
|
||||
},
|
||||
"application/vnd.sigrok.session": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -4920,6 +4991,9 @@
|
||||
"application/vnd.veryant.thin": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.ves.encrypted": {
|
||||
"source": "iana"
|
||||
},
|
||||
"application/vnd.vidsoft.vidconference": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -5988,6 +6062,9 @@
|
||||
"audio/evs": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"audio/fwdred": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -6474,6 +6551,7 @@
|
||||
},
|
||||
"font/ttf": {
|
||||
"source": "iana",
|
||||
"compressible": true,
|
||||
"extensions": ["ttf"]
|
||||
},
|
||||
"font/woff": {
|
||||
@ -6544,6 +6622,14 @@
|
||||
"source": "iana",
|
||||
"extensions": ["heifs"]
|
||||
},
|
||||
"image/hej2k": {
|
||||
"source": "iana",
|
||||
"extensions": ["hej2"]
|
||||
},
|
||||
"image/hsj2": {
|
||||
"source": "iana",
|
||||
"extensions": ["hsj2"]
|
||||
},
|
||||
"image/ief": {
|
||||
"source": "iana",
|
||||
"extensions": ["ief"]
|
||||
@ -6562,6 +6648,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,
|
||||
@ -6576,6 +6670,30 @@
|
||||
"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"]
|
||||
@ -6689,6 +6807,9 @@
|
||||
"image/vnd.mozilla.apng": {
|
||||
"source": "iana"
|
||||
},
|
||||
"image/vnd.ms-dds": {
|
||||
"extensions": ["dds"]
|
||||
},
|
||||
"image/vnd.ms-modi": {
|
||||
"source": "iana",
|
||||
"extensions": ["mdi"]
|
||||
@ -7041,8 +7162,7 @@
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/mixed": {
|
||||
"source": "iana",
|
||||
"compressible": false
|
||||
"source": "iana"
|
||||
},
|
||||
"multipart/multilingual": {
|
||||
"source": "iana"
|
||||
@ -7120,6 +7240,9 @@
|
||||
"text/enriched": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/fwdred": {
|
||||
"source": "iana"
|
||||
},
|
||||
@ -7306,6 +7429,9 @@
|
||||
"text/vnd.esmertec.theme-descriptor": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.ficlab.flt": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.fly": {
|
||||
"source": "iana",
|
||||
"extensions": ["fly"]
|
||||
@ -7359,6 +7485,9 @@
|
||||
"text/vnd.si.uricatalogue": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.sosi": {
|
||||
"source": "iana"
|
||||
},
|
||||
"text/vnd.sun.j2me.app-descriptor": {
|
||||
"source": "iana",
|
||||
"extensions": ["jad"]
|
||||
@ -7511,6 +7640,9 @@
|
||||
"video/encaprtp": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/flexfec": {
|
||||
"source": "iana"
|
||||
},
|
||||
"video/h261": {
|
||||
"source": "iana",
|
||||
"extensions": ["h261"]
|
||||
@ -7750,6 +7882,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,27 +1,27 @@
|
||||
{
|
||||
"_from": "mime-db@1.40.0",
|
||||
"_id": "mime-db@1.40.0",
|
||||
"_from": "mime-db@1.42.0",
|
||||
"_id": "mime-db@1.42.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==",
|
||||
"_integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ==",
|
||||
"_location": "/mime-db",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mime-db@1.40.0",
|
||||
"raw": "mime-db@1.42.0",
|
||||
"name": "mime-db",
|
||||
"escapedName": "mime-db",
|
||||
"rawSpec": "1.40.0",
|
||||
"rawSpec": "1.42.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.40.0"
|
||||
"fetchSpec": "1.42.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mime-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz",
|
||||
"_shasum": "a65057e998db090f732a68f6c276d387d4126c32",
|
||||
"_spec": "mime-db@1.40.0",
|
||||
"_where": "/home/sergiu/linx-audio-simulator/node_modules/mime-types",
|
||||
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
|
||||
"_shasum": "3e252907b4c7adb906597b4b65636272cf9e7bac",
|
||||
"_spec": "mime-db@1.42.0",
|
||||
"_where": "/home/safemobile/LINX/linx-simulator2/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.4",
|
||||
"bluebird": "3.5.5",
|
||||
"co": "4.6.0",
|
||||
"cogent": "1.0.1",
|
||||
"csv-parse": "4.3.4",
|
||||
"eslint": "5.16.0",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
"eslint-plugin-node": "8.0.1",
|
||||
"eslint-plugin-promise": "4.1.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"csv-parse": "4.4.6",
|
||||
"eslint": "6.4.0",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-node": "10.0.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"gnode": "0.1.2",
|
||||
"mocha": "6.1.4",
|
||||
"nyc": "14.0.0",
|
||||
"raw-body": "2.3.3",
|
||||
"mocha": "6.2.0",
|
||||
"nyc": "14.1.1",
|
||||
"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.40.0"
|
||||
"version": "1.42.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user