UNPKG

remove-bom-stream

Version:

Remove a UTF8 BOM at the start of the stream.

54 lines (53 loc) 1.07 kB
{ "name": "remove-bom-stream", "version": "2.0.0", "description": "Remove a UTF8 BOM at the start of the stream.", "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", "contributors": [ "Blaine Bublitz <blaine.bublitz@gmail.com>" ], "repository": "gulpjs/remove-bom-stream", "license": "MIT", "engines": { "node": ">= 10.13.0" }, "main": "index.js", "files": [ "LICENSE", "index.js" ], "scripts": { "lint": "eslint .", "pretest": "npm run lint", "test": "nyc mocha --async-only" }, "dependencies": { "streamx": "^2.12.4" }, "devDependencies": { "concat-stream": "^2.0.0", "eslint": "^7.32.0", "eslint-config-gulp": "^5.0.1", "eslint-plugin-node": "^11.1.0", "expect": "^27.4.2", "mocha": "^8.4.0", "nyc": "^15.1.0", "stream-chunker": "^1.2.8" }, "nyc": { "reporter": [ "lcov", "text-summary" ] }, "prettier": { "singleQuote": true }, "keywords": [ "bom", "remove", "utf8", "streaming", "stream" ] }