hybridables/callback2stream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "callback2stream",
  "version": "1.0.1",
  "description": "Transform sync, async or generator function to Stream. Correctly handle errors and optional arguments.",
  "repository": "hybridables/callback2stream",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "handle-arguments": "^3.1.0",
    "lazy-cache": "^2.0.1",
    "letta": "^0.5.2",
    "promise2stream": "^1.0.0"
  },
  "devDependencies": {
    "is-buffer": "^1.1.3",
    "mukla": "^0.4.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "args",
    "arguments",
    "async",
    "asynchronous",
    "callback",
    "callback-stream",
    "cb",
    "correct",
    "create",
    "fn",
    "function",
    "generator",
    "generators",
    "letta",
    "make",
    "optional",
    "promisify",
    "relike",
    "stream",
    "streamify",
    "sync",
    "synchronous",
    "to",
    "to-stream",
    "tranform",
    "value"
  ],
  "verb": {
    "reflinks": [
      "promise2stream",
      "through2"
    ],
    "related": {
      "list": [
        "letta",
        "limon",
        "postjson",
        "promise2stream",
        "promise2thunk",
        "relike",
        "stream-from-promise",
        "stream-to-promise",
        "through2",
        "thunk2promise",
        "value2stream"
      ]
    },
    "run": true,
    "toc": false,
    "layout": "empty",
    "lint": {
      "reflinks": true
    },
    "tasks": [
      "readme"
    ]
  }
}