package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "babel-plugin-macros@2.8.0",
  3. "_id": "babel-plugin-macros@2.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
  6. "_location": "/babel-plugin-macros",
  7. "_phantomChildren": {
  8. "@types/parse-json": "4.0.0",
  9. "import-fresh": "3.3.0",
  10. "parse-json": "5.2.0",
  11. "path-type": "4.0.0",
  12. "yaml": "1.10.2"
  13. },
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "babel-plugin-macros@2.8.0",
  18. "name": "babel-plugin-macros",
  19. "escapedName": "babel-plugin-macros",
  20. "rawSpec": "2.8.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.8.0"
  23. },
  24. "_requiredBy": [
  25. "/babel-preset-react-app"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
  28. "_shasum": "0f958a7cc6556b1e65344465d99111a1e5e10138",
  29. "_spec": "babel-plugin-macros@2.8.0",
  30. "_where": "/Users/jane/myproject/node_modules/babel-preset-react-app",
  31. "author": {
  32. "name": "Kent C. Dodds",
  33. "email": "kent@doddsfamily.us",
  34. "url": "http://kentcdodds.com/"
  35. },
  36. "babel": {
  37. "presets": [
  38. "./other/babel-config.js"
  39. ]
  40. },
  41. "bugs": {
  42. "url": "https://github.com/kentcdodds/babel-plugin-macros/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "@babel/runtime": "^7.7.2",
  47. "cosmiconfig": "^6.0.0",
  48. "resolve": "^1.12.0"
  49. },
  50. "deprecated": false,
  51. "description": "Allows you to build compile-time libraries",
  52. "devDependencies": {
  53. "@babel/core": "^7.7.2",
  54. "@babel/parser": "^7.7.3",
  55. "@babel/types": "^7.7.2",
  56. "ast-pretty-print": "^2.0.1",
  57. "babel-plugin-tester": "^7.0.4",
  58. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  59. "cpy": "^7.3.0",
  60. "kcd-scripts": "^1.11.0"
  61. },
  62. "eslintConfig": {
  63. "extends": "./node_modules/kcd-scripts/eslint.js"
  64. },
  65. "eslintIgnore": [
  66. "node_modules",
  67. "coverage",
  68. "dist"
  69. ],
  70. "files": [
  71. "dist"
  72. ],
  73. "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
  74. "husky": {
  75. "hooks": {
  76. "pre-commit": "kcd-scripts pre-commit"
  77. }
  78. },
  79. "keywords": [
  80. "babel-plugin",
  81. "macros",
  82. "macro",
  83. "babel-macro",
  84. "babel-plugin-macro",
  85. "babel-macros",
  86. "babel-plugin-macros"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/index.js",
  90. "name": "babel-plugin-macros",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/kentcdodds/babel-plugin-macros.git"
  94. },
  95. "scripts": {
  96. "add-contributor": "kcd-scripts contributors add",
  97. "build": "kcd-scripts build",
  98. "lint": "kcd-scripts lint",
  99. "setup": "npm install && npm run validate -s",
  100. "test": "kcd-scripts test",
  101. "test:update": "npm test -- --updateSnapshot",
  102. "validate": "kcd-scripts validate"
  103. },
  104. "version": "2.8.0"
  105. }