135 lines
3.9 KiB
JSON
135 lines
3.9 KiB
JSON
{
|
|
"_from": "@videojs/vhs-utils@^3.0.2",
|
|
"_id": "@videojs/vhs-utils@3.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-r8Yas1/tNGsGRNoIaDJuiWiQgM0P2yaEnobgzw5JcBiEqxnS8EXoUm4QtKH7nJtnppZ1yqBx1agBZCvBMKXA2w==",
|
|
"_location": "/@videojs/vhs-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@videojs/vhs-utils@^3.0.2",
|
|
"name": "@videojs/vhs-utils",
|
|
"escapedName": "@videojs%2fvhs-utils",
|
|
"scope": "@videojs",
|
|
"rawSpec": "^3.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@videojs/http-streaming",
|
|
"/aes-decrypter",
|
|
"/m3u8-parser",
|
|
"/mpd-parser",
|
|
"/video.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.2.tgz",
|
|
"_shasum": "0203418ecaaff29bc33c69b6ad707787347b7614",
|
|
"_spec": "@videojs/vhs-utils@^3.0.2",
|
|
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\video.js",
|
|
"author": {
|
|
"name": "brandonocasey",
|
|
"email": "brandonocasey@gmail.com"
|
|
},
|
|
"browser": "./dist/vhs-utils.js",
|
|
"browserslist": [
|
|
"defaults",
|
|
"ie 11"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/videojs/vhs-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"global": "^4.4.0",
|
|
"url-toolkit": "^2.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Objects and functions shared throughtout @videojs/http-streaming code",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.8",
|
|
"@videojs/babel-config": "^0.2.0",
|
|
"@videojs/generator-helpers": "~2.0.1",
|
|
"karma": "^5.2.3",
|
|
"rollup": "^2.28.2",
|
|
"videojs-generate-karma-config": "~7.0.0",
|
|
"videojs-generate-rollup-config": "~6.0.0",
|
|
"videojs-generator-verify": "~3.0.3",
|
|
"videojs-standard": "^8.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"files": [
|
|
"CONTRIBUTING.md",
|
|
"es/",
|
|
"cjs/",
|
|
"dist/",
|
|
"docs/",
|
|
"index.html",
|
|
"scripts/",
|
|
"src/",
|
|
"test/"
|
|
],
|
|
"generator-videojs-plugin": {
|
|
"version": "7.7.1"
|
|
},
|
|
"homepage": "https://github.com/videojs/vhs-utils#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"videojs",
|
|
"videojs-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": "vjsstandard --fix",
|
|
"README.md": "doctoc --notitle"
|
|
},
|
|
"main": "./cjs/index.js",
|
|
"module": "./es/index.js",
|
|
"name": "@videojs/vhs-utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/videojs/vhs-utils.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:cjs": "babel-config-cjs -d ./cjs ./src",
|
|
"build:es": "babel-config-es -d ./es ./src",
|
|
"build:js": "rollup -c scripts/rollup.config.js",
|
|
"clean": "shx rm -rf ./dist ./test/dist ./cjs ./es && shx mkdir -p ./test/dist ./cjs ./es",
|
|
"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 && npm-run-all 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:cjs": "npm run build:cjs -- -w",
|
|
"watch:es": "npm run build:es -- -w",
|
|
"watch:js": "npm run build:js -- -w"
|
|
},
|
|
"version": "3.0.2",
|
|
"vjsstandard": {
|
|
"ignore": [
|
|
"dist",
|
|
"cjs",
|
|
"es",
|
|
"docs",
|
|
"test/dist"
|
|
]
|
|
}
|
|
}
|