package.json 2.2 KB

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