Mokhtar Naamani 2612029c2e storage-node: check stat completion on next tick | hace 3 años | |
---|---|---|
.. | ||
fs | hace 4 años | |
test | hace 4 años | |
.eslintrc.js | hace 4 años | |
README.md | hace 4 años | |
externalPromise.js | hace 4 años | |
lru.js | hace 4 años | |
package.json | hace 3 años | |
pagination.js | hace 4 años | |
ranges.js | hace 4 años | |
sleep.js | hace 3 años | |
stripEndingSlash.js | hace 4 años |
This package contains general utility functions for running the colossus storage node.
lru
contains an in-memory least-recently-used cache abstraction.fs/*
contains helpers for resolving path names and walking file system
hierarchies.pagination
contains utility functions for paginating APIs.ranges
contains functions for dealing with Range
headers in download
requests.