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

View File

@@ -1,8 +1,8 @@
{
"_from": "request-promise-native@^1.0.8",
"_id": "request-promise-native@1.0.8",
"_from": "request-promise-native@^1.0.9",
"_id": "request-promise-native@1.0.9",
"_inBundle": false,
"_integrity": "sha512-dapwLGqkHtwL5AEbfenuzjTYg35Jd6KPytsC2/TLkVMz8rm+tNt72MGUWT1RP/aYawMpN6HqbNGBQaRcBtjQMQ==",
"_integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
"_location": "/request-promise-native",
"_phantomChildren": {
"psl": "1.8.0",
@@ -11,19 +11,19 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "request-promise-native@^1.0.8",
"raw": "request-promise-native@^1.0.9",
"name": "request-promise-native",
"escapedName": "request-promise-native",
"rawSpec": "^1.0.8",
"rawSpec": "^1.0.9",
"saveSpec": null,
"fetchSpec": "^1.0.8"
"fetchSpec": "^1.0.9"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.8.tgz",
"_shasum": "a455b960b826e44e2bf8999af64dff2bfe58cb36",
"_spec": "request-promise-native@^1.0.8",
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz",
"_shasum": "e407120526a5efdc9a39b28a5679bf47b9d9dc28",
"_spec": "request-promise-native@^1.0.9",
"_where": "D:\\Projects\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Nicolai Kamenzky",
@@ -34,11 +34,11 @@
},
"bundleDependencies": false,
"dependencies": {
"request-promise-core": "1.1.3",
"request-promise-core": "1.1.4",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
},
"deprecated": false,
"deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
"devDependencies": {
"body-parser": "~1.15.2",
@@ -85,5 +85,5 @@
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.0.8"
"version": "1.0.9"
}