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 * 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 */ /* eslint-disable no-magic-numbers */

View File

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