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

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

View File

@@ -1,8 +1,8 @@
{
"_from": "request-promise-native@^1.0.5",
"_id": "request-promise-native@1.0.5",
"_id": "request-promise-native@1.0.7",
"_inBundle": false,
"_integrity": "sha1-UoF3D2jgyXGeUWP9P6tIIhX0/aU=",
"_integrity": "sha512-rIMnbBdgNViL37nZ1b3L/VfPOpSi0TqVDQPAvO6U14lMzOLrt5nilxCQqtDKhZeDiW0/hkCXGoQjhgJd/tCh6w==",
"_location": "/request-promise-native",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.5.tgz",
"_shasum": "5281770f68e0c9719e5163fd3fab482215f4fda5",
"_resolved": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz",
"_shasum": "a49868a624bdea5069f1251d0a836e0d89aa2c59",
"_spec": "request-promise-native@^1.0.5",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/jsdom",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\jsdom",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
@@ -31,9 +31,9 @@
},
"bundleDependencies": false,
"dependencies": {
"request-promise-core": "1.1.1",
"stealthy-require": "^1.1.0",
"tough-cookie": ">=2.3.3"
"request-promise-core": "1.1.2",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
},
"deprecated": false,
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
@@ -82,5 +82,5 @@
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.0.5"
"version": "1.0.7"
}