{ "_args": [ [ "@videojs/vhs-utils@2.3.0", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@videojs/vhs-utils@2.3.0", "_id": "@videojs/vhs-utils@2.3.0", "_inBundle": false, "_integrity": "sha1-SQo6AN/BtR2F1dz4+DYeLUxNFEA=", "_location": "/@videojs/vhs-utils", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@videojs/vhs-utils@2.3.0", "name": "@videojs/vhs-utils", "escapedName": "@videojs%2fvhs-utils", "scope": "@videojs", "rawSpec": "2.3.0", "saveSpec": null, "fetchSpec": "2.3.0" }, "_requiredBy": [ "/@videojs/http-streaming", "/aes-decrypter", "/m3u8-parser", "/mpd-parser" ], "_resolved": "https://registry.npm.taobao.org/@videojs/vhs-utils/download/@videojs/vhs-utils-2.3.0.tgz", "_spec": "2.3.0", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "brandonocasey", "email": "brandonocasey@gmail.com" }, "browserslist": [ "defaults", "ie 11" ], "bugs": { "url": "https://github.com/videojs/vhs-utils/issues" }, "dependencies": { "@babel/runtime": "^7.5.5", "global": "^4.3.2", "url-toolkit": "^2.1.6" }, "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", "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" }, "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", "git add" ], "README.md": [ "doctoc --notitle", "git add" ] }, "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: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", "watch:node": "npm run test:node -- --watch" }, "version": "2.3.0", "vjsstandard": { "ignore": [ "dist", "docs", "test/dist" ] } }