{ "_from": "babel-plugin-macros@^2.0.0", "_id": "babel-plugin-macros@2.6.2", "_inBundle": false, "_integrity": "sha512-Ntviq8paRTkXIxvrJBauib+2KqQbZQuh4593CEZFF8qz3IVP8VituTZmkGe6N7rsuiOIbejxXj6kx3LMlEq0UA==", "_location": "/babel-plugin-macros", "_phantomChildren": { "@babel/code-frame": "7.5.5", "@types/parse-json": "4.0.0", "error-ex": "1.3.2", "json-parse-better-errors": "1.0.2", "lines-and-columns": "1.1.6", "parent-module": "1.0.1", "yaml": "1.7.2" }, "_requested": { "type": "range", "registry": true, "raw": "babel-plugin-macros@^2.0.0", "name": "babel-plugin-macros", "escapedName": "babel-plugin-macros", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/babel-plugin-emotion" ], "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.6.2.tgz", "_shasum": "98ae30a02645dfa8033628fe613854ec9541bbc8", "_spec": "babel-plugin-macros@^2.0.0", "_where": "/var/www/html/mdch.sipadu/node_modules/babel-plugin-emotion", "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" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.7.2", "cosmiconfig": "^6.0.0", "resolve": "^1.12.0" }, "deprecated": false, "description": "Allows you to build compile-time libraries", "devDependencies": { "@babel/core": "^7.7.2", "@babel/parser": "^7.7.3", "@babel/types": "^7.7.2", "ast-pretty-print": "^2.0.1", "babel-plugin-tester": "^7.0.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "cpy": "^7.3.0", "kcd-scripts": "^1.11.0" }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js" }, "eslintIgnore": [ "node_modules", "coverage", "dist" ], "files": [ "dist" ], "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme", "husky": { "hooks": { "pre-commit": "kcd-scripts pre-commit" } }, "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", "setup": "npm install && npm run validate -s", "test": "kcd-scripts test", "test:update": "npm test -- --updateSnapshot", "validate": "kcd-scripts validate" }, "version": "2.6.2" }