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.
22 lines
406 B
22 lines
406 B
2 years ago
|
{
|
||
|
"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"
|
||
|
}
|