This commit is contained in:
s2
2019-04-18 15:10:03 +02:00
parent 018ccb7e08
commit 883bc2fc85
11 changed files with 121 additions and 79 deletions

6
node_modules/mime-db/HISTORY.md generated vendored
View File

@@ -1,3 +1,9 @@
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
===================

26
node_modules/mime-db/db.json generated vendored
View File

@@ -102,6 +102,18 @@
"compressible": true,
"extensions": ["atomsvc"]
},
"application/atsc-dwd+xml": {
"source": "iana",
"compressible": true
},
"application/atsc-held+xml": {
"source": "iana",
"compressible": true
},
"application/atsc-rsat+xml": {
"source": "iana",
"compressible": true
},
"application/atxml": {
"source": "iana"
},
@@ -801,6 +813,10 @@
"application/mikey": {
"source": "iana"
},
"application/mmt-aei+xml": {
"source": "iana",
"compressible": true
},
"application/mmt-usd+xml": {
"source": "iana",
"compressible": true
@@ -939,6 +955,9 @@
"source": "apache",
"extensions": ["onetoc","onetoc2","onetmp","onepkg"]
},
"application/oscore": {
"source": "iana"
},
"application/oxps": {
"source": "iana",
"extensions": ["oxps"]
@@ -1314,7 +1333,8 @@
"extensions": ["shf"]
},
"application/sieve": {
"source": "iana"
"source": "iana",
"extensions": ["siv","sieve"]
},
"application/simple-filter+xml": {
"source": "iana",
@@ -6552,6 +6572,10 @@
"compressible": false,
"extensions": ["jpx","jpf"]
},
"image/jxr": {
"source": "iana",
"extensions": ["jxr"]
},
"image/ktx": {
"source": "iana",
"extensions": ["ktx"]

32
node_modules/mime-db/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "mime-db@~1.38.0",
"_id": "mime-db@1.38.0",
"_from": "mime-db@~1.39.0",
"_id": "mime-db@1.39.0",
"_inBundle": false,
"_integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==",
"_integrity": "sha512-DTsrw/iWVvwHH+9Otxccdyy0Tgiil6TWK/xhfARJZF/QFhwOgZgOIvA2/VIGpM8U7Q8z5nDmdDWC6tuVMJNibw==",
"_location": "/mime-db",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mime-db@~1.38.0",
"raw": "mime-db@~1.39.0",
"name": "mime-db",
"escapedName": "mime-db",
"rawSpec": "~1.38.0",
"rawSpec": "~1.39.0",
"saveSpec": null,
"fetchSpec": "~1.38.0"
"fetchSpec": "~1.39.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",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\mime-types",
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.39.0.tgz",
"_shasum": "f95a20275742f7d2ad0429acfe40f4233543780e",
"_spec": "mime-db@~1.39.0",
"_where": "F:\\projects\\p\\vanillajs-seed\\node_modules\\mime-types",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
@@ -45,19 +45,19 @@
"deprecated": false,
"description": "Media Type Database",
"devDependencies": {
"bluebird": "3.5.3",
"bluebird": "3.5.4",
"co": "4.6.0",
"cogent": "1.0.1",
"csv-parse": "3.2.0",
"eslint": "5.13.0",
"eslint": "5.16.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-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"gnode": "0.1.2",
"mocha": "5.2.0",
"nyc": "13.2.0",
"mocha": "6.0.2",
"nyc": "13.3.0",
"raw-body": "2.3.3",
"stream-to-array": "2.3.0"
},
@@ -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.39.0"
}