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

package.json « jquery.scrollto « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 354d02e6b6cfaba4c9ca83792a9d1f2919765648 (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
{
  "_args": [
    [
      "jquery.scrollto@2.1.2",
      "/Users/benakamoorthi/Projects/matomo"
    ]
  ],
  "_from": "jquery.scrollto@2.1.2",
  "_id": "jquery.scrollto@2.1.2",
  "_inBundle": false,
  "_integrity": "sha1-51gNnHrEbvW7JTGUg/b0VxP9fGw=",
  "_location": "/jquery.scrollto",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jquery.scrollto@2.1.2",
    "name": "jquery.scrollto",
    "escapedName": "jquery.scrollto",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jquery.scrollto/-/jquery.scrollto-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/Users/benakamoorthi/Projects/matomo",
  "author": {
    "name": "Ariel Flesler",
    "url": "http://flesler.blogspot.com/"
  },
  "bugs": {
    "url": "https://github.com/flesler/jquery.scrollTo/issues"
  },
  "demo": "http://demos.flesler.com/jquery/scrollTo/",
  "dependencies": {
    "jquery": ">=1.8"
  },
  "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
  "docs": "https://github.com/flesler/jquery.scrollTo/",
  "download": "https://github.com/flesler/jquery.scrollTo/releases",
  "homepage": "https://github.com/flesler/jquery.scrollTo/",
  "ignore": [
    "**/.*",
    "demo",
    "tests",
    "CHANGELOG",
    "README.md",
    "composer.json",
    "bower.json"
  ],
  "keywords": [
    "browser",
    "animated",
    "animation",
    "scrolling",
    "scroll",
    "links",
    "anchors",
    "jquery",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
  "license": "MIT",
  "main": "jquery.scrollTo.js",
  "name": "jquery.scrollto",
  "repository": {
    "type": "git",
    "url": "git://github.com/flesler/jquery.scrollTo.git"
  },
  "version": "2.1.2"
}