package.json 515 B

123456789101112131415161718192021222324
  1. {
  2. "name": "pug-parser",
  3. "version": "6.0.0",
  4. "description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "pug-error": "^2.0.0",
  10. "token-stream": "1.0.0"
  11. },
  12. "devDependencies": {},
  13. "files": [
  14. "lib/inline-tags.js",
  15. "index.js"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
  20. },
  21. "author": "ForbesLindesay",
  22. "license": "MIT"
  23. }