tunnckoCore/function-equal

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "function-equal",
  "version": "1.0.0",
  "description": "Compares two functions, are they equal? Checks their names, bodies and argument names. Powered by `parse-function`.",
  "repository": "tunnckoCore/function-equal",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "parse-function": "^2.3.1"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "function-equal"
  ],
  "verb": {
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "kind-of",
        "kind-error",
        "useful-error",
        "is-empty-function",
        "parse-function",
        "error-base"
      ]
    }
  }
}