UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

51 lines 1.02 kB
{ "name": "strip-bom-stream", "version": "5.0.0", "description": "Strip UTF-8 byte order mark (BOM) from a stream", "license": "MIT", "repository": "sindresorhus/strip-bom-stream", "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": [ "bom", "strip", "byte", "mark", "unicode", "utf8", "utf-8", "remove", "delete", "trim", "text", "stream", "streams" ], "dependencies": { "first-chunk-stream": "^5.0.0", "strip-bom-buf": "^3.0.0" }, "devDependencies": { "@types/node": "^16.6.1", "ava": "^3.15.0", "get-stream": "^6.0.1", "tsd": "^0.17.0", "xo": "^0.44.0" } }