-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 Bytes
/
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
{
"name": "benchmark-date-formatting",
"version": "0.0.0",
"description": "Benchmarking all of the date formatting packages",
"main": "benchmark.js",
"type": "module",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/manuphatak/benchmark-date-formatting.git"
},
"keywords": [
"date-fns",
"date",
"formatting",
"benchmark"
],
"author": "Manu Phatak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/manuphatak/benchmark-date-formatting/issues"
},
"homepage": "https://github.com/manuphatak/benchmark-date-formatting#readme",
"dependencies": {
"benchmark": "^2.1.4",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"date-format": "^4.0.14",
"dateformat": "^5.0.3",
"fast-date-format": "^2.2.4",
"fecha": "^4.2.3",
"moment": "^2.22.2",
"speed-date": "^1.0.0"
}
}