-
Notifications
You must be signed in to change notification settings - Fork 321
/
package.json
298 lines (298 loc) · 12.2 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
{
"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 \"types/**/*\" \"declarations\" && rollup --bundleConfigAsCjs --config rollup.build.js && rollup --bundleConfigAsCjs --config rollup.config.js",
"watch": "rollup --bundleConfigAsCjs --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 --glob \"{dist,esnext,peer,standalone,styles}/*\"",
"contributors:update": "git-authors-cli",
"preparepublish": "npm run contributors:update",
"prepublishOnly": "npm run contributors:update && npm run build",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts,css,html,json,md,yml,yaml}": "prettier --write",
"*.{js,ts}": "eslint --fix",
".*.{js,ts,css,html,json,md,yml,yaml}": "prettier --write",
".*.{js,ts}": "eslint --fix"
},
"peerDependencies": {
"@egjs/hammerjs": "^2.0.0",
"component-emitter": "^1.3.0",
"keycharm": "^0.2.0 || ^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 || ^9.0.0",
"vis-data": "^6.3.0 || ^7.0.0",
"vis-util": "^5.0.1",
"xss": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@egjs/hammerjs": "2.0.17",
"component-emitter": "1.3.1",
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"gh-pages": "6.2.0",
"git-authors-cli": "1.0.52",
"husky": "8.0.3",
"jsdoc": "3.6.11",
"jsdom": "23.2.0",
"jsdom-global": "3.0.2",
"keycharm": "0.4.0",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"moment": "2.30.1",
"nyc": "15.1.0",
"propagating-hammerjs": "2.0.1",
"rimraf": "5.0.10",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
"semantic-release": "22.0.12",
"snap-shot-it": "7.9.10",
"uuid": "9.0.1",
"vis-data": "7.1.9",
"vis-dev-utils": "4.0.45",
"vis-util": "5.0.7",
"xss": "1.0.15"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/visjs"
},
"contributors": [
"jos <[email protected]>",
"Alex de Mulder <[email protected]>",
"Yotam Berkowitz <[email protected]>",
"Alexander Wunschik <[email protected]>",
"Ludo Stellingwerff <[email protected]>",
"Alex <[email protected]>",
"Tomáš Vyčítal <[email protected]>",
"wimrijnders <[email protected]>",
"Eric Gillingham <[email protected]>",
"macleodbroad-wf <[email protected]>",
"Martin Fischer <[email protected]>",
"Brad Hards <[email protected]>",
"Chris Jackson <[email protected]>",
"Lewis B <[email protected]>",
"Brendon Page <[email protected]>",
"Manuel Schallar <[email protected]>",
"ryamaguchi0220 <[email protected]>",
"Jeremy Zacharia <[email protected]>",
"Dennis Sterzenbach <[email protected]>",
"Dan Turkenkopf <[email protected]>",
"Uli Fahrer <[email protected]>",
"Felix Hayashi <[email protected]>",
"Ben Morton <[email protected]>",
"Jason Jijón <[email protected]>",
"Ivo Silva <[email protected]>",
"Rene Heindl <[email protected]>",
"Simon Morris <[email protected]>",
"Ian Oberst <[email protected]>",
"Francesco Stefanini <[email protected]>",
"Jos de Jong <[email protected]>",
"Joshua Walsh <[email protected]>",
"Steffen Dienst <[email protected]>",
"Tim Pettersen <[email protected]>",
"Matthew Strasiotto <[email protected]>",
"Async0x42 <[email protected]>",
"Chris Sand <[email protected]>",
"Nikola Gluhovic <[email protected]>",
"Coleman Kane <[email protected]>",
"Eric Kitaif <[email protected]>",
"David Anderson <[email protected]>",
"fabriziofortino <[email protected]>",
"Graham J <[email protected]>",
"Mike Pilone <[email protected]>",
"Oleg Yapparov <[email protected]>",
"Iskander508 <[email protected]>",
"Tomina <[email protected]>",
"Zuko Mgwili <[email protected]>",
"Javi Domenech <[email protected]>",
"apwidejulien <[email protected]>",
"Glandos <[email protected]>",
"Chen Machluf <[email protected]>",
"Martin Reinhardt <[email protected]>",
"Chris Dituri <[email protected]>",
"Dean Attali <[email protected]>",
"Dallas Fraser <[email protected]>",
"bertolds <[email protected]>",
"Danny Larsen <[email protected]>",
"Denis Lisov <[email protected]>",
"Fedor Tirsel <[email protected]>",
"Marc Krämer <[email protected]>",
"Marco Schnüriger <[email protected]>",
"Jader Dias <[email protected]>",
"jangajack <[email protected]>",
"Jim O'Brien <[email protected]>",
"RealRegatta <[email protected]>",
"Liuqing Chen <[email protected]>",
"Melloware <[email protected]>",
"Brandon Mills <[email protected]>",
"Ondřej Exner <[email protected]>",
"Pascal Gula <[email protected]>",
"pinbe <[email protected]>",
"Piotrek Żygieło <[email protected]>",
"Scott Fairgrieve <[email protected]>",
"Steven Jones <[email protected]>",
"Tom Joseph <[email protected]>",
"Unto Kuuranne <[email protected]>",
"mdxs <[email protected]>",
"Robin Schneider <[email protected]>",
"Pavish <[email protected]>",
"Nigel Rowe <[email protected]>",
"Luke Secomb <[email protected]>",
"MartinManev <[email protected]>",
"daRoof <[email protected]>",
"Nícolas F. R. A. Prado <[email protected]>",
"lmdc45 <[email protected]>",
"Alexandre Filipiak <[email protected]>",
"adamlarat <[email protected]>",
"Angelo Youn <[email protected]>",
"AoDev <[email protected]>",
"Artem Sapegin <[email protected]>",
"arthur-cheung <[email protected]>",
"The Gitter Badger <[email protected]>",
"Arno Barzan <[email protected]>",
"Betim Beja <[email protected]>",
"Brian Leung <[email protected]>",
"Bogdan Modzelewski <[email protected]>",
"Ben Brichetti <[email protected]>",
"brocktimus <[email protected]>",
"Andrei Sedoi <[email protected]>",
"Cameron Kloot <[email protected]>",
"Claudio Weiler <[email protected]>",
"Cassey Lottman <[email protected]>",
"Daniel Jackson <[email protected]>",
"Marlos Dantas <[email protected]>",
"David <[email protected]>",
"softwareCobbler <[email protected]>",
"Derek Brans <[email protected]>",
"dburdick <[email protected]>",
"cmolinaAlicante <[email protected]>",
"Dinis Cruz <[email protected]>",
"domschmidt <[email protected]>",
"Duccio <[email protected]>",
"René Philipp Heindl <[email protected]>",
"easleydp <[email protected]>",
"AlexVangelov <[email protected]>",
"estronque <[email protected]>",
"Evan Tsao <[email protected]>",
"fodpeter <[email protected]>",
"Franki Sans <[email protected]>",
"Garrett Loy <[email protected]>",
"mimafogeus2 <[email protected]>",
"Greg Kubisa <[email protected]>",
"Gregor Weber <[email protected]>",
"Veaceslav Grimalschi <[email protected]>",
"guvial <[email protected]>",
"Herre Groen <[email protected]>",
"Yuxuan (Tim) Hong <[email protected]>",
"Tom Woudenberg <[email protected]>",
"synthomat <[email protected]>",
"Javier Rey <[email protected]>",
"Jeroen Coumans <[email protected]>",
"Josh Gruenberg <[email protected]>",
"Balkoth <[email protected]>",
"Vx2gas <[email protected]>",
"Julian Kennedy <[email protected]>",
"Victor Soto <[email protected]>",
"karol1985 <[email protected]>",
"kbasten <[email protected]>",
"Kelvin Del Monte <[email protected]>",
"Ken Schumacher <[email protected]>",
"Luís Bianchin <[email protected]>",
"Jacob Lauzier <[email protected]>",
"Lukas Bin <[email protected]>",
"lennartboeckx <[email protected]>",
"re3lex <[email protected]>",
"Emmanuel <[email protected]>",
"littleguga <[email protected]>",
"lorrick <[email protected]>",
"Martin Lepadusch <[email protected]>",
"Måns Beckman <[email protected]>",
"Fice <[email protected]>",
"Lopton <[email protected]>",
"Maxime Douailin <[email protected]>",
"Maxime F <[email protected]>",
"Marais Rossouw <[email protected]>",
"Bastien <[email protected]>",
"michel404 <[email protected]>",
"morrissh <[email protected]>",
"Austin <[email protected]>",
"Nathaniel Bowditch <[email protected]>",
"Nelson Reis <[email protected]>",
"David Nemcok <[email protected]>",
"NotSqrt <[email protected]>",
"oliver <oliver@werklaptop2.(none)>",
"dockstreet <[email protected]>",
"Pat Sissons <[email protected]>",
"Philipp Hahn <[email protected]>",
"Alexander <[email protected]>",
"QiuJH <[email protected]>",
"Reed <[email protected]>",
"Raphaël Pinson <[email protected]>",
"Yaroslav Nechaev <[email protected]>",
"Rafael G Goes <[email protected]>",
"Richard Ellerbrock <[email protected]>",
"Dminti Snegirev <[email protected]>",
"Robinson Lam <[email protected]>",
"RomanManz <[email protected]>",
"youku_s <[email protected]>",
"Fredrik Sandebert <[email protected]>",
"Ilan Cohen <[email protected]>",
"unknown <[email protected]>",
"Sennahoi <[email protected]>",
"Mikhail <[email protected]>",
"Stefan de Konink <[email protected]>",
"David Sutherland <[email protected]>",
"thomasbarone <[email protected]>",
"Tobias Reins <[email protected]>",
"Thomas <[email protected]>",
"Vincent Lecrubier <[email protected]>",
"Christian Seifert <[email protected]>",
"Shao Wang <[email protected]>",
"TATSUNO Yasuhiro <[email protected]>",
"Tanya <[email protected]>"
]
}