UNPKG

pug-walk-extract-text

Version:

Walk and transform a Pug AST, extracting text nodes from e.g. script and style tags

32 lines (31 loc) 739 B
{ "name": "pug-walk-extract-text", "description": "Walk and transform a Pug AST, extracting text nodes from e.g. script and style tags", "version": "1.1.0", "author": "Greg V <greg@unrelenting.technology>", "license": "Unlicense", "repository": { "type": "git", "url": "https://github.com/myfreeweb/pug-walk-extract-text" }, "bugs": { "url": "https://github.com/myfreeweb/pug-walk-extract-text/issues" }, "keywords": [ "pug", "jade" ], "main": "index.js", "scripts": { "test": "node test.js | tap-spec" }, "dependencies": { "pug-walk": "^1.1.0" }, "devDependencies": { "pug-lexer": "^3.1.0", "pug-parser": "^2.0.0", "tap-spec": "^4.1.0", "tape": "^4.6.0" } }