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

package.json « mousetrap « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 914cf26f1e146a8004e87c9e7b04195be0f3bf10 (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
{
  "_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"
}