{
"_from": "babel-plugin-macros@2.6.1",
"_id": "babel-plugin-macros@2.6.1",
"_inBundle": false,
"_integrity": "sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ==",
"_location": "/babel-plugin-macros",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-macros@2.6.1",
"name": "babel-plugin-macros",
"escapedName": "babel-plugin-macros",
"rawSpec": "2.6.1",
"saveSpec": null,
"fetchSpec": "2.6.1"
},
"_requiredBy": [
"/babel-preset-react-app"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.6.1.tgz",
"_shasum": "41f7ead616fc36f6a93180e89697f69f51671181",
"_spec": "babel-plugin-macros@2.6.1",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/babel-preset-react-app",
"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.4.2",
"cosmiconfig": "^5.2.0",
"resolve": "^1.10.0"
},
"deprecated": false,
"description": "Allows you to build compile-time libraries",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/parser": "^7.4.2",
"@babel/types": "^7.4.0",
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^6.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cpy": "^7.1.0",
"kcd-scripts": "^1.1.3"
},
"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.1"
}