mirror of https://github.com/jkjoy/sunpeiwen.git
22 lines
406 B
JSON
22 lines
406 B
JSON
{
|
|
"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"
|
|
}
|