mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
2a027ed410
* style(puterfs): update adherence to linter rules * fix(puterfs): await queue items for fsentry actions This will ensure some operations always function as expected in a sequence, although it may incur some performance costs.
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"
|
|
}
|
|
}
|
|
}
|
|
}
|