mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-03 16:10:31 +00:00
99d96edd9c
* feat: s3 fs in oss * feat: new endpoints in OSS * fix: name of fs extension * perf: signed uploads * fix: await socket events to align fs events * fix: default bucket names * fix: backend tests * fix: deps * fix: order
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "puterfs",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"teepromise": "^0.1.1",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
},
|
|
"node_modules/teepromise": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/teepromise/-/teepromise-0.1.1.tgz",
|
|
"integrity": "sha512-BS++sfQYjtOdPvBCb3sd0mNYfPcZKFjSx1yA85Yz/BAAQ3jyZAINd5iB7p70Z8D0Q4XElRwKaa4/lPEP4EHyiw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "13.0.0",
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
|
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist-node/bin/uuid"
|
|
}
|
|
}
|
|
}
|
|
}
|