{
  "_args": [
    [
      "play-sound@1.1.3",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "play-sound@1.1.3",
  "_id": "play-sound@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-lqEzgtNAdfg2VUXItOtu5bTyWcqeFmnJmgvc8iHEeEOBEJdurqiGYfmCOzIpSBcwrs7XeSpvHv+Rw9dzRPc4aw==",
  "_location": "/play-sound",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "play-sound@1.1.3",
    "name": "play-sound",
    "escapedName": "play-sound",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/play-sound/-/play-sound-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Hrvoje Simic",
    "email": "shime.ferovac@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shime/play-sound/issues"
  },
  "dependencies": {
    "find-exec": "1.0.1"
  },
  "description": "Play audio files by shelling out to available audio tool.",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^5.2.0",
    "mock-fs": "^4.7.0",
    "proxyquire": "^2.1.0",
    "sinon": "^7.2.2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/shime/play-sound",
  "keywords": [
    "audio",
    "sound",
    "play"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "play-sound",
  "repository": {
    "type": "git",
    "url": "git://github.com/shime/play-sound.git"
  },
  "scripts": {
    "test": "export PATH=$PATH:./shims && node_modules/.bin/mocha tests.js"
  },
  "version": "1.1.3"
}
