-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
33 lines (33 loc) · 1023 Bytes
/
package-lock.json
File metadata and controls
33 lines (33 loc) · 1023 Bytes
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
{
"name": "featurevisor-example-nodejs",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "featurevisor-example-nodejs",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@featurevisor/sdk": "^2.0.0"
}
},
"node_modules/@featurevisor/sdk": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@featurevisor/sdk/-/sdk-2.0.0.tgz",
"integrity": "sha512-NAI9nv/nT/OE5TwZnj26XKmqgEUmhFsEHExhvq7bD8RooZOisco51v6DjFqT2UuBejXpmwRr5tMOr5/fHeHrLA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@featurevisor/types": "2.0.0"
}
},
"node_modules/@featurevisor/types": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@featurevisor/types/-/types-2.0.0.tgz",
"integrity": "sha512-fzOkkSW99riRicZqQxb2+OnSu8VF9O3UrzWMw9DtFehQwwz5Jj/EZCqGiub/UPKltfZnJ3dJ2fPrUJ3sU11hhA==",
"dev": true,
"license": "MIT"
}
}
}