it-buffer
Version:
Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!
36 lines (35 loc) • 808 B
JSON
{
"name": "it-buffer",
"version": "0.1.3",
"description": "Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!",
"main": "index.js",
"scripts": {
"test": "mocha -A"
},
"keywords": [
"async",
"iterables",
"buffer",
"convert",
"transform"
],
"author": "Maciej Krüger <mkg20001@gmail.com>",
"license": "MPL-2.0",
"devDependencies": {
"it-pipe": "^1.1.0",
"mocha": "^8.3.2",
"streaming-iterables": "^5.0.4"
},
"dependencies": {
"bl": "^5.0.0",
"buffer": "^6.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/it-buffer.git"
},
"bugs": {
"url": "https://github.com/mkg20001/it-buffer/issues"
},
"homepage": "https://github.com/mkg20001/it-buffer#readme"
}