{
  "name": "estree-is-function",
  "description": "check if an AST node is a function of some sort",
  "version": "1.0.0",
  "author": "Renée Kooi <renee@kooi.me>",
  "devDependencies": {
    "acorn": "^5.2.1",
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/goto-bus-stop/estree-is-function",
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/goto-bus-stop/estree-is-function.git"
  }
}