package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "draggabilly@2.3.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "draggabilly@2.3.0",
  9. "_id": "draggabilly@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-4OZT4JuTjreuZUxLdgARSySi7lA=",
  12. "_location": "/draggabilly",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "draggabilly@2.3.0",
  18. "name": "draggabilly",
  19. "escapedName": "draggabilly",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/draggabilly/download/draggabilly-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "David DeSandro"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/desandro/draggabilly/issues"
  35. },
  36. "dependencies": {
  37. "get-size": "^2.0.2",
  38. "unidragger": "^2.3.0"
  39. },
  40. "description": "make that shiz draggable",
  41. "devDependencies": {
  42. "eslint": "^7.0.0",
  43. "eslint-plugin-metafizzy": "^1.0.0",
  44. "jquery-bridget": "^2.0.1",
  45. "qunit": "^2.10.0",
  46. "requirejs": "^2.3.6",
  47. "uglify-js": "^3.9.3"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "homepage": "https://draggabilly.desandro.com/",
  53. "keywords": [
  54. "DOM",
  55. "drag",
  56. "draggable",
  57. "touch",
  58. "multitouch"
  59. ],
  60. "license": "MIT",
  61. "main": "draggabilly.js",
  62. "name": "draggabilly",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/desandro/draggabilly.git"
  66. },
  67. "scripts": {
  68. "bundle": "node bin/bundle.js",
  69. "dist": "npm run bundle && npm run uglify",
  70. "lint": "npx eslint . && node bin/lint-json.js",
  71. "lintFix": "npx eslint . --fix",
  72. "uglify": "npx uglifyjs dist/draggabilly.pkgd.js -o dist/draggabilly.pkgd.min.js --mangle --comments /^!/",
  73. "version": "node bin/version.js && npm run dist && git add -A . dist"
  74. },
  75. "version": "2.3.0"
  76. }