wallet-core/node_modules/strip-bom-stream/package.json
2016-11-03 01:33:53 +01:00

45 lines
786 B
JSON

{
"name": "strip-bom-stream",
"version": "1.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": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"bom",
"strip",
"byte",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"stream",
"streams"
],
"dependencies": {
"first-chunk-stream": "^1.0.0",
"strip-bom": "^2.0.0"
},
"devDependencies": {
"ava": "0.0.4",
"concat-stream": "^1.4.5"
}
}