UNPKG

@ladjs/web

Version:
118 lines (117 loc) 3.02 kB
{ "name": "@ladjs/web", "description": "Web server for Lad", "version": "21.0.26", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/web/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" ], "dependencies": { "@koa/router": "^13.1.0", "@ladjs/i18n": "^8.0.3", "@ladjs/koa-better-static": "^3.0.0", "@ladjs/koa-cache-responses": "^1.0.0", "@ladjs/koa-isajax": "^2.0.0", "@ladjs/koa-simple-ratelimit": "^4.1.1", "@ladjs/koa-views": "^9.0.0", "@ladjs/passport": "^5.1.4", "@ladjs/redis": "^1.1.1", "@ladjs/shared-config": "^9.1.4", "@ladjs/state-helper": "^3.0.1", "@ladjs/store-ip-address": "^0.0.7", "axe": "^13.0.0", "boolean": "^3.2.0", "cabin": "^14.0.0", "crypto-random-string": "3", "express-request-id": "1.4.1", "is-string-and-not-blank": "^0.0.2", "kcors": "^2.2.2", "koa": "2.16.0", "koa-404-handler": "^0.1.0", "koa-basic-auth": "^4.0.0", "koa-better-error-handler": "^11.0.4", "koa-better-flash": "^0.0.4", "koa-better-timeout": "^0.0.6", "koa-bodyparser": "^4.4.1", "koa-cash": "^5.0.0", "koa-compress": "^5.1.1", "koa-conditional-get": "^3.0.0", "koa-connect": "^2.1.0", "koa-etag": "^4.0.0", "koa-favicon": "^2.1.0", "koa-generic-session": "^2.3.1", "koa-helmet": "5", "koa-json": "^2.0.2", "koa-meta": "^4.0.2", "koa-methodoverride": "^2.0.0", "koa-redirect-loop": "^3.0.2", "koa-redis": "^4.0.1", "lodash": "^4.17.21", "ms": "^2.1.3", "request-received": "^0.0.3", "response-time": "^2.3.3" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "ava": "5", "cross-env": "^7.0.3", "eslint": "^8.55.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^9.1.7", "ioredis": "^5.6.1", "ioredis-mock": "^8.9.0", "lint-staged": "^15.4.3", "nyc": "^15.1.0", "pug": "^3.0.3", "remark-cli": "11", "remark-preset-github": "^4.0.4", "supertest": "^7.1.1", "xo": "^0.56.0" }, "engines": { "node": ">=18" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/web", "keywords": [ "boilerplate", "express", "framework", "h5bp", "http", "koa", "lad", "lass", "mean", "pug", "server", "stack", "web" ], "license": "MIT", "main": "index.js", "peerDependencies": { "axe": ">= 11", "cabin": ">= 11" }, "repository": { "type": "git", "url": "https://github.com/ladjs/web" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "pre-commit": "lint-staged", "prepare": "husky", "pretest": "npm run lint", "test": "npm run test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava" } }