licenses.dev

@ezviz/rncore v1.0.7

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT793
PackageRelationDependenciesPublished
@babel/code-frame • 7.25.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.8INDIRECT0
@babel/core • 7.25.8Babel compiler core.INDIRECT48
@babel/generator • 7.25.7Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.25.7Helper function to build binary assignment operator visitorsINDIRECT28
@babel/helper-compilation-targets • 7.25.7Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.7Compile class public and private fields, private methods and decorators to ES6INDIRECT34
@babel/helper-create-regexp-features-plugin • 7.25.7Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.7Helper function to replace certain member expressions with function callsINDIRECT28
@babel/helper-module-imports • 7.25.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-module-transforms • 7.25.7Babel helper functions for implementing ES6 module transformationsINDIRECT30
@babel/helper-optimise-call-expression • 7.25.7Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.25.7General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.7Helper function to remap async functions to generatorsINDIRECT30
@babel/helper-replace-supers • 7.25.7Helper function to replace supersINDIRECT30
@babel/helper-simple-access • 7.25.7Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT28
@babel/helper-skip-transparent-expression-wrappers • 7.25.7Helper which skips types and parenthesesINDIRECT28
@babel/helper-string-parser • 7.25.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.7Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.7Helper to wrap functions inside a function call.INDIRECT28
@babel/helpers • 7.25.7Collection of helper functions used by Babel transforms.INDIRECT17
@babel/highlight • 7.25.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.8A JavaScript parserINDIRECT4
@babel/plugin-external-helpers • 7.25.7This plugin contains helper functions that’ll be placed at the top of the generated codeINDIRECT1
@babel/plugin-proposal-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT36
@babel/plugin-proposal-export-default-from • 7.25.8Compile 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 checksINDIRECT31
@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.7Allow parsing of export default fromINDIRECT1
@babel/plugin-syntax-flow • 7.25.7Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-jsx • 7.25.7Allow 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.7Allow parsing of TypeScript syntaxINDIRECT1
@babel/plugin-transform-arrow-functions • 7.25.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-to-generator • 7.25.7Turn async functions into ES2015 generatorsINDIRECT33
@babel/plugin-transform-block-scoped-functions • 7.25.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-classes • 7.25.7Compile ES2015 classes to ES5INDIRECT45
@babel/plugin-transform-computed-properties • 7.25.7Compile ES2015 computed properties to ES5INDIRECT18
@babel/plugin-transform-destructuring • 7.25.7Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.25.7Compile exponentiation operator to ES5INDIRECT30
@babel/plugin-transform-flow-strip-types • 7.25.7Strip flow type annotations from your output code.INDIRECT2
@babel/plugin-transform-for-of • 7.25.7Compile ES2015 for...of to ES5INDIRECT30
@babel/plugin-transform-function-name • 7.25.7Apply ES2015 function.name semantics to all functionsINDIRECT41
@babel/plugin-transform-literals • 7.25.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-commonjs • 7.25.7This plugin transforms ES2015 modules to CommonJSINDIRECT32
@babel/plugin-transform-object-assign • 7.25.7Replace Object.assign with an inline helperINDIRECT1
@babel/plugin-transform-object-super • 7.25.7Compile ES2015 object super to ES5INDIRECT32
@babel/plugin-transform-parameters • 7.25.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-property-literals • 7.25.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.25.7Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-source • 7.25.7Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx • 7.25.7Turn JSX into React function callsINDIRECT32
@babel/plugin-transform-regenerator • 7.25.7Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-runtime • 7.25.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT54
@babel/plugin-transform-shorthand-properties • 7.25.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.7Compile ES2015 spread to ES5INDIRECT30
@babel/plugin-transform-sticky-regex • 7.25.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typescript • 7.25.7Transform TypeScript into ES.nextINDIRECT37
@babel/plugin-transform-unicode-regex • 7.25.7Compile ES2015 Unicode regex to ES5INDIRECT18
@babel/register • 7.25.7babel require hookINDIRECT21
@babel/runtime • 7.25.7babel's modular runtime helpersINDIRECT1
@babel/runtime • 7.7.6babel's modular runtime helpersDIRECT1
@babel/template • 7.25.7Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.8Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@jest/console • 24.9.0INDIRECT12
@jest/core • 24.9.0Delightful JavaScript Testing.INDIRECT487
@jest/environment • 24.9.0INDIRECT315
@jest/fake-timers • 24.9.0INDIRECT111
@jest/reporters • 24.9.0Jest's reportersINDIRECT480
@jest/source-map • 24.9.0INDIRECT3
@jest/test-result • 24.9.0INDIRECT19
@jest/test-sequencer • 24.9.0INDIRECT463
@jest/transform • 24.9.0INDIRECT314
@jest/types • 24.9.0INDIRECT5
@jest/types • 25.5.0INDIRECT11
@jridgewell/gen-mapping • 0.3.5Generate 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
@react-native-community/cli-debugger-ui • 3.0.0INDIRECT22
@react-native-community/cli-platform-android • 3.1.4INDIRECT81
@react-native-community/cli-platform-ios • 3.2.0INDIRECT29
@react-native-community/cli-tools • 3.0.0INDIRECT13
@react-native-community/cli-types • 3.0.0INDIRECT0
@react-native-community/cli • 3.2.1React Native CLIINDIRECT575
@react-native-community/eslint-config • 0.0.5ESLint config for React NativeDIRECT140
@types/babel__core • 7.20.5TypeScript definitions for @babel/coreINDIRECT8
@types/babel__generator • 7.6.8TypeScript definitions for @babel/generatorINDIRECT4
@types/babel__template • 7.4.4TypeScript definitions for @babel/templateINDIRECT5
@types/babel__traverse • 7.20.6TypeScript definitions for @babel/traverseINDIRECT4
@types/eslint-visitor-keys • 1.0.0TypeScript definitions for eslint-visitor-keysINDIRECT0
@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 • 1.1.2TypeScript definitions for istanbul-reportsINDIRECT2
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/stack-utils • 1.0.1TypeScript definitions for stack-utilsINDIRECT0
@types/yargs-parser • 21.0.3TypeScript definitions for yargs-parserINDIRECT0
@types/yargs • 13.0.12TypeScript definitions for yargsINDIRECT1
@types/yargs • 15.0.19TypeScript definitions for yargsINDIRECT1
@typescript-eslint/eslint-plugin • 1.13.0TypeScript plugin for ESLintINDIRECT15
@typescript-eslint/experimental-utils • 1.13.0(Experimental) Utilities for working with TypeScript + ESLint togetherINDIRECT8
@xmldom/xmldom • 0.8.10A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.INDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
absolute-path • 0.0.0Node.js 0.11.x path.isAbsolute as a separate moduleINDIRECT0
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn-globals • 4.3.4Detect global variables in JavaScript using acornINDIRECT2
acorn-jsx • 5.3.2Modern, fast React.js JSX parserINDIRECT0
acorn-walk • 6.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
acorn • 6.4.2ECMAScript parserINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
ansi-cyan • 0.1.1The color cyan, in ansi.INDIRECT1
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-fragments • 0.2.1A tiny library with builders to help making logs/CLI pretty with a nice DX.INDIRECT9
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-red • 0.1.1The color red, in ansi.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
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-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 1.1.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT2
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 2.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
array-equal • 1.0.2Check if two arrays are equalINDIRECT0
array-filter • 0.0.1Array#filter for older browsers.INDIRECT0
array-includes • 3.1.8An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.INDIRECT65
array-map • 0.0.1`[].map(f)` for older browsersINDIRECT0
array-reduce • 0.0.0`[].reduce()` for old browsersINDIRECT0
array-slice • 0.2.3Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
array.prototype.reduce • 1.0.7An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
art • 0.10.3Cross-browser Vector GraphicsINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
astral-regex • 1.0.0Regular expression for matching astral symbolsINDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-eslint • 10.0.1Custom parser for ESLintINDIRECT33
babel-jest • 24.9.0Jest plugin to use babel for transformation.DIRECT322
babel-plugin-jest-hoist • 24.9.0Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jesINDIRECT5
babel-plugin-polyfill-corejs2 • 0.4.11A 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.2A 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-preset-fbjs • 3.4.0Babel preset for Facebook projects.INDIRECT77
babel-preset-jest • 24.9.0> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).INDIRECT8
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
basic-auth • 2.0.1node.js basic auth parserINDIRECT1
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bplist-creator • 0.1.0Binary Mac OS X Plist (property list) creator.INDIRECT1
bplist-parser • 0.3.1Binary plist parser.INDIRECT1
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-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.INDIRECT70
browser-resolve • 1.11.3resolve which handles browser field support in package.jsonINDIRECT1
browserslist • 4.24.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-crc32 • 0.2.13A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bytes • 3.0.0Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
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
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightINDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chardet • 0.4.2Character detectorINDIRECT0
chardet • 0.7.0Character detectorINDIRECT0
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
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
co • 4.6.0generator async control flow goodnessINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
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
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
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
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
compressible • 2.0.18Compressible Content-Type / mime checkingINDIRECT1
compression • 1.7.4Node.js compression middlewareINDIRECT11
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
connect • 3.7.0High performance middleware frameworkINDIRECT11
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-js-compat • 3.38.1core-js compatINDIRECT7
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.2The `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
create-react-class • 15.7.0Legacy API for creating React components.INDIRECT3
cross-spawn • 5.1.0Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 6.0.5Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cssom • 0.3.8CSS Object Model implementation and CSS parserINDIRECT0
cssstyle • 1.4.0CSSStyleDeclaration Object Model implementationINDIRECT1
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
data-urls • 1.1.0Parses data: URLsINDIRECT7
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
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.3.7Lightweight 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
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
deepmerge • 3.3.0A library for deep (recursive) merging of Javascript objectsINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
denodeify • 1.2.1Tool to turn functions with Node-style callback APIs into functions that return PromisesINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detect-newline • 2.1.0Detect the dominant newline character of a stringINDIRECT0
diff-sequences • 24.9.0Compare items in two sequences to find a longest common subsequenceINDIRECT0
domexception • 1.0.1An implementation of the DOMException class from browsersINDIRECT1
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 7.0.3A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
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
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
envinfo • 7.14.0Info about your dev environment for debugging purposesINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
errorhandler • 1.5.1Development-only error handler middlewareINDIRECT5
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
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 • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
eslint-plugin-eslint-comments • 3.2.0Additional ESLint rules for ESLint directive comments.INDIRECT2
eslint-plugin-jest • 22.4.1Eslint rules for JestINDIRECT0
eslint-plugin-prettier • 2.6.2Runs prettier as an eslint ruleINDIRECT2
eslint-plugin-react-hooks • 1.7.0ESLint rules for React HooksINDIRECT0
eslint-plugin-react-native-globals • 0.1.2ESLint Environment for React NativeINDIRECT0
eslint-plugin-react-native • 3.6.0React Native specific linting rules for ESLintINDIRECT1
eslint-plugin-react • 7.12.4React specific linting rules for ESLintINDIRECT80
eslint-utils • 1.4.3Utilities for ESLint plugins.INDIRECT1
eslint • 6.7.2An AST-based pattern checker for JavaScript.DIRECT130
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
eventemitter3 • 3.1.2EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
exec-sh • 0.3.6Execute shell command forwarding all stdio.INDIRECT0
execa • 0.7.0A better `child_process`INDIRECT15
execa • 1.0.0A better `child_process`INDIRECT18
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expect • 24.9.0This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).INDIRECT118
extend-shallow • 1.1.4Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
external-editor • 2.2.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fancy-log • 1.3.3Log things, prefixed with a timestamp.INDIRECT5
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
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
fbjs-css-vars • 1.0.2This package exports a few of the CSS variables that we use in Facebook projects. This is not the full list we have internally but focused on making available the minimum set needed by our open source projects.INDIRECT0
fbjs-scripts • 1.2.0A bundle of helpful scripts used in projects consuming fbjs.INDIRECT121
fbjs • 1.0.0A collection of utility libraries used by other Facebook JS projectsINDIRECT16
figures • 2.0.0Unicode symbols with Windows CMD fallbacksINDIRECT1
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
file-entry-cache • 5.0.1Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the processINDIRECT17
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
finalhandler • 1.1.2Node.js final http responderINDIRECT9
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
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
flat-cache • 2.0.1A stupidly simple key/value storage using files to persist some dataINDIRECT16
for-each • 0.3.3A better forEachINDIRECT1
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 1.0.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
fs-extra • 7.0.1fs-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 • 1.2.13Native Access to Mac OS-X FSEventsINDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
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.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globals • 12.4.0Global identifiers from different JavaScript environmentsINDIRECT1
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
growly • 1.3.0Simple zero-dependency Growl notifications using GNTP.INDIRECT0
hammerjs • 2.0.8A javascript library for multi-touch gesturesINDIRECT0
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hermes-engine • 0.2.1A JavaScript engine optimized for running React Native on AndroidINDIRECT0
html-encoding-sniffer • 1.0.2Sniff the encoding from a HTML byte streamINDIRECT3
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ignore • 4.0.6Ignore is a manager and filter for .gitignore rules.INDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
image-size • 0.6.3get dimensions of any image fileINDIRECT0
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-local • 2.0.0Let a globally installed package use a locally installed version of itself if availableINDIRECT9
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 3.3.0A collection of common interactive command line user interfaces.INDIRECT31
inquirer • 7.3.3A collection of common interactive command line user interfaces.INDIRECT33
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
invariant • 2.2.4invariantINDIRECT2
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
invert-kv • 2.0.0Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`INDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-ci • 2.0.0Detect if the current environment is a CI serverINDIRECT1
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
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-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-generator-fn • 2.1.0Check if something is a generator functionINDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT18
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
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
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT6
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jest-changed-files • 24.9.0A module used internally by Jest to check which files have changed since you last committed in git or hg.INDIRECT26
jest-cli • 24.9.0Delightful JavaScript Testing.INDIRECT495
jest-config • 24.9.0INDIRECT463
jest-diff • 24.9.0INDIRECT18
jest-docblock • 21.2.0`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.INDIRECT0
jest-docblock • 24.9.0`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.INDIRECT1
jest-each • 24.9.0Parameterised tests for JestINDIRECT121
jest-environment-jsdom • 24.9.0INDIRECT408
jest-environment-node • 24.9.0INDIRECT316
jest-get-type • 24.9.0A utility function to get the type of a valueINDIRECT0
jest-haste-map • 24.9.0INDIRECT160
jest-jasmine2 • 24.9.0INDIRECT463
jest-leak-detector • 24.9.0Module for verifying whether an object has been garbage collected or not.INDIRECT13
jest-matcher-utils • 24.9.0A set of utility functions for expect and related packagesINDIRECT19
jest-message-util • 24.9.0INDIRECT109
jest-mock • 24.9.0## APIINDIRECT6
jest-pnp-resolver • 1.2.3plug'n'play resolver for WebpackINDIRECT0
jest-regex-util • 24.9.0INDIRECT0
jest-resolve-dependencies • 24.9.0INDIRECT199
jest-resolve • 24.9.0INDIRECT86
jest-runner • 24.9.0INDIRECT463
jest-runtime • 24.9.0INDIRECT463
jest-serializer • 24.9.0Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `unINDIRECT0
jest-snapshot • 24.9.0INDIRECT198
jest-util • 24.9.0INDIRECT116
jest-validate • 24.9.0Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.INDIRECT19
jest-watcher • 24.9.0Delightful JavaScript Testing.INDIRECT122
jest-worker • 24.9.0Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT3
jest • 24.9.0Delightful JavaScript Testing.DIRECT496
jetifier • 1.6.8jetifier from Android Studio, in npm package formatINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsdom • 11.12.0A JavaScript implementation of many web standardsINDIRECT93
jsesc • 3.0.2Given 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
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT15
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
jsx-ast-utils • 2.4.1AST utility module for statically analyzing JSXINDIRECT66
kind-of • 1.1.0Get the native type of a value.INDIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
kleur • 3.0.3The fastest Node.js library for formatting terminal text with ANSI colors~!INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
lcid • 2.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
leven • 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
load-json-file • 2.0.0Read and parse a JSON fileINDIRECT6
load-json-file • 4.0.0Read and parse a JSON fileINDIRECT7
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
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
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.sortby • 4.7.0The lodash method `_.sortBy` exported as a module.INDIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
lodash.unescape • 4.0.1The lodash method `_.unescape` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
logkitty • 0.6.1Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.INDIRECT65
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
map-age-cleaner • 0.1.3Automatically cleanup expired items in a MapINDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
mem • 1.1.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT1
mem • 4.3.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT4
merge-stream • 1.0.1Create a stream that emits events from multiple other streamsINDIRECT8
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
metro-babel-register • 0.56.4🚇 babel/register configuration for Metro.INDIRECT95
metro-babel-transformer • 0.56.4Base Babel transformer for MetroINDIRECT66
metro-cache • 0.56.4� Cache layers for MetroINDIRECT176
metro-config • 0.56.4🚇 Config parser for MetroINDIRECT479
metro-core • 0.56.4🚇 Core files for MetroINDIRECT165
metro-inspector-proxy • 0.56.4metro-inspector-proxyINDIRECT90
metro-minify-uglify • 0.56.4🚇 Default minifier for MetroINDIRECT3
metro-react-native-babel-preset • 0.56.4Babel preset for React Native applicationsINDIRECT116
metro-react-native-babel-preset • 0.57.0Babel preset for React Native applicationsDIRECT116
metro-react-native-babel-transformer • 0.56.4Babel transformer for React Native applicationsINDIRECT148
metro-resolver • 0.56.4🚇 Metro resolution logicINDIRECT1
metro-source-map • 0.56.4🚇 Source map generator for Metro.INDIRECT44
metro-symbolicate • 0.56.4A tool to find the source location from JS bundles and stack traces.INDIRECT44
metro • 0.56.4🚇 The JavaScript bundler for React Native.INDIRECT479
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
mime-db • 1.23.0Media Type DatabaseINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.11The ultimate javascript content-type utility.INDIRECT1
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 • 1.2.0Make a function mimic another oneINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
morgan • 1.10.0HTTP request logger middleware for node.jsINDIRECT8
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibilityINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.INDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
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-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-notifier • 5.4.5A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)INDIRECT6
node-releases • 2.0.18Node.js releases dataINDIRECT0
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
nullthrows • 1.1.1flow typed nullthrowsINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
nwsapi • 2.2.13Fast CSS Selectors API EngineINDIRECT0
ob1 • 0.56.4A small library for working with 0- and 1-based offsets in a type-checked way.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
object.fromentries • 2.0.8ES proposal-spec-compliant Object.fromEntries shim.INDIRECT65
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT67
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
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 • 2.0.1Ensure a function is only called onceINDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 6.4.0Open stuff like URLs, files, executables. Cross-platform.INDIRECT1
optionator • 0.8.3option parsing and help generationINDIRECT6
ora • 3.4.0Elegant terminal spinnerINDIRECT19
os-locale • 2.1.0Get the system localeINDIRECT20
os-locale • 3.1.0Get the system localeINDIRECT26
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-defer • 1.0.0Create a deferred promiseINDIRECT0
p-each-series • 1.0.0Iterate over promises seriallyINDIRECT1
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 2.1.0Check if something is a promiseINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.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-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-reduce • 1.0.0Reduce a list of values using promises into a promise for a valueINDIRECT0
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parse5 • 4.0.0HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.INDIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
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 • 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
path-type • 3.0.0Check if a path is a file, directory, or symlinkINDIRECT1
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
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
plist • 3.1.0Apple's property list parser/builder for Node.js and browsersINDIRECT3
plugin-error • 0.1.2Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.INDIRECT9
pn • 1.1.0Promisify the node standard library.INDIRECT0
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
prettier • 1.16.4Prettier is an opinionated code formatterINDIRECT0
pretty-format • 24.9.0Stringify any JavaScript value.INDIRECT11
pretty-format • 25.5.0Stringify any JavaScript value.INDIRECT14
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
progress • 2.0.3Flexible ascii progress barINDIRECT0
promise • 7.3.1Bare 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
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-native-gesture-handler • 1.5.3Experimental implementation of a new declarative API for gesture handling in react-nativeDIRECT8
react-native • 0.61.5A framework for building native apps using ReactDIRECT639
react-refresh • 0.4.3React is a JavaScript library for building user interfaces.INDIRECT0
react-test-renderer • 16.9.0React package for snapshot testing.DIRECT6
react • 16.9.0React is a JavaScript library for building user interfaces.DIRECT5
read-pkg-up • 2.0.0Read the closest package.json fileINDIRECT29
read-pkg-up • 4.0.0Read the closest package.json fileINDIRECT30
read-pkg • 2.0.0Read a package.json fileINDIRECT22
read-pkg • 3.0.0Read a package.json fileINDIRECT23
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
realpath-native • 1.1.0Use the system's native `realpath`INDIRECT69
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
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
regexpp • 2.0.1Regular expression parser for ECMAScript 2018.INDIRECT0
regexpu-core • 6.1.1regexpu’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
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.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-cwd • 2.0.0Resolve the path of a module like `require.resolve()` but from the current working directoryINDIRECT1
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
rimraf • 2.2.8A deep deletion module for node (like `rm -rf`)INDIRECT0
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sane • 4.1.0Sane aims to be fast, small, and reliable file system watcher.INDIRECT114
scheduler • 0.15.0Cooperative scheduler for the browser environment.INDIRECT3
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
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shell-quote • 1.6.1quote and parse shell commandsINDIRECT4
shellwords • 0.1.1Manipulate strings according to the word parsing rules of the UNIX Bourne shell.INDIRECT0
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simple-plist • 1.3.1A wrapper utility for interacting with plist data.INDIRECT8
sisteransi • 1.0.5ANSI escape codes for some terminal swagINDIRECT0
slash • 2.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 2.1.0Slice a string with ANSI escape codesINDIRECT5
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stack-utils • 1.0.5Captures and cleans stack tracesINDIRECT1
stacktrace-parser • 0.1.10Parses every stack trace into a nicely formatted array of hashes.INDIRECT1
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-length • 2.0.0Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codesINDIRECT3
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
string-width • 3.1.0Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
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
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
sudo-prompt • 9.2.1Run a command using sudo, prompting the user with an OS dialog if necessaryINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 6.1.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
symbol-observable • 1.0.1Symbol.observable ponyfillINDIRECT0
symbol-tree • 3.2.4Turn any collection of objects into its own efficient tree or linked list using SymbolINDIRECT0
temp • 0.8.3Temporary files and directoriesINDIRECT2
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
throat • 4.1.0Throttle the parallelism of an asynchronous (promise returning) function / functionsINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
tr46 • 1.0.1An implementation of the Unicode TR46 specINDIRECT1
tsutils • 3.21.0utilities for working with typescript's ASTINDIRECT1
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
ua-parser-js • 0.7.39Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
ultron • 1.0.2Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
ultron • 1.1.1Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
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
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
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
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
update-browserslist-db • 1.1.1CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util.promisify • 1.1.2Polyfill/shim for util.promisify in node versions < v8INDIRECT68
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
v8-compile-cache • 2.4.0Require hook for automatic V8 compile cache persistenceINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
vlq • 1.0.1Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
w3c-hr-time • 1.0.2An implementation of the W3C High Resolution Time Level 2 specification.INDIRECT1
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
whatwg-encoding • 1.0.5Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
whatwg-mimetype • 2.3.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
whatwg-url • 6.5.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT4
whatwg-url • 7.1.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT4
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
wrap-ansi • 5.1.0Wordwrap a string with ANSI escape codesINDIRECT8
write • 1.0.3Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.INDIRECT2
ws • 1.1.5Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT2
ws • 3.3.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT3
ws • 5.2.4Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT1
xmlbuilder • 15.1.1An XML builder for node.jsINDIRECT0
xmldoc • 1.3.0A lightweight XML Document class for JavaScript.INDIRECT1
xpipe • 1.0.8Use cross-platform IPC paths in Node.js.INDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 12.0.5yargs the modern, pirate-themed, successor to optimist.INDIRECT54
yargs • 13.3.2yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 9.0.1yargs the modern, pirate-themed, successor to optimist.INDIRECT72
ISC58
PackageRelationDependenciesPublished
anymatch • 2.0.0Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT83
capture-exit • 2.0.0safely cleanup in signal handlersINDIRECT1
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
cliui • 4.1.0easily create complex multi-column command-line-interfacesINDIRECT11
cliui • 5.0.0easily create complex multi-column command-line-interfacesINDIRECT9
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
electron-to-chromium • 1.5.38Provides a list of electron-to-chromium version mappingsINDIRECT0
flatted • 2.0.2A super light and fast circular JSON parser.INDIRECT0
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
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-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)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
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.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
mute-stream • 0.0.7Bytes go in, but they don't come out (when muted).INDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.0The 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
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
request-promise-core • 1.1.4Core Promise support implementation for the simplified HTTP request client 'request'.INDIRECT1
request-promise-native • 1.0.9The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.INDIRECT6
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
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
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.5.0The semantic version parser used by npm.INDIRECT0
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
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
slide • 1.1.6A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JSINDIRECT0
stealthy-require • 1.1.1The closest you can get to require something with bypassing the require cacheINDIRECT0
test-exclude • 5.2.3test for inclusion or exclusion of paths using pkg-conf and globsINDIRECT43
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
write-file-atomic • 1.3.4Write files in an atomic fashion w/configurable ownershipINDIRECT3
write-file-atomic • 2.4.1Write files in an atomic fashion w/configurable ownershipINDIRECT3
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 11.1.1the mighty option parser used by yargsINDIRECT2
yargs-parser • 13.1.2the mighty option parser used by yargsINDIRECT2
yargs-parser • 7.0.0the mighty option parser used by yargsINDIRECT1
BSD-3-Clause25
PackageRelationDependenciesPublished
@hapi/address • 2.1.4Email address and domain validationINDIRECT0
@hapi/bourne • 1.3.2JSON parse with prototype poisoning protectionINDIRECT0
@hapi/hoek • 8.5.1General purpose node utilitiesINDIRECT0
@hapi/joi • 15.1.1Object schema validationINDIRECT4
@hapi/topo • 3.1.6Topological sorting with grouping supportINDIRECT1
abab • 2.0.6WHATWG spec-compliant implementations of window.atob and window.btoa.INDIRECT0
babel-plugin-istanbul • 5.2.0A babel plugin that adds istanbul instrumentation to ES6 codeINDIRECT76
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
eslint-plugin-flowtype • 2.50.3Flowtype linting rules for ESLint.INDIRECT1
esquery • 1.6.0A query library for ECMAScript AST using a CSS selector like query language.INDIRECT1
hoist-non-react-statics • 2.5.5Copies non-react specific statics from a child component to a parent componentINDIRECT0
istanbul-lib-coverage • 2.0.5Data library for istanbul coverage objectsINDIRECT0
istanbul-lib-instrument • 3.3.0Core istanbul API for JS code coverageINDIRECT30
istanbul-lib-report • 2.0.8Base reporting library for istanbulINDIRECT6
istanbul-lib-source-maps • 3.0.6Source maps support for istanbulINDIRECT19
istanbul-reports • 2.2.7istanbul reportsINDIRECT1
makeerror • 1.0.12A library to make errors.INDIRECT1
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
react-devtools-core • 3.6.3Use react-devtools outside of the browserINDIRECT9
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
table • 5.4.6Formats data into a string table.INDIRECT17
tmpl • 1.0.5JavaScript micro templates.INDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
Apache-2.022
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@cnakazawa/watch • 1.0.4Utilities for watching file trees.INDIRECT2
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
bser • 2.1.1JavaScript implementation of the BSER Binary SerializationINDIRECT1
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
didyoumean • 1.2.2Match human-quality input to potential matches by edit distance.INDIRECT0
doctrine • 2.1.0JSDoc parserINDIRECT1
doctrine • 3.0.0JSDoc parserINDIRECT1
eslint-visitor-keys • 1.3.0Constants and utilities about visitor keys to traverse AST.INDIRECT0
fast-diff • 1.3.0Fast Javascript text diffINDIRECT0
fb-watchman • 2.0.2Bindings for the Watchman file watching serviceINDIRECT2
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
rxjs • 5.5.12Reactive Extensions for modern JavaScriptINDIRECT1
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
walker • 1.0.8A simple directory tree walker.INDIRECT2
xcode • 2.1.0parser for xcodeproj/project.pbxproj filesINDIRECT10
xml-name-validator • 3.0.0Validates whether a string matches the production for an XML name or qualified nameINDIRECT0
BSD-2-Clause20
PackageRelationDependenciesPublished
@typescript-eslint/parser • 1.13.0An ESLint custom parser which leverages TypeScript ESTreeINDIRECT11
@typescript-eslint/typescript-estree • 1.13.0A parser that converts TypeScript source code into an ESTree compatible formINDIRECT2
browser-process-hrtime • 1.0.0Shim for process.hrtime in the browserINDIRECT0
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
eslint-scope • 3.7.1ECMAScript scope analyzer for ESLintINDIRECT3
eslint-scope • 4.0.3ECMAScript scope analyzer for ESLintINDIRECT3
eslint-scope • 5.1.1ECMAScript scope analyzer for ESLintINDIRECT3
espree • 6.2.1An Esprima-compatible JavaScript parser built on AcornINDIRECT3
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esrecurse • 4.3.0ECMAScript AST recursive visitorINDIRECT1
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
jsc-android • 245459.0.0Pre-build version of JavaScriptCore to be used by React Native appsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
regjsparser • 0.11.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
uglify-es • 3.3.9JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT2
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
webidl-conversions • 4.0.2Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
unknown4
PackageRelationDependenciesPublished
exit • 0.1.2A replacement for process.exit that ensures stdio are fully drained before exiting.INDIRECT0
options • 0.0.6A very light-weight in-code option parsers for node.js.INDIRECT0
rx-lite-aggregates • 4.0.8Lightweight library with aggregate functions for composing asynchronous and event-based operations in JavaScriptINDIRECT1
rx-lite • 4.0.8Lightweight library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
CC0-1.0 OR MIT3
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.7.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
Unlicense3
PackageRelationDependenciesPublished
big-integer • 1.6.52An arbitrary length integer library for JavascriptINDIRECT0
stream-buffers • 2.2.0Buffer-backed Streams for reading and writing.INDIRECT0
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001668A smaller version of caniuse-db, with only the essentials!INDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
WTFPL1
PackageRelationDependenciesPublished
left-pad • 1.3.0String left padINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
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/%40ezviz%2Frncore)](https://licenses.dev/npm/%40ezviz%2Frncore)
<a href="https://licenses.dev/npm/%40ezviz%2Frncore">
  <img src="https://licenses.dev/b/npm/%40ezviz%2Frncore" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.7 version:

[![licenses](https://licenses.dev/b/npm/%40ezviz%2Frncore/1.0.7)](https://licenses.dev/npm/%40ezviz%2Frncore/1.0.7)
<a href="https://licenses.dev/npm/%40ezviz%2Frncore/1.0.7">
  <img src="https://licenses.dev/b/npm/%40ezviz%2Frncore/1.0.7" alt="licenses" />
</a>
GitHub