package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-plugin-jsx@1.0.4",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-plugin-jsx@1.0.4",
  10. "_id": "@vue/babel-plugin-jsx@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-B3gmyg7M13y2rWmCVPWCHe1cUYk=",
  13. "_location": "/@vue/babel-plugin-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-plugin-jsx@1.0.4",
  19. "name": "@vue/babel-plugin-jsx",
  20. "escapedName": "@vue%2fbabel-plugin-jsx",
  21. "scope": "@vue",
  22. "rawSpec": "1.0.4",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.4"
  25. },
  26. "_requiredBy": [
  27. "/@vue/babel-preset-app"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.4.tgz?cache=0&sync_timestamp=1617023265674&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.4.tgz",
  30. "_spec": "1.0.4",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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": "tsc",
  79. "lint": "eslint 'src/*.ts'",
  80. "prepublishOnly": "yarn build",
  81. "test": "yarn build && jest --coverage"
  82. },
  83. "version": "1.0.4"
  84. }