Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.9KB

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