This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

17
resources/app/node_modules/aws4/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "aws4",
"version": "1.13.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",
"files": [
"aws4.js",
"lru.js"
],
"devDependencies": {
"mocha": "^10.4.0",
"should": "^13.2.3"
}
}