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

update node modules

This commit is contained in:
s2
2021-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

25
node_modules/lodash/package.json generated vendored
View File

@@ -1,27 +1,28 @@
{
"_from": "lodash@^4.17.15",
"_id": "lodash@4.17.19",
"_from": "lodash@^4.7.0",
"_id": "lodash@4.17.21",
"_inBundle": false,
"_integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"_location": "/lodash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lodash@^4.17.15",
"raw": "lodash@^4.7.0",
"name": "lodash",
"escapedName": "lodash",
"rawSpec": "^4.17.15",
"rawSpec": "^4.7.0",
"saveSpec": null,
"fetchSpec": "^4.17.15"
"fetchSpec": "^4.7.0"
},
"_requiredBy": [
"/request-promise-core"
"/request-promise-core",
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"_shasum": "e48ddedbe30b3321783c5b4301fbd353bc1e4a4b",
"_spec": "lodash@^4.17.15",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request-promise-core",
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
"_spec": "lodash@^4.7.0",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\whatwg-url",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com"
@@ -59,5 +60,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
},
"version": "4.17.19"
"version": "4.17.21"
}