12345678910111213141516171819202122 |
- {
- "name": "pug-walk",
- "version": "1.1.8",
- "description": "Walk and transform a pug AST",
- "keywords": [
- "pug"
- ],
- "devDependencies": {
- "pug-lexer": "^4.1.0",
- "pug-parser": "^5.0.1"
- },
- "files": [
- "index.js"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
- },
- "author": "ForbesLindesay",
- "license": "MIT",
- "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
- }
|