package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-jsx@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-jsx@7.12.13",
  10. "_id": "@babel/plugin-syntax-jsx@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BE+4HrrWaY/mLEeIdVdby7m3DxU=",
  13. "_location": "/@babel/plugin-syntax-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-jsx@7.12.13",
  19. "name": "@babel/plugin-syntax-jsx",
  20. "escapedName": "@babel%2fplugin-syntax-jsx",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  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.npm.taobao.org/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.12.13.tgz",
  38. "_spec": "7.12.13",
  39. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/helper-plugin-utils": "^7.12.13"
  45. },
  46. "description": "Allow parsing of jsx",
  47. "devDependencies": {
  48. "@babel/core": "7.12.13"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
  51. "keywords": [
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@babel/plugin-syntax-jsx",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-plugin-syntax-jsx"
  67. },
  68. "version": "7.12.13"
  69. }