licenses.dev

node-red-contrib-ibm-maximo-rest-api v0.2.0

Maximo REST Api node for Node-RED, based on IBM-Maximo-Oslc-Api

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT241
PackageRelationDependenciesPublished
accepts • 1.3.8Higher-level content negotiationINDIRECT3
addressparser • 0.3.2Parse e-mail addressesINDIRECT0
addressparser • 1.0.1Parse e-mail addressesINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
append-field • 0.1.0A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-indexofobject • 0.0.1Like Array#indexOf but for objects used like hashesINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async • 0.1.22Higher-order functions and common patterns for asynchronous codeINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
basic-auth • 1.1.0node.js basic auth parserINDIRECT0
bcrypt • 1.0.3A bcrypt library for NodeJS.INDIRECT105
bcryptjs • 2.4.3Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.INDIRECT0
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
body-parser • 1.17.2Node.js body parsing middlewareINDIRECT19
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buildmail • 2.0.0buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.INDIRECT8
bytes • 2.4.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
callback-stream • 1.1.0A pipeable stream that calls your callbackINDIRECT8
cheerio • 0.22.0Tiny, fast, and elegant implementation of core jQuery designed specifically for the serverINDIRECT27
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
clone • 2.1.1deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.9.0the complete solution for node.js command-line programsINDIRECT1
commist • 1.1.0Build your commands on minimist!INDIRECT2
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
content-disposition • 0.5.2Create and parse Content-Disposition headerINDIRECT0
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-parser • 1.4.3cookie parsing with signaturesINDIRECT2
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.3.1HTTP server cookie parsing and serializationINDIRECT0
cookies • 0.9.1Cookies, optionally signed using Keygrip.INDIRECT3
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors • 2.8.3Node.js CORS middlewareINDIRECT2
crc • 3.4.4Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.INDIRECT0
cron • 1.2.1Cron jobs for your nodeINDIRECT2
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.3small debugging utilityINDIRECT1
debug • 2.6.7small debugging utilityINDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.0.4destroy a stream if possibleINDIRECT0
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
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
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
express-session • 1.15.2Simple session middleware for ExpressINDIRECT11
express • 4.15.3Fast, unopinionated, minimalist web frameworkINDIRECT44
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
feedparser • 2.2.10Robust RSS Atom and RDF feed parsing using sax jsINDIRECT16
finalhandler • 1.0.6Node.js final http responderINDIRECT9
follow-redirects • 1.2.4HTTP and HTTPS modules that follow redirects.INDIRECT2
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
forwarded • 0.1.2Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.0HTTP response freshness testingINDIRECT0
fs-extra • 1.0.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs.notify • 0.0.4file change notification that doesn't suck hairy monkey balls and just works.INDIRECT2
getpass • 0.1.7getpass for node.jsINDIRECT1
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
graceful-readlink • 1.0.1graceful fs.readlinkINDIRECT0
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
hash-sum • 1.0.2Blazing fast unique hash generatorINDIRECT0
help-me • 1.1.0Help command for node, partner of minimist and commistINDIRECT44
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
http-errors • 1.6.3Create HTTP error objectsINDIRECT4
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
i18next-client • 1.10.3looking for contributors interested in helping the project (long term):INDIRECT0
i18next • 1.10.6i18n made easy - full featured: middleware, template support plus clientside useINDIRECT6
iconv-lite • 0.4.15Convert character encodings in pure javascript.INDIRECT0
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ipaddr.js • 1.4.0A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
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-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
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-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
js-yaml • 3.8.4YAML 1.2 parser and serializerINDIRECT3
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
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
json5 • 0.2.0JSON for the ES5 era.INDIRECT0
jsonata • 1.2.6JSON query and transformation languageINDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
keygrip • 1.1.0Key signing and verification for rotated credentialsINDIRECT1
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
leven • 2.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
libbase64 • 0.1.0Encode and decode base64 encoded stringsINDIRECT0
libmime • 1.2.0Encode and decode quoted printable and base64 stringsINDIRECT3
libqp • 1.1.0Encode and decode quoted-printable strings according to rfc2045INDIRECT0
lodash.assign • 4.2.0The lodash method `_.assign` exported as a module.INDIRECT0
lodash.assignin • 4.2.0The lodash method `_.assignIn` exported as a module.INDIRECT0
lodash.bind • 4.2.1The lodash method `_.bind` exported as a module.INDIRECT0
lodash.defaults • 4.2.0The lodash method `_.defaults` exported as a module.INDIRECT0
lodash.filter • 4.6.0The lodash method `_.filter` exported as a module.INDIRECT0
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.foreach • 4.5.0The lodash method `_.forEach` exported as a module.INDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash.has • 4.5.2The lodash method `_.has` exported as a module.INDIRECT0
lodash.map • 4.6.0The lodash method `_.map` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
lodash.pick • 4.4.0The lodash method `_.pick` exported as a module.INDIRECT0
lodash.reduce • 4.6.0The lodash method `_.reduce` exported as a module.INDIRECT0
lodash.reject • 4.6.0The lodash method `_.reject` exported as a module.INDIRECT0
lodash.some • 4.6.0The lodash method `_.some` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
mailcomposer • 2.1.0Compose E-Mail messagesINDIRECT9
mailparser • 0.6.2Asynchronous and non-blocking parser for mime encoded e-mail messagesINDIRECT9
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.1Merge objects using descriptorsINDIRECT0
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.3.4A comprehensive library for mime-type mappingINDIRECT0
minimist • 0.0.10parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
moment-timezone • 0.5.45Parse and display moments in any timezone.INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
mqtt-packet • 5.6.1Parse and generate MQTT packets like a breezeINDIRECT9
mqtt • 2.9.0A library for the MQTT protocolINDIRECT60
mri • 1.2.0Quickly scan for CLI flags and argumentsINDIRECT0
ms • 0.7.2Tiny milisecond conversion utilityINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
multer • 1.3.0Middleware for handling `multipart/form-data`.INDIRECT28
mustache • 2.3.0Logic-less {{mustache}} templates with JavaScriptINDIRECT0
mustache • 2.3.2Logic-less {{mustache}} templates with JavaScriptDIRECT0
nan • 2.6.2Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 compatibilityINDIRECT0
needle • 0.10.0The leanest and most handsome HTTP client in the Nodelands.INDIRECT3
needle • 0.11.0The leanest and most handsome HTTP client in the Nodelands.INDIRECT3
negotiator • 0.6.3HTTP content negotiationINDIRECT0
nodemailer-direct-transport • 1.1.0Direct transport for NodemailerINDIRECT1
nodemailer-smtp-transport • 1.1.0SMTP transport for NodemailerINDIRECT3
nodemailer-wellknown • 0.1.10Well known SMTP servicesINDIRECT0
nodemailer • 1.11.0Easy as cake e-mail sending from your Node.js applicationsINDIRECT16
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
oauth • 0.9.14Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.INDIRECT0
oauth2orize • 1.8.0OAuth 2.0 authorization server toolkit for Node.js.INDIRECT4
object-assign • 3.0.0ES6 Object.assign() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.0.1Execute a listener when a response is about to write headersINDIRECT0
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
passport • 0.3.2Simple, unobtrusive authentication for Node.js.INDIRECT2
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
pause • 0.0.1Pause streams...INDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
poplib • 0.1.7POP3 client library for Node.jsINDIRECT3
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
proxy-addr • 1.1.5Determine address of proxied requestINDIRECT2
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pump • 1.0.3pipe streams together and close all of them if one of them closesINDIRECT3
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
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
random-bytes • 1.0.0URL and cookie safe UIDsINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.2.0Get and validate the raw body of a readable stream.INDIRECT3
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
reinterval • 1.1.0reschedulable setInterval for node.jsINDIRECT0
retry • 0.6.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 0.15.3Better streaming static file server with Range and conditional-GET supportINDIRECT17
sentiment • 2.1.0AFINN-based sentiment analysis for Node.jsINDIRECT0
serve-static • 1.12.3Serve static filesINDIRECT19
smtp-connection • 1.3.8Connect to SMTP serversINDIRECT0
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
statuses • 1.3.1HTTP status utilityINDIRECT0
statuses • 1.5.0HTTP status utilityINDIRECT0
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
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 noiseINDIRECT9
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
tsscmp • 1.0.6Timing safe string compare using double HMACINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uid-safe • 2.1.5URL and cookie safe UIDsINDIRECT1
uid2 • 0.0.4strong uidINDIRECT0
ultron • 1.0.2Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
ultron • 1.1.1Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
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
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.0merge() utility functionINDIRECT0
uue • 3.1.2UUE decoder and encoder for Node.jsINDIRECT2
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
when • 3.7.8A lightweight Promises/A+ and when() implementation, plus other async goodies.INDIRECT0
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
ws • 1.1.1simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455INDIRECT2
ws • 3.3.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT3
xml2js • 0.4.17Simple XML to JavaScript object converter.INDIRECT3
xmlbuilder • 4.2.1An XML builder for node.jsINDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
ISC39
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
block-stream • 0.0.9a stream of blocksINDIRECT1
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
fstream-ignore • 1.0.5A thing for ignoring files based on globsINDIRECT16
fstream • 1.0.12Advanced file system stream thingsINDIRECT15
gauge • 2.7.4A terminal based horizontal guageINDIRECT12
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
nopt • 4.0.3Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT4
npmlog • 4.1.2logger for npmINDIRECT24
once • 1.4.0Run a function exactly one timeINDIRECT1
osenv • 0.1.5Look up environment settings specific to different operating systemsINDIRECT2
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.3.0The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.0.3A small polyfill for Object.setprototypeofINDIRECT0
setprototypeof • 1.1.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
split2 • 2.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT10
tar • 2.2.2tar for nodeINDIRECT17
uid-number • 0.0.6Convert a username/group name to a uid/gid numberINDIRECT0
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
node-red-node-email • 0.1.29Node-RED nodes to send and receive simple emailsINDIRECT39
node-red-node-feedparser • 0.1.16A Node-RED node to get RSS Atom feeds.INDIRECT63
node-red-node-rbe • 0.1.14A Node-RED node that provides report-by-exception (RBE) and deadband capability.INDIRECT0
node-red-node-twitter • 0.1.15A Node-RED node to talk to TwitterINDIRECT49
node-red • 0.17.5A visual tool for wiring the Internet of ThingsDIRECT323
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.DIRECT46
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-2-Clause11
PackageRelationDependenciesPublished
css-what • 2.1.3a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.5.1utilities for working with htmlparser2's domINDIRECT3
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
tar-pack • 3.4.1Package and un-package modules of some sort (in tar/gz bundles).INDIRECT29
uglify-js • 3.0.20JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT3
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
websocket-stream • 5.5.2Use websockets with the node streams API. Works in browser and nodeINDIRECT17
unknown10
PackageRelationDependenciesPublished
busboy • 0.2.14A streaming parser for HTML form data for node.jsINDIRECT7
dicer • 0.2.5A very fast streaming multipart parser for node.jsINDIRECT6
imap • 0.8.19An IMAP module for node.js that makes communicating with IMAP servers easyINDIRECT7
options • 0.0.6A very light-weight in-code option parsers for node.js.INDIRECT0
passport-http-bearer • 1.0.1HTTP Bearer authentication strategy for Passport.INDIRECT1
passport-oauth2-client-password • 0.1.2OAuth 2.0 client password authentication strategy for Passport.INDIRECT1
passport-strategy • 1.0.0An abstract class implementing Passport's strategy API.INDIRECT0
streamsearch • 0.1.2Streaming Boyer-Moore-Horspool searching for node.jsINDIRECT0
twitter-ng • 0.6.2Asynchronous Twitter REST/stream/search client API for node.js.INDIRECT1
utf7 • 1.0.2Converts text to and from UTF-7 (RFC 2152 and IMAP)INDIRECT1
BSD-3-Clause7
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
node-pre-gyp • 0.6.36Node.js native addon binary install toolINDIRECT103
qs • 6.4.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
non-standard1
PackageRelationDependenciesPublished
css-select • 1.2.0a CSS selector compiler/engineINDIRECT7
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
EUPL-1.11
PackageRelationDependenciesPublished
mimelib • 0.3.1MIME functions to encode/decode e-mails etc.INDIRECT4
MIT OR X111
PackageRelationDependenciesPublished
optimist • 0.6.1Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/node-red-contrib-ibm-maximo-rest-api)](https://licenses.dev/npm/node-red-contrib-ibm-maximo-rest-api)
<a href="https://licenses.dev/npm/node-red-contrib-ibm-maximo-rest-api">
  <img src="https://licenses.dev/b/npm/node-red-contrib-ibm-maximo-rest-api" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/npm/node-red-contrib-ibm-maximo-rest-api/0.2.0)](https://licenses.dev/npm/node-red-contrib-ibm-maximo-rest-api/0.2.0)
<a href="https://licenses.dev/npm/node-red-contrib-ibm-maximo-rest-api/0.2.0">
  <img src="https://licenses.dev/b/npm/node-red-contrib-ibm-maximo-rest-api/0.2.0" alt="licenses" />
</a>
GitHub