Initial commit
This commit is contained in:
21
node_modules/pug-walk/package.json
generated
vendored
Normal file
21
node_modules/pug-walk/package.json
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "pug-walk",
|
||||
"version": "2.0.0",
|
||||
"description": "Walk and transform a pug AST",
|
||||
"keywords": [
|
||||
"pug"
|
||||
],
|
||||
"devDependencies": {
|
||||
"pug-lexer": "^5.0.0",
|
||||
"pug-parser": "^6.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
|
||||
},
|
||||
"author": "ForbesLindesay",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user