UNPKG

koa-meta

Version:

SEO <title> and <meta name="description"> middleware for Koa and Lad

71 lines (70 loc) 1.7 kB
{ "name": "koa-meta", "description": "SEO <title> and <meta name=\"description\"> middleware for Koa and Lad", "version": "4.1.0", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/koa-meta/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" ], "dependencies": { "is-string-and-not-blank": "^0.0.2", "sanitize-html": "^2.10.0" }, "devDependencies": { "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "ava": "^5.3.0", "cross-env": "^7.0.3", "eslint": "^8.42.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.3", "lint-staged": "^13.2.2", "nyc": "^15.1.0", "remark-cli": "^11.0.0", "remark-preset-github": "^4.0.4", "sinon": "^15.1.0", "xo": "^0.54.2" }, "engines": { "node": ">=14" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/koa-meta", "keywords": [ "@ladjs/meta", "description", "dictionary", "koa", "lad", "lass", "lookup", "meta", "metadata", "middleware", "paths", "seo", "state", "title" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/ladjs/koa-meta" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "precommit": "lint-staged && npm test", "prepare": "husky install", "pretest": "npm run lint", "test": "npm run test-coverage", "test-coverage": "cross-env NODE_ENV=test nyc ava" } }