licenses.dev

@s-ui/react-molecule-autosuggest-field v1.2.0

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT84
PackageRelationDependenciesPublished
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@s-ui/compiler-config • 1.1.0Compilers config (SWC, TS...) for SUI projects.INDIRECT2
@s-ui/component-dependencies • 1.9.0A set of dependencies of all SUI components.DIRECT2
@s-ui/js-compiler • 1.29.0JavaScript & TypeScript CompilerINDIRECT40
@s-ui/js • 2.37.0Set of JS utilitiesINDIRECT36
@s-ui/react-atom-checkbox • 2.20.0AtomCheckbox is a component that displays an input checkbox w/ its expected behaviorINDIRECT3
@s-ui/react-atom-help-text • 1.9.0> Help Text is a feedback that the system gives users to make them clearly understand which information is requiredINDIRECT4
@s-ui/react-atom-input • 3.14.0> Inputs are the text fields that users fill in with different types of information. These include dates, passwords or even short answers. It’s a field where users can write alphanumeric texts.INDIRECT4
@s-ui/react-atom-input • 5.37.0> Inputs are the text fields that users fill in with different types of information. These include dates, passwords or even short answers. It’s a field where users can write alphanumeric texts.INDIRECT13
@s-ui/react-atom-label • 1.25.0> The Label is the name of the associated field, that explains what is the about. It should be clear, concise and short.INDIRECT44
@s-ui/react-atom-tag • 2.55.0> Atom Element: SUI TagINDIRECT3
@s-ui/react-atom-validation-text • 1.9.0> Validation text is used for indicating whether the entered data is correct. It is provided by using the "Help Text" plus one color each.INDIRECT4
@s-ui/react-hooks • 1.38.0> Useful hooks to be used in your React projectsINDIRECT4
@s-ui/react-molecule-autosuggest • 1.16.0`MoleculeAutosuggest` is an input that will display a list of suggestions while values are entered It allows Single and Multiple SelectionDIRECT61
@s-ui/react-molecule-dropdown-list • 1.33.0`MoleculeDropdownList` is a composition of DropdownOptionsINDIRECT55
@s-ui/react-molecule-dropdown-option • 1.45.0`MoleculeDropdownOption` is a component that wraps a composition of checkbox + text.INDIRECT43
@s-ui/react-molecule-field • 1.39.0DIRECT48
@s-ui/react-molecule-input-tags • 2.28.0`MoleculeInputTags` is an `AtomInput` with the behavior of adding/removing `AtomTag` as a listINDIRECT15
@s-ui/react-primitive-injector • 1.2.0> DescriptionINDIRECT0
@s-ui/react-primitive-polymorphic-element • 1.2.0> Render a basic polymorphic element capable of rendering a specified html tag or component when passed as a property.INDIRECT0
@s-ui/theme • 8.127.0Generic theme to add styles to all SUI componentsINDIRECT0
@swc/helpers • 0.4.12External helpers for the swc project.INDIRECT1
@tsconfig/esm • 1.0.4A base TSConfig for working with ESM.INDIRECT0
@tsconfig/vite-react • 2.0.0A base TSConfig for working with Vite React.INDIRECT0
bowser • 2.11.0Lightweight browser detectorINDIRECT0
braces • 3.0.3Bash-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.INDIRECT3
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
classnames • 2.5.1A simple utility for conditionally joining classNames togetherINDIRECT0
commander • 8.3.0the complete solution for node.js command-line programsINDIRECT0
cookie • 0.7.0HTTP server cookie parsing and serializationINDIRECT0
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
fast-glob • 3.2.12It's a very fast and efficient glob library for Node.jsINDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-entities • 2.5.2Fastest HTML entities encode/decode library.INDIRECT0
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
htmr • 1.0.0Simple and lightweight (< 2kB) HTML to React converter that works in server and browserINDIRECT7
imask • 3.4.0vanilla javascript input maskINDIRECT0
imask • 6.6.3vanilla javascript input maskINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
js-cookie • 2.1.4A simple, lightweight JavaScript API for handling cookiesINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
just-camel-case • 4.0.2convert a string to camel caseINDIRECT0
just-capitalize • 1.0.1capitalize the first character of a stringINDIRECT0
just-kebab-case • 1.1.0convert a string to kebab caseINDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.isequal • 4.5.0The Lodash method `_.isEqual` exported as a module.INDIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
picomatch • 2.3.1Blazing 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.INDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
react-imask • 6.4.3React input maskINDIRECT6
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
remove-accents • 0.4.2Converting the accented characters to their corresponding non-accented ASCII characters.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT13
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT14
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT16
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
Apache-2.0 AND MIT10
PackageRelationDependenciesPublished
@swc/core-darwin-arm64 • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-darwin-x64 • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-linux-arm-gnueabihf • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-linux-arm64-gnu • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-linux-arm64-musl • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-linux-x64-gnu • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-linux-x64-musl • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-win32-arm64-msvc • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-win32-ia32-msvc • 1.3.14Super-fast alternative for babelINDIRECT0
@swc/core-win32-x64-msvc • 1.3.14Super-fast alternative for babelINDIRECT0
BSD-2-Clause4
PackageRelationDependenciesPublished
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
ISC3
PackageRelationDependenciesPublished
fastq • 1.18.0Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
@swc/core • 1.3.14Super-fast alternative for babelINDIRECT10
typescript • 5.0.4TypeScript is a language for application scale JavaScript developmentINDIRECT0
unknown1
PackageRelationDependenciesPublished
@s-ui/hoc • 1.37.0Set of HoC useful for reactINDIRECT1
W3C-201505131
PackageRelationDependenciesPublished
intersection-observer • 0.10.0A polyfill for IntersectionObserverINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT17
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40s-ui%2Freact-molecule-autosuggest-field)](https://licenses.dev/npm/%40s-ui%2Freact-molecule-autosuggest-field)
<a href="https://licenses.dev/npm/%40s-ui%2Freact-molecule-autosuggest-field">
  <img src="https://licenses.dev/b/npm/%40s-ui%2Freact-molecule-autosuggest-field" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.0 version:

[![licenses](https://licenses.dev/b/npm/%40s-ui%2Freact-molecule-autosuggest-field/1.2.0)](https://licenses.dev/npm/%40s-ui%2Freact-molecule-autosuggest-field/1.2.0)
<a href="https://licenses.dev/npm/%40s-ui%2Freact-molecule-autosuggest-field/1.2.0">
  <img src="https://licenses.dev/b/npm/%40s-ui%2Freact-molecule-autosuggest-field/1.2.0" alt="licenses" />
</a>
GitHub