-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
43 lines (43 loc) · 1.21 KB
/
package-lock.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
{
"name": "advent-of-code-2023",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "advent-of-code-2023",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"date-fns": "^3.0.0-alpha.2"
},
"devDependencies": {
"prettier": "^3.1.0"
}
},
"node_modules/date-fns": {
"version": "3.0.0-alpha.2",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.0-alpha.2.tgz",
"integrity": "sha512-iyiPe3OJNTaiSSH0tZmQuXL0EK5hWzh+eHewYZzL9KzGKSgwt0yszO7BRMxgE35f0/iC+g3NxCXDM0WwP2yB5g==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/date-fns"
}
},
"node_modules/prettier": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}