hybridables/relike-all

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "relike-all",
  "version": "2.2.0",
  "description": "Promisify all function in an object, using [relike][].",
  "repository": "hybridables/relike-all",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "kind-of": "^3.0.3",
    "lazy-cache": "^2.0.1",
    "object.reduce": "^0.1.7",
    "relike": "^1.1.2",
    "sliced": "^1.0.1"
  },
  "devDependencies": {
    "is-buffer": "^1.1.3",
    "is-match": "^0.4.1",
    "is-node-stream": "^1.0.0",
    "is-promise": "^2.1.0",
    "mukla": "^0.4.1",
    "pre-commit": "*",
    "simple-get": "^2.1.0"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "all",
    "async",
    "asynchronous",
    "callback",
    "cb",
    "fn",
    "func",
    "function",
    "letta",
    "promise",
    "promises",
    "promisify",
    "promisify-all",
    "relike",
    "relike-all",
    "sync",
    "synchronous",
    "then",
    "thenify"
  ],
  "verb": {
    "reflinks": [
      "is-match",
      "micromatch",
      "relike"
    ],
    "run": true,
    "toc": false,
    "layout": "empty",
    "lint": {
      "reflinks": true
    },
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "relike",
        "letta",
        "hybridify",
        "relike-value",
        "letta-value",
        "value2stream"
      ]
    }
  }
}