logos-storage-nim/tests/js/package-lock.json
E M 8a68a81f54
initial tests
- runs two nodes for ALL two-node tests
- next: change to run two nodes for each test
2026-03-23 12:33:21 +11:00

26 lines
649 B
JSON

{
"name": "logos-storage-js-tests",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "logos-storage-js-tests",
"version": "0.1.0",
"dependencies": {
"koffi": "^2.9.0"
}
},
"node_modules/koffi": {
"version": "2.15.2",
"resolved": "https://registry.npmjs.org/koffi/-/koffi-2.15.2.tgz",
"integrity": "sha512-r9tjJLVRSOhCRWdVyQlF3/Ugzeg13jlzS4czS82MAgLff4W+BcYOW7g8Y62t9O5JYjYOLAjAovAZDNlDfZNu+g==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"url": "https://liberapay.com/Koromix"
}
}
}
}