@stream-toolbox/replace
Version:
Replace the given Buffer in a readable stream with another Buffer.
37 lines • 865 B
JSON
{
"name": "@stream-toolbox/replace",
"description": "Replace the given Buffer in a readable stream with another Buffer.",
"version": "1.0.1",
"private": false,
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"author": "haochuan9421 <hc199421@gmail.com>",
"homepage": "https://github.com/haochuan9421/stream-toolbox/tree/master/packages/replace",
"repository": {
"type": "git",
"url": "git@github.com:haochuan9421/stream-toolbox.git",
"directory": "packages/replace"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"stream-toolbox",
"replace",
"duplex",
"stream",
"readable"
],
"license": "MIT",
"dependencies": {
"@stream-toolbox/search": "*"
}
}