package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. {
  2. "_args": [
  3. [
  4. "@riophae/vue-treeselect@0.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "@riophae/vue-treeselect@0.4.0",
  9. "_id": "@riophae/vue-treeselect@0.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-J4atYmBqXQmiPFK/0B5sXKjtnGc21mBJEiyKIDZwk0Q9XuynVFX6IJ4EpaLmUgL5Tve7HAS7wkiGGSti6Uaxcg==",
  12. "_location": "/@riophae/vue-treeselect",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@riophae/vue-treeselect@0.4.0",
  18. "name": "@riophae/vue-treeselect",
  19. "escapedName": "@riophae%2fvue-treeselect",
  20. "scope": "@riophae",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@riophae/vue-treeselect/-/vue-treeselect-0.4.0.tgz",
  29. "_spec": "0.4.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Riophae Lee",
  33. "email": "riophaelee@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/riophae/vue-treeselect/issues"
  37. },
  38. "css": "dist/vue-treeselect.min.css",
  39. "dependencies": {
  40. "@babel/runtime": "^7.3.1",
  41. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  42. "easings-css": "^1.0.0",
  43. "fuzzysearch": "^1.0.3",
  44. "is-promise": "^2.1.0",
  45. "lodash": "^4.0.0",
  46. "material-colors": "^1.2.6",
  47. "watch-size": "^2.0.0"
  48. },
  49. "description": "A multi-select component with nested options support for Vue.js",
  50. "devDependencies": {
  51. "@babel/core": "^7.0.0",
  52. "@babel/plugin-syntax-jsx": "^7.0.0",
  53. "@babel/plugin-transform-runtime": "^7.0.0",
  54. "@babel/preset-env": "^7.3.1",
  55. "@size-limit/preset-big-lib": "^2.0.2",
  56. "@vue/test-utils": "1.0.0-beta.16",
  57. "autoprefixer": "^9.4.6",
  58. "babel-eslint": "^10.0.1",
  59. "babel-loader": "^8.0.0",
  60. "babel-plugin-istanbul": "^5.0.1",
  61. "babel-plugin-transform-vue-jsx": "^4.0.1",
  62. "cache-loader": "^4.0.1",
  63. "chalk": "^2.3.2",
  64. "codecov": "^3.0.0",
  65. "connect-history-api-fallback": "^1.5.0",
  66. "copy-webpack-plugin": "^5.0.3",
  67. "css-loader": "^3.0.0",
  68. "entities": "^2.0.0",
  69. "eslint": "^6.1.0",
  70. "eslint-config-riophae": "^0.9.1",
  71. "eslint-friendly-formatter": "^4.0.0",
  72. "eslint-import-resolver-webpack": "^0.11.0",
  73. "eslint-loader": "^3.0.0",
  74. "eslint-plugin-import": "^2.15.0",
  75. "eslint-plugin-react": "^7.10.0",
  76. "eslint-plugin-unicorn": "^11.0.2",
  77. "eslint-plugin-vue": "^5.1.0",
  78. "eventsource-polyfill": "^0.9.6",
  79. "express": "^4.16.3",
  80. "friendly-errors-webpack-plugin": "^1.7.0",
  81. "gh-pages": "^2.0.0",
  82. "html-webpack-plugin": "^3.1.0",
  83. "jasmine-core": "^3.1.0",
  84. "jstransformer-markdown-it": "^2.0.0",
  85. "karma": "^4.0.0",
  86. "karma-chrome-launcher": "^3.0.0",
  87. "karma-coverage": "^2.0.1",
  88. "karma-jasmine": "^2.0.0",
  89. "karma-jasmine-matchers": "^4.0.1",
  90. "karma-sourcemap-loader": "^0.3.7",
  91. "karma-spec-reporter": "0.0.32",
  92. "karma-webpack": "^4.0.2",
  93. "less": "^3.0.1",
  94. "less-loader": "^5.0.0",
  95. "mini-css-extract-plugin": "^0.8.0",
  96. "open": "^6.2.0",
  97. "optimize-css-assets-webpack-plugin": "^5.0.0",
  98. "ora": "^4.0.1",
  99. "postcss-loader": "^3.0.0",
  100. "pre-commit": "^1.2.2",
  101. "pug": "^2.0.0",
  102. "pug-loader": "^2.4.0",
  103. "puppeteer": "^1.19.0",
  104. "raw-loader": "^3.0.0",
  105. "regenerator-runtime": "^0.13.1",
  106. "rimraf": "^3.0.0",
  107. "run-series": "^1.1.8",
  108. "script-loader": "^0.7.2",
  109. "shallow-equal": "^1.0.0",
  110. "shelljs": "^0.8.1",
  111. "string.prototype.repeat": "^0.2.0",
  112. "strip-indent": "^3.0.0",
  113. "stylelint": "^11.0.0",
  114. "stylelint-config-xo-space": "^0.13.0",
  115. "terser-webpack-plugin": "^2.1.0",
  116. "url-loader": "^2.0.1",
  117. "vodal": "^2.3.3",
  118. "vue": "^2.2.0",
  119. "vue-loader": "^15.6.0",
  120. "vue-style-loader": "^4.0.2",
  121. "vue-template-compiler": "^2.4.4",
  122. "vuex": "^3.0.1",
  123. "webpack": "^4.6.0",
  124. "webpack-bundle-analyzer": "^3.0.2",
  125. "webpack-cdn-plugin": "^3.1.4",
  126. "webpack-dev-middleware": "^3.1.0",
  127. "webpack-hot-middleware": "^2.18.0",
  128. "webpack-merge": "^4.1.0",
  129. "webpack-node-externals": "^1.7.2",
  130. "yaku": "^0.19.3"
  131. },
  132. "files": [
  133. "src",
  134. "dist"
  135. ],
  136. "homepage": "https://vue-treeselect.js.org/",
  137. "keywords": [
  138. "vue",
  139. "component",
  140. "tree",
  141. "treeview",
  142. "select",
  143. "dropdown",
  144. "treeselect",
  145. "multiselect",
  146. "form",
  147. "control",
  148. "input",
  149. "ui"
  150. ],
  151. "license": "MIT",
  152. "main": "dist/vue-treeselect.cjs.js",
  153. "name": "@riophae/vue-treeselect",
  154. "peerDependencies": {
  155. "vue": "^2.2.0"
  156. },
  157. "pre-commit": "lint",
  158. "repository": {
  159. "type": "git",
  160. "url": "git+https://github.com/riophae/vue-treeselect.git"
  161. },
  162. "scripts": {
  163. "build-docs": "rimraf gh-pages && mkdir gh-pages && node build/build-docs.js",
  164. "build-library": "node build/build-library.js",
  165. "cleanup-cov": "rimraf test/unit/coverage",
  166. "dev": "node build/dev-server.js",
  167. "finish": "npm test && npm run build-library && npm run verify-builds",
  168. "gh-pages": "npm run build-docs && gh-pages --dist gh-pages --branch gh-pages --dotfiles",
  169. "lint": "npm run lint:js && npm run lint:css",
  170. "lint:css": "stylelint '**/*.less'",
  171. "lint:js": "eslint --ext .js --ext .vue --cache --cache-location node_modules/.cache/eslint --rule 'no-console: 2' .",
  172. "pretest": "npm run lint",
  173. "test": "npm run testonly",
  174. "testonly": "npm run cleanup-cov && karma start test/unit/karma.config.js --single-run",
  175. "unit": "npm run cleanup-cov && karma start test/unit/karma.conf.js --watch",
  176. "verify-builds": "size-limit && node build/verify-builds.js"
  177. },
  178. "unpkg": "dist/vue-treeselect.umd.min.js",
  179. "version": "0.4.0"
  180. }