Shamil Gadelshin 3ffabe873f storage-node: Fix linter warnings. 4 жил өмнө
..
fs 3ffabe873f storage-node: Fix linter warnings. 4 жил өмнө
test 3ffabe873f storage-node: Fix linter warnings. 4 жил өмнө
.eslintrc.js 34358429f8 move storage node into storage-node/ folder 4 жил өмнө
README.md 34358429f8 move storage node into storage-node/ folder 4 жил өмнө
externalPromise.js 70901582ec storage-node: Fix files format. 4 жил өмнө
lru.js 70901582ec storage-node: Fix files format. 4 жил өмнө
package.json 544f084234 storage-node: mark workspace packages private 4 жил өмнө
pagination.js 70901582ec storage-node: Fix files format. 4 жил өмнө
ranges.js 70901582ec storage-node: Fix files format. 4 жил өмнө
stripEndingSlash.js 70901582ec storage-node: Fix files format. 4 жил өмнө

README.md

Summary

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.