package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "v-drag",
  3. "_id": "v-drag@3.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R/2WfReSDPn0fbyGzsfzeLx39PMQn/wP1tnsdtc0sEGBqnKTZVB4j9hh1+qboZKZRaGQdiuml7uVMfdQKyehlg==",
  6. "_location": "/v-drag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "v-drag",
  12. "name": "v-drag",
  13. "escapedName": "v-drag",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/v-drag/-/v-drag-3.0.9.tgz",
  23. "_shasum": "5b11a5c7c40e8b778a882e98602ef68c42830c07",
  24. "_spec": "v-drag",
  25. "_where": "E:\\2023\\5\\myjadmin",
  26. "author": {
  27. "name": "Nil Vila"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nil/v-drag/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "The simplest way to integrate drag on Vue.js",
  35. "devDependencies": {
  36. "@babel/preset-env": "^7.18.2",
  37. "eslint": "^7.2.0",
  38. "eslint-config-airbnb-base": "^14.1.0",
  39. "eslint-plugin-import": "^2.16.0",
  40. "eslint-plugin-vue": "^8.5.0",
  41. "jest": "^28.1.1",
  42. "rollup": "^2.9.0",
  43. "rollup-plugin-commonjs": "^10.1.0",
  44. "rollup-plugin-node-resolve": "^5.2.0",
  45. "rollup-plugin-terser": "^6.1.0"
  46. },
  47. "homepage": "https://github.com/nil/v-drag",
  48. "keywords": [
  49. "vue",
  50. "vuejs",
  51. "vue2",
  52. "vue3",
  53. "drag",
  54. "draggable",
  55. "dragging"
  56. ],
  57. "license": "MIT",
  58. "main": "dist/main.js",
  59. "module": "dist/module.js",
  60. "name": "v-drag",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/nil/v-drag.git"
  64. },
  65. "scripts": {
  66. "build": "rollup --config",
  67. "test": "jest"
  68. },
  69. "unpkg": "dist/browser.js",
  70. "version": "3.0.9"
  71. }