licenses.dev

asp-react-native-custom-controls v1.2.3

ASP Custom Controls for React Native

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT441
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.INDIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-environment-visitor • 7.24.7Helper visitor to only visit nodes in the current 'this' contextINDIRECT3
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/plugin-proposal-async-generator-functions • 7.20.7Turn async generator functions into ES2015 generatorsINDIRECT25
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-proposal-export-default-from • 7.25.9Compile export default to ES2015INDIRECT1
@babel/plugin-proposal-nullish-coalescing-operator • 7.18.6Remove nullish coalescing operatorINDIRECT2
@babel/plugin-proposal-numeric-separator • 7.18.6Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT2
@babel/plugin-proposal-object-rest-spread • 7.20.7Compile object rest and spread to ES5INDIRECT16
@babel/plugin-proposal-optional-catch-binding • 7.18.6Compile optional catch bindingsINDIRECT2
@babel/plugin-proposal-optional-chaining • 7.21.0Transform optional chaining operators into a series of nil checksINDIRECT22
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()INDIRECT1
@babel/plugin-syntax-export-default-from • 7.25.9Allow parsing of export default fromINDIRECT1
@babel/plugin-syntax-flow • 7.26.0Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-flow-strip-types • 7.26.5Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-self • 7.25.9Add a __self prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx-source • 7.25.9Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx • 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-runtime • 7.25.9Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT45
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typescript • 7.26.5Transform TypeScript into ES.nextINDIRECT28
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/preset-flow • 7.25.9Babel preset for all Flow plugins.INDIRECT4
@babel/preset-typescript • 7.26.0Babel preset for TypeScript.INDIRECT34
@babel/register • 7.25.9babel require hookINDIRECT21
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jest/create-cache-key-function • 29.7.0This module creates a function which is used for generating cache keys used by code transformers in Jest.INDIRECT16
@jest/environment • 29.7.0INDIRECT42
@jest/fake-timers • 29.7.0INDIRECT41
@jest/schemas • 29.6.3Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.INDIRECT1
@jest/types • 26.6.2INDIRECT13
@jest/types • 27.5.1INDIRECT13
@jest/types • 29.6.3This package contains shared types of Jest's packages.INDIRECT15
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@react-native-community/cli-clean • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for cleaning the build artifacts.INDIRECT63
@react-native-community/cli-config • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for managing the configuration of React Native app.INDIRECT79
@react-native-community/cli-debugger-ui • 11.3.6INDIRECT22
@react-native-community/cli-doctor • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for diagnosing and fixing common Node.js, iOS, Android & React Native issues.INDIRECT140
@react-native-community/cli-hermes • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Hermes engine.INDIRECT106
@react-native-community/cli-platform-android • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.INDIRECT102
@react-native-community/cli-platform-ios • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.INDIRECT72
@react-native-community/cli-plugin-metro • 11.3.6This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Metro bundler.INDIRECT364
@react-native-community/cli-server-api • 11.3.6INDIRECT99
@react-native-community/cli-tools • 11.3.6INDIRECT46
@react-native-community/cli-types • 11.3.6INDIRECT6
@react-native-community/cli • 11.3.6React Native CLIINDIRECT423
@react-native/assets-registry • 0.72.0Asset support code for React Native.INDIRECT0
@react-native/codegen • 0.72.8⚛️ Code generation tools for React NativeINDIRECT124
@react-native/gradle-plugin • 0.72.11⚛️ Gradle Plugin for React NativeINDIRECT0
@react-native/js-polyfills • 0.72.1Polyfills for React Native.INDIRECT0
@react-native/normalize-colors • 0.72.0Color normalization for React Native.INDIRECT0
@react-native/virtualized-lists • 0.72.8Virtualized lists for React Native.INDIRECT4
@sinclair/typebox • 0.27.8JSONSchema Type Builder with Static Type Resolution for TypeScriptINDIRECT0
@types/istanbul-lib-coverage • 2.0.6TypeScript definitions for istanbul-lib-coverageINDIRECT0
@types/istanbul-lib-report • 3.0.3TypeScript definitions for istanbul-lib-reportINDIRECT1
@types/istanbul-reports • 3.0.4TypeScript definitions for istanbul-reportsINDIRECT2
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/stack-utils • 2.0.3TypeScript definitions for stack-utilsINDIRECT0
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@types/yargs • 16.0.9TypeScript definitions for yargsINDIRECT1
@types/yargs • 17.0.33TypeScript definitions for yargsINDIRECT1
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn • 8.14.0ECMAScript parserINDIRECT0
anser • 1.4.10A low level parser for ANSI sequences.INDIRECT0
ansi-fragments • 0.2.1A tiny library with builders to help making logs/CLI pretty with a nice DX.INDIRECT9
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 5.2.0ANSI escape codes for styling strings in the terminalINDIRECT0
appdirsjs • 1.2.7OS-dependent application paths for cache, data and config directoriesINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
ast-types • 0.15.2Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT1
astral-regex • 1.0.0Regular expression for matching astral symbolsINDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
babel-core • 7.0.0-bridge.0A placeholder package that bridges babel-core to @babel/core.INDIRECT0
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-syntax-trailing-function-commas • 7.0.0-beta.0Compile trailing function commas to ES5INDIRECT0
babel-plugin-transform-flow-enums • 0.0.2Babel transform for Flow Enums.INDIRECT2
babel-preset-fbjs • 3.4.0Babel preset for Facebook projects.INDIRECT67
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
caller-callsite • 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path • 2.0.0Get the path of the caller functionINDIRECT2
callsites • 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 4.1.2Terminal string styling done rightINDIRECT5
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
ci-info • 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colorette • 1.4.0Easily set the text color and style in the terminal.INDIRECT0
command-exists • 1.2.9check whether a command line command exists in the current environmentINDIRECT0
commander • 2.13.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 9.5.0the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.7.5Node.js compression middlewareINDIRECT9
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect • 3.7.0High performance middleware frameworkINDIRECT11
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.40.0core-js compatINDIRECT7
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
dayjs • 1.11.132KB immutable date time library alternative to Moment.js with the same modern API INDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
denodeify • 1.2.1Tool to turn functions with Node-style callback APIs into functions that return PromisesINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
deprecated-react-native-prop-types • 4.1.0Deprecated prop-types from React Native.INDIRECT7
destroy • 1.2.0destroy a stream if possibleINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
envinfo • 7.14.0Info about your dev environment for debugging purposesINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
error-stack-parser • 2.1.4Extract meaning from JS ErrorsINDIRECT1
errorhandler • 1.5.1Development-only error handler middlewareINDIRECT5
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
execa • 5.1.1Process execution for humansINDIRECT15
fast-xml-parser • 4.5.1Validate XML, Parse XML, Build XML without C/C++ based librariesINDIRECT1
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
finalhandler • 1.1.2Node.js final http responderINDIRECT9
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
flow-enums-runtime • 0.0.5Runtime to be use with the Flow Enums transform.INDIRECT0
flow-parser • 0.206.0JavaScript parser written in OCaml. Produces ESTree ASTINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hermes-estree • 0.12.0Flow types for the Flow-ESTree spec produced by the hermes parserINDIRECT0
hermes-parser • 0.12.0A JavaScript parser built from the Hermes engineINDIRECT1
hermes-profile-transformer • 0.0.6<p align="center"> <img alt="npm" src="https://img.shields.io/npm/v/hermes-profile-transformer"> <img alt="node-current" src="https://img.shields.io/node/v/hermes-profile-transformer"> <img alt="npm bundle size" src="https://img.shields.io/bundlephobia/miINDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
image-size • 1.2.0get dimensions of any image fileINDIRECT2
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
invariant • 2.2.4invariantINDIRECT2
ip • 1.1.9[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
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
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
jest-environment-node • 29.7.0INDIRECT43
jest-get-type • 29.6.3A utility function to get the type of a valueINDIRECT0
jest-message-util • 29.7.0INDIRECT34
jest-mock • 29.7.0**Note:** More details on user side API can be found in [Jest documentation](https://jestjs.io/docs/mock-function-api).INDIRECT20
jest-regex-util • 27.5.1INDIRECT0
jest-util • 27.5.1INDIRECT17
jest-util • 29.7.0This packages is a collection of utilities and helper functionsINDIRECT19
jest-validate • 29.7.0Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.INDIRECT22
jest-worker • 27.5.1Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jscodeshift • 0.14.0A toolkit for JavaScript codemodsINDIRECT118
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
leven • 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
logkitty • 0.7.1Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.INDIRECT37
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
memoize-one • 5.2.1A memoization library which only remembers the latest invocationINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
metro-babel-transformer • 0.76.7🚇 Base Babel transformer for Metro.INDIRECT42
metro-cache-key • 0.76.7🚇 Cache key utility.INDIRECT0
metro-cache • 0.76.7🚇 Cache layers for Metro.INDIRECT15
metro-config • 0.76.7🚇 Config parser for Metro.INDIRECT287
metro-core • 0.76.7🚇 Metro's core package.INDIRECT2
metro-file-map • 0.76.7[Experimental] - 🚇 File crawling, watching and mapping for MetroINDIRECT43
metro-inspector-proxy • 0.76.7🚇 Inspector proxy for React Native and dev tools integration.INDIRECT33
metro-minify-terser • 0.76.7🚇 Minifier for Metro based on Terser.INDIRECT12
metro-minify-uglify • 0.76.7🚇 Minifier for Metro based on Uglify.INDIRECT3
metro-react-native-babel-preset • 0.76.7Babel preset for React Native applicationsINDIRECT115
metro-react-native-babel-transformer • 0.76.7Babel transformer for React Native applications.INDIRECT128
metro-resolver • 0.76.7🚇 Implementation of Metro's resolution logic.INDIRECT0
metro-runtime • 0.76.7🚇 Module required for evaluating Metro bundles.INDIRECT3
metro-runtime • 0.76.8🚇 Module required for evaluating Metro bundles.INDIRECT3
metro-source-map • 0.76.7🚇 Source map generator for Metro.INDIRECT36
metro-source-map • 0.76.8🚇 Source map generator for Metro.INDIRECT36
metro-symbolicate • 0.76.7🚇 A tool to find the source location from JS bundles and stack traces.INDIRECT36
metro-symbolicate • 0.76.8🚇 A tool to find the source location from JS bundles and stack traces.INDIRECT36
metro-transform-plugins • 0.76.7🚇 Transform plugins for Metro.INDIRECT40
metro-transform-worker • 0.76.7🚇 Transform worker for Metro.INDIRECT287
metro • 0.76.7🚇 The JavaScript bundler for React Native.INDIRECT287
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.53.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
negotiator • 0.6.4HTTP content negotiationINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
nocache • 3.0.4Middleware to destroy cachingINDIRECT0
node-abort-controller • 3.1.1AbortController for Node based on EventEmitterINDIRECT0
node-dir • 0.1.17asynchronous file and directory operations for Node.jsINDIRECT4
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScriptINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
node-stream-zip • 1.15.0node.js library for reading and extraction of ZIP archivesINDIRECT0
normalize-path • 3.0.0Normalize 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.INDIRECT0
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
nullthrows • 1.1.1flow typed nullthrowsINDIRECT0
ob1 • 0.76.7A small library for working with 0- and 1-based offsets in a type-checked way.INDIRECT0
ob1 • 0.76.8A small library for working with 0- and 1-based offsets in a type-checked way.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-headers • 1.0.2Execute a listener when a response is about to write headersINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
ora • 5.4.1Elegant terminal spinnerINDIRECT29
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
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
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pirates • 4.0.6Properly hijack require, i.e., properly define require hooks and customizationsINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pretty-format • 26.6.2Stringify any JavaScript value.INDIRECT16
pretty-format • 29.7.0Stringify any JavaScript value.INDIRECT4
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise • 8.3.0Bare bones Promises/A+ implementationINDIRECT1
prompts • 2.4.2Lightweight, beautiful and user-friendly promptsINDIRECT2
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
queue • 6.0.2asynchronous function queue with adjustable concurrencyINDIRECT1
range-parser • 1.2.1Range header field string parserINDIRECT0
react-devtools-core • 4.28.5Use react-devtools outside of the browserINDIRECT2
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-is • 17.0.2Brand checking of React Elements.INDIRECT0
react-is • 18.3.1Brand checking of React Elements.INDIRECT0
react-native-responsive-screen • 1.4.2Make React Native views responsive for all devices with the use of 2 simple methods.DIRECT0
react-native • 0.72.4A framework for building native apps using ReactDIRECT503
react-refresh • 0.4.3React is a JavaScript library for building user interfaces.INDIRECT0
react-shallow-renderer • 16.15.0React package for shallow rendering.INDIRECT2
react • 18.2.0React is a JavaScript library for building user interfaces.DIRECT2
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
recast • 0.21.5JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
scheduler • 0.24.0-canary-efb381bbf-20230505Cooperative scheduler for the browser environment.INDIRECT2
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serialize-error • 2.1.0Serialize an error into a plain objectINDIRECT0
serve-static • 1.16.2Serve static filesINDIRECT21
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shell-quote • 1.8.2quote and parse shell commandsINDIRECT0
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 2.1.0Slice a string with ANSI escape codesINDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
stack-utils • 2.0.6Captures and cleans stack tracesINDIRECT1
stackframe • 1.3.4JS Object representation of a stack frameINDIRECT0
stacktrace-parser • 0.1.10Parses every stack trace into a nicely formatted array of hashes.INDIRECT1
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strnum • 1.0.5Parse String to Number based on configurationINDIRECT0
sudo-prompt • 9.2.1Run a command using sudo, prompting the user with an OS dialog if necessaryINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
temp • 0.8.4Temporary files and directoriesINDIRECT12
throat • 5.0.0Throttle the parallelism of an asynchronous (promise returning) function / functionsINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
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
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
type-detect • 4.0.8Improved typeof detection for node.js and the browser.INDIRECT0
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
use-sync-external-store • 1.4.0Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vlq • 1.0.1Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 6.2.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT1
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC34
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.6.3A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 2.4.3Write files in an atomic fashion w/configurable ownershipINDIRECT3
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yaml • 2.7.0JavaScript parser and stringifier for YAMLINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
BSD-3-Clause15
PackageRelationDependenciesPublished
@hapi/hoek • 9.3.0General purpose node utilitiesINDIRECT0
@hapi/topo • 5.1.0Topological sorting with grouping supportINDIRECT1
@sideway/address • 4.1.5Email address and domain validationINDIRECT1
@sideway/formula • 3.0.1Math and string formula parser.INDIRECT0
@sideway/pinpoint • 2.0.0Return the filename and line number of the calling functionINDIRECT0
@sinonjs/commons • 3.0.1Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/fake-timers • 10.3.0Fake JavaScript timersINDIRECT2
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
joi • 17.13.3Object schema validationINDIRECT5
makeerror • 1.0.12A library to make errors.INDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tmpl • 1.0.5JavaScript micro templates.INDIRECT0
BSD-2-Clause6
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
jsc-android • 250231.0.0Pre-build version of JavaScriptCore to be used by React Native appsINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 5.37.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
uglify-es • 3.3.9JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT2
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
walker • 1.0.8A simple directory tree walker.INDIRECT2
0BSD2
PackageRelationDependenciesPublished
jsc-safe-url • 0.2.4Utility functions for converting to and from URLs that encode query string data into URL pathsINDIRECT0
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.7.1A collection of essential TypeScript typesINDIRECT0
non-standard1
PackageRelationDependenciesPublished
readline • 1.3.0Simple streaming readline module.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/asp-react-native-custom-controls)](https://licenses.dev/npm/asp-react-native-custom-controls)
<a href="https://licenses.dev/npm/asp-react-native-custom-controls">
  <img src="https://licenses.dev/b/npm/asp-react-native-custom-controls" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.3 version:

[![licenses](https://licenses.dev/b/npm/asp-react-native-custom-controls/1.2.3)](https://licenses.dev/npm/asp-react-native-custom-controls/1.2.3)
<a href="https://licenses.dev/npm/asp-react-native-custom-controls/1.2.3">
  <img src="https://licenses.dev/b/npm/asp-react-native-custom-controls/1.2.3" alt="licenses" />
</a>
GitHub