| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "v-drag",
- "_id": "v-drag@3.0.9",
- "_inBundle": false,
- "_integrity": "sha512-R/2WfReSDPn0fbyGzsfzeLx39PMQn/wP1tnsdtc0sEGBqnKTZVB4j9hh1+qboZKZRaGQdiuml7uVMfdQKyehlg==",
- "_location": "/v-drag",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "v-drag",
- "name": "v-drag",
- "escapedName": "v-drag",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/v-drag/-/v-drag-3.0.9.tgz",
- "_shasum": "5b11a5c7c40e8b778a882e98602ef68c42830c07",
- "_spec": "v-drag",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Nil Vila"
- },
- "bugs": {
- "url": "https://github.com/nil/v-drag/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "The simplest way to integrate drag on Vue.js",
- "devDependencies": {
- "@babel/preset-env": "^7.18.2",
- "eslint": "^7.2.0",
- "eslint-config-airbnb-base": "^14.1.0",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-vue": "^8.5.0",
- "jest": "^28.1.1",
- "rollup": "^2.9.0",
- "rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-node-resolve": "^5.2.0",
- "rollup-plugin-terser": "^6.1.0"
- },
- "homepage": "https://github.com/nil/v-drag",
- "keywords": [
- "vue",
- "vuejs",
- "vue2",
- "vue3",
- "drag",
- "draggable",
- "dragging"
- ],
- "license": "MIT",
- "main": "dist/main.js",
- "module": "dist/module.js",
- "name": "v-drag",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nil/v-drag.git"
- },
- "scripts": {
- "build": "rollup --config",
- "test": "jest"
- },
- "unpkg": "dist/browser.js",
- "version": "3.0.9"
- }
|