devsite/node_modules/pug-walk/package.json

22 lines
406 B
JSON
Raw Normal View History

2024-07-08 01:49:38 +00:00
{
"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"
}