package-lock.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "forest",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "argparse": {
  8. "version": "1.0.10",
  9. "resolved": "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz",
  10. "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
  11. "requires": {
  12. "sprintf-js": "~1.0.2"
  13. }
  14. },
  15. "bmaplib.curveline": {
  16. "version": "1.0.0",
  17. "resolved": "https://registry.npm.taobao.org/bmaplib.curveline/download/bmaplib.curveline-1.0.0.tgz",
  18. "integrity": "sha1-gm6wvxxZ+tGyMUK+Zvw2DPAJrqI="
  19. },
  20. "bmaplib.heatmap": {
  21. "version": "1.0.4",
  22. "resolved": "https://registry.npm.taobao.org/bmaplib.heatmap/download/bmaplib.heatmap-1.0.4.tgz",
  23. "integrity": "sha1-MBYSYncf54rzVwX/kkV3Jd5dmFA="
  24. },
  25. "bmaplib.lushu": {
  26. "version": "1.0.7",
  27. "resolved": "https://registry.npm.taobao.org/bmaplib.lushu/download/bmaplib.lushu-1.0.7.tgz",
  28. "integrity": "sha1-d8F9z3FI0wxG6EMMf/hrIOQYuLg="
  29. },
  30. "bmaplib.markerclusterer": {
  31. "version": "1.0.13",
  32. "resolved": "https://registry.npm.taobao.org/bmaplib.markerclusterer/download/bmaplib.markerclusterer-1.0.13.tgz",
  33. "integrity": "sha1-RC1xpsQIRO5H0B9tshZrVFMLW9E=",
  34. "requires": {
  35. "bmaplib.texticonoverlay": "^1.0.2"
  36. }
  37. },
  38. "bmaplib.texticonoverlay": {
  39. "version": "1.0.2",
  40. "resolved": "https://registry.npm.taobao.org/bmaplib.texticonoverlay/download/bmaplib.texticonoverlay-1.0.2.tgz",
  41. "integrity": "sha1-14VG6g8DbZ/pZJg3ljFbbBEqBb8="
  42. },
  43. "entities": {
  44. "version": "1.1.2",
  45. "resolved": "https://registry.npm.taobao.org/entities/download/entities-1.1.2.tgz?cache=0&sync_timestamp=1602897029273&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fentities%2Fdownload%2Fentities-1.1.2.tgz",
  46. "integrity": "sha1-vfpzUplmTfr9NFKe1PhSKidf6lY="
  47. },
  48. "linkify-it": {
  49. "version": "2.2.0",
  50. "resolved": "https://registry.npm.taobao.org/linkify-it/download/linkify-it-2.2.0.tgz?cache=0&sync_timestamp=1589973714406&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flinkify-it%2Fdownload%2Flinkify-it-2.2.0.tgz",
  51. "integrity": "sha1-47VGl+eL+RXHCjis14/QngBYsc8=",
  52. "requires": {
  53. "uc.micro": "^1.0.1"
  54. }
  55. },
  56. "markdown-it": {
  57. "version": "8.4.2",
  58. "resolved": "https://registry.npm.taobao.org/markdown-it/download/markdown-it-8.4.2.tgz",
  59. "integrity": "sha1-OG+YmY3BWjdyKqdyIIT0Agvdm1Q=",
  60. "requires": {
  61. "argparse": "^1.0.7",
  62. "entities": "~1.1.1",
  63. "linkify-it": "^2.0.0",
  64. "mdurl": "^1.0.1",
  65. "uc.micro": "^1.0.5"
  66. }
  67. },
  68. "mdurl": {
  69. "version": "1.0.1",
  70. "resolved": "https://registry.npm.taobao.org/mdurl/download/mdurl-1.0.1.tgz",
  71. "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
  72. },
  73. "sprintf-js": {
  74. "version": "1.0.3",
  75. "resolved": "https://registry.npm.taobao.org/sprintf-js/download/sprintf-js-1.0.3.tgz",
  76. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  77. },
  78. "uc.micro": {
  79. "version": "1.0.6",
  80. "resolved": "https://registry.npm.taobao.org/uc.micro/download/uc.micro-1.0.6.tgz",
  81. "integrity": "sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw="
  82. },
  83. "vue-baidu-map": {
  84. "version": "0.21.22",
  85. "resolved": "https://registry.npm.taobao.org/vue-baidu-map/download/vue-baidu-map-0.21.22.tgz",
  86. "integrity": "sha1-a3apHvNPGKeC1zKrD1QaGjqgaeA=",
  87. "requires": {
  88. "bmaplib.curveline": "^1.0.0",
  89. "bmaplib.heatmap": "^1.0.4",
  90. "bmaplib.lushu": "^1.0.7",
  91. "bmaplib.markerclusterer": "^1.0.13",
  92. "markdown-it": "^8.4.0"
  93. }
  94. }
  95. }
  96. }