7 Star 21 Fork 2

李成银/thinkjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
李成银 提交于 2020-08-14 13:55 . doc: update description
{
"name": "thinkjs",
"description": "ThinkJS - Use full ES6+ features to develop web applications",
"version": "3.2.12",
"author": {
"name": "welefen",
"email": "[email protected]"
},
"pre-commit": [
"test"
],
"scripts": {
"test": "npm run lint && npm run test-cov",
"test-cov": "nyc ava test/case/ && nyc report --reporter=html",
"lint": "eslint ./lib/ index.js",
"prepublish": "npm test"
},
"contributors": [
{
"name": "welefen",
"email": "[email protected]"
},
{
"name": "im-kulikov",
"email": "[email protected]"
},
{
"name": "maxzhang",
"email": "[email protected]"
},
{
"name": "akira-cn",
"email": "[email protected]"
},
{
"name": "qgy18",
"email": "[email protected]"
}
],
"main": "lib/application.js",
"types": "index.d.ts",
"dependencies": {
"cookies": "^0.8.0",
"debug": "^3.1.0",
"destroy": "^1.0.4",
"koa": "^2.2.0",
"on-finished": "^2.3.0",
"think-cluster": "^1.0.0",
"think-config": "^1.0.0",
"think-controller": "^1.0.1",
"think-crontab": "^1.0.0",
"think-helper": "^1.0.0",
"think-loader": "^1.0.0",
"think-logger3": "^1.0.0",
"think-logic": "^1.0.0",
"think-meta": "^1.0.1",
"think-mock-http": "^1.0.0",
"think-payload": "^1.0.0",
"think-pm2": "^1.0.0",
"think-resource": "^1.0.0",
"think-router": "^1.3.1",
"think-trace": "^1.0.2",
"think-validator": "^1.0.2"
},
"devDependencies": {
"ava": "^0.18.0",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.2",
"mkdirp": "^0.5.1",
"mock-require": "^2.0.1",
"nyc": "^7.0.0",
"pre-commit": "^1.2.2"
},
"keywords": [
"thinkjs",
"framework",
"web",
"rest",
"restful",
"router",
"api",
"es6",
"es7",
"async",
"await",
"yield",
"websocket",
"generator-function",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/thinkjs/thinkjs"
},
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/thinkjs/thinkjs/issues"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/welefen/thinkjs.git
[email protected]:welefen/thinkjs.git
welefen
thinkjs
thinkjs
master

搜索帮助