We don't need SHA verification or Merkle dags in our transport bundle. Content stores can handle both bundle and term verification and hashing.
30 lines
723 B
JSON
30 lines
723 B
JSON
{
|
|
"name": "arboricx-runtime",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "arboricx-runtime",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koffi": "^2.16.2"
|
|
},
|
|
"bin": {
|
|
"arboricx-run": "src/cli.js"
|
|
}
|
|
},
|
|
"node_modules/koffi": {
|
|
"version": "2.16.2",
|
|
"resolved": "https://registry.npmjs.org/koffi/-/koffi-2.16.2.tgz",
|
|
"integrity": "sha512-owU0MRwv6xkrVqCd+33uw6BaYppkTRXbO/rVdJNI2dvZG0gzyRhYwW25eWtc5pauwK8TGh3AbkFONSezdykfSA==",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://liberapay.com/Koromix"
|
|
}
|
|
}
|
|
}
|
|
}
|