package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-plugin-jsx@1.0.7",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-plugin-jsx@1.0.7",
  10. "_id": "@vue/babel-plugin-jsx@1.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ItbITvjbWsE9uXFHalXMUhWQIWg=",
  13. "_location": "/@vue/babel-plugin-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-plugin-jsx@1.0.7",
  19. "name": "@vue/babel-plugin-jsx",
  20. "escapedName": "@vue%2fbabel-plugin-jsx",
  21. "scope": "@vue",
  22. "rawSpec": "1.0.7",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.7"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.7.tgz",
  30. "_spec": "1.0.7",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Amour1688",
  34. "email": "lcz_1996@foxmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/vuejs/jsx-next/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-module-imports": "^7.0.0",
  41. "@babel/plugin-syntax-jsx": "^7.0.0",
  42. "@babel/template": "^7.0.0",
  43. "@babel/traverse": "^7.0.0",
  44. "@babel/types": "^7.0.0",
  45. "@vue/babel-helper-vue-transform-on": "^1.0.2",
  46. "camelcase": "^6.0.0",
  47. "html-tags": "^3.1.0",
  48. "svg-tags": "^1.0.0"
  49. },
  50. "description": "Babel plugin for Vue 3.0 JSX",
  51. "devDependencies": {
  52. "@babel/core": "^7.0.0",
  53. "@babel/preset-env": "^7.0.0",
  54. "@types/jest": "^26.0.7",
  55. "@types/svg-tags": "^1.0.0",
  56. "@typescript-eslint/eslint-plugin": "^4.0.1",
  57. "@typescript-eslint/parser": "^4.0.1",
  58. "@vue/compiler-dom": "3.0.5",
  59. "@vue/test-utils": "2.0.0-beta.2",
  60. "jest": "^26.0.1",
  61. "regenerator-runtime": "^0.13.5",
  62. "ts-jest": "^26.1.3",
  63. "typescript": "^4.2.3",
  64. "vue": "3.0.7"
  65. },
  66. "files": [
  67. "dist"
  68. ],
  69. "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
  70. "license": "MIT",
  71. "main": "dist/index.js",
  72. "name": "@vue/babel-plugin-jsx",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/vuejs/jsx-next.git"
  76. },
  77. "scripts": {
  78. "build": "rm -rf dist && tsc",
  79. "lint": "eslint 'src/*.ts'",
  80. "prepublishOnly": "yarn build",
  81. "test": "yarn build && jest --coverage"
  82. },
  83. "version": "1.0.7"
  84. }