2013-08-17 07:15:57 +00:00
|
|
|
{
|
2019-10-11 17:34:28 +00:00
|
|
|
"name": "koa-lite",
|
2019-10-12 01:43:27 +00:00
|
|
|
"version": "2.8.6",
|
2019-10-11 17:34:28 +00:00
|
|
|
"description": "Lite version of the Koa web app framework",
|
2014-03-23 11:03:17 +00:00
|
|
|
"main": "lib/application.js",
|
2013-08-17 07:15:57 +00:00
|
|
|
"scripts": {
|
2019-07-30 10:00:43 +00:00
|
|
|
"test": "egg-bin test test",
|
|
|
|
"test-cov": "egg-bin cov test",
|
2017-11-06 14:23:34 +00:00
|
|
|
"lint": "eslint benchmarks lib test",
|
|
|
|
"bench": "make -C benchmarks",
|
|
|
|
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
2019-10-12 01:41:22 +00:00
|
|
|
"repository": "nfp-projects/koa-lite",
|
2013-08-17 07:15:57 +00:00
|
|
|
"keywords": [
|
|
|
|
"web",
|
|
|
|
"app",
|
|
|
|
"http",
|
|
|
|
"application",
|
|
|
|
"framework",
|
|
|
|
"middleware",
|
|
|
|
"rack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-10-08 18:44:33 +00:00
|
|
|
"content-disposition": "jharrilim/content-disposition#572383f",
|
|
|
|
"debug-ms": "~4.1.2",
|
2018-07-12 06:14:25 +00:00
|
|
|
"fresh": "~0.5.2",
|
2019-10-11 16:40:06 +00:00
|
|
|
"http-errors-lite": "^2.0.2",
|
2019-10-12 00:17:22 +00:00
|
|
|
"type-is": "^1.6.16"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-10 15:40:27 +00:00
|
|
|
"egg-bin": "^4.13.0",
|
2019-06-26 03:15:22 +00:00
|
|
|
"eslint": "^6.0.1",
|
2017-12-24 07:01:01 +00:00
|
|
|
"eslint-config-koa": "^2.0.0",
|
2017-03-14 08:54:14 +00:00
|
|
|
"eslint-config-standard": "^7.0.1",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-standard": "^2.1.1",
|
2019-08-10 15:40:27 +00:00
|
|
|
"mm": "^2.5.0",
|
2018-07-12 06:14:25 +00:00
|
|
|
"supertest": "^3.1.0"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-11-06 14:23:34 +00:00
|
|
|
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
|
2014-09-08 08:40:44 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2014-10-18 01:21:32 +00:00
|
|
|
"lib"
|
2019-07-30 10:00:43 +00:00
|
|
|
]
|
2014-01-17 16:43:54 +00:00
|
|
|
}
|