-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage-lock.json
More file actions
78 lines (78 loc) · 2.94 KB
/
package-lock.json
File metadata and controls
78 lines (78 loc) · 2.94 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@openfeature/unleash-web-provider",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@openfeature/unleash-web-provider",
"version": "0.1.1",
"license": "Apache-2.0",
"peerDependencies": {
"@openfeature/web-sdk": "^1.0.0",
"unleash-proxy-client": "^3.6.0"
}
},
"node_modules/@openfeature/core": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@openfeature/core/-/core-1.4.0.tgz",
"integrity": "sha512-Cd5eeAouAYaj1RMgVq4gfasoAc4TSkN4fuhloZ3yCQA2t74IdVMAT0iadq1Seqy+G7PZoN2jy706ei9HT55PIg==",
"peer": true
},
"node_modules/@openfeature/web-sdk": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@openfeature/web-sdk/-/web-sdk-1.2.4.tgz",
"integrity": "sha512-v3RYqMIq+/UXH7eVqfTfp7iWPJ4/Ck5a3RwxAEhypocq5IxUDyEUxXvVU82bkVkbNEKvXYLUWlxT+IuHvh8Eng==",
"peer": true,
"peerDependencies": {
"@openfeature/core": "1.4.0"
}
},
"node_modules/tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
"peer": true
},
"node_modules/unleash-proxy-client": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.8.0.tgz",
"integrity": "sha512-7+IMDM/t8sUojbYmOMoRW0SjD7+ShOrpI+vR1QWSv1Fnf7IxXLKp1dVhWnWyh9p4iyqFw4RXG9Iw5LHuBMV4aA==",
"license": "Apache-2.0",
"peer": true,
"dependencies": {
"tiny-emitter": "^2.1.0"
}
}
},
"dependencies": {
"@openfeature/core": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@openfeature/core/-/core-1.4.0.tgz",
"integrity": "sha512-Cd5eeAouAYaj1RMgVq4gfasoAc4TSkN4fuhloZ3yCQA2t74IdVMAT0iadq1Seqy+G7PZoN2jy706ei9HT55PIg==",
"peer": true
},
"@openfeature/web-sdk": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@openfeature/web-sdk/-/web-sdk-1.2.4.tgz",
"integrity": "sha512-v3RYqMIq+/UXH7eVqfTfp7iWPJ4/Ck5a3RwxAEhypocq5IxUDyEUxXvVU82bkVkbNEKvXYLUWlxT+IuHvh8Eng==",
"peer": true,
"requires": {}
},
"tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
"peer": true
},
"unleash-proxy-client": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/unleash-proxy-client/-/unleash-proxy-client-3.8.0.tgz",
"integrity": "sha512-7+IMDM/t8sUojbYmOMoRW0SjD7+ShOrpI+vR1QWSv1Fnf7IxXLKp1dVhWnWyh9p4iyqFw4RXG9Iw5LHuBMV4aA==",
"peer": true,
"requires": {
"tiny-emitter": "^2.1.0"
}
}
}
}