devsite/node_modules/pug-error/package.json
2024-07-07 18:49:38 -07:00

20 lines
384 B
JSON

{
"name": "pug-error",
"version": "2.1.0",
"description": "Standard error objects for pug",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"pug"
],
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-error"
},
"author": "Forbes Lindesay",
"license": "MIT"
}