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

update modules

This commit is contained in:
s2
2020-07-20 16:16:07 +02:00
parent 783511ce12
commit 2b23424b86
785 changed files with 91905 additions and 56057 deletions

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

@@ -1,27 +1,27 @@
{
"_from": "mime-db@1.43.0",
"_id": "mime-db@1.43.0",
"_from": "mime-db@1.44.0",
"_id": "mime-db@1.44.0",
"_inBundle": false,
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
"_integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==",
"_location": "/mime-db",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mime-db@1.43.0",
"raw": "mime-db@1.44.0",
"name": "mime-db",
"escapedName": "mime-db",
"rawSpec": "1.43.0",
"rawSpec": "1.44.0",
"saveSpec": null,
"fetchSpec": "1.43.0"
"fetchSpec": "1.44.0"
},
"_requiredBy": [
"/mime-types"
],
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
"_shasum": "0a12e0502650e473d735535050e7c8f4eb4fae58",
"_spec": "mime-db@1.43.0",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\mime-types",
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
"_shasum": "fa11c5eb0aca1334b4233cb4d52f10c5a6272f92",
"_spec": "mime-db@1.44.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\mime-types",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
@@ -48,16 +48,17 @@
"bluebird": "3.7.2",
"co": "4.6.0",
"cogent": "1.0.1",
"csv-parse": "4.8.3",
"csv-parse": "4.8.9",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "11.0.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"gnode": "0.1.2",
"mocha": "7.0.0",
"nyc": "15.0.0",
"mocha": "7.1.1",
"nyc": "15.0.1",
"raw-body": "2.4.1",
"stream-to-array": "2.3.0"
},
@@ -90,12 +91,12 @@
"scripts": {
"build": "node scripts/build",
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
"lint": "eslint .",
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test",
"update": "npm run fetch && npm run build",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "1.43.0"
"version": "1.44.0"
}