UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

44 lines (43 loc) 902 B
{ "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": "*" } ,"_resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz" ,"_integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" ,"_from": "to-readable-stream@1.0.0" }