blob: 1a8236ffcec797ea4e972f67cb488f48ae7108c7 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"dependencies": {
"is-utf8": "^0.2.0"
},
"description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"bom",
"strip",
"byte",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"buffer",
"string"
],
"license": "MIT",
"name": "strip-bom",
"repository": "sindresorhus/strip-bom",
"scripts": {
"test": "mocha"
},
"version": "2.0.0"
}