{
  "name": "esquery",
  "version": "1.6.0",
  "author": "Joel Feenstra <jrfeenst+esquery@gmail.com>",
  "contributors": [],
  "description": "A query library for ECMAScript AST using a CSS selector like query language.",
  "main": "dist/esquery.min.js",
  "module": "dist/esquery.esm.min.js",
  "nyc": {
    "branches": 100,
    "lines": 100,
    "functions": 100,
    "statements": 100,
    "reporter": [
      "html",
      "text"
    ],
    "exclude": [
      "parser.js",
      "dist",
      "tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/estools/esquery.git"
  },
  "bugs": "https://github.com/estools/esquery/issues",
  "homepage": "https://github.com/estools/esquery/",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "query"
  ],
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=0.10"
  }
}
