package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "@vue/babel-plugin-jsx@1.0.0-rc.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@vue/babel-plugin-jsx@1.0.0-rc.3",
  10. "_id": "@vue/babel-plugin-jsx@1.0.0-rc.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-q0d+6Vx2T75ohCou3dR08SLnCsY=",
  13. "_location": "/@vue/babel-plugin-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@vue/babel-plugin-jsx@1.0.0-rc.3",
  19. "name": "@vue/babel-plugin-jsx",
  20. "escapedName": "@vue%2fbabel-plugin-jsx",
  21. "scope": "@vue",
  22. "rawSpec": "1.0.0-rc.3",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.0-rc.3"
  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.0-rc.3.tgz?cache=0&sync_timestamp=1600074454546&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0-rc.3.tgz",
  30. "_spec": "1.0.0-rc.3",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  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/traverse": "^7.0.0",
  43. "@babel/types": "^7.0.0",
  44. "@vue/babel-helper-vue-transform-on": "^1.0.0-rc.2",
  45. "camelcase": "^6.0.0",
  46. "html-tags": "^3.1.0",
  47. "svg-tags": "^1.0.0"
  48. },
  49. "description": "Babel plugin for Vue 3.0 JSX",
  50. "devDependencies": {
  51. "@babel/core": "^7.0.0",
  52. "@babel/preset-env": "^7.0.0",
  53. "@types/jest": "^26.0.7",
  54. "@types/svg-tags": "^1.0.0",
  55. "@typescript-eslint/eslint-plugin": "^4.0.1",
  56. "@typescript-eslint/parser": "^4.0.1",
  57. "@vue/compiler-dom": "3.0.0-rc.10",
  58. "@vue/test-utils": "2.0.0-beta.2",
  59. "jest": "^26.0.1",
  60. "regenerator-runtime": "^0.13.5",
  61. "ts-jest": "^26.1.3",
  62. "typescript": "^4.0.2",
  63. "vue": "3.0.0-rc.10"
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/vuejs/jsx-next/tree/dev/packages/babel-plugin-jsx#readme",
  69. "license": "MIT",
  70. "main": "dist/index.js",
  71. "name": "@vue/babel-plugin-jsx",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/vuejs/jsx-next.git"
  75. },
  76. "scripts": {
  77. "build": "tsc",
  78. "dev": "npm run build && webpack-dev-server",
  79. "lint": "eslint 'src/*.ts'",
  80. "prepublish": "npm run build",
  81. "test": "npm run build && jest --coverage"
  82. },
  83. "version": "1.0.0-rc.3"
  84. }