licenses.dev

atool-monitor v0.4.7

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT85
PackageRelationDependenciesPublished
any-promise • 1.3.0Resolve any installed ES6 compatible promiseINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
component-emitter • 1.3.1Event emitterINDIRECT0
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookiejar • 2.1.4simple persistent cookiejar systemINDIRECT0
copy-to • 2.0.1copy an object's properties to another objectINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
default-user-agent • 1.0.0Default user agent string for nodejs http requestINDIRECT5
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
digest-header • 1.1.0Digest access authentication header helperINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
form-data • 1.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.DIRECT6
form-data • 2.5.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT20
formidable • 1.2.6(DEPRECATED! Install formidable@v2) A node.js module for parsing form data, especially file uploads.INDIRECT0
formstream • 1.5.1A multipart/form-data encoded stream, helper for file upload.INDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
humanize-ms • 1.2.1transform humanize time to msINDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
is-ali-env • 0.1.4## InstallDIRECT45
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyDIRECT6
lodash • 4.17.21Lodash modular utilities.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mz • 2.7.0modernize node.js to current ECMAScript standardsINDIRECT4
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsDIRECT4
node-hex • 1.0.1Pretty-prints a BufferINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
os-name • 1.0.3Get the name of the current operating system. Example: OS X MavericksINDIRECT4
osx-release • 1.1.0Get the name and version of a OS X release from the Darwin version. Example: 13.2.0 → {name: 'Mavericks', version: '10.9'}INDIRECT1
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
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
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
statuses • 1.5.0HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
superagent • 3.8.3elegant & feature rich browser / node HTTP with a fluent APIINDIRECT44
thenify-all • 1.6.0Promisifies all the selected functions in an objectINDIRECT2
thenify • 3.3.1Promisify a callback-based functionINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
unescape • 1.0.1Convert HTML entities to HTML characters, e.g. `>` converts to `>`.INDIRECT2
urllib • 2.44.0Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.INDIRECT55
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utility • 1.18.0A collection of useful utilities.INDIRECT12
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
win-release • 1.1.1Get the name of a Windows version from the release number: 5.1.2600 → XPINDIRECT1
ISC6
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
update-reminder • 1.0.11```js #!/usr/bin/env node const Reminder = require('./dist');DIRECT58
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.7 version:

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