{ "_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" }