tunnckoCore/smart-bind

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "smart-bind",
  "version": "1.0.1",
  "description": "Smarter binding of function with some context. It uses .apply instead of .bind, with reason.",
  "repository": "tunnckoCore/smart-bind",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "get-fn-name": "^1.0.0",
    "is-bound-function": "^0.1.1",
    "lazy-cache": "^2.0.0",
    "rename-function": "^1.0.4"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "app",
    "apply",
    "bind",
    "bound",
    "context",
    "ctx",
    "fn",
    "function",
    "smart",
    "smart-bind",
    "util",
    "utility",
    "utils"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "is-bound-function",
        "bind-context",
        "relike"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}