devsite/node_modules/pug-error/package.json

20 lines
384 B
JSON
Raw Normal View History

2024-07-08 01:49:38 +00:00
{
"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"
}