1 Star 0 Fork 0

哦呵呵/hls.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.55 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hls.js",
"license": "Apache-2.0",
"description": "JavaScript HLS client using MediaSourceExtension",
"homepage": "https://github.com/video-dev/hls.js",
"authors": "Guillaume du Pontavice <g.du.pontavice@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/video-dev/hls.js"
},
"bugs": {
"url": "https://github.com/video-dev/hls.js/issues"
},
"main": "./dist/hls.js",
"types": "./dist/hls.js.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"publishConfig": {
"access": "public"
},
"husky": {
"hooks": {
"pre-commit": "./scripts/precommit.sh"
}
},
"scripts": {
"build": "webpack --progress && npm run build:types",
"build:ci": "webpack && tsc --build tsconfig-lib.json && api-extractor run",
"build:debug": "webpack --progress --env debug --env demo",
"build:watch": "webpack --progress --env debug --env demo --watch",
"build:types": "tsc --build tsconfig-lib.json && api-extractor run --local",
"dev": "webpack serve --progress --env debug --env demo --port 8000",
"docs": "esdoc",
"lint": "eslint src/ tests/ --ext .js --ext .ts",
"lint:fix": "npm run lint -- --fix",
"lint:quiet": "npm run lint -- --quiet",
"lint:staged": "lint-staged",
"prettier": "prettier --write .",
"prettier:verify": "prettier --check .",
"pretest": "npm run lint",
"sanity-check": "npm run lint && npm run prettier:verify && npm run type-check && npm run docs && npm run build:types && npm run build && npm run test:unit",
"start": "npm run dev",
"test": "npm run test:unit && npm run test:func",
"test:unit": "karma start karma.conf.js",
"test:unit:watch": "karma start karma.conf.js --auto-watch --no-single-run",
"test:func": "BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
"test:func:light": "BABEL_ENV=development HLSJS_LIGHT=1 mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
"test:func:sauce": "SAUCE=1 UA=safari OS='OS X 10.15' BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"dependencies": {
"eventemitter3": "^4.0.7",
"url-toolkit": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/helper-module-imports": "^7.12.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.10",
"@itsjamie/esdoc-cli": "^0.3.1",
"@itsjamie/esdoc-core": "^0.3.1",
"@itsjamie/esdoc-ecmascript-proposal-plugin": "^0.3.1",
"@itsjamie/esdoc-standard-plugin": "^0.3.1",
"@itsjamie/esdoc-typescript-plugin": "^0.3.1",
"@microsoft/api-extractor": "^7.13.1",
"@types/chai": "^4.2.14",
"@types/chart.js": "^2.9.29",
"@types/mocha": "^8.2.0",
"@types/sinon-chai": "^3.2.5",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-remove-console": "6.9.4",
"chai": "^4.2.0",
"chart.js": "^2.9.4",
"chartjs-plugin-zoom": "^0.7.7",
"chromedriver": "^88.0.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"http-server": "^0.12.3",
"husky": "^4.3.6",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"lint-staged": "^10.5.3",
"micromatch": "^4.0.2",
"mocha": "^8.2.1",
"netlify-cli": "^3.4.6",
"prettier": "^2.2.1",
"promise-polyfill": "^8.2.0",
"sauce-connect-launcher": "^1.3.2",
"selenium-webdriver": "^3.1.0",
"semver": "^7.3.4",
"sinon": "^9.2.2",
"sinon-chai": "^3.5.0",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.2",
"webworkify-webpack": "^2.1.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuchengchao/hls.js.git
git@gitee.com:xuchengchao/hls.js.git
xuchengchao
hls.js
hls.js
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385