licenses.dev

rmfr v2.0.0

Node.js implementation of `rm -fr` – recursive removal of files and directories

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

ISC12
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.DIRECT0
indexed-filter • 1.0.3Array#filter() with also detecting indexes of filtered valuesINDIRECT1
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inspect-with-kind • 1.0.5`util.inspect` with additional type informationDIRECT1
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)DIRECT11
validate-glob-opts • 1.0.2Validate glob optionsINDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
MIT8
PackageRelationDependenciesPublished
array-to-sentence • 1.1.0Join all elements of an array and create a human-readable stringINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
glob-option-error • 1.0.0Create an error from the result of validate-glob-optsINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
assert-valid-glob-opts • 1.0.0Assert a given object is a valid glob optionDIRECT8
MIT-01
PackageRelationDependenciesPublished
append-type • 1.0.2Stringify the value with appending its type: 10 → '10 (number)'INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/rmfr)](https://licenses.dev/npm/rmfr)
<a href="https://licenses.dev/npm/rmfr">
  <img src="https://licenses.dev/b/npm/rmfr" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.0 version:

[![licenses](https://licenses.dev/b/npm/rmfr/2.0.0)](https://licenses.dev/npm/rmfr/2.0.0)
<a href="https://licenses.dev/npm/rmfr/2.0.0">
  <img src="https://licenses.dev/b/npm/rmfr/2.0.0" alt="licenses" />
</a>
GitHub