solorice/vscodium/extensions/oderwat.indent-rainbow-8.3.1/node_modules/koa-mount/package.json
2022-04-28 21:17:01 +03:00

42 lines
969 B
JSON

{
"name": "koa-mount",
"description": "Mounting middleware for koa",
"repository": "koajs/mount",
"version": "4.0.0",
"keywords": [
"koa",
"middleware",
"mount",
"mounting"
],
"files": [
"index.js"
],
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.5",
"koa": "^2.0.1",
"koa-static": "^3.0.0",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"license": "MIT",
"dependencies": {
"debug": "^4.0.1",
"koa-compose": "^4.1.0"
},
"scripts": {
"lint": "eslint --fix .",
"test": "NODE_ENV=test mocha --reporter spec",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"engines": {
"node": ">= 7.6.0"
}
}