1{
2  "name": "estree-is-function",
3  "description": "check if an AST node is a function of some sort",
4  "version": "1.0.0",
5  "author": "Renée Kooi <renee@kooi.me>",
6  "bugs": {
7    "url": "https://github.com/goto-bus-stop/estree-is-function/issues"
8  },
9  "devDependencies": {
10    "acorn": "^5.2.1",
11    "standard": "^10.0.3",
12    "tape": "^4.8.0"
13  },
14  "homepage": "https://github.com/goto-bus-stop/estree-is-function",
15  "keywords": [
16    "arrow-function",
17    "check",
18    "detect",
19    "estree",
20    "function",
21    "functiondeclaration",
22    "functionexpression"
23  ],
24  "license": "Apache-2.0",
25  "main": "index.js",
26  "repository": {
27    "type": "git",
28    "url": "https://github.com/goto-bus-stop/estree-is-function.git"
29  },
30  "scripts": {
31    "test": "standard && node test.js"
32  }
33}
34