package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-vue-jsx@3.7.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-transform-vue-jsx@3.7.0",
  10. "_id": "babel-plugin-transform-vue-jsx@3.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-W39X07/n3oJMQd8tALBO+440NraGSF//Lo1ydd/9Nme3+QiRGFBb1Q39T9iixh0jZPPbfv3so18tNoIgLatymw==",
  13. "_location": "/babel-plugin-transform-vue-jsx",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-transform-vue-jsx@3.7.0",
  19. "name": "babel-plugin-transform-vue-jsx",
  20. "escapedName": "babel-plugin-transform-vue-jsx",
  21. "rawSpec": "3.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/",
  27. "/babel-preset-vue"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-3.7.0.tgz",
  30. "_spec": "3.7.0",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Evan You"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues"
  37. },
  38. "dependencies": {
  39. "esutils": "^2.0.2"
  40. },
  41. "description": "Babel plugin for Vue 2.0 JSX",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-core": "^6.26.0",
  45. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  46. "babel-loader": "^7.1.2",
  47. "babel-plugin-syntax-jsx": "^6.18.0",
  48. "babel-preset-es2015": "^6.24.1",
  49. "babel-register": "^6.26.0",
  50. "chai": "^4.1.2",
  51. "eslint": "^4.16.0",
  52. "eslint-plugin-vue-libs": "^2.1.0",
  53. "mocha": "^5.0.0",
  54. "vue": "^2.5.13",
  55. "webpack": "^3.10.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "lib",
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
  63. "keywords": [
  64. "vue",
  65. "babel",
  66. "jsx"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "babel-plugin-transform-vue-jsx",
  71. "peerDependencies": {
  72. "babel-helper-vue-jsx-merge-props": "^2.0.0"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git"
  77. },
  78. "scripts": {
  79. "build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
  80. "dev": "cd example && webpack --watch",
  81. "lint": "eslint index.js",
  82. "prepublish": "npm run build",
  83. "test": "npm run lint && mocha --compilers js:babel-register"
  84. },
  85. "unpkg": "dist/babel-plugin-transform-vue-jsx.min.js",
  86. "version": "3.7.0"
  87. }