UNDP GeoHub (v1.16.15) is being developed and maintained by United Nations Development Programme under BSD-3-Clause.
The platform uses the following open source softwares in the frontend side.
The following 963 packages are licensed under MIT.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@adobe/css-tools | 4.4.0 | TJ Holowaychuk | Homepage | CSS parser / stringifier |
@azure/abort-controller | 1.1.0, 2.1.2 | Microsoft Corporation | Homepage | Microsoft Azure SDK for JavaScript - Aborter |
@azure/core-amqp | 4.3.2 | Microsoft Corporation | Homepage | Common library for amqp based azure sdks like @azure/event-hubs. |
@azure/core-auth | 1.7.2 | Microsoft Corporation | Homepage | Provides low-level interfaces and helper methods for authentication in Azure SDK |
@azure/core-client | 1.9.2 | Microsoft Corporation | Homepage | Core library for interfacing with AutoRest generated code |
@azure/core-http-compat | 2.1.2 | Microsoft Corporation | Homepage | Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages. |
@azure/core-lro | 2.7.2 | Microsoft Corporation | Homepage | Isomorphic client library for supporting long-running operations in node.js and browser. |
@azure/core-paging | 1.6.2 | Microsoft Corporation | Homepage | Core types for paging async iterable iterators |
@azure/core-rest-pipeline | 1.16.3 | Microsoft Corporation | Homepage | Isomorphic client library for making HTTP requests in node.js and browser. |
@azure/core-tracing | 1.1.2 | Microsoft Corporation | Homepage | Provides low-level interfaces and helper methods for tracing in Azure SDK |
@azure/core-util | 1.9.2 | Microsoft Corporation | Homepage | Core library for shared utility methods |
@azure/core-xml | 1.4.3 | Microsoft Corporation | Homepage | Core library for interacting with XML payloads |
@azure/logger | 1.1.4 | Microsoft Corporation | Homepage | Microsoft Azure SDK for JavaScript - Logger |
@azure/service-bus | 7.9.5 | Microsoft Corporation | Homepage | Azure Service Bus SDK for JavaScript |
@azure/storage-blob | 12.24.0 | Microsoft Corporation | Homepage | Microsoft Azure Storage SDK for JavaScript - Blob |
@azure/web-pubsub | 1.1.3 | Microsoft Corporation | Homepage | Azure client library for Azure Web PubSub |
@azure/web-pubsub-client | 1.0.1 | Microsoft Corporation | Homepage | Azure Web PubSub Client |
@babel/code-frame | 7.24.7 | The Babel Team | Homepage | Generate errors that contain a code frame that point to source locations. |
@babel/compat-data | 7.25.4 | The Babel Team | Homepage | |
@babel/core | 7.25.2 | The Babel Team | Homepage | Babel compiler core. |
@babel/generator | 7.25.6 | The Babel Team | Homepage | Turns an AST into code. |
@babel/helper-annotate-as-pure | 7.24.7 | The Babel Team | Homepage | Helper function to annotate paths and nodes with #PURE comment |
@babel/helper-builder-binary-assignment-operator-visitor | 7.24.7 | The Babel Team | Homepage | Helper function to build binary assignment operator visitors |
@babel/helper-compilation-targets | 7.25.2 | The Babel Team | Homepage | Helper functions on Babel compilation targets |
@babel/helper-create-class-features-plugin | 7.25.4 | The Babel Team | Homepage | Compile class public and private fields, private methods and decorators to ES6 |
@babel/helper-create-regexp-features-plugin | 7.25.2 | The Babel Team | Homepage | Compile ESNext Regular Expressions to ES5 |
@babel/helper-define-polyfill-provider | 0.6.2 | N/A | Homepage | Babel helper to create your own polyfill provider |
@babel/helper-member-expression-to-functions | 7.24.8 | The Babel Team | Homepage | Helper function to replace certain member expressions with function calls |
@babel/helper-module-imports | 7.24.7 | The Babel Team | Homepage | Babel helper functions for inserting module loads |
@babel/helper-module-transforms | 7.25.2 | The Babel Team | Homepage | Babel helper functions for implementing ES6 module transformations |
@babel/helper-optimise-call-expression | 7.24.7 | The Babel Team | Homepage | Helper function to optimise call expression |
@babel/helper-plugin-utils | 7.24.8 | The Babel Team | Homepage | General utilities for plugins to use |
@babel/helper-remap-async-to-generator | 7.25.0 | The Babel Team | Homepage | Helper function to remap async functions to generators |
@babel/helper-replace-supers | 7.25.0 | The Babel Team | Homepage | Helper function to replace supers |
@babel/helper-simple-access | 7.24.7 | The Babel Team | Homepage | Babel helper for ensuring that access to a given value is performed through simple accesses |
@babel/helper-skip-transparent-expression-wrappers | 7.24.7 | The Babel Team | Homepage | Helper which skips types and parentheses |
@babel/helper-string-parser | 7.24.8 | The Babel Team | Homepage | A utility package to parse strings |
@babel/helper-validator-identifier | 7.24.7 | The Babel Team | Homepage | Validate identifier/keywords name |
@babel/helper-validator-option | 7.24.8 | The Babel Team | Homepage | Validate plugin/preset options |
@babel/helper-wrap-function | 7.25.0 | The Babel Team | Homepage | Helper to wrap functions inside a function call. |
@babel/helpers | 7.25.6 | The Babel Team | Homepage | Collection of helper functions used by Babel transforms. |
@babel/highlight | 7.24.7 | The Babel Team | Homepage | Syntax highlight JavaScript strings for output in terminals. |
@babel/parser | 7.25.6 | The Babel Team | Homepage | A JavaScript parser |
@babel/plugin-bugfix-firefox-class-in-computed-class-key | 7.25.3 | The Babel Team | Homepage | Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 |
@babel/plugin-bugfix-safari-class-field-initializer-scope | 7.25.0 | The Babel Team | Homepage | Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 |
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression | 7.25.0 | The Babel Team | Homepage | Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 |
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining | 7.24.7 | The Babel Team | Homepage | Transform optional chaining operators to workaround https://crbug.com/v8/11558 |
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly | 7.25.0 | The Babel Team | Homepage | Transform static class fields assignments that are affected by https://crbug.com/v8/12421 |
@babel/plugin-proposal-private-property-in-object | 7.21.0-placeholder-for-preset-env.2 | The Babel Team | Homepage | This plugin transforms checks for a private property in an object |
@babel/plugin-syntax-async-generators | 7.8.4 | N/A | Homepage | Allow parsing of async generator functions |
@babel/plugin-syntax-class-properties | 7.12.13 | N/A | Homepage | Allow parsing of class properties |
@babel/plugin-syntax-class-static-block | 7.14.5 | The Babel Team | Homepage | Allow parsing of class static blocks |
@babel/plugin-syntax-dynamic-import | 7.8.3 | N/A | Homepage | Allow parsing of import() |
@babel/plugin-syntax-export-namespace-from | 7.8.3 | N/A | Homepage | Allow parsing of export namespace from |
@babel/plugin-syntax-flow | 7.24.7 | The Babel Team | Homepage | Allow parsing of the flow syntax |
@babel/plugin-syntax-import-assertions | 7.25.6 | The Babel Team | Homepage | Allow parsing of the module assertion attributes in the import statement |
@babel/plugin-syntax-import-attributes | 7.25.6 | The Babel Team | Homepage | Allow parsing of the module attributes in the import statement |
@babel/plugin-syntax-import-meta | 7.10.4 | N/A | Homepage | Allow parsing of import.meta |
@babel/plugin-syntax-json-strings | 7.8.3 | N/A | Homepage | Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings |
@babel/plugin-syntax-jsx | 7.24.7 | The Babel Team | Homepage | Allow parsing of jsx |
@babel/plugin-syntax-logical-assignment-operators | 7.10.4 | N/A | Homepage | Allow parsing of the logical assignment operators |
@babel/plugin-syntax-nullish-coalescing-operator | 7.8.3 | N/A | Homepage | Allow parsing of the nullish-coalescing operator |
@babel/plugin-syntax-numeric-separator | 7.10.4 | N/A | Homepage | Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator |
@babel/plugin-syntax-object-rest-spread | 7.8.3 | N/A | Homepage | Allow parsing of object rest/spread |
@babel/plugin-syntax-optional-catch-binding | 7.8.3 | N/A | Homepage | Allow parsing of optional catch bindings |
@babel/plugin-syntax-optional-chaining | 7.8.3 | N/A | Homepage | Allow parsing of optional properties |
@babel/plugin-syntax-private-property-in-object | 7.14.5 | The Babel Team | Homepage | Allow parsing of '#foo in obj' brand checks |
@babel/plugin-syntax-top-level-await | 7.14.5 | The Babel Team | Homepage | Allow parsing of top-level await in modules |
@babel/plugin-syntax-typescript | 7.25.4 | The Babel Team | Homepage | Allow parsing of TypeScript syntax |
@babel/plugin-syntax-unicode-sets-regex | 7.18.6 | The Babel Team | Homepage | Parse regular expressions' unicodeSets (v) flag. |
@babel/plugin-transform-arrow-functions | 7.24.7 | The Babel Team | Homepage | Compile ES2015 arrow functions to ES5 |
@babel/plugin-transform-async-generator-functions | 7.25.4 | The Babel Team | Homepage | Turn async generator functions into ES2015 generators |
@babel/plugin-transform-async-to-generator | 7.24.7 | The Babel Team | Homepage | Turn async functions into ES2015 generators |
@babel/plugin-transform-block-scoped-functions | 7.24.7 | The Babel Team | Homepage | Babel plugin to ensure function declarations at the block level are block scoped |
@babel/plugin-transform-block-scoping | 7.25.0 | The Babel Team | Homepage | Compile ES2015 block scoping (const and let) to ES5 |
@babel/plugin-transform-class-properties | 7.25.4 | The Babel Team | Homepage | This plugin transforms static class properties as well as properties declared with the property initializer syntax |
@babel/plugin-transform-class-static-block | 7.24.7 | The Babel Team | Homepage | Transform class static blocks |
@babel/plugin-transform-classes | 7.25.4 | The Babel Team | Homepage | Compile ES2015 classes to ES5 |
@babel/plugin-transform-computed-properties | 7.24.7 | The Babel Team | Homepage | Compile ES2015 computed properties to ES5 |
@babel/plugin-transform-destructuring | 7.24.8 | The Babel Team | Homepage | Compile ES2015 destructuring to ES5 |
@babel/plugin-transform-dotall-regex | 7.24.7 | The Babel Team | Homepage | Compile regular expressions using the |
@babel/plugin-transform-duplicate-keys | 7.24.7 | The Babel Team | Homepage | Compile objects with duplicate keys to valid strict ES5 |
@babel/plugin-transform-duplicate-named-capturing-groups-regex | 7.25.0 | The Babel Team | Homepage | Compile regular expressions using duplicate named groups to index-based groups. |
@babel/plugin-transform-dynamic-import | 7.24.7 | The Babel Team | Homepage | Transform import() expressions |
@babel/plugin-transform-exponentiation-operator | 7.24.7 | The Babel Team | Homepage | Compile exponentiation operator to ES5 |
@babel/plugin-transform-export-namespace-from | 7.24.7 | The Babel Team | Homepage | Compile export namespace to ES2015 |
@babel/plugin-transform-flow-strip-types | 7.25.2 | The Babel Team | Homepage | Strip flow type annotations from your output code. |
@babel/plugin-transform-for-of | 7.24.7 | The Babel Team | Homepage | Compile ES2015 for...of to ES5 |
@babel/plugin-transform-function-name | 7.25.1 | The Babel Team | Homepage | Apply ES2015 function.name semantics to all functions |
@babel/plugin-transform-json-strings | 7.24.7 | The Babel Team | Homepage | Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings |
@babel/plugin-transform-literals | 7.25.2 | The Babel Team | Homepage | Compile ES2015 unicode string and number literals to ES5 |
@babel/plugin-transform-logical-assignment-operators | 7.24.7 | The Babel Team | Homepage | Transforms logical assignment operators into short-circuited assignments |
@babel/plugin-transform-member-expression-literals | 7.24.7 | The Babel Team | Homepage | Ensure that reserved words are quoted in property accesses |
@babel/plugin-transform-modules-amd | 7.24.7 | The Babel Team | Homepage | This plugin transforms ES2015 modules to AMD |
@babel/plugin-transform-modules-commonjs | 7.24.8 | The Babel Team | Homepage | This plugin transforms ES2015 modules to CommonJS |
@babel/plugin-transform-modules-systemjs | 7.25.0 | The Babel Team | Homepage | This plugin transforms ES2015 modules to SystemJS |
@babel/plugin-transform-modules-umd | 7.24.7 | The Babel Team | Homepage | This plugin transforms ES2015 modules to UMD |
@babel/plugin-transform-named-capturing-groups-regex | 7.24.7 | The Babel Team | Homepage | Compile regular expressions using named groups to ES5. |
@babel/plugin-transform-new-target | 7.24.7 | The Babel Team | Homepage | Transforms new.target meta property |
@babel/plugin-transform-nullish-coalescing-operator | 7.24.7 | The Babel Team | Homepage | Remove nullish coalescing operator |
@babel/plugin-transform-numeric-separator | 7.24.7 | The Babel Team | Homepage | Remove numeric separators from Decimal, Binary, Hex and Octal literals |
@babel/plugin-transform-object-rest-spread | 7.24.7 | The Babel Team | Homepage | Compile object rest and spread to ES5 |
@babel/plugin-transform-object-super | 7.24.7 | The Babel Team | Homepage | Compile ES2015 object super to ES5 |
@babel/plugin-transform-optional-catch-binding | 7.24.7 | The Babel Team | Homepage | Compile optional catch bindings |
@babel/plugin-transform-optional-chaining | 7.24.8 | The Babel Team | Homepage | Transform optional chaining operators into a series of nil checks |
@babel/plugin-transform-parameters | 7.24.7 | The Babel Team | Homepage | Compile ES2015 default and rest parameters to ES5 |
@babel/plugin-transform-private-methods | 7.25.4 | The Babel Team | Homepage | This plugin transforms private class methods |
@babel/plugin-transform-private-property-in-object | 7.24.7 | The Babel Team | Homepage | This plugin transforms checks for a private property in an object |
@babel/plugin-transform-property-literals | 7.24.7 | The Babel Team | Homepage | Ensure that reserved words are quoted in object property keys |
@babel/plugin-transform-regenerator | 7.24.7 | The Babel Team | Homepage | Explode async and generator functions into a state machine. |
@babel/plugin-transform-reserved-words | 7.24.7 | The Babel Team | Homepage | Ensure that no reserved words are used. |
@babel/plugin-transform-shorthand-properties | 7.24.7 | The Babel Team | Homepage | Compile ES2015 shorthand properties to ES5 |
@babel/plugin-transform-spread | 7.24.7 | The Babel Team | Homepage | Compile ES2015 spread to ES5 |
@babel/plugin-transform-sticky-regex | 7.24.7 | The Babel Team | Homepage | Compile ES2015 sticky regex to an ES5 RegExp constructor |
@babel/plugin-transform-template-literals | 7.24.7 | The Babel Team | Homepage | Compile ES2015 template literals to ES5 |
@babel/plugin-transform-typeof-symbol | 7.24.8 | The Babel Team | Homepage | This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) |
@babel/plugin-transform-typescript | 7.25.2 | The Babel Team | Homepage | Transform TypeScript into ES.next |
@babel/plugin-transform-unicode-escapes | 7.24.7 | The Babel Team | Homepage | Compile ES2015 Unicode escapes to ES5 |
@babel/plugin-transform-unicode-property-regex | 7.24.7 | The Babel Team | Homepage | Compile Unicode property escapes in Unicode regular expressions to ES5. |
@babel/plugin-transform-unicode-regex | 7.24.7 | The Babel Team | Homepage | Compile ES2015 Unicode regex to ES5 |
@babel/plugin-transform-unicode-sets-regex | 7.25.4 | The Babel Team | Homepage | Compile regular expressions' unicodeSets (v) flag. |
@babel/preset-env | 7.25.4 | The Babel Team | Homepage | A Babel preset for each environment. |
@babel/preset-flow | 7.24.7 | The Babel Team | Homepage | Babel preset for all Flow plugins. |
@babel/preset-modules | 0.1.6-no-external-plugins | N/A | Homepage | A Babel preset that targets modern browsers by fixing engine bugs. |
@babel/preset-typescript | 7.24.7 | The Babel Team | Homepage | Babel preset for TypeScript. |
@babel/register | 7.24.6 | The Babel Team | Homepage | babel require hook |
@babel/regjsgen | 0.8.0 | Benjamin Tan | Homepage | Generate regular expressions from regjsparser’s AST. |
@babel/runtime | 7.25.6 | The Babel Team | Homepage | babel's modular runtime helpers |
@babel/runtime-corejs3 | 7.25.6 | The Babel Team | Homepage | babel's modular runtime helpers with core-js@3 polyfilling |
@babel/template | 7.25.0 | The Babel Team | Homepage | Generate an AST from a string template. |
@babel/traverse | 7.25.6 | The Babel Team | Homepage | The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes |
@babel/types | 7.25.6 | The Babel Team | Homepage | Babel Types is a Lodash-esque utility library for AST nodes |
@carbon/utils-position | 1.3.0 | IBM | Homepage | Position elements relative to other elements |
@changesets/apply-release-plan | 7.0.5 | N/A | Homepage | Takes a release plan and applies it to packages |
@changesets/assemble-release-plan | 6.0.4 | N/A | Homepage | Reads changesets and adds information on dependents that need bumping |
@changesets/changelog-git | 0.2.0 | N/A | Homepage | A changelog entry generator for git that writes hashes |
@changesets/cli | 2.27.8 | Changesets Contributors | Homepage | Organise your package versioning and publishing to make both contributors and maintainers happy |
@changesets/config | 3.0.3 | N/A | Homepage | Utilities for reading and parsing Changeset's config |
@changesets/errors | 0.2.0 | N/A | Homepage | Error classes for @changesets |
@changesets/get-dependents-graph | 2.1.2 | N/A | Homepage | Get the graph of dependents in a monorepo |
@changesets/get-release-plan | 4.0.4 | N/A | Homepage | Reads changesets and adds information on dependents that need bumping |
@changesets/get-version-range-type | 0.4.0 | N/A | Homepage | Common get-version-range-type shared between changeset packages |
@changesets/git | 3.0.1 | N/A | Homepage | Some git helpers that changesets use to get information |
@changesets/logger | 0.1.1 | N/A | Homepage | Console log alias |
@changesets/parse | 0.4.0 | N/A | Homepage | Parse a changeset file's contents into a usable json object |
@changesets/pre | 2.0.1 | N/A | Homepage | Utils to make a Changesets repo enter and exit pre mode |
@changesets/read | 0.6.1 | N/A | Homepage | Read changesets from disc, and return the information as JSON |
@changesets/should-skip-package | 0.1.1 | N/A | Homepage | Checks if a package should be skipped for versioning or tagging purposes |
@changesets/types | 4.1.0, 6.0.0 | N/A | Homepage | Common types shared between changeset packages |
@changesets/write | 0.3.2 | N/A | Homepage | Writes a changeset to a file |
@esbuild/linux-x64 | 0.21.5 | N/A | Homepage | The Linux 64-bit binary for esbuild, a JavaScript bundler. |
@eslint-community/eslint-utils | 4.4.0 | Toru Nagashima | Homepage | Utilities for ESLint plugins. |
@eslint-community/regexpp | 4.11.0 | Toru Nagashima | Homepage | Regular expression parser for ECMAScript. |
@eslint/eslintrc | 1.4.1, 3.1.0 | Nicholas C. Zakas | Homepage | The legacy ESLintRC config file format for ESLint |
@eslint/js | 9.10.0 | N/A | Homepage | ESLint JavaScript language implementation |
@floating-ui/core | 1.6.7 | atomiks | Homepage | Positioning library for floating elements: tooltips, popovers, dropdowns, and more |
@floating-ui/dom | 1.6.10 | atomiks | Homepage | Floating UI for the web |
@floating-ui/utils | 0.2.7 | atomiks | Homepage | Utilities for Floating UI |
@istanbuljs/schema | 0.1.3 | Corey Farrell | Homepage | Schemas describing various structures used by nyc and istanbuljs |
@jest/schemas | 29.6.3 | N/A | Homepage | |
@jridgewell/gen-mapping | 0.3.5 | Justin Ridgewell | Homepage | Generate source maps |
@jridgewell/resolve-uri | 3.1.2 | Justin Ridgewell | Homepage | Resolve a URI relative to an optional base URI |
@jridgewell/set-array | 1.2.1 | Justin Ridgewell | Homepage | Like a Set, but provides the index of the |
@jridgewell/sourcemap-codec | 1.5.0 | Rich Harris | Homepage | Encode/decode sourcemap mappings |
@jridgewell/trace-mapping | 0.3.25 | Justin Ridgewell | Homepage | Trace the original position through a source map |
@manypkg/find-root | 1.1.0 | N/A | Homepage | |
@manypkg/get-packages | 1.1.3 | N/A | Homepage | |
@mdx-js/react | 3.0.1 | John Otander | Homepage | React context for MDX |
@neodrag/svelte | 2.0.6 | Puru Vijay | Homepage | Svelte Action to add dragging to your apps 😉 |
@nodelib/fs.scandir | 2.1.5 | N/A | Homepage | List files and directories inside the specified directory |
@nodelib/fs.stat | 2.0.5 | N/A | Homepage | Get the status of a file with some features |
@nodelib/fs.walk | 1.2.8 | N/A | Homepage | A library for efficiently walking a directory recursively |
@panva/hkdf | 1.2.1 | Filip Skokan | Homepage | HKDF with no dependencies using runtime's native crypto |
@pkgjs/parseargs | 0.11.0 | N/A | Homepage | Polyfill of future proposal for |
@polka/url | 1.0.0-next.25 | Luke Edwards | Homepage | Super fast, memoized |
@popperjs/core | 2.11.8 | Federico Zivolo | Homepage | Tooltip and Popover Positioning Engine |
@rollup/plugin-commonjs | 26.0.1 | Rich Harris | Homepage | Convert CommonJS modules to ES2015 |
@rollup/plugin-json | 6.1.0 | rollup | Homepage | Convert .json files to ES6 modules |
@rollup/plugin-node-resolve | 15.2.3 | Rich Harris | Homepage | Locate and bundle third-party dependencies in node_modules |
@rollup/pluginutils | 5.1.0 | Rich Harris | Homepage | A set of utility functions commonly used by Rollup plugins |
@rollup/rollup-linux-x64-gnu | 4.21.2 | Lukas Taegert-Atkinson | Homepage | Native bindings for Rollup |
@rollup/rollup-linux-x64-musl | 4.21.2 | Lukas Taegert-Atkinson | Homepage | Native bindings for Rollup |
@sinclair/typebox | 0.27.8 | sinclairzx81 | Homepage | JSONSchema Type Builder with Static Type Resolution for TypeScript |
@sindresorhus/merge-streams | 2.3.0 | Sindre Sorhus | Homepage | Merge multiple streams into a unified stream |
@sjmc11/tourguidejs | 0.0.16, 0.0.17 | JC | Homepage | A customizable tour guide library for front-end applications. |
@storybook/addon-actions | 8.2.9 | N/A | Homepage | Get UI feedback when an action is performed on an interactive element |
@storybook/addon-backgrounds | 8.2.9 | jbaxleyiii | Homepage | Switch backgrounds to view components in different settings |
@storybook/addon-controls | 8.2.9 | N/A | Homepage | Interact with component inputs dynamically in the Storybook UI |
@storybook/addon-docs | 8.2.9 | N/A | Homepage | Document component usage and properties in Markdown |
@storybook/addon-essentials | 8.2.9 | N/A | Homepage | Curated addons to bring out the best of Storybook |
@storybook/addon-highlight | 8.2.9 | winkerVSbecks | Homepage | Highlight DOM nodes within your stories |
@storybook/addon-interactions | 8.2.9 | N/A | Homepage | Automate, test and debug user interactions |
@storybook/addon-links | 8.2.9 | N/A | Homepage | Link stories together to build demos and prototypes with your UI components |
@storybook/addon-mdx-gfm | 8.2.9 | N/A | Homepage | GitHub Flavored Markdown in Storybook |
@storybook/addon-measure | 8.2.9 | winkerVSbecks | Homepage | Inspect layouts by visualizing the box model |
@storybook/addon-outline | 8.2.9 | winkerVSbecks | Homepage | Outline all elements with CSS to help with layout placement and alignment |
@storybook/addon-toolbars | 8.2.9 | N/A | Homepage | Create your own toolbar items that control story rendering |
@storybook/addon-viewport | 8.2.9 | N/A | Homepage | Build responsive components by adjusting Storybook’s viewport size and orientation |
@storybook/blocks | 8.2.9 | N/A | Homepage | Storybook Doc Blocks |
@storybook/builder-vite | 8.2.9 | Eirik Sletteberg | Homepage | A plugin to run and build Storybooks with Vite |
@storybook/codemod | 8.2.9 | N/A | Homepage | A collection of codemod scripts written with JSCodeshift |
@storybook/components | 8.2.9 | N/A | Homepage | Core Storybook Components |
@storybook/core | 8.2.9 | N/A | Homepage | Storybook framework-agnostic API |
@storybook/csf | 0.0.1, 0.1.11 | N/A | Homepage | Component Story Format (CSF) utilities |
@storybook/csf-plugin | 8.2.9 | N/A | Homepage | Enrich CSF files via static analysis |
@storybook/global | 5.0.0 | Norbert | Homepage | Require global variables |
@storybook/icons | 1.2.10 | cdedreuille | Homepage | Icon library from the Storybook team |
@storybook/instrumenter | 8.2.9 | N/A | Homepage | |
@storybook/manager-api | 8.2.9 | N/A | Homepage | Core Storybook Manager API & Context |
@storybook/preview-api | 8.2.9 | N/A | Homepage | |
@storybook/react-dom-shim | 8.2.9 | N/A | Homepage | |
@storybook/source-loader | 8.2.9 | N/A | Homepage | Source loader |
@storybook/svelte | 8.2.9 | N/A | Homepage | Storybook Svelte renderer |
@storybook/svelte-vite | 8.2.9 | N/A | Homepage | Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading. |
@storybook/sveltekit | 8.2.9 | N/A | Homepage | Storybook for SvelteKit |
@storybook/test | 8.2.9 | N/A | Homepage | |
@storybook/theming | 8.2.9 | N/A | Homepage | Core Storybook Components |
@sveltejs/adapter-auto | 3.2.4 | N/A | Homepage | Automatically chooses the SvelteKit adapter for your current environment, if possible. |
@sveltejs/adapter-node | 5.2.2 | N/A | Homepage | Adapter for SvelteKit apps that generates a standalone Node server |
@sveltejs/kit | 2.5.26 | N/A | Homepage | SvelteKit is the fastest way to build Svelte apps |
@sveltejs/package | 2.3.4 | N/A | Homepage | The fastest way to build Svelte packages |
@sveltejs/vite-plugin-svelte | 3.1.2 | dominikg | Homepage | |
@sveltejs/vite-plugin-svelte-inspector | 2.1.0 | dominikg | Homepage | |
@testing-library/dom | 10.1.0, 10.4.0 | Kent C. Dodds | Homepage | Simple and complete DOM testing utilities that encourage good testing practices. |
@testing-library/jest-dom | 6.4.5, 6.5.0 | Ernesto Garcia | Homepage | Custom jest matchers to test the state of the DOM |
@testing-library/svelte | 5.2.1 | N/A | Homepage | Simple and complete Svelte testing utilities that encourage good testing practices. |
@testing-library/user-event | 14.5.2 | Giorgio Polvara | Homepage | Fire events the same way the user does |
@turf/bbox | 7.1.0 | Turf Authors | Homepage | turf bbox module |
@turf/helpers | 7.1.0 | Turf Authors | Homepage | turf helpers module |
@turf/meta | 7.1.0 | Turf Authors | Homepage | turf meta module |
@types/aria-query | 5.0.4 | N/A | Homepage | TypeScript definitions for aria-query |
@types/body-parser | 1.19.5 | N/A | Homepage | TypeScript definitions for body-parser |
@types/chroma-js | 2.4.4 | N/A | Homepage | TypeScript definitions for chroma-js |
@types/codemirror | 5.60.15 | N/A | Homepage | TypeScript definitions for codemirror |
@types/colormap | 2.3.4 | N/A | Homepage | TypeScript definitions for colormap |
@types/connect | 3.4.38 | N/A | Homepage | TypeScript definitions for connect |
@types/cookie | 0.6.0 | N/A | Homepage | TypeScript definitions for cookie |
@types/cross-spawn | 6.0.6 | N/A | Homepage | TypeScript definitions for cross-spawn |
@types/crypto-js | 4.2.2 | N/A | Homepage | TypeScript definitions for crypto-js |
@types/d3 | 7.4.3 | N/A | Homepage | TypeScript definitions for d3 |
@types/d3-array | 3.2.1 | N/A | Homepage | TypeScript definitions for d3-array |
@types/d3-axis | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-axis |
@types/d3-brush | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-brush |
@types/d3-chord | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-chord |
@types/d3-color | 3.1.3 | N/A | Homepage | TypeScript definitions for d3-color |
@types/d3-contour | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-contour |
@types/d3-delaunay | 6.0.4 | N/A | Homepage | TypeScript definitions for d3-delaunay |
@types/d3-dispatch | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-dispatch |
@types/d3-drag | 3.0.7 | N/A | Homepage | TypeScript definitions for d3-drag |
@types/d3-dsv | 3.0.7 | N/A | Homepage | TypeScript definitions for d3-dsv |
@types/d3-ease | 3.0.2 | N/A | Homepage | TypeScript definitions for d3-ease |
@types/d3-fetch | 3.0.7 | N/A | Homepage | TypeScript definitions for d3-fetch |
@types/d3-force | 3.0.10 | N/A | Homepage | TypeScript definitions for d3-force |
@types/d3-format | 3.0.4 | N/A | Homepage | TypeScript definitions for d3-format |
@types/d3-geo | 3.1.0 | N/A | Homepage | TypeScript definitions for d3-geo |
@types/d3-hierarchy | 3.1.7 | N/A | Homepage | TypeScript definitions for d3-hierarchy |
@types/d3-interpolate | 3.0.4 | N/A | Homepage | TypeScript definitions for d3-interpolate |
@types/d3-path | 3.1.0 | N/A | Homepage | TypeScript definitions for d3-path |
@types/d3-polygon | 3.0.2 | N/A | Homepage | TypeScript definitions for d3-polygon |
@types/d3-quadtree | 3.0.6 | N/A | Homepage | TypeScript definitions for d3-quadtree |
@types/d3-random | 3.0.3 | N/A | Homepage | TypeScript definitions for d3-random |
@types/d3-scale | 4.0.8 | N/A | Homepage | TypeScript definitions for d3-scale |
@types/d3-scale-chromatic | 3.0.3 | N/A | Homepage | TypeScript definitions for d3-scale-chromatic |
@types/d3-selection | 3.0.10 | N/A | Homepage | TypeScript definitions for d3-selection |
@types/d3-shape | 3.1.6 | N/A | Homepage | TypeScript definitions for d3-shape |
@types/d3-time | 3.0.3 | N/A | Homepage | TypeScript definitions for d3-time |
@types/d3-time-format | 4.0.3 | N/A | Homepage | TypeScript definitions for d3-time-format |
@types/d3-timer | 3.0.2 | N/A | Homepage | TypeScript definitions for d3-timer |
@types/d3-transition | 3.0.8 | N/A | Homepage | TypeScript definitions for d3-transition |
@types/d3-zoom | 3.0.8 | N/A | Homepage | TypeScript definitions for d3-zoom |
@types/debug | 4.1.12 | N/A | Homepage | TypeScript definitions for debug |
@types/emscripten | 1.39.13 | N/A | Homepage | TypeScript definitions for emscripten |
@types/eslint | 9.6.1 | N/A | Homepage | TypeScript definitions for eslint |
@types/estree | 1.0.5 | N/A | Homepage | TypeScript definitions for estree |
@types/express | 4.17.21 | N/A | Homepage | TypeScript definitions for express |
@types/express-serve-static-core | 4.19.5 | N/A | Homepage | TypeScript definitions for express-serve-static-core |
@types/find-cache-dir | 3.2.1 | N/A | Homepage | TypeScript definitions for find-cache-dir |
@types/geojson | 7946.0.14 | N/A | Homepage | TypeScript definitions for geojson |
@types/geojson-vt | 3.2.5 | N/A | Homepage | TypeScript definitions for geojson-vt |
@types/hast | 3.0.4 | N/A | Homepage | TypeScript definitions for hast |
@types/http-errors | 2.0.4 | N/A | Homepage | TypeScript definitions for http-errors |
@types/is-buffer | 2.0.2 | N/A | Homepage | TypeScript definitions for is-buffer |
@types/json-schema | 7.0.15 | N/A | Homepage | TypeScript definitions for json-schema |
@types/json-stable-stringify | 1.0.36 | N/A | Homepage | TypeScript definitions for json-stable-stringify |
@types/leaflet | 1.9.12 | N/A | Homepage | TypeScript definitions for leaflet |
@types/lodash | 4.17.7 | N/A | Homepage | TypeScript definitions for lodash |
@types/lodash-es | 4.17.12 | N/A | Homepage | TypeScript definitions for lodash-es |
@types/mapbox__point-geometry | 0.1.4 | N/A | Homepage | TypeScript definitions for @mapbox/point-geometry |
@types/mapbox__vector-tile | 1.3.4 | N/A | Homepage | TypeScript definitions for @mapbox/vector-tile |
@types/marked | 4.3.2 | N/A | Homepage | TypeScript definitions for Marked |
@types/mdast | 4.0.4 | N/A | Homepage | TypeScript definitions for mdast |
@types/mdx | 2.0.13 | N/A | Homepage | TypeScript definitions for mdx |
@types/mime | 1.3.5 | N/A | Homepage | TypeScript definitions for mime |
@types/ms | 0.7.34 | N/A | Homepage | TypeScript definitions for ms |
@types/node | 12.20.55, 18.19.50, 22.5.4 | N/A | Homepage | TypeScript definitions for node |
@types/papaparse | 5.3.14 | N/A | Homepage | TypeScript definitions for papaparse |
@types/pbf | 3.0.5 | N/A | Homepage | TypeScript definitions for pbf |
@types/pg | 8.11.8 | N/A | Homepage | TypeScript definitions for pg |
@types/pngjs | 6.0.5 | N/A | Homepage | TypeScript definitions for pngjs |
@types/prop-types | 15.7.12 | N/A | Homepage | TypeScript definitions for prop-types |
@types/pug | 2.0.10 | N/A | Homepage | TypeScript definitions for pug |
@types/qs | 6.9.15 | N/A | Homepage | TypeScript definitions for qs |
@types/range-parser | 1.2.7 | N/A | Homepage | TypeScript definitions for range-parser |
@types/react | 18.3.5 | N/A | Homepage | TypeScript definitions for react |
@types/resolve | 1.20.2 | N/A | Homepage | TypeScript definitions for resolve |
@types/semver | 7.5.8 | N/A | Homepage | TypeScript definitions for semver |
@types/send | 0.17.4 | N/A | Homepage | TypeScript definitions for send |
@types/serve-static | 1.15.7 | N/A | Homepage | TypeScript definitions for serve-static |
@types/supercluster | 7.1.3 | N/A | Homepage | TypeScript definitions for supercluster |
@types/tern | 0.23.9 | N/A | Homepage | TypeScript definitions for tern |
@types/topojson | 3.2.6 | N/A | Homepage | TypeScript definitions for topojson |
@types/topojson-client | 3.1.4 | N/A | Homepage | TypeScript definitions for topojson-client |
@types/topojson-server | 3.0.4 | N/A | Homepage | TypeScript definitions for topojson-server |
@types/topojson-simplify | 3.0.3 | N/A | Homepage | TypeScript definitions for topojson-simplify |
@types/topojson-specification | 1.0.5 | N/A | Homepage | TypeScript definitions for topojson-specification |
@types/unist | 3.0.3 | N/A | Homepage | TypeScript definitions for unist |
@types/uuid | 9.0.8, 10.0.0 | N/A | Homepage | TypeScript definitions for uuid |
@typescript-eslint/eslint-plugin | 8.4.0 | N/A | Homepage | TypeScript plugin for ESLint |
@typescript-eslint/scope-manager | 5.62.0, 8.4.0 | N/A | Homepage | TypeScript scope analyser for ESLint |
@typescript-eslint/type-utils | 8.4.0 | N/A | Homepage | Type utilities for working with TypeScript + ESLint together |
@typescript-eslint/types | 5.62.0, 8.4.0 | N/A | Homepage | Types for the TypeScript-ESTree AST spec |
@typescript-eslint/utils | 5.62.0, 8.4.0 | N/A | Homepage | Utilities for working with TypeScript + ESLint together |
@typescript-eslint/visitor-keys | 5.62.0, 8.4.0 | N/A | Homepage | Visitor keys used to help traverse the TypeScript-ESTree AST |
@undp-data/date-picker-svelte | 2.12.1 | Kasper Henningsen | Homepage | Date and time picker for Svelte |
@undp-data/style | 2.2.0 | United Nations Development Programme | Homepage | This repository is to manage the style.json for base map of geohub |
@undp-data/svelte-file-dropzone | 2.0.3 | thecodejack | Homepage | Svelte component for fileupload and file dropzone |
@vitest/coverage-istanbul | 2.0.5 | Anthony Fu | Homepage | Istanbul coverage provider for Vitest |
@vitest/expect | 1.6.0, 2.0.5 | N/A | Homepage | Jest's expect matchers as a Chai plugin |
@vitest/pretty-format | 2.0.5 | N/A | Homepage | Fork of pretty-format with support for ESM |
@vitest/runner | 2.0.5 | N/A | Homepage | Vitest test runner |
@vitest/snapshot | 2.0.5 | N/A | Homepage | Vitest snapshot manager |
@vitest/spy | 1.6.0, 2.0.5 | N/A | Homepage | Lightweight Jest compatible spy implementation |
@vitest/utils | 1.6.0, 2.0.5 | N/A | Homepage | Shared Vitest utility functions |
@watergis/maplibre-gl-sky | 0.0.7 | Jin IGARASHI | Homepage | This repository is to add sky color to maplibre-gl-js smartly |
@watergis/maplibre-gl-tour | 1.0.5 | Jin IGARASHI | Homepage | This is to add tourguide control plugin to maplibre. |
accepts | 1.3.8 | N/A | Homepage | Higher-level content negotiation |
acorn | 8.12.1 | N/A | Homepage | ECMAScript parser |
acorn-jsx | 5.3.2 | N/A | Homepage | Modern, fast React.js JSX parser |
agent-base | 7.1.1 | Nathan Rajlich | Homepage | Turn a function into an |
ajv | 6.12.6 | Evgeny Poberezkin | Homepage | Another JSON Schema Validator |
ansi-colors | 4.1.3 | Brian Woodward | Homepage | Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs). |
ansi-regex | 5.0.1, 6.0.1 | Sindre Sorhus | Homepage | Regular expression for matching ANSI escape codes |
ansi-styles | 3.2.1, 4.3.0, 5.2.0, 6.2.1 | Sindre Sorhus | Homepage | ANSI escape codes for styling strings in the terminal |
argparse | 1.0.10 | N/A | Homepage | Very powerful CLI arguments parser. Native port of argparse - python's options parsing library |
arr-union | 3.1.0 | Jon Schlinkert | Homepage | Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. |
array-flatten | 1.1.1 | Blake Embrey | Homepage | Flatten an array of nested arrays into a single flat array |
array-union | 2.1.0 | Sindre Sorhus | Homepage | Create an array of unique values, in order, from the input arrays |
assertion-error | 1.1.0, 2.0.1 | Jake Luer | Homepage | Error constructor for test and validation frameworks that implements standardized AssertionError specification. |
assign-symbols | 1.0.0 | Jon Schlinkert | Homepage | Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method. |
ast-types | 0.16.1 | Ben Newman | Homepage | Esprima-compatible implementation of the Mozilla JS Parser API |
asynckit | 0.4.0 | Alex Indigo | Homepage | Minimal async jobs utility library, with streams support |
available-typed-arrays | 1.0.7 | Jordan Harband | Homepage | Returns an array of Typed Array names that are available in the current environment |
babel-core | 7.0.0-bridge.0 | Logan Smyth | Homepage | A placeholder package that bridges babel-core to @babel/core. |
babel-plugin-polyfill-corejs2 | 0.4.11 | N/A | Homepage | A Babel plugin to inject imports to core-js@2 polyfills |
babel-plugin-polyfill-corejs3 | 0.10.6 | N/A | Homepage | A Babel plugin to inject imports to core-js@3 polyfills |
babel-plugin-polyfill-regenerator | 0.6.2 | N/A | Homepage | A Babel plugin to inject imports to regenerator-runtime |
bail | 2.0.2 | Titus Wormer | Homepage | Throw a given error |
balanced-match | 1.0.2 | Julian Gruber | Homepage | Match balanced character pairs, like "{" and "}" |
base64-js | 1.5.1 | T. Jameson Little | Homepage | Base64 encoding/decoding in pure JS |
better-path-resolve | 1.0.0 | Zoltan Kochan | Homepage | A better path.resolve() that normalizes paths on Windows |
bignumber.js | 9.1.2 | Michael Mclaughlin | Homepage | A library for arbitrary-precision decimal and non-decimal arithmetic |
binary-extensions | 2.3.0 | Sindre Sorhus | Homepage | List of binary file extensions |
bl | 4.1.0 | N/A | Homepage | Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! |
body-parser | 1.20.2 | N/A | Homepage | Node.js body parsing middleware |
brace-expansion | 1.1.11, 2.0.1 | Julian Gruber | Homepage | Brace expansion as known from sh/bash |
braces | 3.0.3 | Jon Schlinkert | Homepage | Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. |
browser-assert | 1.2.1 | muji | Homepage | Featherweight assert module |
browserslist | 4.23.3 | Andrey Sitnik | Homepage | Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset |
buffer | 5.7.1, 6.0.3 | Feross Aboukhadijeh | Homepage | Node.js Buffer API, for the browser |
buffer-crc32 | 1.0.0 | Brian J. Brennan | Homepage | A pure javascript CRC32 algorithm that plays nice with binary data |
buffer-from | 1.1.2 | N/A | Homepage | |
builtin-modules | 3.3.0 | Sindre Sorhus | Homepage | List of the Node.js builtin modules |
bulma | 0.8.2, 1.0.2 | Jeremy Thomas | Homepage | Modern CSS framework based on Flexbox |
bulma-divider | 0.2.0 | Wikiki | Homepage | Display a vertical or horizontal divider to segment your design. |
bulma-o-steps | 1.1.0 | aramvisser, octoshrimpy, fgs-dbudwin | Homepage | In-depth Steps component for Bulma.io |
bulma-slider | 2.0.5 | Wikiki | Homepage | Display classic slider more sexy, in different colors, sizes, and states |
bytes | 3.1.2 | TJ Holowaychuk | Homepage | Utility to parse a string bytes to bytes and vice-versa |
bytewise | 1.1.0 | Dean Landolt | Homepage | Binary serialization which sorts bytewise for arbirarily complex data structures |
bytewise-core | 1.2.3 | Dean Landolt | Homepage | Binary serialization of arbitrarily complex structures that sort element-wise |
cac | 6.7.14 | egoist | Homepage | Simple yet powerful framework for building command-line apps. |
call-bind | 1.0.7 | Jordan Harband | Homepage | Robustly |
callsites | 3.1.0 | Sindre Sorhus | Homepage | Get callsites from the V8 stack trace API |
ccount | 2.0.1 | Titus Wormer | Homepage | Count how often a character (or substring) is used in a string |
chai | 4.5.0, 5.1.1 | Jake Luer | Homepage | BDD/TDD assertion library for node.js and the browser. Test framework agnostic. |
chalk | 2.4.2, 3.0.0, 4.1.2 | N/A | Homepage | Terminal string styling done right |
character-entities | 2.0.2 | Titus Wormer | Homepage | Map of named character references |
chardet | 0.7.0 | Dmitry Shirokov | Homepage | Character detector |
check-error | 1.0.3, 2.1.1 | Jake Luer | Homepage | Error comparison and information related utility for node and the browser |
chokidar | 3.6.0 | Paul Miller | Homepage | Minimal and efficient cross-platform file watching library |
ci-info | 3.9.0 | Thomas Watson Steen | Homepage | Get details about the current Continuous Integration environment |
citty | 0.1.6 | N/A | Homepage | Elegant CLI Builder |
cli-cursor | 3.1.0 | Sindre Sorhus | Homepage | Toggle the CLI cursor |
cli-spinners | 2.9.2 | Sindre Sorhus | Homepage | Spinners for use in the terminal |
clone | 1.0.4 | Paul Vorbach | Homepage | deep cloning of objects and arrays |
clone-deep | 4.0.1 | Jon Schlinkert | Homepage | Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. |
clsx | 1.2.1 | Luke Edwards | Homepage | A tiny (228B) utility for constructing className strings conditionally. |
code-red | 1.0.4 | N/A | Homepage | code-red |
codemirror | 5.65.17 | Marijn Haverbeke | Homepage | Full-featured in-browser code editor |
codemirror-spell-checker | 1.1.2 | Wes Cossick | Homepage | Dead-simple spell checking in CodeMirror. |
color-convert | 1.9.3, 2.0.1 | Heather Arthur | Homepage | Plain color conversion functions |
color-name | 1.1.3, 1.1.4 | DY | Homepage | A list of color names and its values |
colord | 2.9.3 | Vlad Shilov | Homepage | 👑 A tiny yet powerful tool for high-performance color manipulations and conversions |
colormap | 2.3.2 | bpostlethwaite | Homepage | Great looking color maps |
combined-stream | 1.0.8 | Felix Geisendörfer | Homepage | A stream that emits multiple other streams one after another. |
commander | 2.20.3, 6.2.1, 7.2.0 | TJ Holowaychuk | Homepage | the complete solution for node.js command-line programs |
commondir | 1.0.1 | James Halliday | Homepage | compute the closest common parent for file paths |
complex.js | 2.1.1 | Robert Eisele | Homepage | A complex numbers library |
concat-map | 0.0.1 | James Halliday | Homepage | concatenative mapdashery |
confbox | 0.1.7 | N/A | Homepage | Compact and high quality YAML, TOML, JSONC and JSON5 parsers |
consola | 3.2.3 | N/A | Homepage | Elegant Console Wrapper |
content-disposition | 0.5.4 | Douglas Christopher Wilson | Homepage | Create and parse Content-Disposition header |
content-type | 1.0.5 | Douglas Christopher Wilson | Homepage | Create and parse HTTP Content-Type header |
convert-source-map | 2.0.0 | Thorsten Lorenz | Homepage | Converts a source-map from/to different formats and allows adding/changing properties. |
cookie | 0.6.0 | Roman Shtylman | Homepage | HTTP server cookie parsing and serialization |
cookie-signature | 1.0.6 | TJ Holowaychuk | Homepage | Sign and unsign cookies |
copyfiles | 2.4.1 | N/A | Homepage | copy some files |
core-js | 3.38.1 | Denis Pushkarev | Homepage | Standard library |
core-js-compat | 3.38.1 | Denis Pushkarev | Homepage | core-js compat |
core-js-pure | 3.38.1 | Denis Pushkarev | Homepage | Standard library |
core-util-is | 1.0.3 | Isaac Z. Schlueter | Homepage | The |
cross-spawn | 5.1.0, 7.0.3 | André Cruz | Homepage | Cross platform child_process#spawn and child_process#spawnSync |
crypto-js | 4.2.0 | Evan Vosberg | Homepage | JavaScript library of crypto standards. |
crypto-random-string | 4.0.0 | Sindre Sorhus | Homepage | Generate a cryptographically strong random string |
css-tree | 2.3.1 | Roman Dvornov | Homepage | A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations |
css.escape | 1.5.1 | Mathias Bynens | Homepage | A robust polyfill for the |
cssesc | 3.0.0 | Mathias Bynens | Homepage | A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. |
cssstyle | 4.1.0 | N/A | Homepage | CSSStyleDeclaration Object Model implementation |
csstype | 3.1.3 | Fredrik Nicol | Homepage | Strict TypeScript and Flow types for style based on MDN data |
data-urls | 5.0.0 | Domenic Denicola | Homepage | Parses data: URLs |
date-fns | 3.6.0 | N/A | Homepage | Modern JavaScript date utility library |
dayjs | 1.11.13 | iamkun | Homepage | 2KB immutable date time library alternative to Moment.js with the same modern API |
debounce | 2.1.0 | N/A | Homepage | Delay function calls until a set time elapses after the last invocation |
debug | 2.6.9, 4.3.7 | Josh Junon | Homepage | Lightweight debugging utility for Node.js and the browser |
decimal.js | 10.4.3 | Michael Mclaughlin | Homepage | An arbitrary-precision Decimal type for JavaScript. |
decode-named-character-reference | 1.0.2 | Titus Wormer | Homepage | Decode named character references |
dedent-js | 1.0.1 | Martin Kolárik | Homepage | Remove indentation from multiline strings |
deep-eql | 4.1.4, 5.0.2 | Jake Luer | Homepage | Improved deep equality testing for Node.js and the browser. |
deep-is | 0.1.4 | Thorsten Lorenz | Homepage | node's assert.deepEqual algorithm except for NaN being equal to NaN |
deepmerge | 4.3.1 | N/A | Homepage | A library for deep (recursive) merging of Javascript objects |
defaults | 1.0.4 | Elijah Insua | Homepage | merge single level defaults over a config object |
define-data-property | 1.1.4 | Jordan Harband | Homepage | Define a data property on an object. Will fall back to assignment in an engine without descriptors. |
defu | 6.1.4 | N/A | Homepage | Recursively assign default properties. Lightweight and Fast! |
delayed-stream | 1.0.0 | Felix Geisendörfer | Homepage | Buffers events from a stream until you are ready to handle them. |
depd | 2.0.0 | Douglas Christopher Wilson | Homepage | Deprecate all the things |
dequal | 2.0.3 | Luke Edwards | Homepage | A tiny (304B to 489B) utility for check for deep equality |
destroy | 1.2.0 | Jonathan Ong | Homepage | destroy a stream if possible |
detect-indent | 6.1.0 | Sindre Sorhus | Homepage | Detect the indentation of code |
devalue | 5.0.0 | N/A | Homepage | Gets the job done when JSON.stringify can't |
devlop | 1.1.0 | Titus Wormer | Homepage | Do things in development and nothing otherwise |
diff-sequences | 29.6.3 | N/A | Homepage | Compare items in two sequences to find a longest common subsequence |
dir-glob | 3.0.1 | Kevin Mårtensson | Homepage | Convert directories to glob compatible strings |
dom-accessibility-api | 0.5.16, 0.6.3 | N/A | Homepage | Implements https://w3c.github.io/accname/ |
dom-serializer | 1.4.1 | Felix Boehm | Homepage | render domhandler DOM nodes to a string |
eastasianwidth | 0.2.0 | Masaki Komagata | Homepage | Get East Asian Width from a character. |
easymde | 2.18.0 | Jeroen Akkerman | Homepage | A simple, beautiful, and embeddable JavaScript Markdown editor that easy to use. Features include autosaving and spell checking. |
ee-first | 1.1.1 | Jonathan Ong | Homepage | return the first event in a set of ee/event pairs |
emoji-regex | 8.0.0, 9.2.2 | Mathias Bynens | Homepage | A regular expression to match all Emoji-only symbols as per the Unicode Standard. |
encodeurl | 1.0.2 | N/A | Homepage | Encode a URL to a percent-encoded form, excluding already-encoded sequences |
enquirer | 2.4.1 | Jon Schlinkert | Homepage | Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases. |
envinfo | 7.13.0 | tabrindle@gmail.com | Homepage | Info about your dev environment for debugging purposes |
es-define-property | 1.0.0 | Jordan Harband | Homepage |
|
es-errors | 1.3.0 | Jordan Harband | Homepage | A simple cache for a few of the JS Error constructors. |
es-module-lexer | 1.5.4 | Guy Bedford | Homepage | Lexes ES modules returning their import/export metadata |
es6-promise | 3.3.1 | Yehuda Katz, Tom Dale, Stefan Penner and contributors | Homepage | A lightweight library that provides tools for organizing asynchronous code |
esbuild | 0.21.5 | N/A | Homepage | An extremely fast JavaScript and CSS bundler and minifier. |
esbuild-register | 3.6.0 | N/A | Homepage | Transpile JSX, TypeScript and esnext features on the fly with esbuild |
escalade | 3.2.0 | Luke Edwards | Homepage | A tiny (183B to 210B) and fast utility to ascend parent directories |
escape-html | 1.0.3 | N/A | Homepage | Escape string for use in HTML |
escape-latex | 1.2.0 | Dang Mai | Homepage | Escape LaTeX special characters with Javascript |
escape-string-regexp | 1.0.5, 4.0.0, 5.0.0 | Sindre Sorhus | Homepage | Escape RegExp special characters |
eslint | 8.4.1, 9.10.0 | Nicholas C. Zakas | Homepage | An AST-based pattern checker for JavaScript. |
eslint-compat-utils | 0.5.1 | Yosuke Ota | Homepage | Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint. |
eslint-config-prettier | 9.1.0 | Simon Lydell | Homepage | Turns off all rules that are unnecessary or might conflict with Prettier. |
eslint-plugin-storybook | 0.8.0 | yannbf@gmail.com | Homepage | Best practice rules for Storybook |
eslint-plugin-svelte | 2.43.0 | Yosuke Ota | Homepage | ESLint plugin for Svelte using AST |
eslint-utils | 3.0.0 | Toru Nagashima | Homepage | Utilities for ESLint plugins. |
esm-env | 1.0.0 | Ben McCann | Homepage | |
estree-walker | 2.0.2, 3.0.3 | Rich Harris | Homepage | Traverse an ESTree-compliant AST |
etag | 1.8.1 | N/A | Homepage | Create simple HTTP ETags |
events | 3.3.0 | Irakli Gozalishvili | Homepage | Node's event emitter for all engines. |
execa | 5.1.1, 8.0.1 | Sindre Sorhus | Homepage | Process execution for humans |
express | 4.19.2 | TJ Holowaychuk | Homepage | Fast, unopinionated, minimalist web framework |
extend | 3.0.2 | Stefan Thomas | Homepage | Port of jQuery.extend for node.js and the browser |
extend-shallow | 2.0.1, 3.0.2 | Jon Schlinkert | Homepage | Extend an object with the properties of additional objects. node.js/javascript util. |
extendable-error | 0.1.7 | vilicvane | Homepage | A simple extendable error class that extends Error. |
external-editor | 3.1.0 | Kevin Gravier | Homepage | Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT |
fast-deep-equal | 3.1.3 | Evgeny Poberezkin | Homepage | Fast deep equal |
fast-glob | 3.3.2 | Denis Malinochkin | Homepage | It's a very fast and efficient glob library for Node.js |
fast-json-stable-stringify | 2.1.0 | James Halliday | Homepage | deterministic |
fast-levenshtein | 2.0.6 | Ramesh Nair | Homepage | Efficient implementation of Levenshtein algorithm with locale-specific collator support. |
fast-xml-parser | 4.5.0 | Amit Gupta | Homepage | Validate XML, Parse XML, Build XML without C/C++ based libraries |
fd-package-json | 1.2.0 | James Garbutt | Homepage | Utilities for finding the closest package.json file |
fdir | 6.3.0 | thecodrr | Homepage | The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s |
fflate | 0.8.2 | Arjun Barrett | Homepage | High performance (de)compression in an 8kB package |
file-entry-cache | 6.0.1, 8.0.0 | Jared Wray | Homepage | Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process |
file-selector | 0.6.0 | Roland Groza | Homepage | Convert DataTransfer object to a list of File objects |
filename-reserved-regex | 3.0.0 | Sindre Sorhus | Homepage | Regular expression for matching reserved filename characters |
fill-range | 7.1.1 | Jon Schlinkert | Homepage | Fill in a range of numbers or letters, optionally passing an increment or |
finalhandler | 1.2.0 | Douglas Christopher Wilson | Homepage | Node.js final http responder |
find-cache-dir | 2.1.0, 3.3.2 | N/A | Homepage | Finds the common standard cache directory |
find-up | 3.0.0, 4.1.0, 5.0.0 | Sindre Sorhus | Homepage | Find a file or directory by walking up parent directories |
flag-icons | 7.2.3 | Panayiotis Lipiridis | Homepage | |
flat-cache | 3.2.0, 4.0.1 | Jared Wray | Homepage | A stupidly simple key/value storage using files to persist some data |
flatpickr | 4.6.1 | Gregory | Homepage | A lightweight, powerful javascript datetime picker |
flow-parser | 0.245.2 | Flow Team | Homepage | JavaScript parser written in OCaml. Produces ESTree AST |
for-each | 0.3.3 | Raynos | Homepage | A better forEach |
form-data | 4.0.0 | Felix Geisendörfer | Homepage | A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. |
forwarded | 0.2.0 | N/A | Homepage | Parse HTTP X-Forwarded-For header |
fraction.js | 4.3.7 | Robert Eisele | Homepage | A rational number library |
fresh | 0.5.2 | TJ Holowaychuk | Homepage | HTTP response freshness testing |
fs-extra | 7.0.1, 8.1.0, 11.2.0 | JP Richardson | Homepage | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. |
function-bind | 1.1.2 | Raynos | Homepage | Implementation of Function.prototype.bind |
functional-red-black-tree | 1.0.1 | Mikola Lysenko | Homepage | A fully persistent balanced binary search tree |
gensync | 1.0.0-beta.2 | Logan Smyth | Homepage | Allows users to use generators in order to write common functions that can be both sync or async. |
geo-coordinates-parser | 1.7.3 | Ian Engelbrecht | Homepage | A Javascript function for reading a variety of coordinate formats and converting to decimal numbers. Builds on other efforts by returning the verbatim coordinates and the decimal coordinates all in one object. |
get-func-name | 2.0.2 | Jake Luer | Homepage | Utility for getting a function's name for node and the browser |
get-intrinsic | 1.2.4 | Jordan Harband | Homepage | Get and robustly cache all JS language-level intrinsics at first require time |
get-stream | 6.0.1, 8.0.1 | Sindre Sorhus | Homepage | Get a stream as a string, Buffer, ArrayBuffer or array |
get-value | 2.0.6 | Jon Schlinkert | Homepage | Use property paths ( |
giget | 1.2.3 | N/A | Homepage | Download templates and git repositories with pleasure! |
gl-matrix | 3.4.3 | N/A | Homepage | Javascript Matrix and Vector library for High Performance WebGL apps |
global-prefix | 4.0.0 | Jon Schlinkert | Homepage | Get the npm global path prefix. |
globals | 11.12.0, 13.24.0, 14.0.0, 15.9.0 | Sindre Sorhus | Homepage | Global identifiers from different JavaScript environments |
globalyzer | 0.1.0 | Terkel Gjervig | Homepage | Detects and extract the glob part of a string |
globby | 11.1.0, 14.0.2 | Sindre Sorhus | Homepage | User-friendly glob matching |
globrex | 0.1.2 | Terkel Gjervig | Homepage | Glob to regular expression with support for extended globs |
gopd | 1.0.1 | Jordan Harband | Homepage |
|
graphemer | 1.4.0 | Matt Davies | Homepage | A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!) |
has-flag | 3.0.0, 4.0.0 | Sindre Sorhus | Homepage | Check if argv has a specific flag |
has-property-descriptors | 1.0.2 | Jordan Harband | Homepage | Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. |
has-proto | 1.0.3 | Jordan Harband | Homepage | Does this environment have the ability to get the [[Prototype]] of an object on creation with |
has-symbols | 1.0.3 | Jordan Harband | Homepage | Determine if the JS environment has Symbol support. Supports spec, or shams. |
has-tostringtag | 1.0.2 | Jordan Harband | Homepage | Determine if the JS environment has |
hasown | 2.0.2 | Jordan Harband | Homepage | A robust, ES3 compatible, "has own property" predicate. |
hast-util-heading-rank | 3.0.0 | Titus Wormer | Homepage | hast utility to get the rank (or depth, level) of headings |
hast-util-is-element | 3.0.0 | Titus Wormer | Homepage | hast utility to check if a node is a (certain) element |
hast-util-to-string | 3.0.0 | Titus Wormer | Homepage | hast utility to get the plain-text value of a node |
hex-to-css-filter | 5.4.0 | Will Mendes | Homepage | hex-to-css-filter - Easy way to generate colors from HEX to CSS Filters |
html-encoding-sniffer | 4.0.0 | Domenic Denicola | Homepage | Sniff the encoding from a HTML byte stream |
html-escaper | 2.0.2 | Andrea Giammarchi | Homepage | fast and safe way to escape and unescape &<>'" chars |
html-to-image | 1.11.11 | bubkooo | Homepage | Generates an image from a DOM node using HTML5 canvas and SVG. |
htmlparser2-svelte | 4.1.0 | Alexey Mulyukin | Homepage | Fast & forgiving HTML/Svelte/XML/RSS parser |
http-errors | 2.0.0 | Jonathan Ong | Homepage | Create HTTP error objects |
http-proxy-agent | 7.0.2 | Nathan Rajlich | Homepage | An HTTP(s) proxy |
https-proxy-agent | 7.0.5 | Nathan Rajlich | Homepage | An HTTP(s) proxy |
human-id | 1.0.2 | RienNeVaPlus | Homepage | Returns a humand readable ID |
iconv-lite | 0.4.24, 0.6.3 | Alexander Shtuchkin | Homepage | Convert character encodings in pure javascript. |
ignore | 4.0.6, 5.3.2 | kael | Homepage | Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. |
immediate | 3.0.6 | N/A | Homepage | A cross browser microtask library |
immutable | 4.3.7 | Lee Byron | Homepage | Immutable Data Collections |
import-fresh | 3.3.0 | Sindre Sorhus | Homepage | Import a module while bypassing the cache |
import-meta-resolve | 4.1.0 | Titus Wormer | Homepage | Resolve things like Node.js — ponyfill for |
imurmurhash | 0.1.4 | Jens Taylor | Homepage | An incremental implementation of MurmurHash3 |
indent-string | 4.0.0 | Sindre Sorhus | Homepage | Indent each line in a string |
ipaddr.js | 1.9.1 | whitequark | Homepage | A library for manipulating IPv4 and IPv6 addresses in JavaScript. |
is-absolute-url | 4.0.1 | Sindre Sorhus | Homepage | Check if a URL is absolute |
is-arguments | 1.1.1 | Jordan Harband | Homepage | Is this an arguments object? It's a harder question than you think. |
is-binary-path | 2.1.0 | Sindre Sorhus | Homepage | Check if a file path is a binary file |
is-buffer | 2.0.5 | Feross Aboukhadijeh | Homepage | Determine if an object is a Buffer |
is-builtin-module | 3.2.1 | Sindre Sorhus | Homepage | Check if a string matches the name of a Node.js builtin module |
is-callable | 1.2.7 | Jordan Harband | Homepage | Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. |
is-core-module | 2.15.1 | Jordan Harband | Homepage | Is this specifier a node.js core module? |
is-extendable | 0.1.1, 1.0.1 | Jon Schlinkert | Homepage | Returns true if a value is a plain object, array or function. |
is-extglob | 2.1.1 | Jon Schlinkert | Homepage | Returns true if a string has an extglob. |
is-fullwidth-code-point | 3.0.0 | Sindre Sorhus | Homepage | Check if the character represented by a given Unicode code point is fullwidth |
is-generator-function | 1.0.10 | Jordan Harband | Homepage | Determine if a function is a native generator function. |
is-glob | 4.0.3 | Jon Schlinkert | Homepage | Returns |
is-interactive | 1.0.0 | Sindre Sorhus | Homepage | Check if stdout or stderr is interactive |
is-module | 1.0.0 | Jonathan Ong | Homepage | check if a source string is an es6 module |
is-number | 7.0.0 | Jon Schlinkert | Homepage | Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. |
is-path-inside | 3.0.3 | Sindre Sorhus | Homepage | Check if a path is inside another path |
is-plain-obj | 4.1.0 | Sindre Sorhus | Homepage | Check if a value is a plain object |
is-plain-object | 2.0.4 | Jon Schlinkert | Homepage | Returns true if an object was created by the |
is-potential-custom-element-name | 1.0.1 | Mathias Bynens | Homepage | Check whether a given string matches the |
is-reference | 1.2.1, 3.0.2 | Rich Harris | Homepage | Determine whether an AST node is a reference |
is-stream | 2.0.1, 3.0.0 | Sindre Sorhus | Homepage | Check if something is a Node.js stream |
is-subdir | 1.2.0 | Zoltan Kochan | Homepage | Return whether a directory is a subdirectory of another directory |
is-typed-array | 1.1.13 | Jordan Harband | Homepage | Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on |
is-unicode-supported | 0.1.0 | Sindre Sorhus | Homepage | Detect whether the terminal supports Unicode |
is-windows | 1.0.2 | Jon Schlinkert | Homepage | Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. |
isarray | 0.0.1, 1.0.0, 2.0.5 | Julian Gruber | Homepage | Array#isArray for older browsers |
isobject | 3.0.1 | Jon Schlinkert | Homepage | Returns true if the value is an object and not an array or null. |
javascript-natural-sort | 0.7.1 | Jim Palmer | Homepage | Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license |
jose | 5.8.0 | Filip Skokan | Homepage | JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes |
js-tokens | 4.0.0 | Simon Lydell | Homepage | A regex that tokenizes JavaScript. |
js-yaml | 3.14.1, 4.1.0 | Vladimir Zapparov | Homepage | YAML 1.2 parser and serializer |
jscodeshift | 0.15.2 | Felix Kling | Homepage | A toolkit for JavaScript codemods |
jsdom | 25.0.0 | N/A | Homepage | A JavaScript implementation of many web standards |
jsesc | 0.5.0, 2.5.2 | Mathias Bynens | Homepage | Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. |
json-buffer | 3.0.1 | Dominic Tarr | Homepage | JSON parse & stringify that supports binary via bops & base64 |
json-schema-traverse | 0.4.1 | Evgeny Poberezkin | Homepage | Traverse JSON Schema passing each schema object to callback |
json-stable-stringify | 1.1.1 | James Halliday | Homepage | deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results |
json-stable-stringify-without-jsonify | 1.0.1 | James Halliday | Homepage | deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies |
json-stringify-pretty-compact | 4.0.0 | Simon Lydell | Homepage | The best of both |
json5 | 2.2.3 | Aseem Kishore | Homepage | JSON for Humans |
jsonfile | 4.0.0, 6.1.0 | JP Richardson | Homepage | Easily read/write JSON files. |
jsonwebtoken | 9.0.2 | auth0 | Homepage | JSON Web Token implementation (symmetric and asymmetric) |
jwa | 1.4.1 | Brian J. Brennan | Homepage | JWA implementation (supports all JWS algorithms) |
jws | 3.2.2 | Brian J Brennan | Homepage | Implementation of JSON Web Signatures |
jwt-decode | 4.0.0 | Jose F. Romaniello | Homepage | Decode JWT tokens, mostly useful for browser applications. |
keyv | 4.5.4 | Jared Wray | Homepage | Simple key-value storage with support for multiple backends |
kind-of | 6.0.3 | Jon Schlinkert | Homepage | Get the native type of a value. |
kleur | 3.0.3, 4.1.5 | Luke Edwards | Homepage | The fastest Node.js library for formatting terminal text with ANSI colors~! |
known-css-properties | 0.34.0 | Viorel Cojocaru | Homepage | List of known CSS properties |
lefthook | 1.7.15 | mrexox | Homepage | Simple git hooks manager |
lefthook-linux-x64 | 1.7.15 | N/A | Homepage | The Linux 64-bit binary for lefthook, git hooks manager. |
lerp | 1.0.3 | Matt DesLauriers | Homepage | bare-bones linear interpolation function |
leven | 3.1.0 | Sindre Sorhus | Homepage | Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm |
levn | 0.4.1 | George Zahariev | Homepage | Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible |
lie | 3.3.0 | N/A | Homepage | A basic but performant promise implementation |
lilconfig | 2.1.0 | antonk52 | Homepage | A zero-dependency alternative to cosmiconfig |
locate-character | 3.0.0 | Rich Harris | Homepage | Get the line and column number of a specific character in a string |
locate-path | 3.0.0, 5.0.0, 6.0.0 | Sindre Sorhus | Homepage | Get the first path that exists on disk of multiple paths |
lodash | 4.17.21 | John-David Dalton | Homepage | Lodash modular utilities. |
lodash-es | 4.17.21 | John-David Dalton | Homepage | Lodash exported as ES modules. |
lodash.clonedeep | 4.5.0 | John-David Dalton | Homepage | The lodash method |
lodash.debounce | 4.0.8 | John-David Dalton | Homepage | The lodash method |
lodash.get | 4.4.2 | John-David Dalton | Homepage | The lodash method |
lodash.includes | 4.3.0 | John-David Dalton | Homepage | The lodash method |
lodash.isboolean | 3.0.3 | John-David Dalton | Homepage | The lodash method |
lodash.isequal | 4.5.0 | John-David Dalton | Homepage | The Lodash method |
lodash.isinteger | 4.0.4 | John-David Dalton | Homepage | The lodash method |
lodash.isnumber | 3.0.3 | John-David Dalton | Homepage | The lodash method |
lodash.isplainobject | 4.0.6 | John-David Dalton | Homepage | The lodash method |
lodash.isstring | 4.0.1 | John-David Dalton | Homepage | The lodash method |
lodash.merge | 4.6.2 | John-David Dalton | Homepage | The Lodash method |
lodash.once | 4.1.1 | John-David Dalton | Homepage | The lodash method |
lodash.startcase | 4.4.0 | John-David Dalton | Homepage | The lodash method |
log-symbols | 4.1.0 | Sindre Sorhus | Homepage | Colored symbols for various log levels. Example: |
longest-streak | 3.1.0 | Titus Wormer | Homepage | Count the longest repeating streak of a substring |
loose-envify | 1.4.0 | Andres Suarez | Homepage | Fast (and loose) selective |
loupe | 2.3.7, 3.1.1 | Veselin Todorov | Homepage | Inspect utility for Node.js and browsers |
lower-case | 2.0.2 | Blake Embrey | Homepage | Transforms the string to lower case |
lz-string | 1.5.0 | pieroxy | Homepage | LZ-based compression algorithm |
magic-string | 0.30.11 | Rich Harris | Homepage | Modify strings, generate sourcemaps |
magicast | 0.3.5 | N/A | Homepage | Modify a JS/TS file and write back magically just like JSON! |
make-dir | 2.1.0, 3.1.0, 4.0.0 | Sindre Sorhus | Homepage | Make a directory and its parents if needed - Think |
map-or-similar | 1.5.0 | Baz | Homepage | A JavaScript (JS) Map or Similar object polyfill if Map is not available. |
markdown-table | 3.0.3 | Titus Wormer | Homepage | Generate a markdown (GFM) table |
markdown-to-jsx | 7.5.0 | Evan Jacobs | Homepage | Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable. |
marked | 4.3.0, 14.1.2 | Christopher Jeffrey | Homepage | A markdown parser built for speed |
mdast-util-find-and-replace | 3.0.1 | Titus Wormer | Homepage | mdast utility to find and replace text in a tree |
mdast-util-from-markdown | 2.0.1 | Titus Wormer | Homepage | mdast utility to parse markdown |
mdast-util-gfm | 3.0.0 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM (GitHub Flavored Markdown) |
mdast-util-gfm-autolink-literal | 2.0.1 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM autolink literals |
mdast-util-gfm-footnote | 2.0.0 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM footnotes |
mdast-util-gfm-strikethrough | 2.0.0 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM strikethrough |
mdast-util-gfm-table | 2.0.0 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM tables |
mdast-util-gfm-task-list-item | 2.0.0 | Titus Wormer | Homepage | mdast extension to parse and serialize GFM task list items |
mdast-util-phrasing | 4.1.0 | Victor Felder | Homepage | mdast utility to check if a node is phrasing content |
mdast-util-to-markdown | 2.1.0 | Titus Wormer | Homepage | mdast utility to serialize markdown |
mdast-util-to-string | 4.0.0 | Titus Wormer | Homepage | mdast utility to get the plain text content of a node |
media-typer | 0.3.0 | Douglas Christopher Wilson | Homepage | Simple RFC 6838 media type parser and formatter |
memoizerific | 1.11.3 | Baz | Homepage | Fast, small, efficient JavaScript memoization lib to memoize JS functions |
merge-descriptors | 1.0.1 | Jonathan Ong | Homepage | Merge objects using descriptors |
merge-stream | 2.0.0 | Stephen Sugden | Homepage | Create a stream that emits events from multiple other streams |
merge2 | 1.4.1 | N/A | Homepage | Merge multiple streams into one stream in sequence or parallel. |
methods | 1.1.2 | N/A | Homepage | HTTP methods that node supports |
micromark | 4.0.0 | Titus Wormer | Homepage | small commonmark compliant markdown parser with positional info and concrete tokens |
micromark-core-commonmark | 2.0.1 | Titus Wormer | Homepage | The CommonMark markdown constructs |
micromark-extension-gfm | 3.0.0 | Titus Wormer | Homepage | micromark extension to support GFM (GitHub Flavored Markdown) |
micromark-extension-gfm-autolink-literal | 2.1.0 | Titus Wormer | Homepage | micromark extension to support GFM autolink literals |
micromark-extension-gfm-footnote | 2.1.0 | Titus Wormer | Homepage | micromark extension to support GFM footnotes |
micromark-extension-gfm-strikethrough | 2.1.0 | Titus Wormer | Homepage | micromark extension to support GFM strikethrough |
micromark-extension-gfm-table | 2.1.0 | Titus Wormer | Homepage | micromark extension to support GFM tables |
micromark-extension-gfm-tagfilter | 2.0.0 | Titus Wormer | Homepage | micromark extension to support GFM tagfilter |
micromark-extension-gfm-task-list-item | 2.1.0 | Titus Wormer | Homepage | micromark extension to support GFM task list items |
micromark-factory-destination | 2.0.0 | Titus Wormer | Homepage | micromark factory to parse destinations (found in resources, definitions) |
micromark-factory-label | 2.0.0 | Titus Wormer | Homepage | micromark factory to parse labels (found in media, definitions) |
micromark-factory-space | 2.0.0 | Titus Wormer | Homepage | micromark factory to parse markdown space (found in lots of places) |
micromark-factory-title | 2.0.0 | Titus Wormer | Homepage | micromark factory to parse markdown titles (found in resources, definitions) |
micromark-factory-whitespace | 2.0.0 | Titus Wormer | Homepage | micromark factory to parse markdown whitespace (found in lots of places) |
micromark-util-character | 2.1.0 | Titus Wormer | Homepage | micromark utility to handle character codes |
micromark-util-chunked | 2.0.0 | Titus Wormer | Homepage | micromark utility to splice and push with giant arrays |
micromark-util-classify-character | 2.0.0 | Titus Wormer | Homepage | micromark utility to classify whether a character is whitespace or punctuation |
micromark-util-combine-extensions | 2.0.0 | Titus Wormer | Homepage | micromark utility to combine syntax or html extensions |
micromark-util-decode-numeric-character-reference | 2.0.1 | Titus Wormer | Homepage | micromark utility to decode numeric character references |
micromark-util-decode-string | 2.0.0 | Titus Wormer | Homepage | micromark utility to decode markdown strings |
micromark-util-encode | 2.0.0 | Titus Wormer | Homepage | micromark utility to encode dangerous html characters |
micromark-util-html-tag-name | 2.0.0 | Titus Wormer | Homepage | micromark utility with list of html tag names |
micromark-util-normalize-identifier | 2.0.0 | Titus Wormer | Homepage | micromark utility normalize identifiers (as found in references, definitions) |
micromark-util-resolve-all | 2.0.0 | Titus Wormer | Homepage | micromark utility to resolve subtokens |
micromark-util-sanitize-uri | 2.0.0 | Titus Wormer | Homepage | micromark utility to sanitize urls |
micromark-util-subtokenize | 2.0.1 | Titus Wormer | Homepage | micromark utility to tokenize subtokens |
micromark-util-symbol | 2.0.0 | Titus Wormer | Homepage | micromark utility with symbols |
micromark-util-types | 2.0.0 | Titus Wormer | Homepage | micromark utility with a couple of typescript types |
micromatch | 4.0.8 | Jon Schlinkert | Homepage | Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. |
millify | 6.1.0 | izolate | Homepage | Converts long numbers to pretty, human-readable strings |
mime | 1.6.0 | Robert Kieffer | Homepage | A comprehensive library for mime-type mapping |
mime-db | 1.52.0 | N/A | Homepage | Media Type Database |
mime-types | 2.1.35 | N/A | Homepage | The ultimate javascript content-type utility. |
mimic-fn | 2.1.0, 4.0.0 | Sindre Sorhus | Homepage | Make a function mimic another one |
min-indent | 1.0.1 | James Kyle | Homepage | Get the shortest leading whitespace from lines in a string |
minimist | 1.2.8 | James Halliday | Homepage | parse argument options |
minizlib | 2.1.2 | Isaac Z. Schlueter | Homepage | A small fast zlib stream built on minipass and Node.js's zlib binding. |
mkdirp | 0.5.6, 1.0.4 | N/A | Homepage | Recursively mkdir, like |
mlly | 1.7.1 | N/A | Homepage | Missing ECMAScript module utils for Node.js |
mri | 1.2.0 | Luke Edwards | Homepage | Quickly scan for CLI flags and arguments |
mrmime | 2.0.0 | Luke Edwards | Homepage | A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename |
ms | 2.0.0, 2.1.3 | N/A | Homepage | Tiny millisecond conversion utility |
murmurhash-js | 1.0.0 | Gary Court | Homepage | Native JS murmur hash implementation |
nanoid | 3.3.7 | Andrey Sitnik | Homepage | A tiny (116 bytes), secure URL-friendly unique string ID generator |
natural-compare | 1.4.0 | Lauri Rooden | Homepage | Compare strings containing a mix of letters and numbers in the way a human being would in sort order. |
negotiator | 0.6.3 | N/A | Homepage | HTTP content negotiation |
neo-async | 2.6.2 | N/A | Homepage | Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster |
no-case | 3.0.4 | Blake Embrey | Homepage | Transform into a lower cased string with spaces between words |
node-dir | 0.1.17 | Nathan Cartwright | Homepage | asynchronous file and directory operations for Node.js |
node-fetch-native | 1.6.4 | N/A | Homepage | better fetch for Node.js. Works on any JavaScript runtime! |
node-releases | 2.0.18 | Sergey Rubanov | Homepage | Node.js releases data |
normalize-path | 3.0.0 | Jon Schlinkert | Homepage | Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. |
npm-run-path | 4.0.1, 5.3.0 | Sindre Sorhus | Homepage | Get your PATH prepended with locally installed binaries |
nwsapi | 2.2.12 | Diego Perini | Homepage | Fast CSS Selectors API Engine |
nypm | 0.3.11 | N/A | Homepage | Unified Package Manager for Node.js |
oauth4webapi | 2.12.1 | Filip Skokan | Homepage | OAuth 2 / OpenID Connect for JavaScript Runtimes |
object-inspect | 1.13.2 | James Halliday | Homepage | string representations of objects in node and the browser |
object-keys | 1.1.1 | Jordan Harband | Homepage | An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim |
obuf | 1.1.2 | Fedor Indutny | Homepage | |
ohash | 1.1.3 | N/A | Homepage | Super fast hashing library based on murmurhash3 written in Vanilla JS |
on-finished | 2.4.1 | N/A | Homepage | Execute a callback when a request closes, finishes, or errors |
onetime | 5.1.2, 6.0.0 | Sindre Sorhus | Homepage | Ensure a function is only called once |
optionator | 0.9.4 | George Zahariev | Homepage | option parsing and help generation |
ora | 5.4.1 | Sindre Sorhus | Homepage | Elegant terminal spinner |
os-tmpdir | 1.0.2 | Sindre Sorhus | Homepage | Node.js os.tmpdir() ponyfill |
outdent | 0.5.0 | Andrew Bradley | Homepage | Remove leading indentation from ES6 template literals. |
p-filter | 2.1.0 | Sindre Sorhus | Homepage | Filter promises concurrently |
p-limit | 2.3.0, 3.1.0 | Sindre Sorhus | Homepage | Run multiple promise-returning & async functions with limited concurrency |
p-locate | 3.0.0, 4.1.0, 5.0.0 | Sindre Sorhus | Homepage | Get the first fulfilled promise that satisfies the provided testing function |
p-map | 2.1.0 | Sindre Sorhus | Homepage | Map over promises concurrently |
p-try | 2.2.0 | Sindre Sorhus | Homepage | `Start a promise chain |
package-manager-detector | 0.2.0 | Anthony Fu | Homepage | Package manager detector |
papaparse | 5.4.1 | Matthew Holt | Homepage | Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV. |
parent-module | 1.0.1 | Sindre Sorhus | Homepage | Get the path of the parent module |
parse5 | 7.1.2 | Ivan Nikulin | Homepage | HTML parser and serializer. |
parseurl | 1.3.3 | N/A | Homepage | parse a url with memoization |
pascal-case | 3.1.2 | Blake Embrey | Homepage | Transform into a string of capitalized words without separators |
path-exists | 3.0.0, 4.0.0 | Sindre Sorhus | Homepage | Check if a path exists |
path-is-absolute | 1.0.1 | Sindre Sorhus | Homepage | Node.js 0.12 path.isAbsolute() ponyfill |
path-key | 3.1.1, 4.0.0 | Sindre Sorhus | Homepage | Get the PATH environment variable key cross-platform |
path-parse | 1.0.7 | Javier Blanco | Homepage | Node.js path.parse() ponyfill |
path-to-regexp | 0.1.7 | N/A | Homepage | Express style path to RegExp utility |
path-type | 4.0.0, 5.0.0 | Sindre Sorhus | Homepage | Check if a path is a file, directory, or symlink |
pathe | 1.1.2 | N/A | Homepage | Universal filesystem path utils |
pathval | 1.1.1, 2.0.0 | Veselin Todorov | Homepage | Object value retrieval given a string path |
periscopic | 3.1.0 | N/A | Homepage | periscopic |
pg | 8.12.0 | Brian Carlson | Homepage | PostgreSQL client - pure javascript & libpq with the same API |
pg-cloudflare | 1.1.1 | N/A | Homepage | A socket implementation that can run on Cloudflare Workers using native TCP connections. |
pg-connection-string | 2.6.4 | Blaine Bublitz | Homepage | Functions for dealing with a PostgresSQL connection string |
pg-pool | 3.6.2 | Brian M. Carlson | Homepage | Connection pool for node-postgres |
pg-protocol | 1.6.1 | N/A | Homepage | The postgres client/server binary protocol, implemented in TypeScript |
pg-types | 2.2.0, 4.0.2 | Brian M. Carlson | Homepage | Query result type converters for node-postgres |
pgpass | 1.0.5 | Hannes Hörl | Homepage | Module for reading .pgpass |
picomatch | 2.3.1 | Jon Schlinkert | Homepage | 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. |
pify | 4.0.1 | Sindre Sorhus | Homepage | Promisify a callback-style function |
pirates | 4.0.6 | Ari Porad | Homepage | Properly hijack require, i.e., properly define require hooks and customizations |
pkg-dir | 3.0.0, 4.2.0 | Sindre Sorhus | Homepage | Find the root directory of a Node.js project or npm package |
pkg-types | 1.2.0 | N/A | Homepage | Node.js utilities and TypeScript definitions for |
pngjs | 7.0.0 | N/A | Homepage | PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite. |
polished | 4.3.1 | Brian Hough | Homepage | A lightweight toolset for writing styles in Javascript. |
possible-typed-array-names | 1.0.0 | Jordan Harband | Homepage | A simple list of possible Typed Array names. |
postcss | 8.4.45 | Andrey Sitnik | Homepage | Tool for transforming styles with JS plugins |
postcss-load-config | 3.1.4 | Michael Ciniawky | Homepage | Autoload Config for PostCSS |
postcss-safe-parser | 6.0.0 | Andrey Sitnik | Homepage | Fault-tolerant CSS parser for PostCSS |
postcss-scss | 4.0.9 | Andrey Sitnik | Homepage | SCSS parser for PostCSS |
postcss-selector-parser | 6.1.2 | N/A | Homepage | |
postgres-array | 2.0.0, 3.0.2 | Ben Drucker | Homepage | Parse postgres array columns |
postgres-bytea | 1.0.0, 3.0.0 | Ben Drucker | Homepage | Postgres bytea parser |
postgres-date | 1.0.7, 2.1.0 | Ben Drucker | Homepage | Postgres date column parser |
postgres-interval | 1.2.0, 3.0.0 | Ben Drucker | Homepage | Parse Postgres interval columns |
postgres-range | 1.1.4 | Abbas Mashayekh | Homepage | Range data type parser and serializer for PostgreSQL |
preact | 10.11.3 | N/A | Homepage | Fast 3kb React-compatible Virtual DOM library. |
preact-render-to-string | 5.2.3 | Jason Miller | Homepage | Render JSX to an HTML string, with support for Preact components. |
prelude-ls | 1.2.1 | George Zahariev | Homepage | prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. |
prettier | 2.8.8, 3.3.3 | James Long | Homepage | Prettier is an opinionated code formatter |
prettier-plugin-svelte | 3.2.6 | James Birtles | Homepage | Svelte plugin for prettier |
pretty-format | 3.8.0, 27.5.1, 29.7.0 | James Kyle | Homepage | Stringify any JavaScript value. |
process | 0.11.10 | Roman Shtylman | Homepage | process information for node.js and browsers |
process-nextick-args | 2.0.1 | N/A | Homepage | process.nextTick but always with args |
progress | 2.0.3 | TJ Holowaychuk | Homepage | Flexible ascii progress bar |
prompts | 2.4.2 | Terkel Gjervig | Homepage | Lightweight, beautiful and user-friendly prompts |
protocol-buffers-schema | 3.6.0 | Mathias Buus | Homepage | No nonsense protocol buffers schema parser written in Javascript |
proxy-addr | 2.0.7 | Douglas Christopher Wilson | Homepage | Determine address of proxied request |
psl | 1.9.0 | Lupo Montero | Homepage | Domain name parser based on the Public Suffix List |
publint | 0.2.10 | Bjorn Lu | Homepage | Lint packaging errors |
punycode | 2.3.1 | Mathias Bynens | Homepage | A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. |
querystringify | 2.2.0 | Arnout Kazemier | Homepage | Querystringify - Small, simple but powerful query string parser. |
queue-microtask | 1.2.3 | Feross Aboukhadijeh | Homepage | fast, tiny |
range-parser | 1.2.1 | TJ Holowaychuk | Homepage | Range header field string parser |
raw-body | 2.5.2 | Jonathan Ong | Homepage | Get and validate the raw body of a readable stream. |
react | 18.3.1 | N/A | Homepage | React is a JavaScript library for building user interfaces. |
react-colorful | 5.6.1 | Vlad Shilov | Homepage | 🎨 A tiny (2,8 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible |
react-dom | 18.3.1 | N/A | Homepage | React package for working with the DOM. |
react-is | 17.0.2, 18.3.1 | N/A | Homepage | Brand checking of React Elements. |
read-yaml-file | 1.1.0 | Zoltan Kochan | Homepage | Read and parse a YAML file |
readable-stream | 1.0.34, 2.3.8, 3.6.2 | N/A | Homepage | Streams3, a user-land copy of the stream library from Node.js |
readdirp | 3.6.0 | Thorsten Lorenz | Homepage | Recursive version of fs.readdir with streaming API. |
recast | 0.23.9 | Ben Newman | Homepage | JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator |
redent | 3.0.0 | Sindre Sorhus | Homepage | Strip redundant indentation and indent the string |
regenerate | 1.4.2 | Mathias Bynens | Homepage | Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. |
regenerate-unicode-properties | 10.1.1 | Mathias Bynens | Homepage | Regenerate sets for Unicode properties and values. |
regenerator-runtime | 0.14.1 | Ben Newman | Homepage | Runtime for Regenerator-compiled generator and async functions. |
regenerator-transform | 0.15.2 | Ben Newman | Homepage | Explode async and generator functions into a state machine. |
regexpp | 3.2.0 | Toru Nagashima | Homepage | Regular expression parser for ECMAScript. |
regexpu-core | 5.3.2 | Mathias Bynens | Homepage | regexpu’s core functionality (i.e. |
rehype-external-links | 3.0.0 | Titus Wormer | Homepage | rehype plugin to automatically add |
rehype-slug | 6.0.0 | Titus Wormer | Homepage | rehype plugin to add |
remark-gfm | 4.0.0 | Titus Wormer | Homepage | remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists) |
remark-parse | 11.0.0 | Titus Wormer | Homepage | remark plugin to add support for parsing markdown input |
remark-stringify | 11.0.0 | Titus Wormer | Homepage | remark plugin to add support for serializing markdown |
require-directory | 2.1.1 | Troy Goode | Homepage | Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. |
requireindex | 1.2.0 | Stephen Handley | Homepage | Write minimal node index.js files that require and export siblings by file basename |
requires-port | 1.0.0 | Arnout Kazemier | Homepage | Check if a protocol requires a certain port number to be added to an URL. |
resolve | 1.22.8 | James Halliday | Homepage | resolve like require.resolve() on behalf of files asynchronously and synchronously |
resolve-from | 4.0.0, 5.0.0 | Sindre Sorhus | Homepage | Resolve the path of a module like |
resolve-protobuf-schema | 2.1.0 | Mathias Buus | Homepage | Read a protobuf schema from the disk, parse it and resolve all imports |
restore-cursor | 3.1.0 | Sindre Sorhus | Homepage | Gracefully restore the CLI cursor on exit |
reusify | 1.0.4 | Matteo Collina | Homepage | Reuse objects and functions with style |
rollup | 4.21.2 | Rich Harris | Homepage | Next-generation ES module bundler |
rrweb-cssom | 0.7.1 | Nikita Vasilyev | Homepage | CSS Object Model implementation and CSS parser |
run-parallel | 1.2.0 | Feross Aboukhadijeh | Homepage | Run an array of functions in parallel |
sade | 1.8.1 | Luke Edwards | Homepage | Smooth (CLI) operator 🎶 |
safe-buffer | 5.1.2, 5.2.1 | Feross Aboukhadijeh | Homepage | Safer Node.js Buffer API |
safer-buffer | 2.1.2 | Nikita Skovoroda | Homepage | Modern Buffer API polyfill without footguns |
sander | 0.5.1 | Rich Harris | Homepage | Promise-based power tool for common filesystem tasks |
sass | 1.78.0 | Natalie Weizenbaum | Homepage | A pure JavaScript implementation of Sass. |
scheduler | 0.23.2 | N/A | Homepage | Cooperative scheduler for the browser environment. |
scrollama | 3.2.0 | Russell Goldenberg | Homepage | Lightweight scrollytelling library using IntersectionObserver |
seedrandom | 3.0.5 | David Bau | Homepage | Seeded random number generator for Javascript. |
send | 0.18.0 | TJ Holowaychuk | Homepage | Better streaming static file server with Range and conditional-GET support |
serve-static | 1.15.0 | Douglas Christopher Wilson | Homepage | Serve static files |
set-cookie-parser | 2.7.0 | Nathan Friedly | Homepage | Parses set-cookie headers into objects |
set-function-length | 1.2.2 | Jordan Harband | Homepage | Set a function's length property |
set-value | 2.0.1 | Jon Schlinkert | Homepage | Create nested values and any intermediaries using dot notation ( |
setimmediate | 1.0.5 | YuzuJS | Homepage | A shim for the setImmediate efficient script yielding API |
shallow-clone | 3.0.1 | Jon Schlinkert | Homepage | Creates a shallow clone of any JavaScript value. |
shebang-command | 1.2.0, 2.0.0 | Kevin Mårtensson | Homepage | Get the command from a shebang |
shebang-regex | 1.0.0, 3.0.0 | Sindre Sorhus | Homepage | Regular expression for matching a shebang line |
side-channel | 1.0.6 | Jordan Harband | Homepage | Store information about any JS value in a side channel. Uses WeakMap if available. |
sirv | 2.0.4 | Luke Edwards | Homepage | The optimized & lightweight middleware for serving requests to static assets |
sisteransi | 1.0.5 | Terkel Gjervig | Homepage | ANSI escape codes for some terminal swag |
slash | 3.0.0, 5.1.0 | Sindre Sorhus | Homepage | Convert Windows backslash paths to slash paths |
sorcery | 0.11.1 | Rich Harris | Homepage | Resolve a chain of sourcemaps back to the original source |
sort-asc | 0.2.0 | Jon Schlinkert | Homepage | Sort array elements in ascending order. |
sort-desc | 0.2.0 | Jon Schlinkert | Homepage | Sort array elements in descending order. |
sort-object | 3.0.3 | Brian Woodward | Homepage | Sort the keys in an object. |
source-map-support | 0.5.21 | N/A | Homepage | Fixes stack traces for files with source maps |
space-separated-tokens | 2.0.2 | Titus Wormer | Homepage | Parse and stringify space separated tokens |
spawndamnit | 2.0.0 | James Kyle | Homepage | Take care of your |
split-string | 3.1.0 | Jon Schlinkert | Homepage | Split a string on a character except when the character is escaped. |
stackback | 0.0.2 | Roman Shtylman | Homepage | return list of CallSite objects from a captured stacktrace |
statuses | 2.0.1 | N/A | Homepage | HTTP status utility |
std-env | 3.7.0 | N/A | Homepage | Runtime agnostic JS utils |
storybook | 8.2.9 | Storybook Team | Homepage | Storybook's CLI - install, dev, build, upgrade, and more |
string_decoder | 0.10.31, 1.1.1, 1.3.0 | N/A | Homepage | The string_decoder module from Node core |
string-width | 4.2.3, 5.1.2 | Sindre Sorhus | Homepage | Get the visual width of a string - the number of columns required to display it |
strip-ansi | 6.0.1, 7.1.0 | Sindre Sorhus | Homepage | Strip ANSI escape codes from a string |
strip-bom | 3.0.0 | Sindre Sorhus | Homepage | Strip UTF-8 byte order mark (BOM) from a string |
strip-final-newline | 2.0.0, 3.0.0 | Sindre Sorhus | Homepage | Strip the final newline character from a string/buffer |
strip-indent | 3.0.0 | Sindre Sorhus | Homepage | Strip leading whitespace from each line in a string |
strip-json-comments | 3.1.1 | Sindre Sorhus | Homepage | Strip comments from JSON. Lets you use comments in your JSON files! |
strnum | 1.0.5 | Amit Gupta | Homepage | Parse String to Number based on configuration |
supports-color | 5.5.0, 7.2.0 | Sindre Sorhus | Homepage | Detect whether a terminal supports color |
supports-preserve-symlinks-flag | 1.0.0 | Jordan Harband | Homepage | Determine if the current node version supports the |
svelte | 4.2.19 | Rich Harris | Homepage | Cybernetically enhanced web apps |
svelte-awesome-color-picker | 3.1.4 | Maxime Dupont | Homepage | A highly customizable color picker component library |
svelte-awesome-slider | 1.1.2 | Maxime Dupont | Homepage | A highly customizable slider component library |
svelte-body | 1.4.0 | GHOST | Homepage | Apply styles to the body in routes! Designed to work with Svelte Kit and Routify. |
svelte-check | 4.0.1 | The Svelte Community | Homepage | Svelte Code Checker Terminal Interface |
svelte-copy | 1.4.2 | GHOST | Homepage | |
svelte-eslint-parser | 0.41.0 | Yosuke Ota | Homepage | Svelte parser for ESLint |
svelte-fragment-component | 1.2.0 | Sascha Tandel | Homepage | Svelte component that renders its children with lifecycle hooks to simplify testing |
svelte-htm | 1.2.0 | Sascha Tandel | Homepage | tagged template syntax for svelte to simplify testing |
svelte-hyperscript | 1.2.1 | Sascha Tandel | Homepage | hyperscript for svelte |
svelte-infinite-scroll | 2.0.1 | André Lins | Homepage | Infinite Scroll Component to Svelte |
svelte-keydown | 0.7.0 | Eric Liu | Homepage | Utility to listen for keyboard events |
svelte-preprocess | 5.1.4, 6.0.2 | Christian Kaisermann | Homepage | A Svelte preprocessor wrapper with baked-in support for commonly used preprocessors |
svelte-step-wizard | 0.0.2 | Evan Oxfeld | Homepage | simple svelte step wizard component |
svelte-time | 0.9.0 | Eric Liu | Homepage | Svelte component and action to format a timestamp using day.js |
svelte-use-click-outside | 1.0.0 | Th1nkK1D | Homepage | Zero dependency Svelte's action to handle click outside event |
svelte2tsx | 0.7.18 | David Pershouse | Homepage | Convert Svelte components to TSX for type checking |
sveltedoc-parser | 4.2.1 | Alexey Mulyukin | Homepage | Generate a JSON documentation for a Svelte file |
symbol-tree | 3.2.4 | Joris van der Wel | Homepage | Turn any collection of objects into its own efficient tree or linked list using Symbol |
telejson | 7.2.0 | ndelangen@me.com | Homepage | |
temp | 0.8.4 | Bruce Williams | Homepage | Temporary files and directories |
temp-dir | 3.0.0 | Sindre Sorhus | Homepage | Get the real path of the system temp directory |
tempy | 3.1.0 | Sindre Sorhus | Homepage | Get a random temporary file or directory path |
term-size | 2.2.1 | Sindre Sorhus | Homepage | Reliably get the terminal window size (columns & rows) |
text-table | 0.2.0 | James Halliday | Homepage | borderless text tables with alignment |
through2 | 2.0.5 | Rod Vagg | Homepage | A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise |
tiny-emitter | 2.1.0 | Scott Corgan | Homepage | A tiny (less than 1k) event emitter library |
tiny-glob | 0.2.9 | Terkel Gjervig | Homepage | Tiny and extremely fast globbing |
tiny-invariant | 1.3.3 | Alex Reardon | Homepage | A tiny invariant function |
tinybench | 2.9.0 | N/A | Homepage | |
tinypool | 1.0.1 | N/A | Homepage | A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features |
tinyrainbow | 1.2.0 | N/A | Homepage | A small library to print colourful messages. |
tinyspy | 2.2.1, 3.0.0 | N/A | Homepage | |
tippy.js | 6.3.7 | atomiks | Homepage | The complete tooltip, popover, dropdown, and menu solution for the web |
tmp | 0.0.33 | KARASZI István | Homepage | Temporary file and directory creator |
to-fast-properties | 2.0.0 | Sindre Sorhus | Homepage | Force V8 to use fast properties for an object |
to-regex-range | 5.0.1 | Jon Schlinkert | Homepage | Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. |
toidentifier | 1.0.1 | Douglas Christopher Wilson | Homepage | Convert a string of words to a JavaScript identifier |
totalist | 3.0.1 | Luke Edwards | Homepage | A tiny (195B to 220B) utility to recursively list all (total) files in a directory |
tr46 | 5.0.0 | Sebastian Mayr | Homepage | An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing |
trough | 2.2.0 | Titus Wormer | Homepage |
|
ts-api-utils | 1.3.0 | JoshuaKGoldberg | Homepage | Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️ |
ts-dedent | 2.2.0 | Tamino Martinius | Homepage | TypeScript package which smartly trims and strips indentation from multi-line strings |
tsutils | 3.21.0 | Klaus Meinhardt | Homepage | utilities for working with typescript's AST |
type-check | 0.4.0 | George Zahariev | Homepage | type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. |
type-detect | 4.1.0 | Jake Luer | Homepage | Improved typeof detection for node.js and the browser. |
type-is | 1.6.18 | N/A | Homepage | Infer the content-type of a request. |
typed-function | 4.2.1 | Jos de Jong | Homepage | Type checking for JavaScript functions |
typescript-eslint | 8.4.0 | N/A | Homepage | Tooling which enables you to use TypeScript with ESLint |
typewise | 1.0.3 | Dean Landolt | Homepage | Typewise-structured sorting for arbitrarily complex data structures |
typewise-core | 1.2.0 | Dean Landolt | Homepage | Core typewise type system functionality |
ufo | 1.5.4 | N/A | Homepage | URL utils for humans |
undici-types | 5.26.5, 6.19.8 | N/A | Homepage | A stand-alone types package for Undici |
unicode-canonical-property-names-ecmascript | 2.0.0 | Mathias Bynens | Homepage | The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. |
unicode-match-property-ecmascript | 2.0.0 | Mathias Bynens | Homepage | Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. |
unicode-match-property-value-ecmascript | 2.1.0 | Mathias Bynens | Homepage | Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. |
unicode-property-aliases-ecmascript | 2.1.0 | Mathias Bynens | Homepage | Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. |
unicorn-magic | 0.1.0 | Sindre Sorhus | Homepage | Some useful utilities I often need |
unified | 11.0.5 | Titus Wormer | Homepage | parse, inspect, transform, and serialize content through syntax trees |
union-value | 1.0.1 | Jon Schlinkert | Homepage | Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. |
unique-string | 3.0.0 | Sindre Sorhus | Homepage | Generate a unique random string |
unist-util-is | 6.0.0 | Titus Wormer | Homepage | unist utility to check if a node passes a test |
unist-util-stringify-position | 4.0.0 | Titus Wormer | Homepage | unist utility to serialize a node, position, or point as a human readable location |
unist-util-visit | 5.0.0 | Titus Wormer | Homepage | unist utility to visit nodes |
unist-util-visit-parents | 6.0.1 | Titus Wormer | Homepage | unist utility to recursively walk over nodes, with ancestral information |
universalify | 0.1.2, 0.2.0, 2.0.1 | Ryan Zimmerman | Homepage | Make a callback- or promise-based function support both promises and callbacks. |
unpipe | 1.0.0 | Douglas Christopher Wilson | Homepage | Unpipe a stream from all destinations |
unplugin | 1.13.1 | N/A | Homepage | Unified plugin system for build tools |
untildify | 4.0.0 | Sindre Sorhus | Homepage | Convert a tilde path to an absolute path: |
update-browserslist-db | 1.1.0 | Andrey Sitnik | Homepage | CLI tool to update caniuse-lite to refresh target browsers from Browserslist config |
url-parse | 1.5.10 | Arnout Kazemier | Homepage | Small footprint URL parser that works seamlessly across Node.js and browser environments |
util | 0.12.5 | Joyent | Homepage | Node.js's util module for all engines |
util-deprecate | 1.0.2 | Nathan Rajlich | Homepage | The Node.js |
utils-merge | 1.0.1 | Jared Hanson | Homepage | merge() utility function |
uuid | 9.0.1, 10.0.0 | N/A | Homepage | RFC9562 UUIDs |
v8-compile-cache | 2.4.0 | Andres Suarez | Homepage | Require hook for automatic V8 compile cache persistence |
valid-filename | 4.0.0 | Sindre Sorhus | Homepage | Check if a string is a valid filename |
vary | 1.1.2 | Douglas Christopher Wilson | Homepage | Manipulate the HTTP Vary header |
vfile | 6.0.3 | Titus Wormer | Homepage | Virtual file format for text processing |
vfile-message | 4.0.2 | Titus Wormer | Homepage | vfile utility to create a virtual message |
vite | 5.4.3 | Evan You | Homepage | Native-ESM powered web dev build tool |
vite-node | 2.0.5 | Anthony Fu | Homepage | Vite as Node.js runtime |
vitefu | 0.2.5 | N/A | Homepage | Utilities for building frameworks with Vite |
vitest | 2.0.5 | Anthony Fu | Homepage | Next generation testing framework powered by Vite |
vt-pbf | 3.1.3 | Anand Thakker | Homepage | Serialize mapbox vector tiles to binary protobufs in javascript. |
w3c-xmlserializer | 5.0.0 | N/A | Homepage | A per-spec XML serializer implementation |
wcwidth | 1.0.1 | Tim Oxley | Homepage | Port of C's wcwidth() and wcswidth() |
webpack-virtual-modules | 0.6.2 | SysGears INC | Homepage | Webpack Virtual Modules |
whatwg-encoding | 3.1.1 | Domenic Denicola | Homepage | Decode strings according to the WHATWG Encoding Standard |
whatwg-mimetype | 4.0.0 | Domenic Denicola | Homepage | Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard |
whatwg-url | 14.0.0 | Sebastian Mayr | Homepage | An implementation of the WHATWG URL Standard's URL API and parsing machinery |
which-typed-array | 1.1.15 | Jordan Harband | Homepage | Which kind of Typed Array is this JavaScript value? Works cross-realm, without |
why-is-node-running | 2.3.0 | Mathias Buus | Homepage | Node is running but you don't know why? why-is-node-running is here to help you. |
word-wrap | 1.2.5 | Jon Schlinkert | Homepage | Wrap words to a specified length. |
wrap-ansi | 7.0.0, 8.1.0 | Sindre Sorhus | Homepage | Wordwrap a string with ANSI escape codes |
ws | 7.5.10, 8.18.0 | Einar Otto Stangvik | Homepage | Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js |
xmlchars | 2.2.0 | Louis-Dominique Dubeau | Homepage | Utilities for determining if characters belong to character classes defined by the XML specs. |
xtend | 4.0.2 | Raynos | Homepage | extend like a boss |
yargs | 16.2.0, 17.7.2 | N/A | Homepage | yargs the modern, pirate-themed, successor to optimist. |
yocto-queue | 0.1.0 | Sindre Sorhus | Homepage | Tiny queue data structure |
zwitch | 2.0.4 | Titus Wormer | Homepage | Handle values based on a property |
The following 39 packages are licensed under Apache-2.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@ampproject/remapping | 2.3.0 | Justin Ridgewell | Homepage | Remap sequential sourcemaps through transformations to point at the original source code |
@carbon/charts | 1.20.0 | IBM | Homepage | Carbon Charts component library |
@carbon/charts-svelte | 1.20.0 | IBM | Homepage | Carbon Charts component library for Svelte |
@carbon/colors | 11.25.0 | N/A | Homepage | Colors for digital and software products using the Carbon Design System |
@carbon/telemetry | 0.1.0 | N/A | Homepage | Collect telemetry data for projects at IBM using Carbon |
@eslint/config-array | 0.18.0 | Nicholas C. Zakas | Homepage | General purpose glob-based configuration matching. |
@eslint/object-schema | 2.1.4 | Nicholas C. Zakas | Homepage | An object schema merger/validator |
@eslint/plugin-kit | 0.1.0 | Nicholas C. Zakas | Homepage | Utilities for building ESLint plugins. |
@humanwhocodes/config-array | 0.9.5 | Nicholas C. Zakas | Homepage | Glob-based configuration matching. |
@humanwhocodes/module-importer | 1.0.1 | Nicholas C. Zaks | Homepage | Universal module importer for Node.js |
@humanwhocodes/retry | 0.3.0 | Nicholas C. Zaks | Homepage | A utility to retry failed async methods. |
@ibm/telemetry-js | 1.6.1 | IBM | Homepage | JavaScript telemetry tooling for open/inner source projects |
adler-32 | 1.3.1 | sheetjs | Homepage | Pure-JS ADLER-32 |
aria-query | 5.3.0 | Jesse Beach | Homepage | Programmatic access to the ARIA specification |
axobject-query | 4.1.0 | Jesse Beach | Homepage | Programmatic access to information about the AXObject Model |
carbon-components | 10.58.15 | N/A | Homepage | The Carbon Design System is IBM’s open-source design system for products and experiences. |
cfb | 1.2.2 | sheetjs | Homepage | Compound File Binary File Format extractor |
codepage | 1.15.0 | SheetJS | Homepage | pure-JS library to handle codepages |
crc-32 | 1.2.2 | sheetjs | Homepage | Pure-JS CRC-32 |
doctrine | 3.0.0 | N/A | Homepage | JSDoc parser |
easy-reactive | 1.0.4 | vadimkorr | Homepage | reactive object |
ecdsa-sig-formatter | 1.0.11 | D2L Corporation | Homepage | Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation |
eslint-visitor-keys | 2.1.0, 3.4.3, 4.0.0 | Toru Nagashima | Homepage | Constants and utilities about visitor keys to traverse AST. |
frac | 1.1.2 | SheetJS | Homepage | Rational approximation with bounded denominator |
htm | 3.1.1 | Jason Miller | Homepage | The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax. |
human-signals | 2.1.0, 5.0.0 | ehmicky | Homepage | Human-friendly process signals |
intersection-observer | 0.12.2 | Philip Walton | Homepage | A polyfill for IntersectionObserver |
long | 5.2.3 | Daniel Wirtz | Homepage | A Long class for representing a 64-bit two's-complement integer value. |
mathjs | 13.1.1 | Jos de Jong | Homepage | Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices. |
rhea | 3.0.2 | N/A | Homepage | reactive AMQP 1.0 library |
rhea-promise | 3.0.3 | N/A | Homepage | A Promisified layer over rhea AMQP client |
ssf | 0.11.2 | sheetjs | Homepage | Format data using ECMA-376 spreadsheet Format Codes |
svelte-carousel | 1.0.25 | vadimkorr | Homepage | Svelte carousel |
swagger-ui-dist | 5.17.14 | N/A | Homepage | |
typescript | 5.5.4 | Microsoft Corp. | Homepage | TypeScript is a language for application scale JavaScript development |
wmf | 1.0.2 | sheetjs | Homepage | Windows MetaFile (WMF) parser |
word | 0.3.0 | sheetjs | Homepage | Word Processing Document library |
xlsx | 0.18.5 | sheetjs | Homepage | SheetJS Spreadsheet data parser and writer |
xml-name-validator | 5.0.0 | Domenic Denicola | Homepage | Validates whether a string matches the production for an XML name or qualified name |
The following 99 packages are licensed under ISC.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@auth/core | 0.34.2 | Balázs Orbán | Homepage | Authentication for the Web. |
@auth/sveltekit | 1.4.2 | Thang Huu Vu | Homepage | Authentication for SvelteKit. |
@isaacs/cliui | 8.0.2 | Ben Coe | Homepage | easily create complex multi-column command-line-interfaces |
@mapbox/geojson-rewind | 0.5.2 | Tom MacWright | Homepage | enforce winding order for geojson |
@mapbox/point-geometry | 0.1.0, 1.1.0 | Tom MacWright | Homepage | a point geometry with transforms |
@mapbox/whoots-js | 3.1.0 | Bryan Housel | Homepage | Request tiles from WMS servers that support EPSG:3857 |
@maplibre/maplibre-gl-style-spec | 20.3.1 | MapLibre | Homepage | a specification for maplibre styles |
@ungap/structured-clone | 1.2.0 | Andrea Giammarchi | Homepage | A structuredClone polyfill |
@zerodevx/svelte-toast | 0.9.5 | Jason Lee | Homepage | Simple elegant toast notifications |
anymatch | 3.1.3 | Elan Shanker | Homepage | Matches strings against configurable strings, globs, regular expressions, and/or functions |
arraystat | 1.7.81 | Raphael Piccolo | Homepage | This module calculate Min, Max, Avg, % of standard deviation, median, quartiles, range and histogram from an array |
chownr | 2.0.0 | Isaac Z. Schlueter | Homepage | like |
cliui | 7.0.4, 8.0.1 | Ben Coe | Homepage | easily create complex multi-column command-line-interfaces |
d3 | 7.9.0 | Mike Bostock | Homepage | Data-Driven Documents |
d3-array | 3.2.4 | Mike Bostock | Homepage | Array manipulation, ordering, searching, summarizing, etc. |
d3-axis | 3.0.0 | Mike Bostock | Homepage | Displays automatic reference lines for scales. |
d3-brush | 3.0.0 | Mike Bostock | Homepage | Select a one- or two-dimensional region using the mouse or touch. |
d3-chord | 3.0.1 | Mike Bostock | Homepage | Visualize relationships or network flow with an aesthetically-pleasing circular layout. |
d3-color | 3.1.0 | Mike Bostock | Homepage | Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch). |
d3-contour | 4.0.2 | Mike Bostock | Homepage | Compute contour polygons using marching squares. |
d3-delaunay | 6.0.4 | Mike Bostock | Homepage | Compute the Voronoi diagram of a set of two-dimensional points. |
d3-dispatch | 3.0.1 | Mike Bostock | Homepage | Register named callbacks and call them with arguments. |
d3-drag | 3.0.0 | Mike Bostock | Homepage | Drag and drop SVG, HTML or Canvas using mouse or touch input. |
d3-dsv | 3.0.1 | Mike Bostock | Homepage | A parser and formatter for delimiter-separated values, such as CSV and TSV |
d3-fetch | 3.0.1 | Mike Bostock | Homepage | Convenient parsing for Fetch. |
d3-force | 3.0.0 | Mike Bostock | Homepage | Force-directed graph layout using velocity Verlet integration. |
d3-format | 3.1.0 | Mike Bostock | Homepage | Format numbers for human consumption. |
d3-geo | 3.1.1 | Mike Bostock | Homepage | Shapes and calculators for spherical coordinates. |
d3-hierarchy | 3.1.2 | Mike Bostock | Homepage | Layout algorithms for visualizing hierarchical data. |
d3-interpolate | 3.0.1 | Mike Bostock | Homepage | Interpolate numbers, colors, strings, arrays, objects, whatever! |
d3-path | 3.1.0 | Mike Bostock | Homepage | Serialize Canvas path commands to SVG. |
d3-polygon | 3.0.1 | Mike Bostock | Homepage | Operations for two-dimensional polygons. |
d3-quadtree | 3.0.1 | Mike Bostock | Homepage | Two-dimensional recursive spatial subdivision. |
d3-random | 3.0.1 | Mike Bostock | Homepage | Generate random numbers from various distributions. |
d3-scale | 4.0.2 | Mike Bostock | Homepage | Encodings that map abstract data to visual representation. |
d3-scale-chromatic | 3.1.0 | Mike Bostock | Homepage | Sequential, diverging and categorical color schemes. |
d3-selection | 3.0.0 | Mike Bostock | Homepage | Data-driven DOM manipulation: select elements and join them to data. |
d3-shape | 3.2.0 | Mike Bostock | Homepage | Graphical primitives for visualization, such as lines and areas. |
d3-time | 3.1.0 | Mike Bostock | Homepage | A calculator for humanity’s peculiar conventions of time. |
d3-time-format | 4.1.0 | Mike Bostock | Homepage | A JavaScript time formatter and parser inspired by strftime and strptime. |
d3-timer | 3.0.1 | Mike Bostock | Homepage | An efficient queue capable of managing thousands of concurrent animations. |
d3-transition | 3.0.1 | Mike Bostock | Homepage | Animated transitions for D3 selections. |
d3-zoom | 3.0.0 | Mike Bostock | Homepage | Pan and zoom SVG, HTML or Canvas using mouse or touch input. |
delaunator | 5.0.1 | Vladimir Agafonkin | Homepage | An incredibly fast JavaScript library for Delaunay triangulation of 2D points |
earcut | 3.0.0 | Vladimir Agafonkin | Homepage | The fastest and smallest JavaScript polygon triangulation library for your WebGL apps |
electron-to-chromium | 1.5.18 | Kilian Valkhof | Homepage | Provides a list of electron-to-chromium version mappings |
fastq | 1.17.1 | Matteo Collina | Homepage | Fast, in memory work queue |
flatted | 3.3.1 | Andrea Giammarchi | Homepage | A super light and fast circular JSON parser. |
foreground-child | 3.3.0 | Isaac Z. Schlueter | Homepage | Run a child as if it's the foreground process. Give it stdio. Exit when it exits. |
fs-minipass | 2.1.0 | Isaac Z. Schlueter | Homepage | fs read and write streams based on minipass |
fs.realpath | 1.0.0 | Isaac Z. Schlueter | Homepage | Use node's fs.realpath, but fall back to the JS implementation if the native one fails |
geojson-vt | 4.0.2 | Vladimir Agafonkin | Homepage | Slice GeoJSON data into vector tiles efficiently |
get-caller-file | 2.0.5 | Stefan Penner | Homepage | |
github-slugger | 2.0.0 | Dan Flettre | Homepage | Generate a slug just like GitHub does for markdown headings. |
glob | 7.2.3, 8.1.0, 10.4.5 | Isaac Z. Schlueter | Homepage | the most correct and second fastest glob implementation in JavaScript |
glob-parent | 5.1.2, 6.0.2 | Gulp Team | Homepage | Extract the non-magic parent path from a glob string. |
graceful-fs | 4.2.11 | N/A | Homepage | A drop-in replacement for fs, making various improvements. |
ignore-walk | 5.0.1 | GitHub Inc. | Homepage | Nested/recursive |
inflight | 1.0.6 | Isaac Z. Schlueter | Homepage | Add callbacks to requests in flight to avoid async duplication |
inherits | 2.0.4 | N/A | Homepage | Browser-friendly inheritance fully compatible with standard node.js inherits() |
ini | 4.1.3 | GitHub Inc. | Homepage | An ini encoder/decoder for node |
internmap | 1.0.1, 2.0.3 | Mike Bostock | Homepage | Map and Set with automatic key interning |
isexe | 2.0.0, 3.1.1 | Isaac Z. Schlueter | Homepage | Minimal module to check if a file is executable. |
kdbush | 4.0.2 | Vladimir Agafonkin | Homepage | A very fast static 2D index for points based on kd-tree. |
lru-cache | 4.1.5, 5.1.1, 10.4.3 | Isaac Z. Schlueter | Homepage | A cache object that deletes the least-recently-used items. |
minimatch | 3.1.2, 5.1.6, 9.0.5 | Isaac Z. Schlueter | Homepage | a glob matcher in javascript |
minipass | 3.3.6, 5.0.0, 7.1.2 | Isaac Z. Schlueter | Homepage | minimal implementation of a PassThrough stream |
noms | 0.0.0 | Calvin Metcalf | Homepage | easily make yummy noms for other streams |
npm-bundled | 2.0.1 | GitHub Inc. | Homepage | list things in node_modules that are bundledDependencies, or transitive dependencies thereof |
npm-normalize-package-bin | 2.0.0 | GitHub Inc. | Homepage | Turn any flavor of allowable package.json bin into a normalized object |
npm-packlist | 5.1.3 | GitHub Inc. | Homepage | Get a list of the files to add from a folder into an npm package |
once | 1.4.0 | Isaac Z. Schlueter | Homepage | Run a function exactly one time |
pg-int8 | 1.0.1 | N/A | Homepage | 64-bit big-endian signed integer-to-string conversion |
pg-numeric | 1.0.2 | N/A | Homepage | reads PostgreSQL binary format for numeric values into a string |
picocolors | 1.1.0 | Alexey Raspopov | Homepage | The tiniest and the fastest library for terminal output formatting with ANSI colors |
potpack | 2.0.0 | Vladimir Agafonkin | Homepage | A tiny library for packing 2D rectangles (for sprite layouts) |
pseudomap | 1.0.2 | Isaac Z. Schlueter | Homepage | A thing that is a lot like ES6 |
quickselect | 2.0.0, 3.0.0 | Vladimir Agafonkin | Homepage | A tiny and fast selection algorithm in JavaScript. |
rimraf | 2.6.3, 2.7.1, 3.0.2 | Isaac Z. Schlueter | Homepage | A deep deletion module for node (like |
saxes | 6.0.0 | Louis-Dominique Dubeau | Homepage | An evented streaming XML parser in JavaScript |
semver | 5.7.2, 6.3.1, 7.6.3 | GitHub Inc. | Homepage | The semantic version parser used by npm. |
setprototypeof | 1.2.0 | Wes Todd | Homepage | A small polyfill for Object.setprototypeof |
siginfo | 2.0.0 | Emil Bay | Homepage | Utility module to print pretty messages on SIGINFO/SIGUSR1 |
signal-exit | 3.0.7, 4.1.0 | Ben Coe | Homepage | when you want to fire an event no matter how a process exits. |
split2 | 4.2.0 | Matteo Collina | Homepage | split a Text Stream into a Line Stream, using Stream 3 |
supercluster | 8.0.1 | Vladimir Agafonkin | Homepage | A very fast geospatial point clustering library. |
svelte-hmr | 0.16.0 | rixo | Homepage | Bundler agnostic HMR utils for Svelte 3 |
tar | 6.2.1 | GitHub Inc. | Homepage | tar for node |
test-exclude | 7.0.1 | Ben Coe | Homepage | test for inclusion or exclusion of paths using globs |
tinyqueue | 3.0.0 | N/A | Homepage | The smallest and simplest JavaScript priority queue |
topojson-client | 3.1.0 | Mike Bostock | Homepage | Manipulate TopoJSON and convert it to GeoJSON. |
walk-up-path | 3.0.1 | Isaac Z. Schlueter | Homepage | Given a path string, return a generator that walks up the path, emitting each dirname. |
which | 1.3.1, 2.0.2, 4.0.0 | GitHub Inc. | Homepage | Like which(1) unix command. Find the first instance of an executable in the PATH. |
wrappy | 1.0.2 | Isaac Z. Schlueter | Homepage | Callback wrapping utility |
write-file-atomic | 2.4.3 | Rebecca Turner | Homepage | Write files in an atomic fashion w/configurable ownership |
y18n | 5.0.8 | Ben Coe | Homepage | the bare-bones internationalization library used by yargs |
yallist | 2.1.2, 3.1.1, 4.0.0 | Isaac Z. Schlueter | Homepage | Yet Another Linked List |
yaml | 1.10.2 | Eemeli Aro | Homepage | JavaScript parser and stringifier for YAML |
yargs-parser | 20.2.9, 21.1.1 | Ben Coe | Homepage | the mighty option parser used by yargs |
The following 37 packages are licensed under BSD-3-Clause.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@hapi/hoek | 9.3.0 | N/A | Homepage | General purpose node utilities |
@hapi/topo | 5.1.0 | N/A | Homepage | Topological sorting with grouping support |
@humanwhocodes/object-schema | 1.2.1 | Nicholas C. Zakas | Homepage | An object schema merger/validator |
@mapbox/vector-tile | 1.3.1, 2.0.3 | N/A | Homepage | Parses vector tiles |
@maptiler/geocoding-control | 1.3.3 | Martin Ždila | Homepage | The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application. |
@sideway/address | 4.1.5 | N/A | Homepage | Email address and domain validation |
@sideway/formula | 3.0.1 | N/A | Homepage | Math and string formula parser. |
@sideway/pinpoint | 2.0.0 | N/A | Homepage | Return the filename and line number of the calling function |
buffer-equal-constant-time | 1.0.1 | GoInstant Inc., a salesforce.com company | Homepage | Constant-time comparison of Buffers |
d3-array | 2.12.1 | Mike Bostock | Homepage | Array manipulation, ordering, searching, summarizing, etc. |
d3-cloud | 1.2.7 | Jason Davies | Homepage | Generate word clouds in JavaScript. |
d3-dispatch | 1.0.6 | Mike Bostock | Homepage | Register named callbacks and call them with arguments. |
d3-ease | 3.0.1 | Mike Bostock | Homepage | Easing functions for smooth animation. |
d3-path | 1.0.9 | Mike Bostock | Homepage | Serialize Canvas path commands to SVG. |
d3-sankey | 0.12.3 | Mike Bostock | Homepage | Visualize flow between nodes in a directed acyclic network. |
d3-shape | 1.3.7 | Mike Bostock | Homepage | Graphical primitives for visualization, such as lines and areas. |
esquery | 1.6.0 | Joel Feenstra | Homepage | A query library for ECMAScript AST using a CSS selector like query language. |
filesize | 10.1.6 | Jason Mulligan | Homepage | JavaScript library to generate a human readable String describing the file size |
ieee754 | 1.2.1 | Feross Aboukhadijeh | Homepage | Read/write IEEE754 floating point numbers from/to a Buffer or array-like object |
istanbul-lib-coverage | 3.2.2 | Krishnan Anantheswaran | Homepage | Data library for istanbul coverage objects |
istanbul-lib-instrument | 6.0.3 | Krishnan Anantheswaran | Homepage | Core istanbul API for JS code coverage |
istanbul-lib-report | 3.0.1 | Krishnan Anantheswaran | Homepage | Base reporting library for istanbul |
istanbul-lib-source-maps | 5.0.6 | Krishnan Anantheswaran | Homepage | Source maps support for istanbul |
istanbul-reports | 3.1.7 | Krishnan Anantheswaran | Homepage | istanbul reports |
joi | 17.13.3 | N/A | Homepage | Object schema validation |
jssha | 3.3.1 | Brian Turek | Homepage | jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC |
maplibre-gl | 4.7.0 | N/A | Homepage | BSD licensed community fork of mapbox-gl, a WebGL interactive maps library |
pbf | 3.3.0, 4.0.1 | Konstantin Kaefer | Homepage | a low-level, lightweight protocol buffers implementation in JavaScript |
pmtiles | 3.0.7 | Brandon Liu | Homepage | PMTiles archive decoder for browsers |
qs | 6.11.0 | N/A | Homepage | A querystring parser that supports nesting and arrays, with a depth limit |
rw | 1.3.3 | Mike Bostock | Homepage | Now stdin and stdout are files. |
source-map | 0.6.1 | Nick Fitzgerald | Homepage | Generates and consumes source maps |
source-map-js | 1.2.1 | Valentin 7rulnik Semirulnik | Homepage | Generates and consumes source maps |
sprintf-js | 1.0.3 | Alexandru Marasteanu | Homepage | JavaScript sprintf implementation |
tough-cookie | 4.1.4 | Jeremy Stashewsky | Homepage | RFC6265 Cookies and Cookie Jar for node.js |
typo-js | 1.2.4 | Christopher Finke | Homepage | A Hunspell-style spellchecker. |
warning | 3.0.0 | Berkeley Martinez | Homepage | A mirror of Facebook's Warning |
The following 21 packages are licensed under BSD-2-Clause.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@mapbox/geo-viewport | 0.5.0 | Tom MacWright | Homepage | convert between viewports and extents |
@mapbox/tiny-sdf | 2.0.6 | Vladimir Agafonkin | Homepage | Browser-side SDF font generator |
@mapbox/unitbezier | 0.0.1 | N/A | Homepage | unit bezier curve interpolation |
@placemarkio/geo-viewport | 1.0.2 | Tom MacWright | Homepage | convert between viewports and extents |
@typescript-eslint/parser | 8.4.0 | N/A | Homepage | An ESLint custom parser which leverages TypeScript ESTree |
@typescript-eslint/typescript-estree | 5.62.0, 8.4.0 | N/A | Homepage | A parser that converts TypeScript source code into an ESTree compatible form |
@yarnpkg/fslib | 2.10.3 | N/A | Homepage | |
@yarnpkg/libzip | 2.3.0 | N/A | Homepage | |
domelementtype | 2.3.0 | Felix Boehm | Homepage | all the types of nodes in htmlparser2's dom |
domhandler | 3.3.0, 4.3.1 | Felix Boehm | Homepage | Handler for htmlparser2 that turns pages into a dom |
domutils | 2.8.0 | Felix Boehm | Homepage | Utilities for working with htmlparser2's dom |
entities | 2.2.0, 4.5.0 | Felix Boehm | Homepage | Encode & decode XML and HTML entities with ease & speed |
eslint-scope | 5.1.1, 7.2.2, 8.0.2 | N/A | Homepage | ECMAScript scope analyzer for ESLint |
espree | 9.2.0, 9.6.1, 10.1.0 | Nicholas C. Zakas | Homepage | An Esprima-compatible JavaScript parser built on Acorn |
esprima | 4.0.1 | Ariya Hidayat | Homepage | ECMAScript parsing infrastructure for multipurpose analysis |
esrecurse | 4.3.0 | N/A | Homepage | ECMAScript AST recursive visitor |
estraverse | 4.3.0, 5.3.0 | N/A | Homepage | ECMAScript JS AST traversal functions |
esutils | 2.0.3 | N/A | Homepage | utility box for ECMAScript language tools |
regjsparser | 0.9.1 | 'Julian Viereck' | Homepage | |
uri-js | 4.4.1 | Gary Court | Homepage | An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript. |
webidl-conversions | 7.0.0 | Domenic Denicola | Homepage | Implements the WebIDL algorithms for converting to and from JavaScript values |
The following 3 packages are licensed under Unknown.
The following 1 package are licensed under BSD.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
@mapbox/sphericalmercator | 1.2.0 | MapBox | Homepage | Transformations between the Web Mercator projection and Latitude Longitude coordinates |
The following 1 package are licensed under Python-2.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
argparse | 2.0.1 | N/A | Homepage | CLI arguments parser. Native port of python's argparse. |
The following 1 package are licensed under CC-BY-4.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
caniuse-lite | 1.0.30001658 | Ben Briggs | Homepage | A smaller version of caniuse-db, with only the essentials! |
The following 1 package are licensed under BSD-3-Clause AND Apache-2.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
chroma-js | 3.1.1 | Gregor Aisch | Homepage | JavaScript library for color conversions |
The following 1 package are licensed under MPL-2.0 OR Apache-2.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
dompurify | 3.1.6 | Dr.-Ing. Mario Heiderich, Cure53 | Homepage | DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not. |
The following 3 packages are licensed under BlueOak-1.0.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
jackspeak | 3.4.3 | Isaac Z. Schlueter | Homepage | A very strict and proper argument parser. |
package-json-from-dist | 1.0.0 | Isaac Z. Schlueter | Homepage | Load the local package.json from either src or dist folder |
path-scurry | 1.11.1 | Isaac Z. Schlueter | Homepage | walk paths fast and efficiently |
The following 1 package are licensed under Public Domain.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
jsonify | 0.0.1 | Douglas Crockford | Homepage | JSON without touching any globals |
The following 1 package are licensed under MIT OR GPL-3.0-or-later.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
jszip | 3.10.1 | Stuart Knightley | Homepage | Create, read and edit .zip files with JavaScript http://stuartk.com/jszip |
The following 1 package are licensed under CC0-1.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
mdn-data | 2.0.30 | Mozilla Developer Network | Homepage | Open Web data by the Mozilla Developer Network |
The following 1 package are licensed under MIT AND Zlib.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
pako | 1.0.11, 2.1.0 | N/A | Homepage | zlib port to javascript - fast, modularized, with browser support |
The following 1 package are licensed under Unlicense.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
robust-predicates | 3.0.2 | Vladimir Agafonkin | Homepage | Fast robust predicates for computational geometry |
The following 1 package are licensed under MPL-2.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
svelte-range-slider-pips | 3.1.1 | Simon Goellner | Homepage | Multi-Thumb, Accessible, Beautiful Range Slider with Pips |
The following 1 package are licensed under 0BSD.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
tslib | 1.14.1, 2.7.0 | Microsoft Corp. | Homepage | Runtime library for TypeScript helper functions |
The following 1 package are licensed under MIT OR CC0-1.0.
Package name | Version | Author | Homepage | Description |
---|---|---|---|---|
type-fest | 0.20.2, 1.4.0, 2.19.0 | Sindre Sorhus | Homepage | A collection of essential TypeScript types |