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/mousetrap/package.json')
-rw-r--r--node_modules/mousetrap/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/node_modules/mousetrap/package.json b/node_modules/mousetrap/package.json
new file mode 100644
index 0000000000..914cf26f1e
--- /dev/null
+++ b/node_modules/mousetrap/package.json
@@ -0,0 +1,67 @@
+{
+ "_args": [
+ [
+ "mousetrap@1.6.5",
+ "/Users/benakamoorthi/Projects/matomo"
+ ]
+ ],
+ "_from": "mousetrap@1.6.5",
+ "_id": "mousetrap@1.6.5",
+ "_inBundle": false,
+ "_integrity": "sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==",
+ "_location": "/mousetrap",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "mousetrap@1.6.5",
+ "name": "mousetrap",
+ "escapedName": "mousetrap",
+ "rawSpec": "1.6.5",
+ "saveSpec": null,
+ "fetchSpec": "1.6.5"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz",
+ "_spec": "1.6.5",
+ "_where": "/Users/benakamoorthi/Projects/matomo",
+ "author": {
+ "name": "Craig Campbell"
+ },
+ "bugs": {
+ "url": "https://github.com/ccampbell/mousetrap/issues"
+ },
+ "description": "Simple library for handling keyboard shortcuts",
+ "devDependencies": {
+ "chai": "^4.2.0",
+ "grunt": "~1.0.3",
+ "grunt-complexity": "~1.1.0",
+ "jsdom": "^13.1.0",
+ "jsdom-global": "^3.0.2",
+ "mocha": "^5.2.0",
+ "sinon": "^7.2.2"
+ },
+ "directories": {
+ "test": "tests"
+ },
+ "gitHead": "c202a0bd4967d5a3064f9cb376db51dec9345336",
+ "homepage": "https://github.com/ccampbell/mousetrap#readme",
+ "keywords": [
+ "keyboard",
+ "shortcuts",
+ "events"
+ ],
+ "license": "Apache-2.0 WITH LLVM-exception",
+ "main": "mousetrap.js",
+ "name": "mousetrap",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/ccampbell/mousetrap.git"
+ },
+ "scripts": {
+ "test": "mocha --reporter=nyan tests/test.mousetrap.js"
+ },
+ "version": "1.6.5"
+}