{ "_from": "tlbs-map-vue", "_id": "tlbs-map-vue@1.2.1", "_inBundle": false, "_integrity": "sha512-9HJPXoJT/6cysUbsn//4qI0IrDdY+PDBKyVbKwDsIMhLdeAi12ZF1S6/a9tVW05RKet13oN5njCKJaj5yvYJKQ==", "_location": "/tlbs-map-vue", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "tlbs-map-vue", "name": "tlbs-map-vue", "escapedName": "tlbs-map-vue", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmmirror.com/tlbs-map-vue/-/tlbs-map-vue-1.2.1.tgz", "_shasum": "dfb0968d40558c1aff9e979b2665710458cae1f6", "_spec": "tlbs-map-vue", "_where": "E:\\qinduan\\mallbackinfrontend-houzong", "author": { "name": "tlbs-map" }, "bugs": { "url": "https://github.com/Tencent/tlbs-map-vue/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "fs-extra": "^10.1.0", "vue-demi": "^0.14.6" }, "deprecated": false, "description": "基于vue的地图组件", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/node": "^20.9.2", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "@vitejs/plugin-vue2": "^2.2.0", "@vue/composition-api": "^1.7.1", "@vue/eslint-config-typescript": "^7.0.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.32.0", "eslint-config-tencent": "^1.0.4", "eslint-plugin-html": "^7.1.0", "eslint-plugin-vue": "^8.5.0", "husky": "^8.0.0", "inquirer": "^11.0.2", "lint-staged": "^10.5.4", "lodash": "^4.17.21", "rimraf": "^3.0.2", "standard-version": "^9.0.0", "tmap-gl-types": "^0.1.8", "typescript": "^5.1.3", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0", "vitepress": "^1.3.4", "vitest": "^0.32.2", "vue": "^3.5.6", "vue-template-compiler": "~2.6.14", "vue2": "npm:vue@2.6", "vue2.7": "npm:vue@2.7", "vue3": "npm:vue@3" }, "engines": { "node": ">=16.0.0" }, "exports": { ".": { "types": "./dist/v3/index.d.ts", "import": "./dist/v3/index.es.js", "require": "./dist/v3/index.cjs.js" } }, "files": [ "dist", "types", "scripts", "LICENSE", "README.md", "package.json" ], "homepage": "https://github.com/Tencent/tlbs-map-vue", "license": "MIT", "lint-staged": { "src/**/*.{vue,ts,js}": [ "npm run lint" ] }, "main": "dist/v3/index.umd.js", "module": "dist/v3/index.es.js", "name": "tlbs-map-vue", "peerDependencies": { "@vue/composition-api": "^1.4.9", "vue": "^2.6.0 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } }, "pnpm": { "packageExtensions": { "vue-template-compiler": { "peerDependencies": { "vue": "~2.6.14" } } } }, "repository": { "type": "git", "url": "git+https://github.com/Tencent/tlbs-map-vue.git" }, "scripts": { "build": "rimraf ./dist && npm run build:2 && npm run build:2.7 && npm run build:3", "build:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground build", "build:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground build", "build:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground build", "commit": "git-cz", "dev:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground dev", "dev:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground dev", "dev:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground dev", "docs:build": "vitepress build docs", "docs:dev": "vue-demi-switch 3 vue3 && vitepress dev docs --port 4000 --force", "lint": "eslint . --cache --fix", "new": "node scripts/new-component/index.mjs", "postinstall": "node scripts/postinstall.js", "prepare": "husky install", "release": "npm run build && npm publish" }, "style": "dist/v3/style.css", "types": "dist/v3/index.d.ts", "version": "1.2.1" }