{
  "_args": [
    [
      "babel-plugin-macros@2.4.2",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "babel-plugin-macros@2.4.2",
  "_id": "babel-plugin-macros@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==",
  "_location": "/babel-plugin-macros",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "babel-plugin-macros@2.4.2",
    "name": "babel-plugin-macros",
    "escapedName": "babel-plugin-macros",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/babel-preset-react-app"
  ],
  "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz",
  "_spec": "2.4.2",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "babel": {
    "presets": [
      "./other/babel-config.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/babel-plugin-macros/issues"
  },
  "dependencies": {
    "cosmiconfig": "^5.0.5",
    "resolve": "^1.8.1"
  },
  "description": "Enables zero-config, importable babel plugins",
  "devDependencies": {
    "@babel/core": "^7.1.0",
    "@babel/parser": "^7.1.0",
    "@babel/types": "^7.0.0",
    "ast-pretty-print": "^2.0.1",
    "babel-plugin-tester": "^5.0.0",
    "cpy": "^7.0.0",
    "kcd-scripts": "^0.32.1"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
  "keywords": [
    "babel-plugin",
    "macros",
    "macro",
    "babel-macro",
    "babel-plugin-macro",
    "babel-macros",
    "babel-plugin-macros"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "babel-plugin-macros",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentcdodds/babel-plugin-macros.git"
  },
  "scripts": {
    "add-contributor": "kcd-scripts contributors add",
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "precommit": "kcd-scripts precommit",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot",
    "validate": "kcd-scripts validate"
  },
  "version": "2.4.2"
}
