forked from visjs/vis-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
267 lines (267 loc) · 9.95 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"name": "vis-timeline",
"version": "0.0.0-no-version",
"description": "Create a fully customizable, interactive timeline with items and ranges.",
"homepage": "https://visjs.github.io/vis-timeline/",
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "https://github.com/visjs/vis-timeline.git"
},
"bugs": {
"url": "https://github.com/visjs/vis-timeline/issues"
},
"keywords": [
"vis",
"visualization",
"javascript",
"chart",
"linechart",
"timeline",
"graph"
],
"browser": "peer/umd/vis-timeline-graph2d.min.js",
"jsnext": "esnext/esm/vis-timeline-graph2d.js",
"main": "peer/umd/vis-timeline-graph2d.js",
"module": "peer/esm/vis-timeline-graph2d.js",
"types": "declarations/index.d.ts",
"files": [
"HISTORY.md",
"declarations",
"dist",
"esnext",
"peer",
"standalone",
"styles",
"types"
],
"scripts": {
"test": "mocha --exit --require vis-dev-utils/babel-register",
"test-cov": "nyc --reporter=lcov mocha --exit --require vis-dev-utils/babel-register",
"build": "cpy --cwd=types --parents \"**/*\" \"../declarations\" && rollup --config rollup.build.js && rollup --config rollup.config.js",
"watch": "rollup --watch --config rollup.config.js",
"generate-examples-index": "npm run generate-examples-index:timeline && npm run generate-examples-index:graph2d",
"generate-examples-index:timeline": "generate-examples-index --config generate-examples-index-timeline.json",
"generate-examples-index:graph2d": "generate-examples-index --config generate-examples-index-graph2d.json",
"lint": "eslint {lib,test}/**/*.{m,}{j,t}s{x,}",
"clean": "rimraf \"{dist,esnext,peer,standalone,styles}/*\"",
"contributors:update": "git-authors-cli",
"postinstall": "opencollective postinstall || exit 0",
"preparepublish": "npm run contributors:update",
"prepublishOnly": "npm run contributors:update && npm run build"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-push": "npm test"
}
},
"peerDependencies": {
"@egjs/hammerjs": "^2.0.0",
"component-emitter": "^1.3.0",
"keycharm": "^0.3.0 || ^0.4.0",
"moment": "^2.24.0",
"propagating-hammerjs": "^1.4.0 || ^2.0.0",
"uuid": "^3.4.0 || ^7.0.0 || ^8.0.0",
"vis-data": "^6.3.0 || ^7.0.0",
"vis-util": "^3.0.0 || ^4.0.0 || ^5.0.0",
"xss": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0",
"@babel/register": "7.15.3",
"@babel/runtime": "7.15.4",
"@babel/runtime-corejs3": "7.15.4",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@egjs/hammerjs": "2.0.17",
"@rollup/plugin-commonjs": "18.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-strip": "2.1.0",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-istanbul": "6.0.0",
"component-emitter": "1.3.0",
"core-js": "3.18.3",
"core-js-pure": "3.18.3",
"cpy-cli": "3.1.1",
"emitter-component": "1.1.1",
"eslint": "7.32.0",
"gh-pages": "3.2.3",
"git-authors-cli": "1.0.36",
"husky": "6.0.0",
"jsdoc": "3.6.7",
"jsdom": "16.7.0",
"jsdom-global": "3.0.2",
"keycharm": "0.4.0",
"mocha": "8.4.0",
"moment": "2.29.1",
"nyc": "15.1.0",
"opencollective": "1.0.3",
"postcss-assets": "5.0.0",
"prettier": "2.4.1",
"propagating-hammerjs": "2.0.1",
"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-css-porter": "1.0.2",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"semantic-release": "17.4.2",
"snap-shot-it": "7.9.6",
"uglify-js": "3.14.2",
"uglifycss": "0.0.29",
"uuid": "7.0.3",
"vis-data": "7.1.2",
"vis-dev-utils": "2.9.83",
"vis-util": "5.0.2",
"xss": "1.0.10"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/visjs"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/visjs"
},
"contributors": [
"jos <[email protected]>",
"Alex de Mulder <[email protected]>",
"yotamberk <[email protected]>",
"Alexander Wunschik <[email protected]>",
"Ludo Stellingwerff <[email protected]>",
"wimrijnders <[email protected]>",
"Eric Gillingham <[email protected]>",
"Martin Fischer <[email protected]>",
"Chris Jackson <[email protected]>",
"Brad Hards <[email protected]>",
"Brendon Page <[email protected]>",
"Tomáš Vyčítal <[email protected]>",
"Manuel Schallar <[email protected]>",
"Dan Turkenkopf <[email protected]>",
"Felix Hayashi <[email protected]>",
"Jason Jijón <[email protected]>",
"Ben Morton <[email protected]>",
"Rene Heindl <[email protected]>",
"ryamaguchi0220 <[email protected]>",
"Jos de Jong <[email protected]>",
"Simon Morris <[email protected]>",
"Tim Pettersen <[email protected]>",
"Francesco Stefanini <[email protected]>",
"Ian Oberst <[email protected]>",
"Ivo Silva <[email protected]>",
"Iskander508 <[email protected]>",
"Chris Sand <[email protected]>",
"Joshua Walsh <[email protected]>",
"David Anderson <[email protected]>",
"Zuko Mgwili <[email protected]>",
"fabriziofortino <[email protected]>",
"Coleman Kane <[email protected]>",
"Oleg Yapparov <[email protected]>",
"Nikola Gluhovic <[email protected]>",
"Pascal Gula <[email protected]>",
"Dean Attali <[email protected]>",
"Fedor Tirsel <[email protected]>",
"Jader Dias <[email protected]>",
"Liuqing Chen <[email protected]>",
"Marc Krämer <[email protected]>",
"Marco Schnüriger <[email protected]>",
"Chen Machluf <[email protected]>",
"Ondřej Exner <[email protected]>",
"Chris Dituri <[email protected]>",
"RealRegatta <[email protected]>",
"Robin Schneider <[email protected]>",
"Scott Fairgrieve <[email protected]>",
"Steven Jones <[email protected]>",
"Unto Kuuranne <[email protected]>",
"bertolds <[email protected]>",
"mdxs <[email protected]>",
"Brandon Mills <[email protected]>",
"Tom Joseph <[email protected]>",
"Danny Larsen <[email protected]>",
"Alexander <[email protected]>",
"Andrei Sedoi <[email protected]>",
"Angelo Youn <[email protected]>",
"Arno Barzan <[email protected]>",
"Artem Sapegin <[email protected]>",
"Austin <[email protected]>",
"Ben Brichetti <[email protected]>",
"Bogdan Modzelewski <[email protected]>",
"Christian Seifert <[email protected]>",
"David Nemcok <[email protected]>",
"David Sutherland <[email protected]>",
"Derek Brans <[email protected]>",
"Dinis Cruz <[email protected]>",
"Dminti Snegirev <[email protected]>",
"Evan Tsao <[email protected]>",
"Fice <[email protected]>",
"Franki Sans <[email protected]>",
"Garrett Loy <[email protected]>",
"Greg Kubisa <[email protected]>",
"Gregor Weber <[email protected]>",
"Herre Groen <[email protected]>",
"Ilan Cohen <[email protected]>",
"Jacob Lauzier <[email protected]>",
"Javier Rey <[email protected]>",
"Jeroen Coumans <[email protected]>",
"Josh Gruenberg <[email protected]>",
"Julian Kennedy <[email protected]>",
"Kelvin Del Monte <[email protected]>",
"Ken Schumacher <[email protected]>",
"Lopton <[email protected]>",
"Lukas Bin <[email protected]>",
"Marais Rossouw <[email protected]>",
"Marlos Dantas <[email protected]>",
"Maxime Douailin <[email protected]>",
"Måns Beckman <[email protected]>",
"Mikhail <[email protected]>",
"Nathaniel Bowditch <[email protected]>",
"Nelson Reis <[email protected]>",
"NotSqrt <[email protected]>",
"Pat Sissons <[email protected]>",
"Rafael G Goes <[email protected]>",
"Raphaël Pinson <[email protected]>",
"René Philipp Heindl <[email protected]>",
"Richard Ellerbrock <[email protected]>",
"RomanManz <[email protected]>",
"Stefan de Konink <[email protected]>",
"TATSUNO Yasuhiro <[email protected]>",
"Tanya <[email protected]>",
"The Gitter Badger <[email protected]>",
"Tobias Reins <[email protected]>",
"AlexVangelov <[email protected]>",
"Tom Woudenberg <[email protected]>",
"Veaceslav Grimalschi <[email protected]>",
"Vincent Lecrubier <[email protected]>",
"Vx2gas <[email protected]>",
"Yaroslav Nechaev <[email protected]>",
"Yuxuan (Tim) Hong <[email protected]>",
"cmolinaAlicante <[email protected]>",
"dockstreet <[email protected]>",
"easleydp <[email protected]>",
"estronque <[email protected]>",
"guvial <[email protected]>",
"kbasten <[email protected]>",
"lennartboeckx <[email protected]>",
"michel404 <[email protected]>",
"mimafogeus2 <[email protected]>",
"morrissh <[email protected]>",
"oliver <oliver@werklaptop2.(none)>",
"softwareCobbler <[email protected]>",
"synthomat <[email protected]>",
"thomasbarone <[email protected]>",
"unknown <[email protected]>"
],
"dependencies": {}
}