1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-05 13:00:08 +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

View File

@@ -1,26 +1,26 @@
{
"_from": "request-promise-core@1.1.3",
"_id": "request-promise-core@1.1.3",
"_from": "request-promise-core@1.1.4",
"_id": "request-promise-core@1.1.4",
"_inBundle": false,
"_integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
"_integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
"_location": "/request-promise-core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "request-promise-core@1.1.3",
"raw": "request-promise-core@1.1.4",
"name": "request-promise-core",
"escapedName": "request-promise-core",
"rawSpec": "1.1.3",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.3"
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
"_shasum": "e9a3c081b51380dfea677336061fea879a829ee9",
"_spec": "request-promise-core@1.1.3",
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz",
"_shasum": "3eedd4223208d419867b78ce815167d10593a22f",
"_spec": "request-promise-core@1.1.4",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\request-promise-native",
"author": {
"name": "Nicolai Kamenzky",
@@ -31,7 +31,7 @@
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.15"
"lodash": "^4.17.19"
},
"deprecated": false,
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
@@ -84,5 +84,5 @@
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.1.3"
"version": "1.1.4"
}