licenses.dev

help-me v1.1.0

Help command for node, partner of minimist and commist

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT35
PackageRelationDependenciesPublished
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
callback-stream • 1.1.0A pipeable stream that calls your callbackDIRECT8
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
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
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
glob-stream • 6.1.0A Readable Stream interface over node-glob.DIRECT42
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 3.1.0Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-negated-glob • 1.0.0Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.INDIRECT0
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
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
through2-filter • 3.0.0A through2 to create an Array.prototype.filter analog for streams.INDIRECT10
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
unique-stream • 2.3.1node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossDIRECT0
ISC9
PackageRelationDependenciesPublished
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob • 7.2.3a little globberINDIRECT10
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

[![licenses](https://licenses.dev/b/npm/help-me/1.1.0)](https://licenses.dev/npm/help-me/1.1.0)
<a href="https://licenses.dev/npm/help-me/1.1.0">
  <img src="https://licenses.dev/b/npm/help-me/1.1.0" alt="licenses" />
</a>
GitHub