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

package.json « visibilityjs « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d97961093ffb62a2cc0668efdb72ce8f2d00739 (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
{
  "_args": [
    [
      "visibilityjs@2.0.2",
      "/Users/benakamoorthi/Projects/matomo"
    ]
  ],
  "_from": "visibilityjs@2.0.2",
  "_id": "visibilityjs@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-y5sN5oGvuXXcK6s8WupOymRcqEss7kusojpScRqkT+cTCIFjul+06uSMDPMByN9DIBv/sUUnvV8BplKjqelAfw==",
  "_location": "/visibilityjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "visibilityjs@2.0.2",
    "name": "visibilityjs",
    "escapedName": "visibilityjs",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/visibilityjs/-/visibilityjs-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/Users/benakamoorthi/Projects/matomo",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bugs": {
    "url": "https://github.com/ai/visibilityjs/issues"
  },
  "description": "Wrapper for the Page Visibility API",
  "devDependencies": {
    "chai": "4.1.2",
    "mocha": "5.2.0",
    "sinon": "^6.0.0",
    "sinon-chai": "3.1.0",
    "size-limit": "^0.18.2"
  },
  "homepage": "https://github.com/ai/visibilityjs#readme",
  "keywords": [
    "page visibility api",
    "visibility",
    "polyfill",
    "timer"
  ],
  "license": "MIT",
  "name": "visibilityjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai/visibilityjs.git"
  },
  "scripts": {
    "test": "mocha && size-limit"
  },
  "version": "2.0.2"
}