-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.47 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
{
"name": "introduction-to-temporal",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "introduction-to-temporal",
"dependencies": {
"temporal-polyfill": "^0.0.8"
}
},
"node_modules/temporal-polyfill": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.0.8.tgz",
"integrity": "sha512-IuA8GhS1PRC04H/zVNAIxJvCZQum6V5HjqFj7gz1a3SMUf/Kf1xIXILNYtxrWYnGqIU/RrDRxlCKCm/vmqnBvw==",
"dependencies": {
"temporal-spec": "0.0.3"
}
},
"node_modules/temporal-spec": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.0.3.tgz",
"integrity": "sha512-gJu7QRqn5c2vTSkYWGC4qz1i+FZ9C+Cz16UIBMRcjgXOsHfXeSIgaWUKeq/2rz1iNfFxvmF/ywqbfC6ggTpjkA=="
}
},
"dependencies": {
"temporal-polyfill": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.0.8.tgz",
"integrity": "sha512-IuA8GhS1PRC04H/zVNAIxJvCZQum6V5HjqFj7gz1a3SMUf/Kf1xIXILNYtxrWYnGqIU/RrDRxlCKCm/vmqnBvw==",
"requires": {
"temporal-spec": "0.0.3"
}
},
"temporal-spec": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.0.3.tgz",
"integrity": "sha512-gJu7QRqn5c2vTSkYWGC4qz1i+FZ9C+Cz16UIBMRcjgXOsHfXeSIgaWUKeq/2rz1iNfFxvmF/ywqbfC6ggTpjkA=="
}
}
}