Urara-Blog/node_modules/.pnpm-store/v3/files/2b/2422c432b23c8c02f5e4033f30bb3cdfe99e70a142e3066a76b84e5d702482f3ca485944aac303bdaecb472ac549d5a89ed348cd4211cf3d2c791d92ff434b
2022-08-14 01:14:53 +08:00

40 lines
655 B
Text

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