{
  "_args": [
    [
      "howler@^2.0.2",
      "/home/miguelangel/Escritorio/DuckHunt"
    ]
  ],
  "_from": "howler@>=2.0.2 <3.0.0",
  "_id": "howler@2.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/howler",
  "_nodeVersion": "8.3.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/howler-2.0.5.tgz_1507338813410_0.6016221337486058"
  },
  "_npmUser": {
    "email": "james@goldfirestudios.com",
    "name": "goldfire"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "howler",
    "raw": "howler@^2.0.2",
    "rawSpec": "^2.0.2",
    "scope": null,
    "spec": ">=2.0.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/howler/-/howler-2.0.5.tgz",
  "_shasum": "3d7979f4af0bdc1bdfd09a9ab1a502fed38aecd9",
  "_shrinkwrap": null,
  "_spec": "howler@^2.0.2",
  "_where": "/home/miguelangel/Escritorio/DuckHunt",
  "author": {
    "email": "james@goldfirestudios.com",
    "name": "James Simpson",
    "url": "http://goldfirestudios.com"
  },
  "bugs": {
    "url": "https://github.com/goldfire/howler.js/issues"
  },
  "dependencies": {},
  "description": "Javascript audio library for the modern web.",
  "devDependencies": {
    "uglify-js": "2.x"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-O5OeP2scDJqQPQfGN97/m7MSMex6YvnkjmmC9+sQ3NMZtJl7VzkKt/N54X9R/CxKM42irDG9uRwZUL+/+IALlw==",
    "shasum": "3d7979f4af0bdc1bdfd09a9ab1a502fed38aecd9",
    "tarball": "https://registry.npmjs.org/howler/-/howler-2.0.5.tgz"
  },
  "files": [
    "LICENSE.md",
    "dist/howler.core.min.js",
    "dist/howler.js",
    "dist/howler.min.js",
    "dist/howler.spatial.min.js",
    "src"
  ],
  "gitHead": "b90daf4eea794cd77b37b3cefcfd08ab743c4504",
  "homepage": "https://howlerjs.com",
  "keywords": [
    "audio",
    "audio sprite",
    "audiosprite",
    "browser",
    "howler",
    "howler.js",
    "html5",
    "html5 audio",
    "sound",
    "web audio",
    "webaudio"
  ],
  "license": "MIT",
  "main": "dist/howler.js",
  "maintainers": [
    {
      "name": "goldfire",
      "email": "james@goldfirestudios.com"
    }
  ],
  "name": "howler",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/goldfire/howler.js.git"
  },
  "scripts": {
    "build": "VERSION=`printf 'v' && node -e 'console.log(require(\"./package.json\").version)'` && sed -i '' '2s/.*/ *  howler.js '\"$VERSION\"'/' src/howler.core.js && sed -i '' '4s/.*/ *  howler.js '\"$VERSION\"'/' src/plugins/howler.spatial.js && uglifyjs --preamble \"/*! howler.js $VERSION | (c) 2013-2017, James Simpson of GoldFire Studios | MIT License | howlerjs.com */\" src/howler.core.js -c -m --screw-ie8 -o dist/howler.core.min.js && uglifyjs --preamble \"/*! howler.js $VERSION | Spatial Plugin | (c) 2013-2017, James Simpson of GoldFire Studios | MIT License | howlerjs.com */\" src/plugins/howler.spatial.js -c -m --screw-ie8 -o dist/howler.spatial.min.js && awk 'FNR==1{echo \"\"}1' dist/howler.core.min.js dist/howler.spatial.min.js | sed '3s~.*~/*! Spatial Plugin */~' | perl -pe 'chomp if eof' > dist/howler.min.js && awk '(NR>1 && FNR==1){printf (\"\\n\\n\")};1' src/howler.core.js src/plugins/howler.spatial.js > dist/howler.js",
    "release": "VERSION=`printf 'v' && node -e 'console.log(require(\"./package.json\").version)'` && git tag $VERSION && git push && git push origin $VERSION && npm publish"
  },
  "version": "2.0.5"
}
