UNPKG

@mvx/identity

Version:

identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.

48 lines 1.55 kB
{ "name": "@mvx/identity", "version": "4.0.38", "description": "identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.", "main": "./fesm5/identity.js", "typings": "./src/index.d.ts", "scripts": { "build": "tsdi build" }, "keywords": ["oidc", "identity", "mvc", "type-mvc", "typemvc", "boot", "frameworks", "Application", "AOP", "aop", "tsdi", "@tsdi", "tsioc", "ioc", "IoC", "type", "container", "dependency", "injection"], "author": "houjun", "license": "MIT", "bugs": { "url": "https://github.com/zhouhoujun/type-mvc/issues" }, "repository": { "type": "git", "url": "git+https://github.com/zhouhoujun/type-mvc.git" }, "dependencies": { "@types/jsonwebtoken": "^8.3.7", "@types/koa-bodyparser": "^4.3.0", "@types/koa-session": "^5.10.2", "jsonwebtoken": "^8.5.1", "koa-session": "^6.0.0", "request": "^2.88.0", "webfinger": "^0.4.2" }, "peerDependencies": { "reflect-metadata": "^0.1.13", "@types/koa": "^2.13.1", "@tsdi/annotations": "~6.0.40", "@tsdi/components": "~6.0.40", "@tsdi/ioc": "~6.0.40", "@tsdi/boot": "~6.0.40", "@tsdi/core": "~6.0.40", "@tsdi/aop": "~6.0.40", "@mvx/mvc": "~4.0.38", "tslib": "^1.13.0" }, "homepage": "https://github.com/zhouhoujun/type-mvc#readme", "es5": "./src/index.js", "fesm5": "./fesm5/identity.js", "esm5": "./fesm5/identity.js", "es2017": "./es2017/index.js", "fesm2017": "./fesm2017/identity.js", "esm2017": "./fesm2017/identity.js" }