123456789101112131415161718192021222324 |
- {
- "name": "pug-strip-comments",
- "version": "1.0.4",
- "description": "Strip comments from a Pug token stream (from the lexer)",
- "keywords": [
- "pug"
- ],
- "dependencies": {
- "pug-error": "^1.3.3"
- },
- "devDependencies": {
- "line-json": "^1.0.0"
- },
- "files": [
- "index.js"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments"
- },
- "author": "Timothy Gu <timothygu99@gmail.com>",
- "license": "MIT",
- "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
- }
|