File: //data/Geometra-Web-Client-master/node_modules/mousetrap/package.json
{
"_args": [
[
"mousetrap@1.6.3",
"/data/rukkor/Geometra-Web-Client-master"
]
],
"_from": "mousetrap@1.6.3",
"_id": "mousetrap@1.6.3",
"_inBundle": false,
"_integrity": "sha512-bd+nzwhhs9ifsUrC2tWaSgm24/oo2c83zaRyZQF06hYA6sANfsXHtnZ19AbbbDXCDzeH5nZBSQ4NvCjgD62tJA==",
"_location": "/mousetrap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mousetrap@1.6.3",
"name": "mousetrap",
"escapedName": "mousetrap",
"rawSpec": "1.6.3",
"saveSpec": null,
"fetchSpec": "1.6.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.3.tgz",
"_spec": "1.6.3",
"_where": "/data/rukkor/Geometra-Web-Client-master",
"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.3"
}