{ "_from": "@videojs/vhs-utils@^1.1.0", "_id": "@videojs/vhs-utils@1.3.0", "_inBundle": false, "_integrity": "sha512-oiqXDtHQqDPun7JseWkirUHGrgdYdeF12goUut5z7vwAj4DmUufEPFJ4xK5hYGXGFDyDhk2rSFOR122Ze6qXyQ==", "_location": "/@videojs/vhs-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@videojs/vhs-utils@^1.1.0", "name": "@videojs/vhs-utils", "escapedName": "@videojs%2fvhs-utils", "scope": "@videojs", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/mpd-parser" ], "_resolved": "https://registry.npmmirror.com/@videojs/vhs-utils/-/vhs-utils-1.3.0.tgz", "_shasum": "04fe402f603af9a5df4b88881fabba0cf13814c2", "_spec": "@videojs/vhs-utils@^1.1.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/mpd-parser", "author": { "name": "brandonocasey", "email": "brandonocasey@gmail.com" }, "browserslist": [ "defaults", "ie 11" ], "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.5.5", "global": "^4.3.2", "url-toolkit": "^2.1.6" }, "deprecated": false, "description": "Objects and functions shared throughtout @videojs/http-streaming code", "devDependencies": { "@videojs/generator-helpers": "~1.2.0", "karma": "^4.0.0", "rollup": "^1.12.0", "sinon": "^7.2.2", "videojs-generate-karma-config": "~5.3.0", "videojs-generate-rollup-config": "~5.0.0", "videojs-generator-verify": "~1.2.0", "videojs-standard": "^8.0.3" }, "engines": { "node": ">=8", "npm": ">=5" }, "files": [ "CONTRIBUTING.md", "dist/", "docs/", "index.html", "scripts/", "src/", "test/" ], "generator-videojs-plugin": { "version": "7.7.1" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "videojs", "videojs-plugin" ], "license": "MIT", "lint-staged": { "*.js": [ "vjsstandard --fix", "git add" ], "README.md": [ "doctoc --notitle", "git add" ] }, "name": "@videojs/vhs-utils", "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 --skip-es-check", "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:js": "npm run build:js -- -w" }, "version": "1.3.0", "vjsstandard": { "ignore": [ "dist", "docs", "test/dist" ] } }