licenses.dev

safe-fs-blob-store v1.0.6

fs-blob-store with atomic writes and deals with windows fs edge cases

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT16
PackageRelationDependenciesPublished
@digidem/atomic-fs-blob-store • 5.3.1blob store that stores blobs on the local file system (like fs-blob-store but atomic)DIRECT20
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3DIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC6
PackageRelationDependenciesPublished
@digidem/fs-write-stream-atomic • 1.1.0Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
folder-walker • 3.2.0A recursive stream of the files and directories in a given folderDIRECT9
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/safe-fs-blob-store)](https://licenses.dev/npm/safe-fs-blob-store)
<a href="https://licenses.dev/npm/safe-fs-blob-store">
  <img src="https://licenses.dev/b/npm/safe-fs-blob-store" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.6 version:

[![licenses](https://licenses.dev/b/npm/safe-fs-blob-store/1.0.6)](https://licenses.dev/npm/safe-fs-blob-store/1.0.6)
<a href="https://licenses.dev/npm/safe-fs-blob-store/1.0.6">
  <img src="https://licenses.dev/b/npm/safe-fs-blob-store/1.0.6" alt="licenses" />
</a>
GitHub