-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 2.37 KB
/
Copy pathpackage-lock.json
File metadata and controls
68 lines (68 loc) · 2.37 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
{
"name": "embeddings",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "embeddings",
"version": "1.0.0",
"dependencies": {
"@azure/functions": "^4.11.0"
},
"devDependencies": {}
},
"node_modules/@azure/functions": {
"version": "4.11.2",
"resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz",
"integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==",
"license": "MIT",
"dependencies": {
"@azure/functions-extensions-base": "0.2.0",
"cookie": "^0.7.0"
},
"engines": {
"node": ">=20.0"
}
},
"node_modules/@azure/functions-extensions-base": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.2.0.tgz",
"integrity": "sha512-ncCkHBNQYJa93dBIh+toH0v1iSgCzSo9tr94s6SMBe7DPWREkaWh8cq33A5P4rPSFX1g5W+3SPvIzDr/6/VOWQ==",
"license": "MIT",
"engines": {
"node": ">=18.0"
}
},
"node_modules/cookie": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
}
},
"dependencies": {
"@azure/functions": {
"version": "4.11.2",
"resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.11.2.tgz",
"integrity": "sha512-U7qpPo0pUxDfdP3Q8gO5GLtust94nh8+RtIUvEKE4qU9yuDhL2vU1zzanuzkaV2j/TFv+EEmN8QDtchAgpeffw==",
"requires": {
"@azure/functions-extensions-base": "0.2.0",
"cookie": "^0.7.0"
}
},
"@azure/functions-extensions-base": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.2.0.tgz",
"integrity": "sha512-ncCkHBNQYJa93dBIh+toH0v1iSgCzSo9tr94s6SMBe7DPWREkaWh8cq33A5P4rPSFX1g5W+3SPvIzDr/6/VOWQ=="
},
"cookie": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w=="
}
}
}