123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "forest",
- "version": "1.0.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "argparse": {
- "version": "1.0.10",
- "resolved": "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz",
- "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
- "requires": {
- "sprintf-js": "~1.0.2"
- }
- },
- "bmaplib.curveline": {
- "version": "1.0.0",
- "resolved": "https://registry.npm.taobao.org/bmaplib.curveline/download/bmaplib.curveline-1.0.0.tgz",
- "integrity": "sha1-gm6wvxxZ+tGyMUK+Zvw2DPAJrqI="
- },
- "bmaplib.heatmap": {
- "version": "1.0.4",
- "resolved": "https://registry.npm.taobao.org/bmaplib.heatmap/download/bmaplib.heatmap-1.0.4.tgz",
- "integrity": "sha1-MBYSYncf54rzVwX/kkV3Jd5dmFA="
- },
- "bmaplib.lushu": {
- "version": "1.0.7",
- "resolved": "https://registry.npm.taobao.org/bmaplib.lushu/download/bmaplib.lushu-1.0.7.tgz",
- "integrity": "sha1-d8F9z3FI0wxG6EMMf/hrIOQYuLg="
- },
- "bmaplib.markerclusterer": {
- "version": "1.0.13",
- "resolved": "https://registry.npm.taobao.org/bmaplib.markerclusterer/download/bmaplib.markerclusterer-1.0.13.tgz",
- "integrity": "sha1-RC1xpsQIRO5H0B9tshZrVFMLW9E=",
- "requires": {
- "bmaplib.texticonoverlay": "^1.0.2"
- }
- },
- "bmaplib.texticonoverlay": {
- "version": "1.0.2",
- "resolved": "https://registry.npm.taobao.org/bmaplib.texticonoverlay/download/bmaplib.texticonoverlay-1.0.2.tgz",
- "integrity": "sha1-14VG6g8DbZ/pZJg3ljFbbBEqBb8="
- },
- "entities": {
- "version": "1.1.2",
- "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",
- "integrity": "sha1-vfpzUplmTfr9NFKe1PhSKidf6lY="
- },
- "linkify-it": {
- "version": "2.2.0",
- "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",
- "integrity": "sha1-47VGl+eL+RXHCjis14/QngBYsc8=",
- "requires": {
- "uc.micro": "^1.0.1"
- }
- },
- "markdown-it": {
- "version": "8.4.2",
- "resolved": "https://registry.npm.taobao.org/markdown-it/download/markdown-it-8.4.2.tgz",
- "integrity": "sha1-OG+YmY3BWjdyKqdyIIT0Agvdm1Q=",
- "requires": {
- "argparse": "^1.0.7",
- "entities": "~1.1.1",
- "linkify-it": "^2.0.0",
- "mdurl": "^1.0.1",
- "uc.micro": "^1.0.5"
- }
- },
- "mdurl": {
- "version": "1.0.1",
- "resolved": "https://registry.npm.taobao.org/mdurl/download/mdurl-1.0.1.tgz",
- "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
- },
- "sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npm.taobao.org/sprintf-js/download/sprintf-js-1.0.3.tgz",
- "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
- },
- "uc.micro": {
- "version": "1.0.6",
- "resolved": "https://registry.npm.taobao.org/uc.micro/download/uc.micro-1.0.6.tgz",
- "integrity": "sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw="
- },
- "vue-baidu-map": {
- "version": "0.21.22",
- "resolved": "https://registry.npm.taobao.org/vue-baidu-map/download/vue-baidu-map-0.21.22.tgz",
- "integrity": "sha1-a3apHvNPGKeC1zKrD1QaGjqgaeA=",
- "requires": {
- "bmaplib.curveline": "^1.0.0",
- "bmaplib.heatmap": "^1.0.4",
- "bmaplib.lushu": "^1.0.7",
- "bmaplib.markerclusterer": "^1.0.13",
- "markdown-it": "^8.4.0"
- }
- }
- }
- }
|