1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/m3u8stream/package.json
2020-03-03 22:30:50 +02:00

84 lines
2.0 KiB
JSON

{
"_args": [
[
"m3u8stream@0.6.4",
"C:\\Users\\matia\\Documents\\GitHub\\Musix-V3"
]
],
"_from": "m3u8stream@0.6.4",
"_id": "m3u8stream@0.6.4",
"_inBundle": false,
"_integrity": "sha512-9WLF1VAtbVij03HWJKbVZ8L0orsoZiP53UljR5EwaDrozQFMsTGRDPe3PbzWV73He8a+j5H/hWZNoI2VkUSsiw==",
"_location": "/m3u8stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "m3u8stream@0.6.4",
"name": "m3u8stream",
"escapedName": "m3u8stream",
"rawSpec": "0.6.4",
"saveSpec": null,
"fetchSpec": "0.6.4"
},
"_requiredBy": [
"/ytdl-core"
],
"_resolved": "https://registry.npmjs.org/m3u8stream/-/m3u8stream-0.6.4.tgz",
"_spec": "0.6.4",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
"author": {
"name": "fent",
"url": "https://github.com/fent"
},
"bugs": {
"url": "https://github.com/fent/node-m3u8stream/issues"
},
"dependencies": {
"miniget": "^1.6.1",
"sax": "^1.2.4"
},
"description": "Reads segments from a m3u8 or dash playlist into a consumable stream.",
"devDependencies": {
"@types/lolex": "^3.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"@types/sax": "^1.0.1",
"lolex": "^5.0.0",
"mocha": "^6.2.0",
"nock": "^11.1.0",
"nyc": "^15.0.0",
"ts-node": "^8.4.1",
"typescript": "^3.4.2"
},
"engines": {
"node": ">=6"
},
"files": [
"dist"
],
"homepage": "https://github.com/fent/node-m3u8stream#readme",
"keywords": [
"m3u8",
"hls",
"dash",
"live",
"playlist",
"segments",
"stream"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "m3u8stream",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-m3u8stream.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
"test:unit": "mocha -- --require ts-node/register test/*-test.ts"
},
"version": "0.6.4"
}