{
  "_from": "m3u8stream@^0.6.2",
  "_id": "m3u8stream@0.6.2",
  "_inBundle": false,
  "_integrity": "sha512-WsuM2bd5pPN80xvfrB+1DZqr4M7+kJl8byi6+ZCy6cmVjEiHhmr/desN53Ngsa6Hs13kYumeVgT4wL0oIJ+v6g==",
  "_location": "/m3u8stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "m3u8stream@^0.6.2",
    "name": "m3u8stream",
    "escapedName": "m3u8stream",
    "rawSpec": "^0.6.2",
    "saveSpec": null,
    "fetchSpec": "^0.6.2"
  },
  "_requiredBy": [
    "/ytdl-core"
  ],
  "_resolved": "https://registry.npmjs.org/m3u8stream/-/m3u8stream-0.6.2.tgz",
  "_shasum": "c2c62ddce88156d80378dd59be010c8b8e9d120b",
  "_spec": "m3u8stream@^0.6.2",
  "_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\ytdl-core",
  "author": {
    "name": "fent",
    "url": "https://github.com/fent"
  },
  "bugs": {
    "url": "https://github.com/fent/node-m3u8stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "miniget": "^1.4.0",
    "sax": "^1.2.4"
  },
  "deprecated": false,
  "description": "Reads segments from a m3u8 or dash playlist into a consumable stream.",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "lolex": "^3.0.0",
    "mocha": "^5.0.0",
    "nock": "^10.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/fent/node-m3u8stream#readme",
  "keywords": [
    "m3u8",
    "hls",
    "dash",
    "live",
    "playlist",
    "segments",
    "stream"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "m3u8stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/node-m3u8stream.git"
  },
  "scripts": {
    "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
  },
  "version": "0.6.2"
}