1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

update node modules

This commit is contained in:
s2
2021-06-19 01:25:45 +02:00
parent ef3070bdb7
commit cea9885dde
658 changed files with 5044 additions and 80808 deletions

8
node_modules/mime-types/HISTORY.md generated vendored
View File

@@ -1,3 +1,11 @@
2.1.31 / 2021-06-01
===================
* deps: mime-db@1.48.0
- Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
- Add new upstream MIME types
- Mark `text/yaml` as compressible
2.1.30 / 2021-04-02
===================

37
node_modules/mime-types/package.json generated vendored
View File

@@ -1,28 +1,27 @@
{
"_from": "mime-types@~2.1.19",
"_id": "mime-types@2.1.30",
"_from": "mime-types@^2.1.12",
"_id": "mime-types@2.1.31",
"_inBundle": false,
"_integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==",
"_integrity": "sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==",
"_location": "/mime-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mime-types@~2.1.19",
"raw": "mime-types@^2.1.12",
"name": "mime-types",
"escapedName": "mime-types",
"rawSpec": "~2.1.19",
"rawSpec": "^2.1.12",
"saveSpec": null,
"fetchSpec": "~2.1.19"
"fetchSpec": "^2.1.12"
},
"_requiredBy": [
"/form-data",
"/request"
"/form-data"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz",
"_shasum": "6e7be8b4c479825f85ed6326695db73f9305d62d",
"_spec": "mime-types@~2.1.19",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request",
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.31.tgz",
"_shasum": "a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b",
"_spec": "mime-types@^2.1.12",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\form-data",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
@@ -44,19 +43,19 @@
}
],
"dependencies": {
"mime-db": "1.47.0"
"mime-db": "1.48.0"
},
"deprecated": false,
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"eslint": "7.23.0",
"eslint": "7.27.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-markdown": "2.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "4.1.0",
"mocha": "8.3.2",
"mocha": "8.4.0",
"nyc": "15.1.0"
},
"engines": {
@@ -84,5 +83,5 @@
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "2.1.30"
"version": "2.1.31"
}