{
  "name": "babel-plugin-extract-import-names",
  "version": "1.4.5",
  "description": "Extract import names",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "react",
    "jsx",
    "remark",
    "babel"
  ],
  "homepage": "https://mdxjs.com",
  "repository": "mdx-js/mdx",
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "@babel/core": "7.6.0",
    "jest": "24.9.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "aecd7f57352ec413a91056ab21a4d74a4ca056a9"
}
