You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
3.3 KiB

{
"name": "mux.js",
"version": "5.10.0",
"description": "A collection of lightweight utilities for inspecting and manipulating video container formats.",
"repository": {
"type": "git",
"url": "https://github.com/videojs/mux.js.git"
},
"main": "./cjs/index.js",
"module": "es/index.js",
"browser": "dist/mux.js",
"bin": {
"muxjs-transmux": "bin/transmux.js"
},
"generator-videojs-plugin": {
"version": "7.7.3"
},
"browserslist": [
"defaults",
"ie 11"
],
"scripts": {
"netlify": "node scripts/netlify.js",
"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 ./lib",
"build:es": "babel-config-es -d ./es ./lib",
"build:js": "rollup -c scripts/rollup.config.js",
"clean": "shx rm -rf ./dist ./test/dist ./cjs ./es && shx mkdir -p ./dist ./test/dist ./cjs ./es",
"docs": "npm-run-all docs:*",
"docs:toc": "doctoc --notitle README.md",
"lint": ": vjsstandard",
"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": "node --experimental-worker \"$(which qunit)\" test/dist/bundle.js",
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
"preversion": "npm test",
"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",
"prepublishOnly": "npm ci && npm-run-all build-prod && vjsverify --verbose"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"video",
"container",
"transmux",
"mux",
"player",
"hls",
"mp4",
"flv",
"aac",
"h264"
],
"author": "Brightcove",
"license": "Apache-2.0",
"vjsstandard": {
"ignore": [
"es",
"cjs",
"dist",
"docs",
"test/dist"
]
},
"files": [
"bin/",
"CONTRIBUTING.md",
"cjs/",
"dist/",
"docs/",
"es/",
"lib/",
"index.html",
"scripts/",
"src/",
"test/"
],
"husky": {
"hooks": {
"pre-commit": ": lint-staged"
}
},
"lint-staged": {
"*.js": "vjsstandard --fix",
"README.md": "doctoc --notitle"
},
"dependencies": {
"@babel/runtime": "^7.11.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@videojs/babel-config": "^0.2.0",
"@videojs/generator-helpers": "~2.0.1",
"@videojs/vhs-utils": "^3.0.0",
"global": "^4.4.0",
"karma": "^5.0.0",
"rollup": "^2.37.1",
"rollup-plugin-data-files": "^0.1.0",
"rollup-plugin-worker-factory": "^0.3.0",
"sinon": "^8.1.1",
"videojs-generate-karma-config": "~7.1.0",
"videojs-generate-rollup-config": "~6.2.0",
"videojs-generator-verify": "~3.0.2",
"videojs-standard": "^8.0.4"
},
"__npminstall_done": "Sun Apr 18 2021 11:11:04 GMT+0800 (中国标准时间)",
"_from": "mux.js@5.10.0",
"_resolved": "https://registry.npm.taobao.org/mux.js/download/mux.js-5.10.0.tgz"
}