added custom api for missing user values

This commit is contained in:
Yannik
2023-08-13 23:30:04 +02:00
parent 2b19fd9be2
commit ce93ed4294
1001 changed files with 160494 additions and 0 deletions

17
extended-user-info-api/node_modules/aws4/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "aws4",
"version": "1.12.0",
"description": "Signs and prepares requests using AWS Signature Version 4",
"author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",
"license": "MIT",
"repository": "github:mhart/aws4",
"main": "aws4.js",
"scripts": {
"test": "mocha ./test/fast.js -R list",
"integration": "node ./test/slow.js"
},
"devDependencies": {
"mocha": "^2.5.3",
"should": "^8.4.0"
}
}