wishthis/node_modules/strip-bom-buf/package.json

44 lines
712 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "strip-bom-buf",
"version": "1.0.0",
"description": "Strip UTF-8 byte order mark (BOM) from a buffer",
"license": "MIT",
"repository": "sindresorhus/strip-bom-buf",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "xo && ava"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"strip",
"bom",
"byte",
"order",
"mark",
"unicode",
"utf8",
"utf-8",
"remove",
"delete",
"trim",
"text",
"buffer"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"is-utf8": "^0.2.1"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "*",
"xo": "*"
}
2022-01-21 08:28:41 +00:00
}