hybridables/handle-arguments

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "handle-arguments",
  "version": "3.1.0",
  "description": "Get separately non-callback arguments in `.arguments` and the last argument if it [is-callback-function][] in `.callback`. It also works like [sliced][], but returns object with `.arguments` and `.callback` properties.",
  "repository": "hybridables/handle-arguments",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "is-arguments": "^1.0.2",
    "is-callback-function": "^1.0.0",
    "is-number": "^2.1.0",
    "isarray": "^1.0.0",
    "lazy-cache": "^2.0.1",
    "sliced": "^1.0.1"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "handle-arguments"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "get-fn-name",
        "function-arguments",
        "is-callback-function",
        "is-async-function",
        "parse-function",
        "arr-includes",
        "common-callback-names"
      ]
    },
    "reflinks": [
      "is-callback-function",
      "sliced",
      "in-array"
    ],
    "lint": {
      "reflinks": true
    }
  }
}