licenses.dev

insomnia-plugin-azure-ad-authentication v0.0.14

Easily acquire Azure AD access tokens from within [Insomnia REST Client](https://insomnia.rest/)!

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT91
PackageRelationDependenciesPublished
@azure/msal-common • 5.2.0Microsoft Authentication Library for jsINDIRECT2
@azure/msal-node • 1.3.1Microsoft Authentication Library for NodeDIRECT20
accepts • 1.3.8Higher-level content negotiationINDIRECT3
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
axios • 0.21.4Promise based HTTP client for the browser and node.jsINDIRECT1
body-parser • 1.19.0Node.js body parsing middlewareINDIRECT21
boolean • 3.2.0boolean converts lots of things to boolean.INDIRECT0
bytes • 3.1.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
content-disposition • 0.5.3Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.4.0HTTP server cookie parsing and serializationINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
delay • 5.0.0Delay a promise a specified amount of timeINDIRECT0
depd • 1.1.2Deprecate all the thingsINDIRECT0
destroy • 1.0.4destroy a stream if possibleINDIRECT0
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
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
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
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
express • 4.17.1Fast, unopinionated, minimalist web frameworkDIRECT49
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
fast-json-stringify • 2.7.13Stringify your JSON at max speedINDIRECT9
finalhandler • 1.1.2Node.js final http responderINDIRECT9
follow-redirects • 1.16.0HTTP and HTTPS modules that follow redirects.INDIRECT0
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
http-errors • 1.7.2Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-circular • 1.0.2high-performance, zero-dependency circular reference check for objects (or arrays)INDIRECT0
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonwebtoken • 8.5.1JSON Web Token implementation (symmetric and asymmetric)INDIRECT14
jwa • 1.4.2JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.3Implementation of JSON Web SignaturesINDIRECT4
lodash.includes • 4.3.0The lodash method `_.includes` exported as a module.INDIRECT0
lodash.isboolean • 3.0.3The lodash method `_.isBoolean` exported as a module.INDIRECT0
lodash.isinteger • 4.0.4The lodash method `_.isInteger` exported as a module.INDIRECT0
lodash.isnumber • 3.0.3The lodash method `_.isNumber` exported as a module.INDIRECT0
lodash.isplainobject • 4.0.6The lodash method `_.isPlainObject` exported as a module.INDIRECT0
lodash.isstring • 4.0.1The lodash method `_.isString` exported as a module.INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` exported as a module.INDIRECT0
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.6.0A comprehensive library for mime-type mappingINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.1Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
open • 8.2.1Open stuff like URLs, files, executables. Cross-platform.DIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
proxy-addr • 2.0.8Determine address of proxied requestINDIRECT2
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.4.0Get and validate the raw body of a readable stream.INDIRECT10
rfdc • 1.4.1Really Fast Deep CloneINDIRECT0
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
semver-compare • 1.0.0compare two semver version strings, returning -1, 0, or 1INDIRECT0
send • 0.17.1Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.14.1Serve static filesINDIRECT20
statuses • 1.5.0HTTP status utilityINDIRECT0
toidentifier • 1.0.0Convert a string of words to a JavaScript identifierINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
validator • 13.6.0String validation and sanitizationDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
fast-printf • 1.6.10Fast and spec-compliant printf implementation for Node.js and browser.INDIRECT0
http-terminator • 3.0.0Gracefully terminates HTTP(S) server.DIRECT27
qs • 6.7.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
roarr • 4.2.5JSON logger for Node.js and browser.INDIRECT24
ISC5
PackageRelationDependenciesPublished
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.1.1A small polyfill for Object.setprototypeofINDIRECT0
string-similarity • 4.0.4Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.INDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/insomnia-plugin-azure-ad-authentication)](https://licenses.dev/npm/insomnia-plugin-azure-ad-authentication)
<a href="https://licenses.dev/npm/insomnia-plugin-azure-ad-authentication">
  <img src="https://licenses.dev/b/npm/insomnia-plugin-azure-ad-authentication" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.14 version:

[![licenses](https://licenses.dev/b/npm/insomnia-plugin-azure-ad-authentication/0.0.14)](https://licenses.dev/npm/insomnia-plugin-azure-ad-authentication/0.0.14)
<a href="https://licenses.dev/npm/insomnia-plugin-azure-ad-authentication/0.0.14">
  <img src="https://licenses.dev/b/npm/insomnia-plugin-azure-ad-authentication/0.0.14" alt="licenses" />
</a>
GitHub