{ "_from": "babel-plugin-macros@^3.1.0", "_id": "babel-plugin-macros@3.1.0", "_inBundle": false, "_integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", "_location": "/babel-plugin-macros", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "babel-plugin-macros@^3.1.0", "name": "babel-plugin-macros", "escapedName": "babel-plugin-macros", "rawSpec": "^3.1.0", "saveSpec": null, "fetchSpec": "^3.1.0" }, "_requiredBy": [ "/babel-preset-react-app" ], "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", "_shasum": "9ef6dc74deb934b4db344dc973ee851d148c50c1", "_spec": "babel-plugin-macros@^3.1.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/babel-preset-react-app", "author": { "name": "Kent C. Dodds", "email": "me@kentcdodds.com", "url": "https://kentcdodds.com" }, "babel": { "presets": [ "./other/babel-config.js" ] }, "bugs": { "url": "https://github.com/kentcdodds/babel-plugin-macros/issues" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.12.5", "cosmiconfig": "^7.0.0", "resolve": "^1.19.0" }, "deprecated": false, "description": "Allows you to build compile-time libraries", "devDependencies": { "@babel/core": "^7.12.9", "@babel/parser": "^7.12.7", "@babel/types": "^7.12.7", "ast-pretty-print": "^2.0.1", "babel-plugin-tester": "^10.0.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "cpy": "^8.1.1", "kcd-scripts": "^7.1.0" }, "engines": { "node": ">=10", "npm": ">=6" }, "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": { "build": "kcd-scripts build", "lint": "kcd-scripts lint", "setup": "npm install && npm run validate -s", "test": "kcd-scripts test", "test:update": "npm test -- --updateSnapshot --coverage", "validate": "kcd-scripts validate" }, "version": "3.1.0" }