You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
515 B
24 lines
515 B
2 years ago
|
{
|
||
|
"name": "pug-parser",
|
||
|
"version": "6.0.0",
|
||
|
"description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
|
||
|
"keywords": [
|
||
|
"pug"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"pug-error": "^2.0.0",
|
||
|
"token-stream": "1.0.0"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"files": [
|
||
|
"lib/inline-tags.js",
|
||
|
"index.js"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
|
||
|
},
|
||
|
"author": "ForbesLindesay",
|
||
|
"license": "MIT"
|
||
|
}
|