選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

98 行
2.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-macros@2.4.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "babel-plugin-macros@2.4.2",
  9. "_id": "babel-plugin-macros@2.4.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==",
  12. "_location": "/babel-plugin-macros",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "babel-plugin-macros@2.4.2",
  18. "name": "babel-plugin-macros",
  19. "escapedName": "babel-plugin-macros",
  20. "rawSpec": "2.4.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.2"
  23. },
  24. "_requiredBy": [
  25. "/babel-plugin-emotion",
  26. "/babel-preset-react-app"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz",
  29. "_spec": "2.4.2",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "dependencies": {
  45. "cosmiconfig": "^5.0.5",
  46. "resolve": "^1.8.1"
  47. },
  48. "description": "Enables zero-config, importable babel plugins",
  49. "devDependencies": {
  50. "@babel/core": "^7.1.0",
  51. "@babel/parser": "^7.1.0",
  52. "@babel/types": "^7.0.0",
  53. "ast-pretty-print": "^2.0.1",
  54. "babel-plugin-tester": "^5.0.0",
  55. "cpy": "^7.0.0",
  56. "kcd-scripts": "^0.32.1"
  57. },
  58. "eslintConfig": {
  59. "extends": "./node_modules/kcd-scripts/eslint.js"
  60. },
  61. "eslintIgnore": [
  62. "node_modules",
  63. "coverage",
  64. "dist"
  65. ],
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
  70. "keywords": [
  71. "babel-plugin",
  72. "macros",
  73. "macro",
  74. "babel-macro",
  75. "babel-plugin-macro",
  76. "babel-macros",
  77. "babel-plugin-macros"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/index.js",
  81. "name": "babel-plugin-macros",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/kentcdodds/babel-plugin-macros.git"
  85. },
  86. "scripts": {
  87. "add-contributor": "kcd-scripts contributors add",
  88. "build": "kcd-scripts build",
  89. "lint": "kcd-scripts lint",
  90. "precommit": "kcd-scripts precommit",
  91. "setup": "npm install && npm run validate -s",
  92. "test": "kcd-scripts test",
  93. "test:update": "npm test -- --updateSnapshot",
  94. "validate": "kcd-scripts validate"
  95. },
  96. "version": "2.4.2"
  97. }