UNPKG

gulp-preserve-typescript-whitespace

Version:

A gulp plugin that preserves empty lines and multiple spaces in source files compiled from TypeScript to JavaScript.

37 lines (36 loc) 980 B
{ "name": "gulp-preserve-typescript-whitespace", "version": "1.0.3", "description": "A gulp plugin that preserves empty lines and multiple spaces in source files compiled from TypeScript to JavaScript.", "main": "src/index.js", "homepage": "https://github.com/CarabusX/gulp-preserve-typescript-whitespace", "bugs": { "url": "https://github.com/CarabusX/gulp-preserve-typescript-whitespace/issues" }, "repository": { "type": "git", "url": "git+https://github.com/CarabusX/gulp-preserve-typescript-whitespace.git" }, "keywords": [ "gulpplugin", "gulp", "javascript", "typescript", "preserve", "whitespace", "white-space", "newline", "new-line", "linebreak", "line-break" ], "author": { "name": "Rafał Karczmarczyk", "email": "carabusx.npm@gmail.com" }, "license": "ISC", "bundleDependencies": false, "dependencies": { "through2": "^2.0.0" } }