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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/visibilityjs/package.json')
-rw-r--r--node_modules/visibilityjs/package.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/node_modules/visibilityjs/package.json b/node_modules/visibilityjs/package.json
new file mode 100644
index 0000000000..2d97961093
--- /dev/null
+++ b/node_modules/visibilityjs/package.json
@@ -0,0 +1,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"
+}