package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "jquery-mousewheel@3.1.13",
  5. "/Users/rejack/Projekte/GitHub/REJack/AdminLTE"
  6. ]
  7. ],
  8. "_from": "jquery-mousewheel@3.1.13",
  9. "_id": "jquery-mousewheel@3.1.13",
  10. "_inBundle": false,
  11. "_integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU=",
  12. "_location": "/jquery-mousewheel",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jquery-mousewheel@3.1.13",
  18. "name": "jquery-mousewheel",
  19. "escapedName": "jquery-mousewheel",
  20. "rawSpec": "3.1.13",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.13"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/jquery-mapael"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
  29. "_spec": "3.1.13",
  30. "_where": "/Users/rejack/Projekte/GitHub/REJack/AdminLTE",
  31. "author": {
  32. "name": "jQuery Foundation and other contributors",
  33. "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jquery/jquery-mousewheel/issues"
  37. },
  38. "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
  39. "devDependencies": {
  40. "grunt": "~0.4.1",
  41. "grunt-contrib-connect": "~0.5.0",
  42. "grunt-contrib-jshint": "~0.7.1",
  43. "grunt-contrib-uglify": "~0.2.7"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "files": [
  49. "ChangeLog.md",
  50. "jquery.mousewheel.js",
  51. "README.md",
  52. "LICENSE.txt"
  53. ],
  54. "homepage": "https://github.com/jquery/jquery-mousewheel",
  55. "jam": {
  56. "dependencies": {
  57. "jquery": ">=1.2.2"
  58. }
  59. },
  60. "keywords": [
  61. "jquery",
  62. "mouse",
  63. "wheel",
  64. "event",
  65. "mousewheel",
  66. "jquery-plugin",
  67. "browser"
  68. ],
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://github.com/jquery/jquery-mousewheel/blob/master/LICENSE.txt"
  73. }
  74. ],
  75. "main": "./jquery.mousewheel.js",
  76. "name": "jquery-mousewheel",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jquery/jquery-mousewheel.git"
  80. },
  81. "version": "3.1.13"
  82. }