-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.22 KB
/
package-lock.json
File metadata and controls
37 lines (37 loc) · 1.22 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
{
"name": "@syncpoint/signsdb",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@syncpoint/signsdb",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"mil-std-2525": "^0.2.5",
"ramda": "^0.28.0",
"stanag-app6": "^0.2.0"
}
},
"node_modules/mil-std-2525": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/mil-std-2525/-/mil-std-2525-0.2.5.tgz",
"integrity": "sha512-h/H5AiDD6D1U/4O990/pm12RfQLHi0Fa2C/JsvIEOwu3nOo4B19FDL7EBuKYFw8WtAtV11BO8jE6X+8WqJOuow=="
},
"node_modules/ramda": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz",
"integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/ramda"
}
},
"node_modules/stanag-app6": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/stanag-app6/-/stanag-app6-0.2.0.tgz",
"integrity": "sha512-52MBXYzaAFYsCctBQUY9IwYMnZ50T1Og7316vPNrzU2ifQX2C4mofzScBUhZFwJvtpYO1O0I4IYeYohQ3JzxUA=="
}
}
}