2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"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",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test.js"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"bom",
|
|
|
|
"strip",
|
|
|
|
"byte",
|
|
|
|
"mark",
|
|
|
|
"unicode",
|
|
|
|
"utf8",
|
|
|
|
"utf-8",
|
|
|
|
"remove",
|
|
|
|
"delete",
|
|
|
|
"trim",
|
|
|
|
"text",
|
|
|
|
"stream",
|
|
|
|
"streams"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"dependencies": {
|
|
|
|
"first-chunk-stream": "^1.0.0",
|
|
|
|
"strip-bom": "^2.0.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "0.0.4",
|
|
|
|
"concat-stream": "^1.4.5"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|