{"_id":"@3rd/strip-bom","name":"@3rd/strip-bom","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@3rd/strip-bom","version":"0.0.1","description":"Strip UTF-8 byte order mark (BOM) from a string","keywords":["strip","bom","byte","order","mark","unicode","utf8","utf-8","remove","delete","trim","text","string"],"type":"module","exports":"./index.js","publishConfig":{"registry":"https://registry.npmjs.org/","access":"public"},"license":"MIT","_id":"@3rd/strip-bom@0.0.1","gitHead":"ea28762a021f907ded77fac3128e663ce3c10e72","types":"./index.d.ts","_nodeVersion":"20.9.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-kEJPDpHcU9Gd8Y1uGRD65gaO3SeCzD03qo7EA4tpASA8Lf1Eh9JdIsveaXGCGBi9LK1RkhjowitycmRhGIsmIQ==","shasum":"568bb12bb612f58e174a42e58a92f6e9a4be43d0","tarball":"https://registry.npmjs.org/@3rd/strip-bom/-/strip-bom-0.0.1.tgz","fileCount":4,"unpackedSize":1481,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdtJ/2a4Fk//3iVtqWZZjAZ2T9vFJl/MKkXqh7KaDUwAiAF5XZRwMbtCEogRt0lPaHAjLhkwje4pTXlXvvBkraXDQ=="}]},"_npmUser":{"name":"scriptpower","email":"scriptpower@qq.com"},"directories":{},"maintainers":[{"name":"scriptpower","email":"scriptpower@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-bom_0.0.1_1700973422735_0.8513168851115642"},"_hasShrinkwrap":false}},"time":{"created":"2023-11-26T04:37:02.622Z","0.0.1":"2023-11-26T04:37:02.888Z","modified":"2023-11-26T04:37:03.291Z"},"maintainers":[{"name":"scriptpower","email":"scriptpower@qq.com"}],"description":"Strip UTF-8 byte order mark (BOM) from a string","keywords":["strip","bom","byte","order","mark","unicode","utf8","utf-8","remove","delete","trim","text","string"],"license":"MIT","readme":"# @3rd/strip-bom\n\n> Strip UTF-8 [byte order mark](https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8) (BOM) from a string\n\nFrom Wikipedia:\n\n> The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.\n\n## Install\n\n```sh\nnpm install strip-bom\n```\n\n## Usage\n\n```js\nimport stripBom from '@3rd/strip-bom';\n\nstripBom('\\uFEFFunicorn');\n//=> 'unicorn'\n```\n\n## Related\n\n- [strip-bom-cli](https://github.com/sindresorhus/strip-bom-cli) - CLI for this module\n- [strip-bom-buf](https://github.com/sindresorhus/strip-bom-buf) - Buffer version of this module\n- [strip-bom-stream](https://github.com/sindresorhus/strip-bom-stream) - Stream version of this module\n","readmeFilename":"README.md"}