cache-pug-templates
Version:
Cache Pug templates for Lad/Koa/Express/Connect
119 lines (118 loc) • 2.5 kB
JSON
{
"name": "cache-pug-templates",
"description": "Cache Pug templates for Lad/Koa/Express/Connect",
"version": "2.0.3",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
"ava": {
"verbose": true,
"timeout": "20s",
"serial": true
},
"bugs": {
"url": "https://github.com/ladjs/cache-pug-templates/issues",
"email": "niftylettuce@gmail.com"
},
"contributors": [
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
],
"dependencies": {
"debug": "^4.1.1",
"function-rate-limit": "^1.1.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"ava": "^3.10.1",
"codecov": "^3.7.2",
"cross-env": "^7.0.2",
"ejs": "^3.1.3",
"eslint": "^7.5.0",
"eslint-config-xo-lass": "^1.0.3",
"express": "^4.17.1",
"fixpack": "^3.0.6",
"husky": "^4.2.5",
"koa": "^2.13.0",
"lint-staged": "^10.2.11",
"nyc": "^15.1.0",
"pug": "^2.0.3",
"remark-cli": "^8.0.1",
"remark-preset-github": "2.0.2",
"xo": "^0.32.1"
},
"engines": {
"node": ">=8.3"
},
"homepage": "https://github.com/ladjs/cache-pug-templates",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test"
}
},
"keywords": [
"cache",
"cache-pug-templates",
"caching",
"deploy",
"deployment",
"engine",
"express",
"helper",
"jade",
"koa",
"lad",
"lass",
"middleware",
"pre",
"pre-cache",
"pug",
"template",
"templating"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
},
"main": "index.js",
"peerDependencies": {
"pug": "*"
},
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ladjs/cache-pug-templates"
},
"scripts": {
"ava": "cross-env NODE_ENV=production ava",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo",
"nyc": "cross-env NODE_ENV=production nyc ava",
"test": "npm run lint && npm run ava",
"test-coverage": "npm run lint && npm run nyc"
},
"xo": {
"prettier": true,
"space": true,
"extends": [
"xo-lass"
]
}
}