UNPKG

mini-preproc

Version:

A simple, light, and fast text preprocessor implemented as a node transform stream.

43 lines (42 loc) 997 B
{ "name": "mini-preproc", "version": "1.1.2", "description": "A simple, light, and fast text preprocessor implemented as a node transform stream.", "main": "dist/mini-preproc.js", "files": [ "src/*", "dist/*" ], "scripts": { "test": "node run-tests.js", "clean-tests": "rm -f tests/*.js", "build-dist": "rm -f dist/* ; tsc", "watch-dist": "tsc -w", "clean-dist": "rm -f dist/*" }, "author": "craigphicks", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/craigphicks/mini-preproc.git" }, "keywords": [ "nodejs", "preprocessor", "transform-stream", "stream", "transform" ], "bugs": { "url": "https://github.com/craigphicks/mini-preproc/issues" }, "homepage": "https://github.com/craigphicks/mini-preproc#readme", "devDependencies": { "@tsconfig/node10": "^1.0.7", "@types/node": "^14.14.14" }, "dependencies": {}, "engines": { "node": ">=10.13.0" } }