buffer-readable
Version:
convert a string/Buffer/Uint8Array to a readable stream, support highWaterMark and adjustable push delay
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "buffer-readable",
"version": "1.0.3",
"description": "convert a string/Buffer/Uint8Array to a readable stream, support highWaterMark and adjustable push delay",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"scripts": {
"lint": "eslint src --ext ts",
"test": "mocha",
"clean": "node ./clean.mjs",
"build": "tsc -p ./tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tarrowren/buffer-readable.git"
},
"keywords": [
"stream",
"readable",
"highwatermark",
"string",
"buffer",
"uint8array"
],
"author": "Tarrowren",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tarrowren/buffer-readable/issues"
},
"homepage": "https://github.com/Tarrowren/buffer-readable#readme",
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.47",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"mocha": "^10.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}