diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:38:48 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 21:53:09 +0800 |
| commit | 26105034da4fcce7ac883c899d781f016559310d (patch) | |
| tree | c459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/koa/package.json | |
| parent | 2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff) | |
| download | xmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip | |
switch to vuepress
Diffstat (limited to 'node_modules/koa/package.json')
| -rw-r--r-- | node_modules/koa/package.json | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/node_modules/koa/package.json b/node_modules/koa/package.json new file mode 100644 index 00000000..a8b74cdb --- /dev/null +++ b/node_modules/koa/package.json @@ -0,0 +1,76 @@ +{ + "name": "koa", + "version": "2.6.1", + "description": "Koa web app framework", + "main": "lib/application.js", + "scripts": { + "test": "jest", + "test-cov": "jest --coverage --runInBand --forceExit", + "lint": "eslint benchmarks lib test", + "bench": "make -C benchmarks", + "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS" + }, + "repository": "koajs/koa", + "keywords": [ + "web", + "app", + "http", + "application", + "framework", + "middleware", + "rack" + ], + "license": "MIT", + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.7.1", + "debug": "~3.1.0", + "delegates": "^1.0.0", + "depd": "^1.1.2", + "destroy": "^1.0.4", + "error-inject": "^1.0.0", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^1.2.0", + "koa-is-json": "^1.0.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "devDependencies": { + "eslint": "^3.17.1", + "eslint-config-koa": "^2.0.0", + "eslint-config-standard": "^7.0.1", + "eslint-plugin-promise": "^3.5.0", + "eslint-plugin-standard": "^2.1.1", + "jest": "^20.0.0", + "supertest": "^3.1.0" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + }, + "files": [ + "lib" + ], + "jest": { + "testMatch": [ + "**/test/!(helpers)/*.js" + ], + "coverageReporters": [ + "text-summary", + "lcov" + ], + "bail": true, + "testEnvironment": "node" + } +} |
