{
  "_args": [
    [
      "estree-is-function@1.0.0",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_development": true,
  "_from": "estree-is-function@1.0.0",
  "_id": "estree-is-function@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nSCWn1jkSq2QAtkaVLJZY2ezwcFO161HVc174zL1KPW3RJ+O6C3eJb8Nx7OXzvhoEv+nLgSR1g71oWUHUDTrJA==",
  "_location": "/estree-is-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "estree-is-function@1.0.0",
    "name": "estree-is-function",
    "escapedName": "estree-is-function",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/scope-analyzer"
  ],
  "_resolved": "https://registry.npmjs.org/estree-is-function/-/estree-is-function-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "author": {
    "name": "Renée Kooi",
    "email": "renee@kooi.me"
  },
  "bugs": {
    "url": "https://github.com/goto-bus-stop/estree-is-function/issues"
  },
  "description": "check if an AST node is a function of some sort",
  "devDependencies": {
    "acorn": "^5.2.1",
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/goto-bus-stop/estree-is-function",
  "keywords": [
    "arrow-function",
    "check",
    "detect",
    "estree",
    "function",
    "functiondeclaration",
    "functionexpression"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "estree-is-function",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goto-bus-stop/estree-is-function.git"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "version": "1.0.0"
}
