-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.26 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.26 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
{
"name": "local-evaluation",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "local-evaluation",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"@amplitude/experiment-node-server": "^1.4.0",
"lodash": "^4.17.21"
}
},
"node_modules/@amplitude/evaluation-js": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@amplitude/evaluation-js/-/evaluation-js-1.1.0.tgz",
"integrity": "sha512-//PMRmRrmBQMA94hYrDKWvU+037IDxM3rfdyPS3GiQKXMTg6CWPZWsOVlbD2RtXf0QMx5C7q2O6bCjId4tsUWQ=="
},
"node_modules/@amplitude/experiment-node-server": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@amplitude/experiment-node-server/-/experiment-node-server-1.6.0.tgz",
"integrity": "sha512-jVMGAphZRmvedjuVV4IEGVh/Ls+AZKYcKeVErjBATaIDzV5NW3ElYpcTltxBadCoFGa7o6LBTE7P+jrY8ofykA==",
"dependencies": {
"@amplitude/evaluation-js": "1.1.0"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}