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

22
node_modules/aws4/package.json generated vendored
View File

@@ -1,27 +1,27 @@
{
"_from": "aws4@^1.6.0",
"_id": "aws4@1.7.0",
"_from": "aws4@^1.8.0",
"_id": "aws4@1.8.0",
"_inBundle": false,
"_integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==",
"_integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==",
"_location": "/aws4",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "aws4@^1.6.0",
"raw": "aws4@^1.8.0",
"name": "aws4",
"escapedName": "aws4",
"rawSpec": "^1.6.0",
"rawSpec": "^1.8.0",
"saveSpec": null,
"fetchSpec": "^1.6.0"
"fetchSpec": "^1.8.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz",
"_shasum": "d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289",
"_spec": "aws4@^1.6.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/request",
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
"_shasum": "f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f",
"_spec": "aws4@^1.8.0",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\request",
"author": {
"name": "Michael Hart",
"email": "michael.hart.au@gmail.com",
@@ -100,5 +100,5 @@
"scripts": {
"test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
},
"version": "1.7.0"
"version": "1.8.0"
}