129 lines
3.5 KiB
JSON
129 lines
3.5 KiB
JSON
{
|
|
"_from": "m3u8-parser@4.7.0",
|
|
"_id": "m3u8-parser@4.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-48l/OwRyjBm+QhNNigEEcRcgbRvnUjL7rxs597HmW9QSNbyNvt+RcZ9T/d9vxi9A9z7EZrB1POtZYhdRlwYQkQ==",
|
|
"_location": "/m3u8-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "m3u8-parser@4.7.0",
|
|
"name": "m3u8-parser",
|
|
"escapedName": "m3u8-parser",
|
|
"rawSpec": "4.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@videojs/http-streaming",
|
|
"/video.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.7.0.tgz",
|
|
"_shasum": "e01e8ce136098ade1b14ee691ea20fc4dc60abf6",
|
|
"_spec": "m3u8-parser@4.7.0",
|
|
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\video.js",
|
|
"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": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@videojs/vhs-utils": "^3.0.0",
|
|
"global": "^4.4.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "m3u8 parser",
|
|
"devDependencies": {
|
|
"@rollup/plugin-replace": "^2.3.4",
|
|
"@videojs/generator-helpers": "~2.0.1",
|
|
"karma": "^5.2.3",
|
|
"rollup": "^2.37.1",
|
|
"rollup-plugin-data-files": "^0.1.0",
|
|
"sinon": "^9.2.3",
|
|
"videojs-generate-karma-config": "~7.1.0",
|
|
"videojs-generate-rollup-config": "~6.2.0",
|
|
"videojs-generator-verify": "~3.0.1",
|
|
"videojs-standard": "^8.0.4"
|
|
},
|
|
"files": [
|
|
"CONTRIBUTING.md",
|
|
"dist/",
|
|
"docs/",
|
|
"index.html",
|
|
"scripts/",
|
|
"src/",
|
|
"test/"
|
|
],
|
|
"generator-videojs-plugin": {
|
|
"version": "7.7.3"
|
|
},
|
|
"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",
|
|
"README.md": "doctoc --notitle"
|
|
},
|
|
"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 -s clean -p build:*",
|
|
"build-prod": "cross-env-shell NO_TEST_BUNDLE=1 'npm run build'",
|
|
"build-test": "cross-env-shell TEST_BUNDLE_ONLY=1 'npm run build'",
|
|
"build:js": "rollup -c scripts/rollup.config.js",
|
|
"clean": "shx rm -rf ./dist ./test/dist && shx mkdir -p ./dist ./test/dist",
|
|
"lint": "vjsstandard",
|
|
"posttest": "shx cat test/dist/coverage/text.txt",
|
|
"prepublishOnly": "npm-run-all build-prod && vjsverify --verbose",
|
|
"preversion": "npm test",
|
|
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
|
|
"start": "npm-run-all -p server watch",
|
|
"test": "npm-run-all lint build-test test:*",
|
|
"test:browser": "karma start scripts/karma.conf.js",
|
|
"test:node": "qunit test/dist/bundle.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.7.0",
|
|
"vjsstandard": {
|
|
"ignore": [
|
|
"dist",
|
|
"docs",
|
|
"test/dist"
|
|
]
|
|
}
|
|
}
|