{
  "name": "argx",
  "version": "4.0.4",
  "description": "Parse function arguments. Useful to implement variadic functions.",
  "main": "lib",
  "browser": "shim/browser",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepublish": "node ./ci/build.js && node ./ci/shim.js"
  },
  "repository": "okunishinishi/node-argx",
  "keywords": [
    "function",
    "arguments",
    "variadic",
    "simple"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-argx/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-argx#readme",
  "dependencies": {
    "iftype": "^4.0.9"
  },
  "devDependencies": {
    "ababel": "^6.0.3",
    "amocha": "^6.0.0",
    "ape-releasing": "^5.0.7",
    "ape-tasking": "^4.0.12",
    "ape-tmpl": "^6.0.14",
    "ape-updating": "^5.0.3",
    "coz": "^7.0.19"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  }
}