-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 817 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
28 lines (28 loc) · 817 Bytes
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
{
"name": "react-course",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"datejs": "^1.0.0-rc3",
"dayjs": "^1.11.19"
}
},
"node_modules/datejs": {
"version": "1.0.0-rc3",
"resolved": "https://registry.npmjs.org/datejs/-/datejs-1.0.0-rc3.tgz",
"integrity": "sha512-c6kzWmGUKLrdT+8LjUvtAObOgsecqnkpOYOuSDzYdNhdCk3+WALxtBuSMRJDmOfS6JVs/+N2yTGHb0D8oNqB/Q==",
"license": "MIT",
"engines": {
"node": ">=0.8"
}
},
"node_modules/dayjs": {
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"license": "MIT"
}
}
}