@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1730310371 @babel/compat-data • 7.26.5 The compat-data to determine required Babel plugins INDIRECT 0 1736529106 @babel/core • 7.26.0 Babel compiler core. INDIRECT 38 1729863020 @babel/generator • 7.26.5 Turns an AST into code. INDIRECT 10 1736529114 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1729610476 @babel/helper-compilation-targets • 7.26.5 Helper functions on Babel compilation targets INDIRECT 12 1736529110 @babel/helper-create-class-features-plugin • 7.25.9 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 1729610503 @babel/helper-create-regexp-features-plugin • 7.26.3 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1733315734 @babel/helper-define-polyfill-provider • 0.6.3 Babel helper to create your own polyfill provider INDIRECT 23 1731351012 @babel/helper-member-expression-to-functions • 7.25.9 Helper function to replace certain member expressions with function calls INDIRECT 19 1729610492 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 1729610492 @babel/helper-module-transforms • 7.26.0 Babel helper functions for implementing ES6 module transformations INDIRECT 20 1729863006 @babel/helper-optimise-call-expression • 7.25.9 Helper function to optimise call expression INDIRECT 3 1729610477 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 1736529106 @babel/helper-remap-async-to-generator • 7.25.9 Helper function to remap async functions to generators INDIRECT 21 1729610497 @babel/helper-replace-supers • 7.26.5 Helper function to replace supers INDIRECT 21 1736529118 @babel/helper-skip-transparent-expression-wrappers • 7.25.9 Helper which skips types and parentheses INDIRECT 19 1729610493 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 1729610436 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @babel/helper-validator-option • 7.25.9 Validate plugin/preset options INDIRECT 0 1729610439 @babel/helper-wrap-function • 7.25.9 Helper to wrap functions inside a function call. INDIRECT 19 1729610494 @babel/helpers • 7.26.0 Collection of helper functions used by Babel transforms. INDIRECT 8 1729863016 @babel/parser • 7.26.5 A JavaScript parser INDIRECT 3 1736529110 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 20 1729610493 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1729610443 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1729610444 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 22 1729610503 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 20 1729610495 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 1656359444 @babel/plugin-proposal-decorators • 7.25.9 Compile class and object decorators to ES5 INDIRECT 28 1729610510 @babel/plugin-proposal-export-default-from • 7.25.9 Compile export default to ES2015 INDIRECT 1 1729610446 @babel/plugin-proposal-nullish-coalescing-operator • 7.18.6 Remove nullish coalescing operator INDIRECT 2 1656359392 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 INDIRECT 16 1671702328 @babel/plugin-proposal-optional-catch-binding • 7.18.6 Compile optional catch bindings INDIRECT 2 1656359392 @babel/plugin-proposal-optional-chaining • 7.21.0 Transform optional chaining operators into a series of nil checks INDIRECT 22 1676907054 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-decorators • 7.25.9 Allow parsing of decorators INDIRECT 1 1729610448 @babel/plugin-syntax-dynamic-import • 7.8.3 Allow parsing of import() INDIRECT 1 1578949953 @babel/plugin-syntax-export-default-from • 7.25.9 Allow parsing of export default from INDIRECT 1 1729610450 @babel/plugin-syntax-flow • 7.26.0 Allow parsing of the flow syntax INDIRECT 1 1729863008 @babel/plugin-syntax-import-assertions • 7.26.0 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1729863008 @babel/plugin-syntax-import-attributes • 7.26.0 Allow parsing of the module attributes in the import statement INDIRECT 1 1729863009 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 1729610454 @babel/plugin-syntax-nullish-coalescing-operator • 7.8.3 Allow parsing of the nullish-coalescing operator INDIRECT 1 1578950043 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @babel/plugin-syntax-optional-catch-binding • 7.8.3 Allow parsing of optional catch bindings INDIRECT 1 1578950070 @babel/plugin-syntax-optional-chaining • 7.8.3 Allow parsing of optional properties INDIRECT 1 1578950083 @babel/plugin-syntax-typescript • 7.25.9 Allow parsing of TypeScript syntax INDIRECT 1 1729610457 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 1729610457 @babel/plugin-transform-async-generator-functions • 7.25.9 Turn async generator functions into ES2015 generators INDIRECT 23 1729610505 @babel/plugin-transform-async-to-generator • 7.25.9 Turn async functions into ES2015 generators INDIRECT 24 1729610505 @babel/plugin-transform-block-scoped-functions • 7.26.5 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1736529110 @babel/plugin-transform-block-scoping • 7.25.9 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1729610458 @babel/plugin-transform-class-properties • 7.25.9 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 1729610510 @babel/plugin-transform-class-static-block • 7.26.0 Transform class static blocks INDIRECT 27 1729863009 @babel/plugin-transform-classes • 7.25.9 Compile ES2015 classes to ES5 INDIRECT 36 1729610506 @babel/plugin-transform-computed-properties • 7.25.9 Compile ES2015 computed properties to ES5 INDIRECT 9 1729610486 @babel/plugin-transform-destructuring • 7.25.9 Compile ES2015 destructuring to ES5 INDIRECT 1 1729610459 @babel/plugin-transform-dotall-regex • 7.25.9 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1729610486 @babel/plugin-transform-duplicate-keys • 7.25.9 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1729610459 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1729610488 @babel/plugin-transform-dynamic-import • 7.25.9 Transform import() expressions INDIRECT 1 1729610460 @babel/plugin-transform-exponentiation-operator • 7.26.3 Compile exponentiation operator to ES5 INDIRECT 1 1733315734 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 1729610460 @babel/plugin-transform-flow-strip-types • 7.26.5 Strip flow type annotations from your output code. INDIRECT 2 1736529110 @babel/plugin-transform-for-of • 7.25.9 Compile ES2015 for...of to ES5 INDIRECT 21 1729610499 @babel/plugin-transform-function-name • 7.25.9 Apply ES2015 function.name semantics to all functions INDIRECT 32 1729610495 @babel/plugin-transform-json-strings • 7.25.9 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1729610462 @babel/plugin-transform-literals • 7.25.9 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1729610462 @babel/plugin-transform-logical-assignment-operators • 7.25.9 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1729610463 @babel/plugin-transform-member-expression-literals • 7.25.9 Ensure that reserved words are quoted in property accesses INDIRECT 1 1729610464 @babel/plugin-transform-modules-amd • 7.25.9 This plugin transforms ES2015 modules to AMD INDIRECT 22 1729610506 @babel/plugin-transform-modules-commonjs • 7.26.3 This plugin transforms ES2015 modules to CommonJS INDIRECT 22 1733315735 @babel/plugin-transform-modules-systemjs • 7.25.9 This plugin transforms ES2015 modules to SystemJS INDIRECT 22 1729610507 @babel/plugin-transform-modules-umd • 7.25.9 This plugin transforms ES2015 modules to UMD INDIRECT 22 1729610508 @babel/plugin-transform-named-capturing-groups-regex • 7.25.9 Compile regular expressions using named groups to ES5. INDIRECT 17 1729610487 @babel/plugin-transform-new-target • 7.25.9 Transforms new.target meta property INDIRECT 1 1729610464 @babel/plugin-transform-nullish-coalescing-operator • 7.26.6 Remove nullish coalescing operator INDIRECT 1 1736790547 @babel/plugin-transform-numeric-separator • 7.25.9 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1729610465 @babel/plugin-transform-object-assign • 7.25.9 Replace Object.assign with an inline helper INDIRECT 1 1729610465 @babel/plugin-transform-object-rest-spread • 7.25.9 Compile object rest and spread to ES5 INDIRECT 15 1729610480 @babel/plugin-transform-object-super • 7.25.9 Compile ES2015 object super to ES5 INDIRECT 23 1729610508 @babel/plugin-transform-optional-catch-binding • 7.25.9 Compile optional catch bindings INDIRECT 1 1729610466 @babel/plugin-transform-optional-chaining • 7.25.9 Transform optional chaining operators into a series of nil checks INDIRECT 21 1729610501 @babel/plugin-transform-parameters • 7.25.9 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1729610466 @babel/plugin-transform-private-methods • 7.25.9 This plugin transforms private class methods INDIRECT 27 1729610511 @babel/plugin-transform-private-property-in-object • 7.25.9 This plugin transforms checks for a private property in an object INDIRECT 27 1729610512 @babel/plugin-transform-property-literals • 7.25.9 Ensure that reserved words are quoted in object property keys INDIRECT 1 1729610467 @babel/plugin-transform-react-display-name • 7.25.9 Add displayName to React.createClass calls INDIRECT 1 1729610469 @babel/plugin-transform-react-jsx-source • 7.25.9 Add a __source prop to all JSX Elements INDIRECT 1 1729610470 @babel/plugin-transform-react-jsx • 7.25.9 Turn JSX into React function calls INDIRECT 23 1729610501 @babel/plugin-transform-regenerator • 7.25.9 Explode async and generator functions into a state machine. INDIRECT 4 1729610470 @babel/plugin-transform-regexp-modifiers • 7.26.0 Compile inline regular expression modifiers INDIRECT 17 1729863010 @babel/plugin-transform-reserved-words • 7.25.9 Ensure that no reserved words are used. INDIRECT 1 1729610471 @babel/plugin-transform-runtime • 7.25.9 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals INDIRECT 45 1729610501 @babel/plugin-transform-shorthand-properties • 7.25.9 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1729610471 @babel/plugin-transform-spread • 7.25.9 Compile ES2015 spread to ES5 INDIRECT 21 1729610501 @babel/plugin-transform-sticky-regex • 7.25.9 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1729610472 @babel/plugin-transform-template-literals • 7.25.9 Compile ES2015 template literals to ES5 INDIRECT 1 1729610473 @babel/plugin-transform-typeof-symbol • 7.25.9 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1729610473 @babel/plugin-transform-typescript • 7.26.5 Transform TypeScript into ES.next INDIRECT 28 1736529112 @babel/plugin-transform-unicode-escapes • 7.25.9 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1729610474 @babel/plugin-transform-unicode-property-regex • 7.25.9 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1729610489 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1729610489 @babel/plugin-transform-unicode-sets-regex • 7.25.9 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1729610489 @babel/preset-env • 7.26.0 A Babel preset for each environment. INDIRECT 129 1729863015 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/runtime • 7.26.0 babel's modular runtime helpers DIRECT 1 1729863011 @babel/template • 7.25.9 Generate an AST from a string template. INDIRECT 7 1729610484 @babel/traverse • 7.26.5 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 18 1736529116 @babel/types • 7.26.5 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1736529108 @expo/vector-icons • 9.0.0 Built-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. INDIRECT 80 1546645758 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 1733944203 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 1709186612 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 1720553292 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 1709362371 @types/fbemitter • 2.0.35 TypeScript definitions for fbemitter INDIRECT 0 1699327516 @types/invariant • 2.2.37 TypeScript definitions for invariant INDIRECT 0 1699343745 @types/lodash.zipobject • 4.1.9 TypeScript definitions for lodash.zipobject INDIRECT 1 1699353405 @types/lodash • 4.17.14 TypeScript definitions for lodash INDIRECT 0 1735923761 @types/qs • 6.9.18 TypeScript definitions for qs INDIRECT 0 1736818227 @types/react-native-vector-icons • 6.4.18 TypeScript definitions for react-native-vector-icons INDIRECT 3 1700256971 @types/react-native • 0.70.19 TypeScript definitions for react-native INDIRECT 2 1701634143 @types/react • 19.0.7 TypeScript definitions for react INDIRECT 1 1736845353 @types/uuid-js • 0.7.6 TypeScript definitions for uuid-js INDIRECT 0 1699382222 @types/websql • 0.0.27 TypeScript definitions for websql INDIRECT 0 1474309256 ajv-errors • 1.0.1 Custom error messages in JSON-Schema for Ajv validator INDIRECT 0 1544388263 ajv-keywords • 3.5.2 Custom JSON-Schema keywords for Ajv validator INDIRECT 0 1595859243 ajv • 6.12.6 Another JSON Schema Validator INDIRECT 5 1602349300 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 babel-plugin-module-resolver • 3.2.0 Module resolver plugin for Babel INDIRECT 28 1549892007 babel-plugin-polyfill-corejs2 • 0.4.12 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1731351013 babel-plugin-polyfill-corejs3 • 0.10.6 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1722804434 babel-plugin-polyfill-regenerator • 0.6.3 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1731351014 babel-plugin-react-native-web • 0.11.7 Babel plugin for React Native for Web INDIRECT 0 1565986508 babel-preset-expo • 5.2.0 The Babel preset for Expo projects INDIRECT 194 1560285281 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 browserslist • 4.24.4 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1736336671 buffer-alloc-unsafe • 1.1.0 A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`. INDIRECT 0 1527635920 buffer-alloc • 1.2.0 A [ponyfill](https://ponyfill.com) for `Buffer.alloc`. INDIRECT 2 1527637266 buffer-fill • 1.0.0 A [ponyfill](https://ponyfill.com) for `Buffer.fill`. INDIRECT 0 1527636952 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1734310625 camelcase • 4.1.0 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1490865362 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 color-string • 1.9.1 Parser and generator for CSS color strings INDIRECT 3 1650650919 color • 2.0.1 Color conversion and manipulation with CSS string support INDIRECT 5 1510189982 color • 3.2.1 Color conversion and manipulation with CSS string support INDIRECT 5 1626601230 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.40.0 core-js compat INDIRECT 7 1736274151 core-js • 1.2.7 Standard library INDIRECT 0 1468790520 cross-spawn • 5.1.0 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1488134326 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1731939694 csstype • 3.1.3 Strict TypeScript and Flow types for style based on MDN data INDIRECT 0 1701944301 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 dedent • 0.6.0 An ES6 string tag that strips indentation from multi-line strings INDIRECT 0 1446962148 deepmerge • 3.3.0 A library for deep (recursive) merging of Javascript objects INDIRECT 0 1561045725 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 encoding • 0.1.13 Convert encodings, uses iconv-lite INDIRECT 2 1594364531 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.0.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736827932 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 execa • 0.7.0 A better `child_process` INDIRECT 15 1497045042 expo-ads-admob • 2.0.0 Expo ads AdMob standalone module INDIRECT 5 1546598271 expo-analytics-segment • 2.0.0 Expo module that provides access to Segment mobile analytics INDIRECT 1 1546598715 expo-app-auth • 2.0.0 Expo Unimodule for interfacing with the OpenID library AppAuth INDIRECT 2 1546598280 expo-app-loader-provider • 1.0.0 Expo module that provides application loaders INDIRECT 1 1546598290 expo-asset • 2.0.0 Expo Asset standalone universal module INDIRECT 18 1546598765 expo-background-fetch • 1.0.0 Expo universal module for BackgroundFetch API INDIRECT 4 1546598301 expo-barcode-scanner-interface • 2.0.0 Expo BarCode Scanner interface for standalone module INDIRECT 0 1546598318 expo-barcode-scanner • 2.0.0 Expo BarCode Scanner standalone universal module INDIRECT 7 1546598309 expo-camera-interface • 2.0.0 Expo Camera interface package INDIRECT 1 1546598338 expo-camera • 2.0.0 Expo Camera standalone universal module INDIRECT 6 1546598331 expo-constants-interface • 2.0.0 Expo Constants interface package INDIRECT 1 1546598353 expo-constants • 2.0.1 Expo Constants standalone universal module INDIRECT 2 1548261536 expo-contacts • 2.0.0 Expo Contacts universal module INDIRECT 3 1546598363 expo-core • 2.0.2 The core Expo universal module between application code and the underlying platform INDIRECT 0 1551406951 expo-errors • 1.0.0 Error classes and helpers for Expo modules INDIRECT 1 1546598392 expo-face-detector-interface • 2.0.0 Expo interface package for Face Detector INDIRECT 1 1546598412 expo-face-detector • 2.0.0 Expo Face Detector standalone universal module INDIRECT 3 1546598404 expo-file-system-interface • 2.0.0 Expo interface package for File System INDIRECT 1 1546598431 expo-file-system • 2.0.0 Expo File System standalone universal module INDIRECT 3 1546598420 expo-font-interface • 2.0.0 Interface for managing fonts INDIRECT 1 1546598588 expo-font • 2.0.0 An Expo universal module to load custom fonts INDIRECT 3 1546598579 expo-gl-cpp • 2.0.0 C++ bindings for WebGL 2.0 used in Expo GL module INDIRECT 1 1546598619 expo-gl • 2.0.0 Expo GL standalone universal module INDIRECT 5 1546598605 expo-google-sign-in • 2.0.0 Expo Unimodule for interfacing with the native GoogleSignIn library. INDIRECT 5 1546598597 expo-image-loader-interface • 2.0.0 Expo Module interface for ImageLoader INDIRECT 1 1546598628 expo-local-authentication • 2.0.0 Expo module to authenticate device owner INDIRECT 4 1546598636 expo-localization • 2.0.0 Expo Unimodule for interfacing with the native localization APIs INDIRECT 4 1546598643 expo-location • 2.0.1 Expo Location standalone universal module INDIRECT 3 1547646346 expo-media-library • 2.0.0 Expo MediaLibrary module INDIRECT 3 1546598662 expo-payments-stripe • 2.0.0 Expo Payments Module INDIRECT 1 1546598669 expo-permissions-interface • 2.0.0 Expo Permissions interface package INDIRECT 1 1546598687 expo-permissions • 2.0.0 Expo Permissions standalone universal module INDIRECT 2 1546598679 expo-print • 2.0.0 Expo universal module for printing INDIRECT 197 1546598698 expo-react-native-adapter • 2.0.0 The adapter to use Expo universal modules with the React Native bridge INDIRECT 11 1546598709 expo-sensors-interface • 2.0.0 Expo interface package for Sensors INDIRECT 1 1546598735 expo-sensors • 2.0.0 Expo Sensors universal module INDIRECT 3 1546598727 expo-sms • 2.0.0 An Expo universal module to present the system UI for sending SMS messages INDIRECT 2 1546598743 expo-task-manager-interface • 1.0.0 Expo interface package for TaskManager INDIRECT 1 1546598758 expo-task-manager • 1.0.0 Expo module that provides support for tasks that can run in the background. INDIRECT 3 1546598752 expo • 32.0.6 The Expo SDK DIRECT 400 1550363243 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 fbjs • 0.8.18 A collection of utility libraries used by other Facebook JS projects INDIRECT 15 1635006098 find-babel-config • 1.2.2 Find the closest babel config based on a directory INDIRECT 3 1714068333 find-up • 2.1.0 Find a file by walking up parent directories INDIRECT 5 1480684911 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 get-intrinsic • 1.2.7 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1735840488 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-stream • 3.0.0 Get a stream as a string, buffer, or array INDIRECT 0 1479869387 global • 4.4.0 Require global variables INDIRECT 3 1560166008 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 1621825217 immediate • 3.3.0 A cross browser microtask library INDIRECT 0 1591714011 invariant • 2.2.4 invariant INDIRECT 2 1520966170 invert-kv • 1.0.0 Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'} INDIRECT 0 1407957720 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-arrayish • 0.3.2 Determines if an object can be used as an array INDIRECT 0 1529395785 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 1460446915 isomorphic-fetch • 2.2.1 Isomorphic WHATWG Fetch API, for Node & Browserify INDIRECT 6 1452850062 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 lcid • 1.0.0 Mapping between standard locale identifiers and Windows locale identifiers (LCID) INDIRECT 1 1426489487 load-json-file • 2.0.0 Read and parse a JSON file INDIRECT 6 1462036669 loader-utils • 1.4.2 utils for webpack loaders INDIRECT 4 1668126910 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.filter • 4.6.0 The lodash method `_.filter` exported as a module. INDIRECT 0 1471109901 lodash.map • 4.6.0 The lodash method `_.map` exported as a module. INDIRECT 0 1471110114 lodash.mapvalues • 4.6.0 The lodash method `_.mapValues` exported as a module. INDIRECT 0 1471110120 lodash.omit • 4.5.0 The lodash method `_.omit` exported as a module. INDIRECT 0 1471110161 lodash.pick • 4.4.0 The lodash method `_.pick` exported as a module. INDIRECT 0 1471110200 lodash.zipobject • 4.1.3 The lodash method `_.zipObject` exported as a module. INDIRECT 0 1459655638 lodash • 4.17.10 Lodash modular utilities. INDIRECT 0 1524593257 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 md5-file • 3.2.3 return an md5sum of a given file INDIRECT 3 1506092071 mem • 1.1.0 Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input INDIRECT 1 1476900326 metro-babel7-plugin-react-transform • 0.51.1 INDIRECT 20 1545435250 metro-react-native-babel-preset • 0.51.1 Babel preset for React Native applications INDIRECT 114 1545435263 mime • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1635876020 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 moment-timezone • 0.5.46 Parse and display moments in any timezone. INDIRECT 1 1728190934 moment • 2.30.1 Parse, validate, manipulate, and display dates INDIRECT 0 1703673523 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nice-try • 1.0.5 Tries to execute a function and discards any error that occurs INDIRECT 0 1535223789 node-fetch • 1.7.3 A light-weight module that brings window.fetch to node.js and io.js INDIRECT 4 1504852098 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 noop-fn • 1.0.0 It's noop function. It does nothing. INDIRECT 0 1449050865 npm-run-path • 2.0.2 Get your PATH prepended with locally installed binaries INDIRECT 1 1475136639 nullthrows • 1.1.1 flow typed nullthrows INDIRECT 0 1544402840 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-inspect • 1.13.3 string representations of objects in node and the browser INDIRECT 0 1731113867 opencollective-postinstall • 2.0.3 Lightweight npm postinstall message to invite people to donate to your collective INDIRECT 0 1590745443 os-locale • 2.1.0 Get the system locale INDIRECT 20 1500667150 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1528300898 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 parse-json • 2.2.0 Parse JSON with more helpful errors INDIRECT 2 1441038990 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 2.0.1 Get the PATH environment variable key cross-platform INDIRECT 0 1474887353 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-type • 2.0.0 Check if a path is a file, directory, or symlink INDIRECT 1 1475051317 pegjs • 0.10.0 Parser generator for JavaScript INDIRECT 0 1471590994 pify • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pkg-up • 2.0.0 Find the closest package.json file INDIRECT 6 1493911467 pretty-format • 23.6.0 Stringify any JavaScript value. INDIRECT 4 1536583373 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 promise • 7.3.1 Bare bones Promises/A+ implementation INDIRECT 1 1497910543 prop-types • 15.8.1 Runtime type checking for React props and similar objects. INDIRECT 4 1641341313 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 react-deep-force-update • 1.1.2 Force-updates React component tree recursively INDIRECT 0 1535134481 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-native-animatable • 1.3.3 Easy to use declarative transitions and animations for React Native INDIRECT 5 1570970576 react-native-branch • 2.2.5 Branch Metrics React Native SDK INDIRECT 0 1524000795 react-native-elements • 1.2.7 React Native Elements & UI Toolkit DIRECT 21 1572338210 react-native-gesture-handler • 1.0.17 Experimental implementation of a new declarative API for gesture handling in react-native INDIRECT 7 1551472308 react-native-modal • 11.10.0 An enhanced React Native modal DIRECT 6 1618241273 react-native-ratings • 6.5.0 The standard Ratings component for React Native INDIRECT 6 1567962422 react-native-reanimated • 1.0.0-alpha.11 More powerful alternative to Animated library for React Native. INDIRECT 0 1546593763 react-native-safe-module • 1.2.0 A safe way to consume React Native NativeModules INDIRECT 1 1493710211 react-native-screens • 1.0.0-alpha.22 First incomplete navigation solution for your react-native app. INDIRECT 0 1547566239 react-native-status-bar-height • 2.6.0 Get status bar height for React Native App INDIRECT 0 1604949848 react-native-svg • 8.0.10 SVG library for react-native INDIRECT 8 1544554918 react-native-ui-kitten • 3.1.2 React Native components DIRECT 7 1537542732 react-native-vector-icons • 6.0.0 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling. INDIRECT 79 1538507261 react-native-view-shot • 2.5.0 Capture a React Native view to an image INDIRECT 0 1540472213 react-proxy • 1.1.8 Proxies React components without unmounting or losing their state. INDIRECT 2 1457572559 react-transform-hmr • 1.0.4 A React Transform that enables hot reloading React classes using Hot Module Replacement API INDIRECT 7 1457287431 react • 16.5.0 React is a JavaScript library for building user interfaces. DIRECT 6 1536252282 read-pkg-up • 2.0.0 Read the closest package.json file INDIRECT 29 1476173892 read-pkg • 2.0.0 Read a package.json file INDIRECT 22 1475052271 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 regenerator-transform • 0.15.2 Explode async and generator functions into a state machine. INDIRECT 2 1691169947 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 reselect • 3.0.1 Selectors for Redux. INDIRECT 0 1494453027 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 schedule • 0.3.0 Cooperative scheduler for the browser environment. INDIRECT 1 1536252282 schema-utils • 1.0.0 webpack Validation Utils INDIRECT 8 1533659472 serialize-error • 2.1.0 Serialize an error into a plain object INDIRECT 0 1479786904 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 shebang-command • 1.2.0 Get the command from a shebang INDIRECT 1 1474530106 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 1424150698 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1733862025 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 1733936433 simple-swizzle • 0.2.2 Simply swizzle your arguments INDIRECT 1 1479263541 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-bom • 3.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 1462032164 strip-eof • 1.0.0 Strip the End-Of-File (EOF) character from a string/buffer INDIRECT 0 1449316193 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 ua-parser-js • 0.7.40 Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment INDIRECT 0 1734767817 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1726132494 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1663157048 update-browserslist-db • 1.1.2 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1736335220 url-join • 4.0.1 Join urls and normalize as in path.join. INDIRECT 0 1562337932 url-loader • 1.1.2 A loader for webpack which transforms files into base64 URIs INDIRECT 15 1539168467 uuid • 3.4.0 RFC4122 (v1, v4, and v5) UUIDs INDIRECT 0 1579208738 whatwg-fetch • 2.0.4 A window.fetch polyfill. INDIRECT 0 1522408997 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084 yargs • 8.0.2 yargs the modern, pirate-themed, successor to optimist. INDIRECT 72 1497310246