licenses.dev

expo v32.0.6

The Expo SDK

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT348
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-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-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@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-decorators • 7.25.9Compile class and object decorators to ES5INDIRECT28
@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-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-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-decorators • 7.25.9Allow parsing of decoratorsINDIRECT1
@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-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@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-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-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@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-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@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-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@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-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-assign • 7.25.9Replace Object.assign with an inline helperINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@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-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-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@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-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.26.5Transform TypeScript into ES.nextINDIRECT28
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.0A Babel preset for each environment.INDIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.26.0babel's modular runtime helpersDIRECT1
@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
@expo/vector-icons • 9.0.0Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.DIRECT80
@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/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@types/fbemitter • 2.0.35TypeScript definitions for fbemitterDIRECT0
@types/invariant • 2.2.37TypeScript definitions for invariantDIRECT0
@types/lodash.zipobject • 4.1.9TypeScript definitions for lodash.zipobjectDIRECT1
@types/lodash • 4.17.14TypeScript definitions for lodashINDIRECT0
@types/qs • 6.9.18TypeScript definitions for qsDIRECT0
@types/uuid-js • 0.7.6TypeScript definitions for uuid-jsDIRECT0
@types/websql • 0.0.27TypeScript definitions for websqlDIRECT0
ajv-errors • 1.0.1Custom error messages in JSON-Schema for Ajv validatorINDIRECT0
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
babel-plugin-module-resolver • 3.2.0Module resolver plugin for BabelINDIRECT28
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-react-native-web • 0.11.7Babel plugin for React Native for WebINDIRECT0
babel-preset-expo • 5.2.0The Babel preset for Expo projectsDIRECT194
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
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`.INDIRECT12
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 2.0.1Color conversion and manipulation with CSS string supportINDIRECT5
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
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-js • 1.2.7Standard libraryINDIRECT0
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncDIRECT7
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
dedent • 0.6.0An ES6 string tag that strips indentation from multi-line stringsINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
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.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
execa • 0.7.0A better `child_process`INDIRECT15
expo-ads-admob • 2.0.0Expo ads AdMob standalone moduleDIRECT5
expo-analytics-segment • 2.0.0Expo module that provides access to Segment mobile analyticsDIRECT1
expo-app-auth • 2.0.0Expo Unimodule for interfacing with the OpenID library AppAuthDIRECT2
expo-app-loader-provider • 1.0.0Expo module that provides application loadersDIRECT1
expo-asset • 2.0.0Expo Asset standalone universal moduleDIRECT18
expo-background-fetch • 1.0.0Expo universal module for BackgroundFetch APIDIRECT4
expo-barcode-scanner-interface • 2.0.0Expo BarCode Scanner interface for standalone moduleDIRECT0
expo-barcode-scanner • 2.0.0Expo BarCode Scanner standalone universal moduleDIRECT7
expo-camera-interface • 2.0.0Expo Camera interface packageDIRECT1
expo-camera • 2.0.0Expo Camera standalone universal moduleDIRECT6
expo-constants-interface • 2.0.0Expo Constants interface packageDIRECT1
expo-constants • 2.0.1Expo Constants standalone universal moduleDIRECT2
expo-contacts • 2.0.0Expo Contacts universal moduleDIRECT3
expo-core • 2.0.2The core Expo universal module between application code and the underlying platformDIRECT0
expo-errors • 1.0.0Error classes and helpers for Expo modulesDIRECT1
expo-face-detector-interface • 2.0.0Expo interface package for Face DetectorDIRECT1
expo-face-detector • 2.0.0Expo Face Detector standalone universal moduleDIRECT3
expo-file-system-interface • 2.0.0Expo interface package for File SystemDIRECT1
expo-file-system • 2.0.0Expo File System standalone universal moduleDIRECT3
expo-font-interface • 2.0.0Interface for managing fontsDIRECT1
expo-font • 2.0.0An Expo universal module to load custom fontsDIRECT3
expo-gl-cpp • 2.0.0C++ bindings for WebGL 2.0 used in Expo GL moduleDIRECT1
expo-gl • 2.0.0Expo GL standalone universal moduleDIRECT5
expo-google-sign-in • 2.0.0Expo Unimodule for interfacing with the native GoogleSignIn library.DIRECT5
expo-image-loader-interface • 2.0.0Expo Module interface for ImageLoaderDIRECT1
expo-local-authentication • 2.0.0Expo module to authenticate device ownerDIRECT4
expo-localization • 2.0.0Expo Unimodule for interfacing with the native localization APIsDIRECT4
expo-location • 2.0.1Expo Location standalone universal moduleDIRECT3
expo-media-library • 2.0.0Expo MediaLibrary moduleDIRECT3
expo-payments-stripe • 2.0.0Expo Payments ModuleDIRECT1
expo-permissions-interface • 2.0.0Expo Permissions interface packageDIRECT1
expo-permissions • 2.0.0Expo Permissions standalone universal moduleDIRECT2
expo-print • 2.0.0Expo universal module for printingDIRECT197
expo-react-native-adapter • 2.0.0The adapter to use Expo universal modules with the React Native bridgeDIRECT11
expo-sensors-interface • 2.0.0Expo interface package for SensorsDIRECT1
expo-sensors • 2.0.0Expo Sensors universal moduleDIRECT3
expo-sms • 2.0.0An Expo universal module to present the system UI for sending SMS messagesDIRECT2
expo-task-manager-interface • 1.0.0Expo interface package for TaskManagerINDIRECT1
expo-task-manager • 1.0.0Expo module that provides support for tasks that can run in the background.DIRECT3
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fbjs • 0.8.18A collection of utility libraries used by other Facebook JS projectsINDIRECT15
find-babel-config • 1.2.2Find the closest babel config based on a directoryINDIRECT3
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
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-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
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
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
immediate • 3.3.0A cross browser microtask libraryINDIRECT0
invariant • 2.2.4invariantDIRECT2
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT6
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
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-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
load-json-file • 2.0.0Read and parse a JSON fileINDIRECT6
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.filter • 4.6.0The lodash method `_.filter` exported as a module.DIRECT0
lodash.map • 4.6.0The lodash method `_.map` exported as a module.DIRECT0
lodash.mapvalues • 4.6.0The lodash method `_.mapValues` exported as a module.INDIRECT0
lodash.omit • 4.5.0The lodash method `_.omit` exported as a module.DIRECT0
lodash.pick • 4.4.0The lodash method `_.pick` exported as a module.INDIRECT0
lodash.zipobject • 4.1.3The lodash method `_.zipObject` exported as a module.DIRECT0
lodash • 4.17.21Lodash modular utilities.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
md5-file • 3.2.3return an md5sum of a given fileDIRECT3
mem • 1.1.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT1
metro-babel7-plugin-react-transform • 0.51.1INDIRECT20
metro-react-native-babel-preset • 0.51.1Babel preset for React Native applicationsINDIRECT114
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
moment-timezone • 0.5.46Parse and display moments in any timezone.INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
node-releases • 2.0.19Node.js releases dataINDIRECT0
noop-fn • 1.0.0It's noop function. It does nothing.INDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
nullthrows • 1.1.1flow typed nullthrowsDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
os-locale • 2.1.0Get the system localeINDIRECT20
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 2.0.0Check if a path is a file, directory, or symlinkINDIRECT1
pegjs • 0.10.0Parser generator for JavaScriptINDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pkg-up • 2.0.0Find the closest package.json fileINDIRECT6
pretty-format • 23.6.0Stringify any JavaScript value.DIRECT4
process • 0.11.10process information for node.js and browsersINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
prop-types • 15.8.1Runtime type checking for React props and similar objects.DIRECT4
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
react-deep-force-update • 1.1.2Force-updates React component tree recursivelyINDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-native-branch • 2.2.5Branch Metrics React Native SDKDIRECT0
react-native-gesture-handler • 1.0.17Experimental implementation of a new declarative API for gesture handling in react-nativeDIRECT7
react-native-reanimated • 1.0.0-alpha.11More powerful alternative to Animated library for React Native.DIRECT0
react-native-safe-module • 1.2.0A safe way to consume React Native NativeModulesINDIRECT1
react-native-screens • 1.0.0-alpha.22First incomplete navigation solution for your react-native app.DIRECT0
react-native-svg • 8.0.10SVG library for react-nativeDIRECT8
react-native-vector-icons • 6.0.0Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.INDIRECT79
react-native-view-shot • 2.5.0Capture a React Native view to an imageDIRECT0
react-proxy • 1.1.8Proxies React components without unmounting or losing their state.INDIRECT2
react-transform-hmr • 1.0.4A React Transform that enables hot reloading React classes using Hot Module Replacement APIINDIRECT7
read-pkg-up • 2.0.0Read the closest package.json fileINDIRECT29
read-pkg • 2.0.0Read a package.json fileINDIRECT22
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.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
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
reselect • 3.0.1Selectors for Redux.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
schema-utils • 1.0.0webpack Validation UtilsINDIRECT8
serialize-error • 2.1.0Serialize an error into a plain objectDIRECT0
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
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 MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
ua-parser-js • 0.7.40Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
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
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
url-join • 4.0.1Join urls and normalize as in path.join.INDIRECT0
url-loader • 1.1.2A loader for webpack which transforms files into base64 URIsINDIRECT15
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
whatwg-fetch • 2.0.4A window.fetch polyfill.DIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 8.0.2yargs the modern, pirate-themed, successor to optimist.INDIRECT72
ISC28
PackageRelationDependenciesPublished
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
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 • 1.0.3[![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
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
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 • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
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
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
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 • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 7.0.0the mighty option parser used by yargsINDIRECT1
Apache-2.08
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@expo/websql • 1.0.1WebSQL Database API, implemented for Node using sqlite3DIRECT5
lottie-ios • 2.5.3Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!INDIRECT0
lottie-react-native • 2.5.0React Native bindings for LottieDIRECT9
pouchdb-collections • 1.0.1Map and Set shims for PouchDBINDIRECT0
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tiny-queue • 0.2.1Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.INDIRECT0
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-3-Clause4
PackageRelationDependenciesPublished
fbemitter • 2.1.1Facebook's EventEmitter is a simple emitter implementation that prioritizes speed and simplicity. It is conceptually similar to other emitters like Node's EventEmitter, but the precise APIs differ. More complex abstractions like the event systems used on DIRECT16
hoist-non-react-statics • 2.5.5Copies non-react specific statics from a child component to a parent componentINDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitDIRECT18
rtl-detect • 1.1.2Library will help you to detect if the locale is right-to-left language.INDIRECT0
unknown4
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
uri-parser • 1.0.1Module that has utilities for URI parsingINDIRECT0
uuid-js • 0.7.5A js library to generate and parse UUIDs,TimeUUIDs and generate TimeUUID based on Date for range selectionsDIRECT0
BSD-2-Clause4
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
WTFPL1
PackageRelationDependenciesPublished
argsarray • 0.0.1get arguments to a function as an array, withouth deoptimizingINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/expo)](https://licenses.dev/npm/expo)
<a href="https://licenses.dev/npm/expo">
  <img src="https://licenses.dev/b/npm/expo" alt="licenses" />
</a>

Or the licenses badge code for the 32.0.6 version:

[![licenses](https://licenses.dev/b/npm/expo/32.0.6)](https://licenses.dev/npm/expo/32.0.6)
<a href="https://licenses.dev/npm/expo/32.0.6">
  <img src="https://licenses.dev/b/npm/expo/32.0.6" alt="licenses" />
</a>
GitHub