wishthis/node_modules/strip-bom-stream/package.json
2022-04-08 12:55:35 +02:00

45 lines
790 B
JSON

{
"name": "strip-bom-stream",
"version": "3.0.0",
"description": "Strip UTF-8 byte order mark (BOM) from a stream",
"license": "MIT",
"repository": "sindresorhus/strip-bom-stream",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"bom",
"strip",
"byte",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"stream",
"streams"
],
"dependencies": {
"first-chunk-stream": "^2.0.0",
"strip-bom-buf": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
}
}