UNPKG

@ladjs/i18n

Version:

i18n wrapper and Koa middleware for Lad

76 lines (75 loc) 1.84 kB
{ "name": "@ladjs/i18n", "description": "i18n wrapper and Koa middleware for Lad", "version": "8.0.3", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/i18n/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "shadowgate15 (https://github.com/shadowgate15)" ], "dependencies": { "@hapi/boom": "^10.0.0", "@ladjs/country-language": "^1.0.1", "boolean": "3.2.0", "i18n": "^0.15.0", "i18n-locales": "^0.0.5", "lodash": "^4.17.21", "multimatch": "5", "punycode": "^2.1.1", "qs": "^6.11.0", "titleize": "2", "tlds": "^1.231.0" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "ava": "^4.3.0", "cross-env": "^7.0.3", "eslint": "^8.19.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.1", "koa": "^2.13.4", "koa-generic-session": "^2.3.0", "lint-staged": "^13.0.3", "nyc": "^15.1.0", "remark-cli": "^11.0.0", "remark-preset-github": "^4.0.4", "sinon": "^14.0.0", "supertest": "^6.2.4", "xo": "^0.50.0" }, "engines": { "node": ">=14" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/i18n", "keywords": [ "@ladjs/i18n", "i18n", "lad", "lass", "locale", "locales", "localization", "translate" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ladjs/i18n" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "prepare": "husky install", "pretest": "npm run lint", "test": "cross-env NODE_ENV=test nyc ava" } }