@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1730310371 @babel/generator • 7.26.5 Turns an AST into code. INDIRECT 10 1736529114 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1729610476 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 1729610492 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 1736529106 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 1729610436 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @babel/parser • 7.26.5 A JavaScript parser INDIRECT 3 1736529110 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 1729610454 @babel/runtime • 7.26.0 babel's modular runtime helpers INDIRECT 1 1729863011 @babel/template • 7.25.9 Generate an AST from a string template. INDIRECT 7 1729610484 @babel/traverse • 7.26.5 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 18 1736529116 @babel/types • 7.26.5 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1736529108 @emotion/is-prop-valid • 0.8.8 A function to check whether a prop is valid for HTML and SVG elements INDIRECT 1 1583792534 @emotion/memoize • 0.7.4 emotion's memoize utility INDIRECT 0 1577056284 @emotion/unitless • 0.7.5 An object of css properties that don't accept values with units INDIRECT 0 1577056285 @hypnosphi/create-react-context • 0.3.1 Polyfill for the proposed React context API INDIRECT 4 1610391756 @icons/material • 0.2.4 > materialdesignicons.com INDIRECT 0 1523255227 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 1733944203 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 1709186612 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 1720553292 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 1709362371 @types/circular-json • 0.4.0 TypeScript definitions for circular-json INDIRECT 0 1508516265 @types/dom4 • 2.0.4 TypeScript definitions for dom4 INDIRECT 0 1699322134 @types/prop-types • 15.7.14 TypeScript definitions for prop-types INDIRECT 0 1733427188 @types/react • 16.8.25 TypeScript definitions for React INDIRECT 2 1565199022 @types/stacktrace-js • 0.0.32 TypeScript definitions for stacktrace.js INDIRECT 0 1497019943 ajv • 6.10.2 Another JSON Schema Validator INDIRECT 5 1563113768 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 babel-plugin-styled-components • 2.1.4 Improve the debugging experience and add server-side rendering support to styled-components INDIRECT 25 1687547613 babel-runtime • 6.26.0 babel selfContained runtime INDIRECT 2 1502898850 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 bintrees • 1.0.2 Binary Search Trees INDIRECT 0 1501960116 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 1733462354 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1734310625 camelize • 1.0.1 recursively transform key strings to camel-case INDIRECT 0 1665555533 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 circular-json • 0.5.9 JSON does not handle circular references. This version does INDIRECT 0 1540325096 classnames • 2.5.1 A simple utility for conditionally joining classNames together INDIRECT 0 1703865316 codemirror • 5.47.0 Full-featured in-browser code editor INDIRECT 0 1558426817 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 core-js • 1.2.7 Standard library INDIRECT 0 1468790520 core-js • 2.6.12 Standard library INDIRECT 0 1606327727 css-to-react-native • 2.3.2 Convert CSS text to a React Native stylesheet object INDIRECT 3 1566760893 csstype • 2.6.21 Strict TypeScript and Flow types for style based on MDN data INDIRECT 0 1663145474 csstype • 3.0.10 Strict TypeScript and Flow types for style based on MDN data INDIRECT 0 1636974372 d3-sankey-circular • 0.25.0 D3 sankey with circular links INDIRECT 4 1527361352 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 deep-equal • 1.1.2 node's assert.deepEqual algorithm INDIRECT 27 1699489483 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 dom-helpers • 3.4.0 tiny modular DOM lib for ie8+ INDIRECT 2 1541117875 dom-serializer • 0.2.2 render dom nodes to string INDIRECT 2 1573339774 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 encoding • 0.1.13 Convert encodings, uses iconv-lite INDIRECT 2 1594364531 error-stack-parser • 2.1.4 Extract meaning from JS Errors INDIRECT 1 1654553797 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.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736869242 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 fast-deep-equal • 2.0.1 Fast deep equal INDIRECT 0 1524909830 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 fbjs • 0.8.18 A collection of utility libraries used by other Facebook JS projects INDIRECT 15 1635006098 free-style • 3.1.0 Make CSS easier and more maintainable by using JavaScript INDIRECT 0 1583372497 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 functions-have-names • 1.2.3 Does this JS environment support the `name` property on functions? INDIRECT 0 1650390293 get-intrinsic • 1.2.7 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1735840488 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 global • 4.4.0 Require global variables INDIRECT 3 1560166008 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 gud • 1.0.0 Create a 'gud nuff' (not cryptographically secure) globally unique id INDIRECT 0 1519255548 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 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.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 htmlparser2 • 3.10.1 Fast & forgiving HTML/XML/RSS parser INDIRECT 12 1550168210 iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 1621825217 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 14 1734073522 is-date-object • 1.1.0 Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 14 1734048248 is-dom • 1.1.0 Check if the given object is a dom node INDIRECT 2 1561128667 is-object • 1.0.2 Checks whether a value is an object INDIRECT 0 1606929380 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 14 1733982247 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 1460446915 is-what • 3.14.1 JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration. INDIRECT 0 1613952981 is-window • 1.0.2 Checks if the given value is a window object. INDIRECT 0 1460694594 isomorphic-fetch • 2.2.1 Isomorphic WHATWG Fetch API, for Node & Browserify INDIRECT 6 1452850062 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 3.13.1 YAML 1.2 parser and serializer INDIRECT 3 1554480922 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json2csv • 4.5.4 Convert JSON to CSV INDIRECT 3 1570647976 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 1668126726 lodash-es • 4.17.21 Lodash exported as ES modules. INDIRECT 0 1613835815 lodash.clonedeep • 4.5.0 The lodash method `_.cloneDeep` exported as a module. INDIRECT 0 1471109839 lodash.escape • 4.0.1 The lodash method `_.escape` exported as a module. INDIRECT 0 1469457791 lodash.escaperegexp • 4.1.2 The lodash method `_.escapeRegExp` exported as a module. INDIRECT 0 1469457796 lodash.get • 4.4.2 The lodash method `_.get` exported as a module. INDIRECT 0 1471109966 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 1471110067 lodash.isstring • 4.0.1 The lodash method `_.isString` exported as a module. INDIRECT 0 1454484539 lodash.mergewith • 4.6.2 The Lodash method `_.mergeWith` exported as a module. INDIRECT 0 1562718007 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 marked • 0.7.0 A markdown parser built for speed INDIRECT 0 1562386388 martinez-polygon-clipping • 0.1.5 Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor INDIRECT 2 1471442978 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 memoize-one • 4.0.0 A memoization library which only remembers the latest invocation INDIRECT 0 1530244290 memoize-one • 5.2.1 A memoization library which only remembers the latest invocation INDIRECT 0 1619229743 merge-anything • 2.4.4 Merge objects & other types recursively. A simple & small integration. INDIRECT 1 1575338357 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 moment • 2.30.1 Parse, validate, manipulate, and display dates INDIRECT 0 1703673523 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 node-fetch • 1.7.3 A light-weight module that brings window.fetch to node.js and io.js INDIRECT 4 1504852098 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 normalize.css • 8.0.1 A modern alternative to CSS resets INDIRECT 0 1541803736 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 numeral • 2.0.6 Format and manipulate numbers. INDIRECT 0 1490598307 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-is • 1.1.6 ES2015-compliant shim for Object.is - differentiates between -0 and +0 INDIRECT 18 1709078589 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 path • 0.12.7 Node.JS path module INDIRECT 3 1442157476 picomatch • 2.3.1 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1641143904 polygon-offset • 0.3.1 Polygon offsetting algorithm, aimed for use with leaflet INDIRECT 3 1477658207 popper.js • 1.16.1 A kickass library to manage your poppers INDIRECT 0 1579706853 postcss-value-parser • 3.3.1 Transforms css values and at-rule params into the tree INDIRECT 0 1539372643 postcss • 7.0.39 Tool for transforming styles with JS plugins INDIRECT 2 1633378354 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 promise • 7.3.1 Bare bones Promises/A+ implementation INDIRECT 1 1497910543 promise • 8.0.1 Bare bones Promises/A+ implementation INDIRECT 1 1499891850 prop-types • 15.6.0 Runtime type checking for React props and similar objects. INDIRECT 16 1506383086 prop-types • 15.6.2 Runtime type checking for React props and similar objects. INDIRECT 3 1529423660 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 1641341313 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 querystringify • 2.2.0 Querystringify - Small, simple but powerful query string parser. INDIRECT 0 1597688326 react-color • 2.19.3 A Collection of Color Pickers from Sketch, Photoshop, Chrome & more INDIRECT 11 1603863671 react-dom • 16.8.6 React package for working with the DOM. INDIRECT 6 1553754244 react-hot-loader • 4.13.1 Tweak React components in real time. INDIRECT 18 1668313271 react-inspector • 3.0.0 Power of Browser DevTools inspectors right inside your React app INDIRECT 11 1553069933 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-lifecycles-compat • 3.0.4 Backwards compatibility polyfill for React class components INDIRECT 0 1526049554 react-popper • 1.3.11 React wrapper around Popper.js INDIRECT 40 1614861237 react-table-hoc-fixed-columns • 2.1.0 ReactTable HOC for fixed columns INDIRECT 2 1554142356 react-table • 6.8.6 A fast, lightweight, opinionated table and datagrid built on React INDIRECT 1 1527005948 react • 16.8.4 React is a JavaScript library for building user interfaces. INDIRECT 6 1551827477 react • 16.8.6 React is a JavaScript library for building user interfaces. INDIRECT 6 1553754215 reactcss • 1.2.3 Bringing Classes to Inline Styles INDIRECT 1 1504827644 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 regenerator-runtime • 0.11.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1512675367 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 regexp.prototype.flags • 1.5.4 ES6 spec-compliant RegExp.prototype.flags shim. INDIRECT 20 1735864833 regression • 2.0.1 Javascript least squares data fitting methods INDIRECT 0 1512903316 requires-port • 1.0.0 Check if a protocol requires a certain port number to be added to an URL. INDIRECT 0 1446216153 roughjs-es5 • 0.1.0 Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance. INDIRECT 3 1528928552 rxjs-spy • 7.5.1 A debugging library for RxJS INDIRECT 7 1552207033 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 sanitize-html • 1.20.1 Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis INDIRECT 32 1556211344 scheduler • 0.13.6 Cooperative scheduler for the browser environment. INDIRECT 3 1553754386 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 1710006059 set-function-name • 2.0.2 Set a function's name property INDIRECT 6 1708407265 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 shallowequal • 1.1.0 Like lodash isEqualWith but for shallow equal. INDIRECT 0 1529793213 srcset • 1.0.0 Parse and stringify the HTML <img> srcset attribute INDIRECT 2 1432156307 stackframe • 1.3.4 JS Object representation of a stack frame INDIRECT 0 1654488489 stacktrace-gps • 3.1.2 Turns partial code location into precise code location INDIRECT 2 1654525557 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 styled-components • 4.3.2 Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress INDIRECT 44 1561005827 stylis-rule-sheet • 0.0.10 stylis plugin to extract individual rules to use with insertRule API INDIRECT 0 1520535281 stylis • 3.5.4 light - weight css preprocessor INDIRECT 0 1541787475 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 svg-path-bounding-box • 1.0.4 SVG path bounding box calculator INDIRECT 1 1434448372 svgpath • 2.6.0 Low level toolkit for SVG paths transformations. INDIRECT 0 1666971350 tinycolor2 • 1.6.0 Fast Color Parsing and Manipulation INDIRECT 0 1675467187 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 typed-styles • 0.0.7 Typed styles for cssinjs INDIRECT 0 1530554192 typestyle • 2.4.0 TypeSafe CSS INDIRECT 2 1659395315 ua-parser-js • 0.7.40 Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment INDIRECT 0 1734767817 uniqid • 5.4.0 Unique ID Generator INDIRECT 0 1629275503 url-parse • 1.4.7 Small footprint URL parser that works seamlessly across Node.js and browser environments INDIRECT 2 1556291603 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.10.4 Node.JS util module INDIRECT 1 1528061603 warning • 4.0.3 A mirror of Facebook's Warning INDIRECT 2 1549746508 whatwg-fetch • 3.6.20 A window.fetch polyfill. INDIRECT 0 1702509384 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1718549308 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945