-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
41 lines (41 loc) · 1.53 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
{
"name": "featurevisor-example-nodejs",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "featurevisor-example-nodejs",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@featurevisor/sdk": "^1.27.5"
}
},
"node_modules/@featurevisor/sdk": {
"version": "1.27.5",
"resolved": "https://registry.npmjs.org/@featurevisor/sdk/-/sdk-1.27.5.tgz",
"integrity": "sha512-QCxzMgULD8Xxcv+hKjCvM8GC7s+tZ0tc+1FX5Ew2vQyGc3AQsnYRP/eI7j2HenpcVWvT3Hc1KU9z61jqOh84YA==",
"dependencies": {
"@featurevisor/types": "^1.27.5",
"compare-versions": "^6.0.0-rc.1",
"murmurhash": "^2.0.1"
}
},
"node_modules/@featurevisor/types": {
"version": "1.27.5",
"resolved": "https://registry.npmjs.org/@featurevisor/types/-/types-1.27.5.tgz",
"integrity": "sha512-5nzv082IFZuSBzRvecT8bMzh+Tmrk4gIh4F5agrfABkWmXxiLwOE3hs43iBa55B31BUUnlpC6GgQIy+sXa53Vg=="
},
"node_modules/compare-versions": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.0.tgz",
"integrity": "sha512-LNZQXhqUvqUTotpZ00qLSaify3b4VFD588aRr8MKFw4CMUr98ytzCW5wDH5qx/DEY5kCDXcbcRuCqL0szEf2tg=="
},
"node_modules/murmurhash": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/murmurhash/-/murmurhash-2.0.1.tgz",
"integrity": "sha512-5vQEh3y+DG/lMPM0mCGPDnyV8chYg/g7rl6v3Gd8WMF9S429ox3Xk8qrk174kWhG767KQMqqxLD1WnGd77hiew=="
}
}
}