1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "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"
| }
|
|