Initial commit

This commit is contained in:
jiapengyu
2026-07-27 13:37:48 +08:00
commit ecba71e2a5
39123 changed files with 5989154 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
{
"name": "to-readable-stream",
"version": "2.1.0",
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
"license": "MIT",
"repository": "sindresorhus/to-readable-stream",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"stream",
"readablestream",
"string",
"buffer",
"uint8array",
"from",
"into",
"to",
"transform",
"convert",
"readable",
"pull"
],
"devDependencies": {
"ava": "^1.4.1",
"get-stream": "^5.0.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}