tunnckoCore/bind-context

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bind-context",
  "version": "2.0.2",
  "description": "Bind context to a function and preserves her name. Can be used to change name of a function. The toString also works correctly.",
  "repository": "tunnckoCore/bind-context",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "rename-function": "^1.0.5"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "bind",
    "bind-context",
    "bound",
    "change",
    "change-name",
    "context",
    "control",
    "ctx",
    "fn",
    "function",
    "function-name",
    "get",
    "name",
    "new",
    "new-name",
    "preserve",
    "re",
    "re-name",
    "rename",
    "safe",
    "save",
    "set",
    "set-name",
    "string",
    "tool",
    "tostring",
    "transform",
    "util"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "parse-function",
        "rename-function",
        "function-arguments",
        "function-equal",
        "get-fn-name",
        "smart-bind"
      ]
    }
  }
}