package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "vue-ueditor-wrap@2.5.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "vue-ueditor-wrap@2.5.6",
  9. "_id": "vue-ueditor-wrap@2.5.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EJkYLyyzgOJTxGreiZ9wrmXthIMVVRSeFTzV6n0OR9w4aeqW79Prvog4jZ4G0kkmW3TTTBbZtHM9VNHEl6LJDA==",
  12. "_location": "/vue-ueditor-wrap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-ueditor-wrap@2.5.6",
  18. "name": "vue-ueditor-wrap",
  19. "escapedName": "vue-ueditor-wrap",
  20. "rawSpec": "2.5.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-ueditor-wrap/-/vue-ueditor-wrap-2.5.6.tgz",
  28. "_spec": "2.5.6",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "郑昊川"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/HaoChuan9421/vue-ueditor-wrap/issues"
  35. },
  36. "description": "Vue + UEditor + v-model双向绑定",
  37. "devDependencies": {
  38. "babel-core": "^6.22.1",
  39. "babel-eslint": "^8.2.1",
  40. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  41. "babel-loader": "^7.1.1",
  42. "babel-plugin-syntax-jsx": "^6.18.0",
  43. "babel-plugin-transform-runtime": "^6.22.0",
  44. "babel-plugin-transform-vue-jsx": "^3.5.0",
  45. "babel-preset-env": "^1.3.2",
  46. "babel-preset-stage-2": "^6.22.0",
  47. "chalk": "2.0.1",
  48. "copy-webpack-plugin": "^4.0.1",
  49. "css-loader": "0.28.0",
  50. "eslint": "^4.15.0",
  51. "eslint-config-standard": "^10.2.1",
  52. "eslint-friendly-formatter": "^3.0.0",
  53. "eslint-loader": "^1.7.1",
  54. "eslint-plugin-import": "^2.7.0",
  55. "eslint-plugin-node": "^5.2.0",
  56. "eslint-plugin-promise": "^3.4.0",
  57. "eslint-plugin-standard": "^3.0.1",
  58. "eslint-plugin-vue": "^4.0.0",
  59. "friendly-errors-webpack-plugin": "^1.6.1",
  60. "html-webpack-plugin": "^2.30.1",
  61. "ora": "1.2.0",
  62. "portfinder": "^1.0.13",
  63. "rimraf": "^2.6.0",
  64. "uglifyjs-webpack-plugin": "^1.1.1",
  65. "vue": "^2.5.2",
  66. "vue-loader": "^13.3.0",
  67. "vue-router": "^3.5.1",
  68. "vue-template-compiler": "^2.5.2",
  69. "webpack": "^3.6.0",
  70. "webpack-dev-server": "^2.9.1"
  71. },
  72. "files": [
  73. "lib"
  74. ],
  75. "homepage": "https://github.com/HaoChuan9421/vue-ueditor-wrap#readme",
  76. "keywords": [
  77. "ueditor",
  78. "vue",
  79. "v-model",
  80. "富文本编辑器",
  81. "百度编辑器"
  82. ],
  83. "license": "MIT",
  84. "main": "lib/vue-ueditor-wrap.min.js",
  85. "name": "vue-ueditor-wrap",
  86. "publishConfig": {
  87. "registry": "https://registry.npmjs.org/"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/HaoChuan9421/vue-ueditor-wrap.git"
  92. },
  93. "scripts": {
  94. "build": "node build.js",
  95. "dev": "webpack-dev-server --progress --config webpack.dev.js",
  96. "fix": "eslint --fix --ext .js,.vue src",
  97. "lint": "eslint --ext .js,.vue src"
  98. },
  99. "version": "2.5.6"
  100. }