You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.5 KiB
JSON

{
"_args": [
[
"vue3-draggable-resizable@1.5.4",
"D:\\company_project\\vision2\\front"
]
],
"_from": "vue3-draggable-resizable@1.5.4",
"_id": "vue3-draggable-resizable@1.5.4",
"_inBundle": false,
"_integrity": "sha1-1XsfosBy/k5G+eUsGzK22GPybIE=",
"_location": "/vue3-draggable-resizable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue3-draggable-resizable@1.5.4",
"name": "vue3-draggable-resizable",
"escapedName": "vue3-draggable-resizable",
"rawSpec": "1.5.4",
"saveSpec": null,
"fetchSpec": "1.5.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/vue3-draggable-resizable/download/vue3-draggable-resizable-1.5.4.tgz",
"_spec": "1.5.4",
"_where": "D:\\company_project\\vision2\\front",
"bugs": {
"url": "https://github.com/a7650/vue3-draggable-resizable/issues"
},
"dependencies": {},
"description": "[Vue3 Component] 拖拽缩放并具有自动吸附对齐、参考线等功能",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-plugin-import": "^1.13.1",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"typescript": "~3.9.3",
"vue": "^3.0.0"
},
"homepage": "https://github.com/a7650/vue3-draggable-resizable",
"keywords": [
"vue3",
"component",
"draggable",
"resizable",
"拖拽",
"吸附对齐"
],
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"name": "vue3-draggable-resizable",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/a7650/vue3-draggable-resizable.git"
},
"scripts": {
"build": "npm run build:lib && npm run build:dts",
"build:dts": "tsc src/index.ts --declaration --declarationDir typings",
"build:lib": "vue-cli-service build --target lib --name Vue3DraggableResizable src/index.ts",
"dev": "vue-cli-service serve",
"lint": "vue-cli-service lint"
},
"typings": "typings/index.d.ts",
"unpkg": "src/index.js",
"version": "1.5.4"
}