forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.3.0",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
{
"name": "Joey Parrish",
"email": "joeyparrish@google.com"
}
],
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@teppeis/clutz": "^1.0.29-4c95e12.v20190929",
"awesomplete": "^1.1.5",
"babel-plugin-istanbul": "^6.1.1",
"cajon": "^0.4.4",
"clean-package": "^2.2.0",
"code-prettify": "^0.1.0",
"codem-isoboxer": "^0.3.7",
"color-themes-for-google-code-prettify": "^2.0.4",
"core-js": "^3.21.1",
"dialog-polyfill": "^0.5.6",
"es6-promise-polyfill": "^1.2.0",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-shaka-rules": "file:./build/eslint-plugin-shaka-rules",
"esprima": "^4.0.1",
"fontfaceonload": "^1.0.2",
"google-closure-compiler-java": "^20221102.0.0",
"google-closure-deps": "^20221102.0.0",
"google-closure-library": "^20221102.0.0",
"htmlhint": "^1.1.3",
"jasmine-ajax": "^4.0.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"jsdoc": "github:joeyparrish/jsdoc#2ca85bb6",
"karma": "^6.3.16",
"karma-babel-preprocessor": "^8.0.2",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-local-wd-launcher": "^1.6.2",
"karma-opera-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.34",
"karma-webdriver-launcher": "^1.0.8",
"lcevc_dil.js": "^1.1.20",
"less": "https://gitpkg.now.sh/joeyparrish/less.js/packages/less?28c63a43",
"less-plugin-clean-css": "github:austingardner/less-plugin-clean-css#4e9e77bf",
"material-design-lite": "^1.3.0",
"mux.js": "^6.2.0",
"open-sans-fonts": "^1.6.2",
"postcss-less": "^6.0.0",
"pwacompat": "^2.0.17",
"rimraf": "^3.0.2",
"sprintf-js": "^1.1.2",
"ssim.js": "^3.5.0",
"stylelint": "^14.5.1",
"stylelint-config-standard": "^25.0.0",
"tippy.js": "^4.3.5",
"which": "^2.0.2"
},
"shakaCustom": {
"purposeOfDemoDeps": "These are the files from node_modules that need to be deployed with the demo app.",
"demoDeps": [
"awesomplete/awesomplete.css",
"awesomplete/awesomplete.min.js",
"codem-isoboxer/dist/iso_boxer.min.js",
"dialog-polyfill/dialog-polyfill.css",
"dialog-polyfill/dist/dialog-polyfill.js",
"eme-encryption-scheme-polyfill/index.js",
"es6-promise-polyfill/promise.min.js",
"google-closure-library/closure/goog/base.js",
"lcevc_dil.js/dist/lcevc_dil.min.js",
"lcevc_dil.js/dist/liblcevc_dpi.wasm",
"less/dist/less.js",
"material-design-lite/dist/material.indigo-blue.min.css",
"material-design-lite/dist/material.min.js",
"mux.js/dist/mux.min.js",
"popper.js/dist/umd/popper.min.js",
"pwacompat/pwacompat.min.js",
"tippy.js/umd/index.min.js",
"tippy.js/index.css"
]
},
"main": "dist/shaka-player.compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/shaka-project/shaka-player.git"
},
"bugs": {
"url": "https://github.com/shaka-project/shaka-player/issues"
},
"license": "Apache-2.0",
"scripts": {
"prepack": "clean-package",
"postpack": "clean-package restore",
"prepublishOnly": "python build/checkversion.py && python build/all.py --force"
},
"dependencies": {
"eme-encryption-scheme-polyfill": "^2.1.1"
},
"engines": {
"node": ">=14"
},
"clean-package": {
"remove": [
"engines"
]
}
}