@noble/hashes • 1.8.0 Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt INDIRECT 0 1745270645 @paralleldrive/cuid2 • 2.3.1 Secure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs. INDIRECT 1 1761349811 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 auth0-js • 9.32.0 Auth0 headless browser sdk DIRECT 55 1774432228 axios • 0.21.4 Promise based HTTP client for the browser and node.js DIRECT 1 1630942543 base64-js • 1.3.1 Base64 encoding/decoding in pure JS DIRECT 0 1565066369 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 component-emitter • 1.3.1 Event emitter INDIRECT 0 1700168232 cookiejar • 2.1.4 simple persistent cookiejar system INDIRECT 0 1673575689 crypto-js • 4.2.0 JavaScript library of crypto standards. INDIRECT 0 1698186029 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 es-set-tostringtag • 2.1.0 A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 16 1735793054 es6-promise • 4.2.8 A lightweight library that provides tools for organizing asynchronous code INDIRECT 0 1559843963 fast-safe-stringify • 2.1.1 Safely and quickly serialize JavaScript objects INDIRECT 0 1631085556 follow-redirects • 1.16.0 HTTP and HTTPS modules that follow redirects. INDIRECT 0 1776078225 form-data • 4.0.6 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 22 1781285873 formidable • 3.5.4 A node.js module for parsing form data, especially file uploads. INDIRECT 6 1745373525 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 idtoken-verifier • 2.2.4 A lightweight library to decode and verify RS JWT meant for the browser. INDIRECT 6 1698399275 js-cookie • 2.2.1 A simple, lightweight JavaScript API for handling cookies INDIRECT 0 1565099353 js-sha256 • 0.11.1 A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding. INDIRECT 0 1748072953 jsbn • 1.1.0 The 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. INDIRECT 0 1487006096 jwt-decode • 4.0.0 Decode JWT tokens, mostly useful for browser applications. INDIRECT 0 1698396857 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1635876020 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 side-channel-list • 1.0.1 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1775667313 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 17 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 18 1733895551 side-channel • 1.1.1 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 20 1780950887 superagent • 10.3.0 elegant & feature rich browser / node HTTP with a fluent API INDIRECT 44 1767685500 unfetch • 4.2.0 Bare minimum fetch polyfill in 500 bytes INDIRECT 0 1601401849 url-join • 4.0.1 Join urls and normalize as in path.join. INDIRECT 0 1562337932 winchan • 0.2.2 Here's the scenario: You want to build a secure means of some untrusted site opening a window, which loads content at a trusted site. Then you want the untrusted dude to be able to pass in parameters. Then you want the trusted code to do any amount of INDIRECT 0 1560791306