package.json 463 B

12345678910111213141516171819202122
  1. {
  2. "name": "pug-walk",
  3. "version": "1.1.8",
  4. "description": "Walk and transform a pug AST",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "devDependencies": {
  9. "pug-lexer": "^4.1.0",
  10. "pug-parser": "^5.0.1"
  11. },
  12. "files": [
  13. "index.js"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
  18. },
  19. "author": "ForbesLindesay",
  20. "license": "MIT",
  21. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  22. }