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.
23 lines
515 B
23 lines
515 B
{ |
|
"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" |
|
}
|
|
|