forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
21
electron/node_modules/aws4/package.json
generated
vendored
Normal file
21
electron/node_modules/aws4/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "aws4",
|
||||
"version": "1.13.2",
|
||||
"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"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha ./test/fast.js -R list",
|
||||
"integration": "node ./test/slow.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^10.7.3",
|
||||
"should": "^13.2.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue