This commit is contained in:
Timo Hocker 2020-03-04 21:02:59 +01:00
parent a99162320b
commit f20b788e90
3 changed files with 37 additions and 1825 deletions

View File

@ -1,6 +1,8 @@
/*
* Copyright (C) Sapphirecode - All Rights Reserved
* Created by Timo Hocker <timo@scode.ovh>, January 2020
* This file is part of auth-client-helper which is released under MIT.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, March 2020
*/
/* eslint-disable no-magic-numbers */

View File

@ -5,17 +5,16 @@
"author": "Timo Hocker <t-hocker@web.de>",
"license": "MIT",
"devDependencies": {
"@scode/eslint-config": "^1.2.25",
"ava": "^3.5.0",
"eslint": "^6.8.0",
"nyc": "^15.0.0"
"@scode/eslint-config": "^1.2.26",
"eslint": "^6.8.0"
},
"scripts": {
"lint": "eslint .",
"test": "nyc ava"
"test": "echo \"no test\""
},
"dependencies": {
"@scode/consts": "^1.0.1",
"@scode/crypto-helper": "^1.0.2"
"@scode/crypto-helper": "^1.0.2",
"node-fetch": "^2.6.0"
}
}

1847
yarn.lock

File diff suppressed because it is too large Load Diff