Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-04-13 20:07:46 +0300
committerGar <gar+gh@danger.computer>2021-04-14 19:35:29 +0300
commitdfcd0c1e2331c1f4b6573466b50505772eddaf22 (patch)
tree9c0f72e605e26d279ad9f2b92d01ef000f550122 /node_modules/mime-db
parentf1e6743a6e8e32ddad6d1964eb05d17e6c50a456 (diff)
tap@15.0.2
PR-URL: https://github.com/npm/cli/pull/3069 Credit: @isaacs Close: #3069 Reviewed-by: @ruyadorno, @nlf
Diffstat (limited to 'node_modules/mime-db')
-rw-r--r--node_modules/mime-db/HISTORY.md7
-rw-r--r--node_modules/mime-db/README.md2
-rw-r--r--node_modules/mime-db/db.json24
-rw-r--r--node_modules/mime-db/package.json12
4 files changed, 30 insertions, 15 deletions
diff --git a/node_modules/mime-db/HISTORY.md b/node_modules/mime-db/HISTORY.md
index aff74740d..1555055e8 100644
--- a/node_modules/mime-db/HISTORY.md
+++ b/node_modules/mime-db/HISTORY.md
@@ -1,3 +1,10 @@
+1.47.0 / 2021-04-01
+===================
+
+ * Add new upstream MIME types
+ * Remove ambigious extensions from IANA for `application/*+xml` types
+ * Update primary extension to `.es` for `application/ecmascript`
+
1.46.0 / 2021-02-13
===================
diff --git a/node_modules/mime-db/README.md b/node_modules/mime-db/README.md
index 8f1d8c4e5..41c696a30 100644
--- a/node_modules/mime-db/README.md
+++ b/node_modules/mime-db/README.md
@@ -34,8 +34,6 @@ https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
## Usage
-<!-- eslint-disable no-unused-vars -->
-
```js
var db = require('mime-db')
diff --git a/node_modules/mime-db/db.json b/node_modules/mime-db/db.json
index 4871607a5..63c189ea2 100644
--- a/node_modules/mime-db/db.json
+++ b/node_modules/mime-db/db.json
@@ -389,7 +389,7 @@
"application/ecmascript": {
"source": "iana",
"compressible": true,
- "extensions": ["ecma","es"]
+ "extensions": ["es","ecma"]
},
"application/edi-consent": {
"source": "iana"
@@ -934,13 +934,11 @@
},
"application/mrb-consumer+xml": {
"source": "iana",
- "compressible": true,
- "extensions": ["xdf"]
+ "compressible": true
},
"application/mrb-publish+xml": {
"source": "iana",
- "compressible": true,
- "extensions": ["xdf"]
+ "compressible": true
},
"application/msc-ivr+xml": {
"source": "iana",
@@ -2321,6 +2319,9 @@
"application/vnd.crypto-shade-file": {
"source": "iana"
},
+ "application/vnd.cryptomator.encrypted": {
+ "source": "iana"
+ },
"application/vnd.ctc-posml": {
"source": "iana",
"extensions": ["pml"]
@@ -3786,6 +3787,9 @@
"source": "iana",
"compressible": true
},
+ "application/vnd.nebumind.line": {
+ "source": "iana"
+ },
"application/vnd.nervana": {
"source": "iana"
},
@@ -6071,8 +6075,7 @@
},
"application/xcap-error+xml": {
"source": "iana",
- "compressible": true,
- "extensions": ["xer"]
+ "compressible": true
},
"application/xcap-ns+xml": {
"source": "iana",
@@ -7400,6 +7403,10 @@
"model/vnd.rosette.annotated-data-model": {
"source": "iana"
},
+ "model/vnd.sap.vds": {
+ "source": "iana",
+ "extensions": ["vds"]
+ },
"model/vnd.usdz+zip": {
"source": "iana",
"compressible": false,
@@ -7980,6 +7987,9 @@
"video/encaprtp": {
"source": "iana"
},
+ "video/ffv1": {
+ "source": "iana"
+ },
"video/flexfec": {
"source": "iana"
},
diff --git a/node_modules/mime-db/package.json b/node_modules/mime-db/package.json
index ec0328404..bd6403fb6 100644
--- a/node_modules/mime-db/package.json
+++ b/node_modules/mime-db/package.json
@@ -1,7 +1,7 @@
{
"name": "mime-db",
"description": "Media Type Database",
- "version": "1.46.0",
+ "version": "1.47.0",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
@@ -22,16 +22,16 @@
"bluebird": "3.7.2",
"co": "4.6.0",
"cogent": "1.0.1",
- "csv-parse": "4.15.1",
- "eslint": "7.20.0",
+ "csv-parse": "4.15.3",
+ "eslint": "7.23.0",
"eslint-config-standard": "15.0.1",
"eslint-plugin-import": "2.22.1",
- "eslint-plugin-markdown": "1.0.2",
+ "eslint-plugin-markdown": "2.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"gnode": "0.1.2",
- "mocha": "8.3.0",
+ "mocha": "8.3.2",
"nyc": "15.1.0",
"raw-body": "2.4.1",
"stream-to-array": "2.3.0"
@@ -49,7 +49,7 @@
"scripts": {
"build": "node scripts/build",
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
- "lint": "eslint --plugin markdown --ext js,md .",
+ "lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",