update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

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

@@ -1,33 +1,27 @@
{
"_args": [
[
"aws4@1.10.0",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_from": "aws4@1.10.0",
"_id": "aws4@1.10.0",
"_from": "aws4@^1.8.0",
"_id": "aws4@1.10.1",
"_inBundle": false,
"_integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==",
"_integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==",
"_location": "/aws4",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "aws4@1.10.0",
"raw": "aws4@^1.8.0",
"name": "aws4",
"escapedName": "aws4",
"rawSpec": "1.10.0",
"rawSpec": "^1.8.0",
"saveSpec": null,
"fetchSpec": "1.10.0"
"fetchSpec": "^1.8.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz",
"_spec": "1.10.0",
"_where": "D:\\Projects\\vanillajs-seed",
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz",
"_shasum": "e1e82e4f3e999e2cfd61b161280d16a111f86428",
"_spec": "aws4@^1.8.0",
"_where": "D:\\Projects\\vanillajs-seed\\node_modules\\request",
"author": {
"name": "Michael Hart",
"email": "michael.hart.au@gmail.com",
@@ -36,10 +30,12 @@
"bugs": {
"url": "https://github.com/mhart/aws4/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Signs and prepares requests using AWS Signature Version 4",
"devDependencies": {
"mocha": "^7.1.2",
"should": "^13.2.3"
"mocha": "^2.5.3",
"should": "^8.4.0"
},
"homepage": "https://github.com/mhart/aws4#readme",
"license": "MIT",
@@ -53,5 +49,5 @@
"integration": "node ./test/slow.js",
"test": "mocha ./test/fast.js -R list"
},
"version": "1.10.0"
"version": "1.10.1"
}