UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

49 lines 941 B
{ "name": "strip-bom-buf", "version": "3.0.1", "description": "Strip UTF-8 byte order mark (BOM) from a buffer", "license": "MIT", "repository": "sindresorhus/strip-bom-buf", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "strip", "bom", "byte", "order", "mark", "unicode", "utf8", "utf-8", "remove", "delete", "trim", "text", "buffer" ], "dependencies": { "is-utf8": "^0.2.1" }, "devDependencies": { "@types/node": "^16.6.1", "ava": "^3.15.0", "tsd": "^0.17.0", "xo": "^0.44.0" } }