package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@vue/babel-plugin-jsx@^1.0.3",
  3. "_id": "@vue/babel-plugin-jsx@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==",
  6. "_location": "/@vue/babel-plugin-jsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/babel-plugin-jsx@^1.0.3",
  12. "name": "@vue/babel-plugin-jsx",
  13. "escapedName": "@vue%2fbabel-plugin-jsx",
  14. "scope": "@vue",
  15. "rawSpec": "^1.0.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.3"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz",
  23. "_shasum": "0c5bac27880d23f89894cd036a37b55ef61ddfc1",
  24. "_spec": "@vue/babel-plugin-jsx@^1.0.3",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\babel-preset-app",
  26. "author": {
  27. "name": "Amour1688",
  28. "email": "lcz_1996@foxmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vuejs/jsx-next/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-module-imports": "^7.0.0",
  36. "@babel/plugin-syntax-jsx": "^7.0.0",
  37. "@babel/template": "^7.0.0",
  38. "@babel/traverse": "^7.0.0",
  39. "@babel/types": "^7.0.0",
  40. "@vue/babel-helper-vue-transform-on": "^1.0.2",
  41. "camelcase": "^6.0.0",
  42. "html-tags": "^3.1.0",
  43. "svg-tags": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Babel plugin for Vue 3.0 JSX",
  47. "devDependencies": {
  48. "@babel/core": "^7.15.5",
  49. "@babel/preset-env": "^7.15.4",
  50. "@types/jest": "^26.0.24",
  51. "@types/svg-tags": "^1.0.0",
  52. "@typescript-eslint/eslint-plugin": "^4.30.0",
  53. "@typescript-eslint/parser": "^4.30.0",
  54. "@vue/compiler-dom": "3.2.8",
  55. "@vue/test-utils": "2.0.0-beta.2",
  56. "jest": "^26.0.1",
  57. "regenerator-runtime": "^0.13.9",
  58. "ts-jest": "^26.1.3",
  59. "typescript": "^4.4.2",
  60. "vue": "3.2.8"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "gitHead": "04fb7f7780a47a7c82f8c7f34b548950f288b4e5",
  66. "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "name": "@vue/babel-plugin-jsx",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/vuejs/jsx-next.git"
  73. },
  74. "scripts": {
  75. "build": "rm -rf dist && tsc",
  76. "lint": "eslint 'src/*.ts'",
  77. "prepublishOnly": "yarn build",
  78. "test": "yarn build && jest --coverage",
  79. "watch": "rm -rf dist && tsc --watch"
  80. },
  81. "version": "1.1.1"
  82. }