package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_from": "vue-codemirror@^4.0.6",
  3. "_id": "vue-codemirror@4.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ilU7Uf0mqBNSSV3KT7FNEeRIxH4s1fmpG4TfHlzvXn0QiQAbkXS9lLfwuZpaBVEnpP5CSE62iGJjoliTuA8poQ==",
  6. "_location": "/vue-codemirror",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-codemirror@^4.0.6",
  12. "name": "vue-codemirror",
  13. "escapedName": "vue-codemirror",
  14. "rawSpec": "^4.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.6"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-codemirror/-/vue-codemirror-4.0.6.tgz",
  22. "_shasum": "b786bb80d8d762a93aab8e46f79a81006f0437c4",
  23. "_spec": "vue-codemirror@^4.0.6",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Surmon",
  27. "email": "surmon@foxmail.com",
  28. "url": "https://surmon.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/surmon-china/vue-codemirror/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "codemirror": "^5.41.0",
  36. "diff-match-patch": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "CodeMirror component for Vue",
  40. "devDependencies": {
  41. "autoprefixer": "^6.7.2",
  42. "babel-cli": "^6.23.0",
  43. "babel-core": "^6.24.1",
  44. "babel-eslint": "^7.1.1",
  45. "babel-helper-vue-jsx-merge-props": "^2.0.2",
  46. "babel-loader": "^6.2.10",
  47. "babel-plugin-istanbul": "^3.1.2",
  48. "babel-plugin-syntax-jsx": "^6.13.0",
  49. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  50. "babel-plugin-transform-export-extensions": "^6.8.0",
  51. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  52. "babel-plugin-transform-runtime": "^6.23.0",
  53. "babel-preset-es2015": "^6.24.1",
  54. "babel-preset-stage-2": "^6.22.0",
  55. "babel-register": "^6.0.0",
  56. "chai": "^3.5.0",
  57. "chalk": "^1.1.3",
  58. "connect-history-api-fallback": "^1.1.0",
  59. "copy-webpack-plugin": "^4.0.0",
  60. "cross-env": "^5.0.0",
  61. "cross-spawn": "^5.1.0",
  62. "css-loader": "^0.25.0",
  63. "eslint": "^3.14.1",
  64. "eslint-config-standard": "^6.1.0",
  65. "eslint-friendly-formatter": "^2.0.5",
  66. "eslint-loader": "^1.6.1",
  67. "eslint-plugin-html": "^2.0.0",
  68. "eslint-plugin-promise": "^3.4.0",
  69. "eslint-plugin-standard": "^2.0.1",
  70. "eventsource-polyfill": "^0.9.6",
  71. "express": "^4.13.3",
  72. "extract-text-webpack-plugin": "^2.0.0-rc.3",
  73. "file-loader": "^0.10.0",
  74. "friendly-errors-webpack-plugin": "^1.1.3",
  75. "function-bind": "^1.1.0",
  76. "html-loader": "^0.4.4",
  77. "html-webpack-plugin": "^2.28.0",
  78. "http-proxy-middleware": "^0.17.3",
  79. "inject-loader": "^2.0.1",
  80. "json-loader": "^0.5.4",
  81. "jstransformer-markdown-it": "^2.0.0",
  82. "karma": "^1.4.1",
  83. "karma-coverage": "^1.1.1",
  84. "karma-mocha": "^1.3.0",
  85. "karma-phantomjs-launcher": "^1.0.2",
  86. "karma-sinon-chai": "^1.2.4",
  87. "karma-sourcemap-loader": "^0.3.7",
  88. "karma-spec-reporter": "0.0.26",
  89. "karma-webpack": "^2.0.2",
  90. "lolex": "^1.5.2",
  91. "mocha": "^3.2.0",
  92. "opn": "^4.0.2",
  93. "optimize-css-assets-webpack-plugin": "^1.3.0",
  94. "ora": "^0.3.0",
  95. "phantomjs-prebuilt": "^2.1.3",
  96. "raw-loader": "^0.5.1",
  97. "semver": "^5.3.0",
  98. "shelljs": "^0.7.4",
  99. "sinon": "^2.1.0",
  100. "sinon-chai": "^2.8.0",
  101. "uglify-js": "^3.0.15",
  102. "url-loader": "^0.5.7",
  103. "vue": "^2.5.0",
  104. "vue-hot-reload-api": "^1.2.0",
  105. "vue-html-loader": "^1.0.0",
  106. "vue-loader": "^13.3.0",
  107. "vue-template-compiler": "^2.5.2",
  108. "vue-template-es2015-compiler": "^1.6.0",
  109. "webpack": "^2.2.1",
  110. "webpack-bundle-analyzer": "^2.2.1",
  111. "webpack-dev-middleware": "^1.10.0",
  112. "webpack-hot-middleware": "^2.16.1",
  113. "webpack-merge": "^2.6.1"
  114. },
  115. "engines": {
  116. "node": ">= 4.0.0",
  117. "npm": ">= 3.0.0"
  118. },
  119. "expDependencies": {
  120. "node-sass": "^4.7.2",
  121. "sass-loader": "^6.0.6",
  122. "vue-codemirror": "^4.0.0"
  123. },
  124. "files": [
  125. "dist",
  126. "src"
  127. ],
  128. "homepage": "https://github.com/surmon-china/vue-codemirror#readme",
  129. "jsnext:main": "dist/vue-codemirror.js",
  130. "jspm": {
  131. "main": "dist/vue-codemirror.js",
  132. "registry": "npm",
  133. "format": "esm"
  134. },
  135. "keywords": [
  136. "vue-codemirror",
  137. "vue codemirror",
  138. "codemirror",
  139. "vue"
  140. ],
  141. "license": "MIT",
  142. "main": "dist/vue-codemirror.js",
  143. "name": "vue-codemirror",
  144. "private": false,
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/surmon-china/vue-codemirror.git"
  148. },
  149. "scripts": {
  150. "build": "cross-env NODE_ENV=production webpack --config config/build.conf.js",
  151. "finish": "npm run lint && npm test && npm run build",
  152. "lint": "eslint --ext .js,.vue src test/unit/specs",
  153. "publish": "git push && git push --tags && npm publish",
  154. "test": "cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --single-run",
  155. "unit": "cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --watch"
  156. },
  157. "unpkg": "dist/vue-codemirror.js",
  158. "version": "4.0.6"
  159. }