-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.42 KB
/
Copy pathpackage-lock.json
File metadata and controls
46 lines (46 loc) · 1.42 KB
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
{
"name": "time-window-classifier",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "time-window-classifier",
"version": "1.0.0",
"dependencies": {
"@js-temporal/polyfill": "^0.5.1",
"day-boundary": "^3.0.2"
},
"bin": {
"twc": "bin/time-window-classifier.js"
}
},
"node_modules/@js-temporal/polyfill": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.5.1.tgz",
"integrity": "sha512-hloP58zRVCRSpgDxmqCWJNlizAlUgJFqG2ypq79DCvyv9tHjRYMDOcPFjzfl/A1/YxDvRCZz8wvZvmapQnKwFQ==",
"license": "ISC",
"dependencies": {
"jsbi": "^4.3.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/day-boundary": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/day-boundary/-/day-boundary-3.0.2.tgz",
"integrity": "sha512-rxnsNoxTmvngWVeLhOjcTfLwRNSxDL4zEh7bDP+GgVneG4kkOin6exlMlhBN79sGYBD5o3DlAB9bfFvMDhQMvA==",
"license": "MIT",
"dependencies": {
"@js-temporal/polyfill": "^0.5.1"
}
},
"node_modules/jsbi": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/jsbi/-/jsbi-4.3.2.tgz",
"integrity": "sha512-9fqMSQbhJykSeii05nxKl4m6Eqn2P6rOlYiS+C5Dr/HPIU/7yZxu5qzbs40tgaFORiw2Amd0mirjxatXYMkIew==",
"license": "Apache-2.0"
}
}
}