{ "_from": "m3u8-parser@4.4.0", "_id": "m3u8-parser@4.4.0", "_inBundle": false, "_integrity": "sha512-iH2AygTFILtato+XAgnoPYzLHM4R3DjATj7Ozbk7EHdB2XoLF2oyOUguM7Kc4UVHbQHHL/QPaw98r7PbWzG0gg==", "_location": "/m3u8-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "m3u8-parser@4.4.0", "name": "m3u8-parser", "escapedName": "m3u8-parser", "rawSpec": "4.4.0", "saveSpec": null, "fetchSpec": "4.4.0" }, "_requiredBy": [ "/@videojs/http-streaming" ], "_resolved": "https://registry.npmmirror.com/m3u8-parser/-/m3u8-parser-4.4.0.tgz", "_shasum": "adf606c0af6d97f6750095a42006c2ae03dde177", "_spec": "m3u8-parser@4.4.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/@videojs/http-streaming", "author": { "name": "Brightcove, Inc" }, "browserslist": [ "defaults", "ie 11" ], "bugs": { "url": "https://github.com/videojs/m3u8-parser/issues" }, "bundleDependencies": false, "contributors": [ { "name": "gkatsev" }, { "name": "imbcmdth" }, { "name": "dmlap" } ], "dependencies": { "global": "^4.3.2" }, "deprecated": false, "description": "m3u8 parser", "devDependencies": { "conventional-changelog-cli": "^2.0.22", "conventional-changelog-videojs": "^3.0.0", "doctoc": "^1.4.0", "husky": "^2.5.0", "jsdoc": "git+https://github.com/BrandonOCasey/jsdoc.git#feat/plugin-from-cli", "karma": "^4.1.0", "lint-staged": "^8.2.1", "not-prerelease": "^1.0.1", "npm-merge-driver-install": "^1.1.1", "npm-run-all": "^4.1.5", "pkg-ok": "^2.3.1", "rollup": "^1.16.2", "shx": "^0.3.2", "sinon": "^7.3.2", "videojs-generate-karma-config": "^5.3.0", "videojs-generate-rollup-config": "^3.2.0", "videojs-generator-verify": "^1.2.0", "videojs-standard": "^8.0.3" }, "files": [ "CONTRIBUTING.md", "dist/", "docs/", "index.html", "scripts/", "src/", "test/" ], "generator-videojs-plugin": { "version": "7.3.2" }, "homepage": "https://github.com/videojs/m3u8-parser#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "videojs", "videojs-plugin" ], "license": "Apache-2.0", "lint-staged": { "*.js": [ "vjsstandard --fix", "git add" ], "README.md": [ "npm run docs:toc", "git add" ] }, "main": "dist/m3u8-parser.cjs.js", "module": "dist/m3u8-parser.es.js", "name": "m3u8-parser", "repository": { "type": "git", "url": "git+ssh://git@github.com/videojs/m3u8-parser.git" }, "scripts": { "build": "npm-run-all -p build:*", "build:js": "rollup -c scripts/rollup.config.js", "clean": "shx rm -rf ./dist ./test/dist", "docs": "npm-run-all docs:*", "docs:api": "jsdoc src -g plugins/markdown -r -d docs/api", "docs:toc": "doctoc README.md", "lint": "vjsstandard", "postclean": "shx mkdir -p ./dist ./test/dist", "posttest": "shx cat test/dist/coverage/text.txt", "prebuild": "npm-run-all clean test-data", "prepublishOnly": "npm run build && vjsverify", "pretest": "npm-run-all lint build", "preversion": "npm test", "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch", "start": "npm-run-all -p server watch", "test": "karma start scripts/karma.conf.js", "test-data": "node scripts/m3u8.js", "update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s", "version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md", "watch": "npm-run-all -p watch:*", "watch:js": "npm run build:js -- -w" }, "version": "4.4.0", "vjsstandard": { "ignore": [ "dist", "docs", "test/dist" ] } }