This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/to-readable-stream/package.json

41 lines
659 B
JSON

{
"name": "to-readable-stream",
"version": "1.0.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": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"stream",
"readablestream",
"string",
"buffer",
"uint8array",
"from",
"into",
"to",
"transform",
"convert",
"readable",
"pull"
],
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
}
}