package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-jsx@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-jsx@7.22.5",
  10. "_id": "@babel/plugin-syntax-jsx@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
  13. "_location": "/@babel/plugin-syntax-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-jsx@7.22.5",
  19. "name": "@babel/plugin-syntax-jsx",
  20. "escapedName": "@babel%2fplugin-syntax-jsx",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-plugin-jsx",
  28. "/@vue/babel-plugin-transform-vue-jsx",
  29. "/@vue/babel-preset-app",
  30. "/@vue/babel-sugar-composition-api-inject-h",
  31. "/@vue/babel-sugar-composition-api-render-instance",
  32. "/@vue/babel-sugar-functional-vue",
  33. "/@vue/babel-sugar-inject-h",
  34. "/@vue/babel-sugar-v-model",
  35. "/@vue/babel-sugar-v-on"
  36. ],
  37. "_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
  38. "_spec": "7.22.5",
  39. "_where": "/Users/mac/projects/mime/mine",
  40. "author": {
  41. "name": "The Babel Team",
  42. "url": "https://babel.dev/team"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/babel/babel/issues"
  46. },
  47. "dependencies": {
  48. "@babel/helper-plugin-utils": "^7.22.5"
  49. },
  50. "description": "Allow parsing of jsx",
  51. "devDependencies": {
  52. "@babel/core": "^7.22.5"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. },
  57. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
  58. "keywords": [
  59. "babel-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "@babel/plugin-syntax-jsx",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0-0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel.git",
  73. "directory": "packages/babel-plugin-syntax-jsx"
  74. },
  75. "type": "commonjs",
  76. "version": "7.22.5"
  77. }