@liveqing/liveplayer 2.6.9 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@liveqing/liveplayer",
|
|
3
|
-
"description": "WebRTC, HTTP-FLV, Websocket-FLV, RTMP, M3U8, MP4 Video Player",
|
|
4
|
-
"version": "2.
|
|
5
|
-
"author": "www.liveqing.com",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"private": false,
|
|
8
|
-
"scripts": {
|
|
9
|
-
"start": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page element/index.html",
|
|
10
|
-
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page element/index.html",
|
|
11
|
-
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --mode=production",
|
|
12
|
-
"publish": "npm publish --access=public"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"liveqing",
|
|
16
|
-
"liveplayer",
|
|
17
|
-
"webrtc",
|
|
18
|
-
"hls",
|
|
19
|
-
"rtmp",
|
|
20
|
-
"http-flv"
|
|
21
|
-
],
|
|
22
|
-
"files": [
|
|
23
|
-
"dist/",
|
|
24
|
-
"README.md"
|
|
25
|
-
],
|
|
26
|
-
"main": "dist/component/liveplayer-component.min.js",
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@penggy/webpack-concat-plugin": "3.0.1",
|
|
29
|
-
"babel-core": "6.26.0",
|
|
30
|
-
"babel-loader": "7.1.2",
|
|
31
|
-
"babel-plugin-component": "1.0.0",
|
|
32
|
-
"babel-polyfill": "6.26.0",
|
|
33
|
-
"babel-preset-env": "1.6.0",
|
|
34
|
-
"babel-preset-stage-3": "6.24.1",
|
|
35
|
-
"clean-webpack-plugin": "3.0.0",
|
|
36
|
-
"copy-webpack-plugin": "6.0.3",
|
|
37
|
-
"cross-env": "5.0.5",
|
|
38
|
-
"css-loader": "0.28.7",
|
|
39
|
-
"cssnano": "4.1.10",
|
|
40
|
-
"document-register-element": "1.14.3",
|
|
41
|
-
"exports-loader": "0.6.4",
|
|
42
|
-
"expose-loader": "0.7.4",
|
|
43
|
-
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
|
44
|
-
"file-loader": "6.0.0",
|
|
45
|
-
"file-saver": "^2.0.0",
|
|
46
|
-
"font-awesome": "4.7.0",
|
|
47
|
-
"html-webpack-plugin": "4.0.0-beta.14",
|
|
48
|
-
"less": "3.0.0-alpha.3",
|
|
49
|
-
"less-loader": "4.0.5",
|
|
50
|
-
"lodash": "4.17.21",
|
|
51
|
-
"moment": "2.18.1",
|
|
52
|
-
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
53
|
-
"style-loader": "1.2.1",
|
|
54
|
-
"terser-webpack-plugin": "4.1.0",
|
|
55
|
-
"uglify-js": "2.8.29",
|
|
56
|
-
"url-loader": "4.1.0",
|
|
57
|
-
"vue": "2.6.12",
|
|
58
|
-
"vue-custom-element": "3.2.7",
|
|
59
|
-
"vue-loader": "15.9.3",
|
|
60
|
-
"vue-router": "3.0.1",
|
|
61
|
-
"vue-template-compiler": "2.6.12",
|
|
62
|
-
"vuex": "2.4.1",
|
|
63
|
-
"webpack": "4.44.1",
|
|
64
|
-
"webpack-cli": "3.3.12",
|
|
65
|
-
"webpack-dev-server": "3.11.0",
|
|
66
|
-
"wrapper-webpack-plugin": "2.1.0"
|
|
67
|
-
},
|
|
68
|
-
"pack": [
|
|
69
|
-
{
|
|
70
|
-
"name": "LivePlayer.js",
|
|
71
|
-
"format": "zip",
|
|
72
|
-
"pattern": "{dist/element/**,dist/component/**,README.pdf}",
|
|
73
|
-
"options": {
|
|
74
|
-
"dot": true,
|
|
75
|
-
"ignore": []
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@liveqing/liveplayer",
|
|
3
|
+
"description": "WebRTC, HTTP-FLV, Websocket-FLV, RTMP, M3U8, MP4 Video Player",
|
|
4
|
+
"version": "2.7.1",
|
|
5
|
+
"author": "www.liveqing.com",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"private": false,
|
|
8
|
+
"scripts": {
|
|
9
|
+
"start": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page element/index.html",
|
|
10
|
+
"dev": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page element/index.html",
|
|
11
|
+
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --mode=production",
|
|
12
|
+
"publish": "npm publish --access=public"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"liveqing",
|
|
16
|
+
"liveplayer",
|
|
17
|
+
"webrtc",
|
|
18
|
+
"hls",
|
|
19
|
+
"rtmp",
|
|
20
|
+
"http-flv"
|
|
21
|
+
],
|
|
22
|
+
"files": [
|
|
23
|
+
"dist/",
|
|
24
|
+
"README.md"
|
|
25
|
+
],
|
|
26
|
+
"main": "dist/component/liveplayer-component.min.js",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@penggy/webpack-concat-plugin": "3.0.1",
|
|
29
|
+
"babel-core": "6.26.0",
|
|
30
|
+
"babel-loader": "7.1.2",
|
|
31
|
+
"babel-plugin-component": "1.0.0",
|
|
32
|
+
"babel-polyfill": "6.26.0",
|
|
33
|
+
"babel-preset-env": "1.6.0",
|
|
34
|
+
"babel-preset-stage-3": "6.24.1",
|
|
35
|
+
"clean-webpack-plugin": "3.0.0",
|
|
36
|
+
"copy-webpack-plugin": "6.0.3",
|
|
37
|
+
"cross-env": "5.0.5",
|
|
38
|
+
"css-loader": "0.28.7",
|
|
39
|
+
"cssnano": "4.1.10",
|
|
40
|
+
"document-register-element": "1.14.3",
|
|
41
|
+
"exports-loader": "0.6.4",
|
|
42
|
+
"expose-loader": "0.7.4",
|
|
43
|
+
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
|
44
|
+
"file-loader": "6.0.0",
|
|
45
|
+
"file-saver": "^2.0.0",
|
|
46
|
+
"font-awesome": "4.7.0",
|
|
47
|
+
"html-webpack-plugin": "4.0.0-beta.14",
|
|
48
|
+
"less": "3.0.0-alpha.3",
|
|
49
|
+
"less-loader": "4.0.5",
|
|
50
|
+
"lodash": "4.17.21",
|
|
51
|
+
"moment": "2.18.1",
|
|
52
|
+
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
53
|
+
"style-loader": "1.2.1",
|
|
54
|
+
"terser-webpack-plugin": "4.1.0",
|
|
55
|
+
"uglify-js": "2.8.29",
|
|
56
|
+
"url-loader": "4.1.0",
|
|
57
|
+
"vue": "2.6.12",
|
|
58
|
+
"vue-custom-element": "3.2.7",
|
|
59
|
+
"vue-loader": "15.9.3",
|
|
60
|
+
"vue-router": "3.0.1",
|
|
61
|
+
"vue-template-compiler": "2.6.12",
|
|
62
|
+
"vuex": "2.4.1",
|
|
63
|
+
"webpack": "4.44.1",
|
|
64
|
+
"webpack-cli": "3.3.12",
|
|
65
|
+
"webpack-dev-server": "3.11.0",
|
|
66
|
+
"wrapper-webpack-plugin": "2.1.0"
|
|
67
|
+
},
|
|
68
|
+
"pack": [
|
|
69
|
+
{
|
|
70
|
+
"name": "LivePlayer.js",
|
|
71
|
+
"format": "zip",
|
|
72
|
+
"pattern": "{dist/element/**,dist/component/**,README.pdf}",
|
|
73
|
+
"options": {
|
|
74
|
+
"dot": true,
|
|
75
|
+
"ignore": []
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|