Initial commit
This commit is contained in:
23
node_modules/pug-parser/package.json
generated
vendored
Normal file
23
node_modules/pug-parser/package.json
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user