{
  "_from": "webmidi@2.3.1",
  "_id": "webmidi@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-ibhtp3IIlj9E8yGUUXgRgtaBsh/xvpqTk0+R+zjjRoUkXEv+xijt2joo1ENLSCpAY9ALcFuqwVaqlwG5dQlHqw==",
  "_location": "/webmidi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webmidi@2.3.1",
    "name": "webmidi",
    "escapedName": "webmidi",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/webmidi/-/webmidi-2.3.1.tgz",
  "_shasum": "2ebfbcfbc852f4491b2d8a3fe9acf07513245446",
  "_spec": "webmidi@2.3.1",
  "_where": "/Users/glenndehaan/projects/webmidi-mapper/demo/_scripts",
  "author": {
    "name": "Jean-Philippe Côté",
    "email": "jp@cote.cc"
  },
  "bugs": {
    "url": "https://github.com/djipco/webmidi/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "WebMidi.js helps you tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).",
  "devDependencies": {
    "chai": "^4.1.2",
    "grunt": "^0.4.5",
    "grunt-bumpup": "^0.6.2",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-compress": "^0.13.0",
    "grunt-contrib-copy": "^0.8.1",
    "grunt-contrib-uglify": "^0.9.2",
    "grunt-contrib-yuidoc": "^0.10.0",
    "grunt-gh-pages": "^0.10.0",
    "grunt-git": "^0.3.5",
    "grunt-release": "^0.13.0",
    "mocha": "^5.1.1",
    "sinon-browser-only": "^1.12.1",
    "typescript": "^3.0.3"
  },
  "engines": {
    "node": ">0.6.x"
  },
  "homepage": "https://github.com/djipco/webmidi",
  "keywords": [
    "midi",
    "message",
    "web",
    "browser",
    "front-end",
    "webmidi api"
  ],
  "license": "MIT",
  "main": "webmidi.min.js",
  "name": "webmidi",
  "repository": {
    "type": "git",
    "url": "git://github.com/djipco/webmidi.git"
  },
  "scripts": {
    "test": "tsc --strict --noEmit ./webmidi.d.ts"
  },
  "types": "webmidi.d.ts",
  "version": "2.3.1"
}
