package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-transform-vue-jsx@3.7.0",
  5. "E:\\amr1.0\\AMR"
  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. ],
  28. "_resolved": "https://registry.npmjs.org/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-3.7.0.tgz",
  29. "_spec": "3.7.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Evan You"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues"
  36. },
  37. "dependencies": {
  38. "esutils": "^2.0.2"
  39. },
  40. "description": "Babel plugin for Vue 2.0 JSX",
  41. "devDependencies": {
  42. "babel-cli": "^6.26.0",
  43. "babel-core": "^6.26.0",
  44. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  45. "babel-loader": "^7.1.2",
  46. "babel-plugin-syntax-jsx": "^6.18.0",
  47. "babel-preset-es2015": "^6.24.1",
  48. "babel-register": "^6.26.0",
  49. "chai": "^4.1.2",
  50. "eslint": "^4.16.0",
  51. "eslint-plugin-vue-libs": "^2.1.0",
  52. "mocha": "^5.0.0",
  53. "vue": "^2.5.13",
  54. "webpack": "^3.10.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib",
  59. "dist"
  60. ],
  61. "homepage": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
  62. "keywords": [
  63. "vue",
  64. "babel",
  65. "jsx"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "babel-plugin-transform-vue-jsx",
  70. "peerDependencies": {
  71. "babel-helper-vue-jsx-merge-props": "^2.0.0"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git"
  76. },
  77. "scripts": {
  78. "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'",
  79. "dev": "cd example && webpack --watch",
  80. "lint": "eslint index.js",
  81. "prepublish": "npm run build",
  82. "test": "npm run lint && mocha --compilers js:babel-register"
  83. },
  84. "unpkg": "dist/babel-plugin-transform-vue-jsx.min.js",
  85. "version": "3.7.0"
  86. }