package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "v-org-tree@^1.0.6",
  3. "_id": "v-org-tree@1.0.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xqbCHFrY1Eg/l7HWfNj8N5uXBpVLHZt9YiuRpElIl7dBl9/yuTAwgsFf3VJjzESZ7WdT0InoXWLBgfAyeb8oXw==",
  6. "_location": "/v-org-tree",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v-org-tree@^1.0.6",
  12. "name": "v-org-tree",
  13. "escapedName": "v-org-tree",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/v-org-tree/-/v-org-tree-1.0.12.tgz",
  22. "_shasum": "566b2ef1d3b88c8fad4cee3365a6b4bfeae3b48d",
  23. "_spec": "v-org-tree@^1.0.6",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "lison",
  27. "email": "lison16new@163.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lison16/v-org-tree/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "clonedeep": "^2.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "A simple organization tree chart based on Vue2.x",
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "^3.2.0",
  40. "@vue/cli-plugin-eslint": "^3.2.0",
  41. "@vue/cli-service": "^3.2.0",
  42. "@vue/eslint-config-standard": "^4.0.0",
  43. "babel-eslint": "^10.0.1",
  44. "eslint": "^5.8.0",
  45. "eslint-plugin-vue": "^5.0.0-0",
  46. "less": "^3.0.4",
  47. "less-loader": "^4.1.0",
  48. "lint-staged": "^7.2.2",
  49. "vue": "^2.5.17",
  50. "vue-template-compiler": "^2.5.17"
  51. },
  52. "gitHooks": {
  53. "pre-commit": "lint-staged"
  54. },
  55. "homepage": "https://github.com/lison16/v-org-tree#readme",
  56. "license": "MIT",
  57. "lint-staged": {
  58. "*.js": [
  59. "vue-cli-service lint",
  60. "git add"
  61. ],
  62. "*.vue": [
  63. "vue-cli-service lint",
  64. "git add"
  65. ]
  66. },
  67. "main": "dist/v-org-tree.common.js",
  68. "name": "v-org-tree",
  69. "private": false,
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/lison16/v-org-tree.git"
  73. },
  74. "scripts": {
  75. "build": "vue-cli-service build --dest demo",
  76. "lint": "vue-cli-service lint",
  77. "package": "vue-cli-service build --target lib --name v-org-tree --dest dist ./src/components/org-tree/index.js",
  78. "serve": "vue-cli-service serve"
  79. },
  80. "version": "1.0.12"
  81. }