Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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