Shamil Gadelshin a3a7e686b2 storage-node: fix linter errors пре 4 година
..
fs a3a7e686b2 storage-node: fix linter errors пре 4 година
test a3a7e686b2 storage-node: fix linter errors пре 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 77c8a67d86 Autofix linter issues пре 4 година
lru.js 77c8a67d86 Autofix linter issues пре 4 година
package.json 544f084234 storage-node: mark workspace packages private пре 4 година
pagination.js 77c8a67d86 Autofix linter issues пре 4 година
ranges.js a3a7e686b2 storage-node: fix linter errors пре 4 година
stripEndingSlash.js 77c8a67d86 Autofix linter issues пре 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.