first
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
lib/index.d.ts
0 → 100644
lib/index.js
0 → 100644
lib/index.js.map
0 → 100644
lib/md5.d.ts
0 → 100644
lib/md5.js
0 → 100644
This diff is collapsed.
lib/md5.js.map
0 → 100644
This diff is collapsed.
lib/utils.d.ts
0 → 100644
lib/utils.js
0 → 100644
lib/utils.js.map
0 → 100644
package.json
0 → 100644
{ | ||
"name": "sso-oauth2", | ||
"version": "0.1.0", | ||
"author": "HUHU", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "nodejs" | ||
}, | ||
"scripts": { | ||
"start": "npx tsc" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.6.2", | ||
"axios": "^0.19.0", | ||
"typescript": "^3.5.3" | ||
} | ||
} |
src/index.ts
0 → 100644
src/md5.ts
0 → 100644
src/utils.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment