├── .buckconfig ├── .eslintrc.js ├── .flowconfig ├── .gitattributes ├── .github ├── FUNDING.yml └── workflows │ └── lint.yml ├── .gitignore ├── .licensed.yml ├── .licenses ├── NOTICE └── npm │ ├── @babel │ ├── code-frame-7.10.1.dep.yml │ ├── code-frame-7.10.4.dep.yml │ ├── code-frame-7.14.5.dep.yml │ ├── code-frame-7.8.3.dep.yml │ ├── core.dep.yml │ ├── generator-7.10.2.dep.yml │ ├── generator-7.10.4.dep.yml │ ├── generator-7.14.8.dep.yml │ ├── generator-7.9.6.dep.yml │ ├── helper-annotate-as-pure-7.10.1.dep.yml │ ├── helper-annotate-as-pure-7.14.5.dep.yml │ ├── helper-annotate-as-pure-7.8.3.dep.yml │ ├── helper-builder-binary-assignment-operator-visitor.dep.yml │ ├── helper-builder-react-jsx-experimental.dep.yml │ ├── helper-builder-react-jsx.dep.yml │ ├── helper-create-class-features-plugin-7.10.2.dep.yml │ ├── helper-create-class-features-plugin-7.14.8.dep.yml │ ├── helper-create-class-features-plugin-7.9.6.dep.yml │ ├── helper-create-regexp-features-plugin.dep.yml │ ├── helper-define-map.dep.yml │ ├── helper-explode-assignable-expression.dep.yml │ ├── helper-function-name-7.10.1.dep.yml │ ├── helper-function-name-7.10.4.dep.yml │ ├── helper-function-name-7.14.5.dep.yml │ ├── helper-function-name-7.9.5.dep.yml │ ├── helper-get-function-arity-7.10.1.dep.yml │ ├── helper-get-function-arity-7.10.4.dep.yml │ ├── helper-get-function-arity-7.14.5.dep.yml │ ├── helper-get-function-arity-7.8.3.dep.yml │ ├── helper-hoist-variables.dep.yml │ ├── helper-member-expression-to-functions-7.10.1.dep.yml │ ├── helper-member-expression-to-functions-7.10.4.dep.yml │ ├── helper-member-expression-to-functions-7.14.7.dep.yml │ ├── helper-member-expression-to-functions-7.8.3.dep.yml │ ├── helper-module-imports-7.10.1.dep.yml │ ├── helper-module-imports-7.10.4.dep.yml │ ├── helper-module-imports-7.8.3.dep.yml │ ├── helper-module-transforms-7.10.4.dep.yml │ ├── helper-module-transforms-7.9.0.dep.yml │ ├── helper-optimise-call-expression-7.10.1.dep.yml │ ├── helper-optimise-call-expression-7.10.4.dep.yml │ ├── helper-optimise-call-expression-7.14.5.dep.yml │ ├── helper-optimise-call-expression-7.8.3.dep.yml │ ├── helper-plugin-utils-7.10.1.dep.yml │ ├── helper-plugin-utils-7.10.4.dep.yml │ ├── helper-plugin-utils-7.14.5.dep.yml │ ├── helper-plugin-utils-7.8.3.dep.yml │ ├── helper-regex.dep.yml │ ├── helper-replace-supers-7.10.1.dep.yml │ ├── helper-replace-supers-7.10.4.dep.yml │ ├── helper-replace-supers-7.14.5.dep.yml │ ├── helper-replace-supers-7.9.6.dep.yml │ ├── helper-simple-access-7.10.4.dep.yml │ ├── helper-simple-access-7.8.3.dep.yml │ ├── helper-split-export-declaration-7.10.1.dep.yml │ ├── helper-split-export-declaration-7.10.4.dep.yml │ ├── helper-split-export-declaration-7.14.5.dep.yml │ ├── helper-split-export-declaration-7.8.3.dep.yml │ ├── helper-validator-identifier-7.10.1.dep.yml │ ├── helper-validator-identifier-7.10.4.dep.yml │ ├── helper-validator-identifier-7.14.8.dep.yml │ ├── helper-validator-identifier-7.9.5.dep.yml │ ├── helper-validator-option.dep.yml │ ├── helpers.dep.yml │ ├── highlight-7.10.1.dep.yml │ ├── highlight-7.10.4.dep.yml │ ├── highlight-7.14.5.dep.yml │ ├── highlight-7.9.0.dep.yml │ ├── parser-7.10.2.dep.yml │ ├── parser-7.10.4.dep.yml │ ├── parser-7.14.8.dep.yml │ ├── parser-7.9.6.dep.yml │ ├── plugin-proposal-class-properties.dep.yml │ ├── plugin-proposal-export-default-from.dep.yml │ ├── plugin-proposal-nullish-coalescing-operator.dep.yml │ ├── plugin-proposal-object-rest-spread.dep.yml │ ├── plugin-proposal-optional-catch-binding.dep.yml │ ├── plugin-proposal-optional-chaining.dep.yml │ ├── plugin-syntax-class-properties.dep.yml │ ├── plugin-syntax-dynamic-import.dep.yml │ ├── plugin-syntax-export-default-from.dep.yml │ ├── plugin-syntax-flow-7.14.5.dep.yml │ ├── plugin-syntax-flow-7.8.3.dep.yml │ ├── plugin-syntax-jsx-7.10.1.dep.yml │ ├── plugin-syntax-jsx-7.10.4.dep.yml │ ├── plugin-syntax-jsx-7.8.3.dep.yml │ ├── plugin-syntax-nullish-coalescing-operator.dep.yml │ ├── plugin-syntax-object-rest-spread.dep.yml │ ├── plugin-syntax-optional-catch-binding.dep.yml │ ├── plugin-syntax-optional-chaining.dep.yml │ ├── plugin-syntax-typescript-7.10.1.dep.yml │ ├── plugin-syntax-typescript-7.14.5.dep.yml │ ├── plugin-transform-arrow-functions.dep.yml │ ├── plugin-transform-block-scoped-functions.dep.yml │ ├── plugin-transform-block-scoping.dep.yml │ ├── plugin-transform-classes.dep.yml │ ├── plugin-transform-computed-properties.dep.yml │ ├── plugin-transform-destructuring.dep.yml │ ├── plugin-transform-exponentiation-operator.dep.yml │ ├── plugin-transform-flow-strip-types-7.14.5.dep.yml │ ├── plugin-transform-flow-strip-types-7.9.0.dep.yml │ ├── plugin-transform-for-of.dep.yml │ ├── plugin-transform-function-name.dep.yml │ ├── plugin-transform-literals.dep.yml │ ├── plugin-transform-member-expression-literals.dep.yml │ ├── plugin-transform-modules-commonjs.dep.yml │ ├── plugin-transform-object-assign.dep.yml │ ├── plugin-transform-object-super.dep.yml │ ├── plugin-transform-parameters.dep.yml │ ├── plugin-transform-property-literals.dep.yml │ ├── plugin-transform-react-display-name.dep.yml │ ├── plugin-transform-react-jsx-self.dep.yml │ ├── plugin-transform-react-jsx-source.dep.yml │ ├── plugin-transform-react-jsx.dep.yml │ ├── plugin-transform-regenerator.dep.yml │ ├── plugin-transform-runtime.dep.yml │ ├── plugin-transform-shorthand-properties.dep.yml │ ├── plugin-transform-spread.dep.yml │ ├── plugin-transform-sticky-regex.dep.yml │ ├── plugin-transform-template-literals.dep.yml │ ├── plugin-transform-typescript-7.10.1.dep.yml │ ├── plugin-transform-typescript-7.14.6.dep.yml │ ├── plugin-transform-unicode-regex.dep.yml │ ├── preset-flow.dep.yml │ ├── preset-typescript.dep.yml │ ├── register.dep.yml │ ├── runtime.dep.yml │ ├── template-7.10.1.dep.yml │ ├── template-7.10.4.dep.yml │ ├── template-7.14.5.dep.yml │ ├── template-7.8.6.dep.yml │ ├── traverse-7.10.1.dep.yml │ ├── traverse-7.10.4.dep.yml │ ├── traverse-7.14.8.dep.yml │ ├── traverse-7.9.6.dep.yml │ ├── types-7.10.2.dep.yml │ ├── types-7.10.4.dep.yml │ ├── types-7.14.8.dep.yml │ └── types-7.9.6.dep.yml │ ├── @cnakazawa │ └── watch.dep.yml │ ├── @egjs │ └── hammerjs.dep.yml │ ├── @hapi │ ├── hoek.dep.yml │ └── topo.dep.yml │ ├── @jest │ ├── create-cache-key-function.dep.yml │ └── types.dep.yml │ ├── @react-native-async-storage │ └── async-storage.dep.yml │ ├── @react-native-community │ ├── cli-debugger-ui.dep.yml │ ├── cli-hermes.dep.yml │ ├── cli-platform-android.dep.yml │ ├── cli-platform-ios.dep.yml │ ├── cli-server-api.dep.yml │ ├── cli-tools.dep.yml │ ├── cli-types.dep.yml │ ├── cli.dep.yml │ └── masked-view.dep.yml │ ├── @react-native │ ├── assets.dep.yml │ ├── normalize-color.dep.yml │ └── polyfills.dep.yml │ ├── @react-navigation │ ├── core.dep.yml │ ├── drawer.dep.yml │ ├── native.dep.yml │ ├── routers.dep.yml │ └── stack.dep.yml │ ├── @sideway │ ├── address.dep.yml │ ├── formula.dep.yml │ └── pinpoint.dep.yml │ ├── @types │ ├── color-name.dep.yml │ ├── graceful-fs.dep.yml │ ├── hammerjs.dep.yml │ ├── istanbul-lib-coverage.dep.yml │ ├── istanbul-lib-report.dep.yml │ ├── istanbul-reports.dep.yml │ ├── node.dep.yml │ ├── prop-types.dep.yml │ ├── react-native-vector-icons.dep.yml │ ├── react-native.dep.yml │ ├── react.dep.yml │ ├── yargs-parser.dep.yml │ └── yargs.dep.yml │ ├── abort-controller.dep.yml │ ├── absolute-path.dep.yml │ ├── accepts.dep.yml │ ├── add-zero.dep.yml │ ├── anser.dep.yml │ ├── ansi-fragments.dep.yml │ ├── ansi-regex-4.1.0.dep.yml │ ├── ansi-regex-5.0.0.dep.yml │ ├── ansi-styles-3.2.1.dep.yml │ ├── ansi-styles-4.2.1.dep.yml │ ├── anymatch-2.0.0.dep.yml │ ├── anymatch-3.1.2.dep.yml │ ├── appdirsjs.dep.yml │ ├── argparse.dep.yml │ ├── arr-diff.dep.yml │ ├── arr-flatten.dep.yml │ ├── arr-union.dep.yml │ ├── array-filter.dep.yml │ ├── array-map.dep.yml │ ├── array-reduce.dep.yml │ ├── array-unique.dep.yml │ ├── asap.dep.yml │ ├── assign-symbols.dep.yml │ ├── ast-types.dep.yml │ ├── astral-regex.dep.yml │ ├── async-limiter.dep.yml │ ├── async.dep.yml │ ├── atob.dep.yml │ ├── babel-core.dep.yml │ ├── babel-plugin-dynamic-import-node.dep.yml │ ├── babel-plugin-syntax-trailing-function-commas.dep.yml │ ├── babel-preset-fbjs.dep.yml │ ├── balanced-match.dep.yml │ ├── base-64.dep.yml │ ├── base.dep.yml │ ├── base64-js.dep.yml │ ├── big-integer.dep.yml │ ├── bplist-creator.dep.yml │ ├── bplist-parser.dep.yml │ ├── brace-expansion.dep.yml │ ├── braces-2.3.2.dep.yml │ ├── braces-3.0.2.dep.yml │ ├── bser.dep.yml │ ├── buffer-from.dep.yml │ ├── bytes.dep.yml │ ├── cache-base.dep.yml │ ├── caller-callsite.dep.yml │ ├── caller-path.dep.yml │ ├── callsites.dep.yml │ ├── camelcase-5.3.1.dep.yml │ ├── camelcase-6.2.0.dep.yml │ ├── capture-exit.dep.yml │ ├── chalk-2.4.2.dep.yml │ ├── chalk-3.0.0.dep.yml │ ├── chalk-4.1.1.dep.yml │ ├── ci-info.dep.yml │ ├── class-utils.dep.yml │ ├── cli-cursor.dep.yml │ ├── cli-spinners.dep.yml │ ├── cliui-5.0.0.dep.yml │ ├── cliui-6.0.0.dep.yml │ ├── clone-deep.dep.yml │ ├── clone.dep.yml │ ├── collection-visit.dep.yml │ ├── color-convert-1.9.3.dep.yml │ ├── color-convert-2.0.1.dep.yml │ ├── color-name-1.1.3.dep.yml │ ├── color-name-1.1.4.dep.yml │ ├── color-string.dep.yml │ ├── color.dep.yml │ ├── colorette.dep.yml │ ├── colors.dep.yml │ ├── command-exists.dep.yml │ ├── commander-2.13.0.dep.yml │ ├── commander-2.20.3.dep.yml │ ├── commondir.dep.yml │ ├── component-emitter.dep.yml │ ├── compressible.dep.yml │ ├── compression.dep.yml │ ├── concat-map.dep.yml │ ├── connect.dep.yml │ ├── convert-source-map.dep.yml │ ├── copy-descriptor.dep.yml │ ├── core-js.dep.yml │ ├── core-util-is.dep.yml │ ├── cosmiconfig.dep.yml │ ├── cross-spawn.dep.yml │ ├── csstype.dep.yml │ ├── dayjs.dep.yml │ ├── debug-2.6.9.dep.yml │ ├── debug-4.1.1.dep.yml │ ├── debug-4.3.2.dep.yml │ ├── decamelize.dep.yml │ ├── decode-uri-component.dep.yml │ ├── deep-assign.dep.yml │ ├── deepmerge.dep.yml │ ├── defaults.dep.yml │ ├── define-properties.dep.yml │ ├── define-property-0.2.5.dep.yml │ ├── define-property-1.0.0.dep.yml │ ├── define-property-2.0.2.dep.yml │ ├── denodeify.dep.yml │ ├── depd.dep.yml │ ├── destroy.dep.yml │ ├── ee-first.dep.yml │ ├── emoji-regex-7.0.3.dep.yml │ ├── emoji-regex-8.0.0.dep.yml │ ├── encodeurl.dep.yml │ ├── encoding.dep.yml │ ├── end-of-stream.dep.yml │ ├── envinfo.dep.yml │ ├── error-ex.dep.yml │ ├── error-stack-parser.dep.yml │ ├── errorhandler.dep.yml │ ├── escape-html.dep.yml │ ├── escape-string-regexp-1.0.5.dep.yml │ ├── escape-string-regexp-2.0.0.dep.yml │ ├── escape-string-regexp-4.0.0.dep.yml │ ├── esprima.dep.yml │ ├── etag.dep.yml │ ├── event-target-shim.dep.yml │ ├── exec-sh.dep.yml │ ├── execa.dep.yml │ ├── expand-brackets.dep.yml │ ├── extend-shallow-2.0.1.dep.yml │ ├── extend-shallow-3.0.2.dep.yml │ ├── extglob.dep.yml │ ├── fast-base64-decode.dep.yml │ ├── fb-watchman.dep.yml │ ├── fbjs-css-vars.dep.yml │ ├── fbjs.dep.yml │ ├── fill-range-4.0.0.dep.yml │ ├── fill-range-7.0.1.dep.yml │ ├── finalhandler.dep.yml │ ├── find-cache-dir.dep.yml │ ├── find-up-3.0.0.dep.yml │ ├── find-up-4.1.0.dep.yml │ ├── flow-parser.dep.yml │ ├── for-in.dep.yml │ ├── format-duration.dep.yml │ ├── fragment-cache.dep.yml │ ├── fresh.dep.yml │ ├── fs-extra-1.0.0.dep.yml │ ├── fs-extra-8.1.0.dep.yml │ ├── fs.realpath.dep.yml │ ├── fsevents.dep.yml │ ├── function-bind.dep.yml │ ├── gensync.dep.yml │ ├── get-caller-file.dep.yml │ ├── get-stream.dep.yml │ ├── get-value.dep.yml │ ├── glob.dep.yml │ ├── globals.dep.yml │ ├── graceful-fs.dep.yml │ ├── has-flag-3.0.0.dep.yml │ ├── has-flag-4.0.0.dep.yml │ ├── has-symbols.dep.yml │ ├── has-value-0.3.1.dep.yml │ ├── has-value-1.0.0.dep.yml │ ├── has-values-0.1.4.dep.yml │ ├── has-values-1.0.0.dep.yml │ ├── hermes-engine.dep.yml │ ├── hermes-profile-transformer.dep.yml │ ├── hoist-non-react-statics-2.5.5.dep.yml │ ├── hoist-non-react-statics-3.3.2.dep.yml │ ├── http-errors.dep.yml │ ├── iconv-lite.dep.yml │ ├── image-size.dep.yml │ ├── import-fresh.dep.yml │ ├── imurmurhash.dep.yml │ ├── inflight.dep.yml │ ├── inherits.dep.yml │ ├── interpret.dep.yml │ ├── invariant.dep.yml │ ├── ip.dep.yml │ ├── is-accessor-descriptor-0.1.6.dep.yml │ ├── is-accessor-descriptor-1.0.0.dep.yml │ ├── is-arrayish-0.2.1.dep.yml │ ├── is-arrayish-0.3.2.dep.yml │ ├── is-buffer.dep.yml │ ├── is-ci.dep.yml │ ├── is-data-descriptor-0.1.4.dep.yml │ ├── is-data-descriptor-1.0.0.dep.yml │ ├── is-descriptor-0.1.6.dep.yml │ ├── is-descriptor-1.0.2.dep.yml │ ├── is-directory.dep.yml │ ├── is-extendable-0.1.1.dep.yml │ ├── is-extendable-1.0.1.dep.yml │ ├── is-fullwidth-code-point-2.0.0.dep.yml │ ├── is-fullwidth-code-point-3.0.0.dep.yml │ ├── is-number-3.0.0.dep.yml │ ├── is-number-7.0.0.dep.yml │ ├── is-obj.dep.yml │ ├── is-plain-object.dep.yml │ ├── is-stream.dep.yml │ ├── is-windows.dep.yml │ ├── is-wsl.dep.yml │ ├── isarray.dep.yml │ ├── isexe.dep.yml │ ├── isobject-2.1.0.dep.yml │ ├── isobject-3.0.1.dep.yml │ ├── isomorphic-fetch.dep.yml │ ├── jest-get-type.dep.yml │ ├── jest-haste-map.dep.yml │ ├── jest-regex-util.dep.yml │ ├── jest-serializer.dep.yml │ ├── jest-util.dep.yml │ ├── jest-validate.dep.yml │ ├── jest-worker.dep.yml │ ├── jetifier.dep.yml │ ├── joi.dep.yml │ ├── js-tokens.dep.yml │ ├── js-yaml.dep.yml │ ├── jsc-android.dep.yml │ ├── jscodeshift.dep.yml │ ├── jsesc-0.5.0.dep.yml │ ├── jsesc-2.5.2.dep.yml │ ├── json-parse-better-errors.dep.yml │ ├── json5.dep.yml │ ├── jsonfile-2.4.0.dep.yml │ ├── jsonfile-4.0.0.dep.yml │ ├── jsonify.dep.yml │ ├── kind-of-3.2.2.dep.yml │ ├── kind-of-4.0.0.dep.yml │ ├── kind-of-5.1.0.dep.yml │ ├── kind-of-6.0.3.dep.yml │ ├── klaw.dep.yml │ ├── kleur.dep.yml │ ├── leven.dep.yml │ ├── locate-path-3.0.0.dep.yml │ ├── locate-path-5.0.0.dep.yml │ ├── lodash.dep.yml │ ├── lodash.isequal.dep.yml │ ├── lodash.throttle.dep.yml │ ├── log-symbols.dep.yml │ ├── logkitty.dep.yml │ ├── loose-envify.dep.yml │ ├── make-dir.dep.yml │ ├── makeerror.dep.yml │ ├── map-cache.dep.yml │ ├── map-visit.dep.yml │ ├── merge-stream.dep.yml │ ├── metro-babel-register.dep.yml │ ├── metro-babel-transformer.dep.yml │ ├── metro-cache-key.dep.yml │ ├── metro-cache.dep.yml │ ├── metro-config.dep.yml │ ├── metro-core.dep.yml │ ├── metro-hermes-compiler.dep.yml │ ├── metro-inspector-proxy.dep.yml │ ├── metro-minify-uglify.dep.yml │ ├── metro-react-native-babel-preset.dep.yml │ ├── metro-react-native-babel-transformer.dep.yml │ ├── metro-resolver.dep.yml │ ├── metro-runtime.dep.yml │ ├── metro-source-map.dep.yml │ ├── metro-symbolicate.dep.yml │ ├── metro-transform-plugins.dep.yml │ ├── metro-transform-worker.dep.yml │ ├── metro.dep.yml │ ├── micromatch-3.1.10.dep.yml │ ├── micromatch-4.0.4.dep.yml │ ├── mime-1.6.0.dep.yml │ ├── mime-2.5.2.dep.yml │ ├── mime-db.dep.yml │ ├── mime-types.dep.yml │ ├── mimic-fn.dep.yml │ ├── minimatch.dep.yml │ ├── minimist.dep.yml │ ├── mixin-deep.dep.yml │ ├── mkdirp.dep.yml │ ├── ms-2.0.0.dep.yml │ ├── ms-2.1.1.dep.yml │ ├── ms-2.1.2.dep.yml │ ├── nanoid.dep.yml │ ├── nanomatch.dep.yml │ ├── negotiator.dep.yml │ ├── neo-async.dep.yml │ ├── nice-try.dep.yml │ ├── nocache.dep.yml │ ├── node-dir.dep.yml │ ├── node-fetch-1.7.3.dep.yml │ ├── node-fetch-2.6.1.dep.yml │ ├── node-int64.dep.yml │ ├── node-modules-regexp.dep.yml │ ├── node-stream-zip.dep.yml │ ├── normalize-path-2.1.1.dep.yml │ ├── normalize-path-3.0.0.dep.yml │ ├── npm-run-path.dep.yml │ ├── nullthrows.dep.yml │ ├── ob1.dep.yml │ ├── object-assign.dep.yml │ ├── object-copy.dep.yml │ ├── object-keys.dep.yml │ ├── object-visit.dep.yml │ ├── object.assign.dep.yml │ ├── object.pick.dep.yml │ ├── on-finished.dep.yml │ ├── on-headers.dep.yml │ ├── once.dep.yml │ ├── onetime.dep.yml │ ├── open.dep.yml │ ├── opencollective-postinstall.dep.yml │ ├── options.dep.yml │ ├── ora.dep.yml │ ├── os-tmpdir.dep.yml │ ├── p-finally.dep.yml │ ├── p-limit.dep.yml │ ├── p-locate-3.0.0.dep.yml │ ├── p-locate-4.1.0.dep.yml │ ├── p-try.dep.yml │ ├── parse-json.dep.yml │ ├── parse-ms.dep.yml │ ├── parseurl.dep.yml │ ├── pascalcase.dep.yml │ ├── path-exists-3.0.0.dep.yml │ ├── path-exists-4.0.0.dep.yml │ ├── path-is-absolute.dep.yml │ ├── path-key.dep.yml │ ├── path-parse.dep.yml │ ├── picomatch-2.2.2.dep.yml │ ├── picomatch-2.3.0.dep.yml │ ├── pify.dep.yml │ ├── pirates.dep.yml │ ├── pkg-dir.dep.yml │ ├── plist.dep.yml │ ├── posix-character-classes.dep.yml │ ├── pretty-bytes.dep.yml │ ├── pretty-format.dep.yml │ ├── private.dep.yml │ ├── process-nextick-args.dep.yml │ ├── promise-7.3.1.dep.yml │ ├── promise-8.1.0.dep.yml │ ├── prompts.dep.yml │ ├── prop-types.dep.yml │ ├── pump.dep.yml │ ├── query-string.dep.yml │ ├── range-parser.dep.yml │ ├── react-devtools-core.dep.yml │ ├── react-is-16.13.1.dep.yml │ ├── react-is-17.0.2.dep.yml │ ├── react-native-background-downloader.dep.yml │ ├── react-native-background-timer.dep.yml │ ├── react-native-codegen.dep.yml │ ├── react-native-device-info.dep.yml │ ├── react-native-elements.dep.yml │ ├── react-native-fs.dep.yml │ ├── react-native-gesture-handler.dep.yml │ ├── react-native-get-random-values.dep.yml │ ├── react-native-iphone-x-helper.dep.yml │ ├── react-native-navigation-bar-color.dep.yml │ ├── react-native-path.dep.yml │ ├── react-native-progress-circle.dep.yml │ ├── react-native-ratings.dep.yml │ ├── react-native-raw-bottom-sheet.dep.yml │ ├── react-native-reanimated.dep.yml │ ├── react-native-safe-area-context.dep.yml │ ├── react-native-screens.dep.yml │ ├── react-native-status-bar-height.dep.yml │ ├── react-native-track-player.dep.yml │ ├── react-native-vector-icons.dep.yml │ ├── react-native-webview.dep.yml │ ├── react-native.dep.yml │ ├── react-refresh.dep.yml │ ├── react.dep.yml │ ├── readable-stream.dep.yml │ ├── recast.dep.yml │ ├── rechoir.dep.yml │ ├── regenerate-unicode-properties.dep.yml │ ├── regenerate.dep.yml │ ├── regenerator-runtime.dep.yml │ ├── regenerator-transform.dep.yml │ ├── regex-not.dep.yml │ ├── regexpu-core.dep.yml │ ├── regjsgen.dep.yml │ ├── regjsparser.dep.yml │ ├── remove-trailing-separator.dep.yml │ ├── repeat-element.dep.yml │ ├── repeat-string.dep.yml │ ├── require-directory.dep.yml │ ├── require-main-filename.dep.yml │ ├── resolve-from.dep.yml │ ├── resolve-url.dep.yml │ ├── resolve.dep.yml │ ├── restore-cursor.dep.yml │ ├── ret.dep.yml │ ├── rimraf-2.2.8.dep.yml │ ├── rimraf-2.7.1.dep.yml │ ├── rsvp.dep.yml │ ├── safe-buffer.dep.yml │ ├── safe-regex.dep.yml │ ├── safer-buffer.dep.yml │ ├── sane.dep.yml │ ├── sax.dep.yml │ ├── scheduler.dep.yml │ ├── semver-5.7.1.dep.yml │ ├── semver-6.3.0.dep.yml │ ├── send.dep.yml │ ├── serialize-error.dep.yml │ ├── serve-static.dep.yml │ ├── set-blocking.dep.yml │ ├── set-value.dep.yml │ ├── setimmediate.dep.yml │ ├── setprototypeof.dep.yml │ ├── shallow-clone.dep.yml │ ├── shebang-command.dep.yml │ ├── shebang-regex.dep.yml │ ├── shell-quote.dep.yml │ ├── shelljs.dep.yml │ ├── signal-exit.dep.yml │ ├── simple-plist.dep.yml │ ├── simple-swizzle.dep.yml │ ├── sisteransi.dep.yml │ ├── slash.dep.yml │ ├── slice-ansi.dep.yml │ ├── snapdragon-node.dep.yml │ ├── snapdragon-util.dep.yml │ ├── snapdragon.dep.yml │ ├── source-map-0.5.7.dep.yml │ ├── source-map-0.6.1.dep.yml │ ├── source-map-0.7.3.dep.yml │ ├── source-map-resolve.dep.yml │ ├── source-map-support.dep.yml │ ├── source-map-url.dep.yml │ ├── split-on-first.dep.yml │ ├── split-string.dep.yml │ ├── sprintf-js.dep.yml │ ├── stackframe.dep.yml │ ├── stacktrace-parser.dep.yml │ ├── static-extend.dep.yml │ ├── statuses.dep.yml │ ├── stream-buffers.dep.yml │ ├── strict-uri-encode.dep.yml │ ├── string-width-3.1.0.dep.yml │ ├── string-width-4.2.2.dep.yml │ ├── string_decoder.dep.yml │ ├── strip-ansi-5.2.0.dep.yml │ ├── strip-ansi-6.0.0.dep.yml │ ├── strip-eof.dep.yml │ ├── sudo-prompt.dep.yml │ ├── supports-color-5.5.0.dep.yml │ ├── supports-color-7.1.0.dep.yml │ ├── temp.dep.yml │ ├── throat.dep.yml │ ├── through2.dep.yml │ ├── tmpl.dep.yml │ ├── to-fast-properties.dep.yml │ ├── to-object-path.dep.yml │ ├── to-regex-range-2.1.1.dep.yml │ ├── to-regex-range-5.0.1.dep.yml │ ├── to-regex.dep.yml │ ├── toidentifier.dep.yml │ ├── tslib.dep.yml │ ├── type-fest.dep.yml │ ├── ua-parser-js.dep.yml │ ├── uglify-es.dep.yml │ ├── ultron.dep.yml │ ├── unicode-canonical-property-names-ecmascript.dep.yml │ ├── unicode-match-property-ecmascript.dep.yml │ ├── unicode-match-property-value-ecmascript.dep.yml │ ├── unicode-property-aliases-ecmascript.dep.yml │ ├── union-value.dep.yml │ ├── universalify.dep.yml │ ├── unpipe.dep.yml │ ├── unset-value.dep.yml │ ├── urix.dep.yml │ ├── use-subscription.dep.yml │ ├── use.dep.yml │ ├── utf8.dep.yml │ ├── util-deprecate.dep.yml │ ├── utils-merge.dep.yml │ ├── uuid-3.4.0.dep.yml │ ├── uuid-8.2.0.dep.yml │ ├── vary.dep.yml │ ├── vlq.dep.yml │ ├── walker.dep.yml │ ├── wcwidth.dep.yml │ ├── whatwg-fetch.dep.yml │ ├── which-module.dep.yml │ ├── which.dep.yml │ ├── wrap-ansi-5.1.0.dep.yml │ ├── wrap-ansi-6.2.0.dep.yml │ ├── wrappy.dep.yml │ ├── write-file-atomic.dep.yml │ ├── ws-1.1.5.dep.yml │ ├── ws-6.2.2.dep.yml │ ├── ws-7.5.3.dep.yml │ ├── xcode.dep.yml │ ├── xmlbuilder.dep.yml │ ├── xmldoc.dep.yml │ ├── xmldom.dep.yml │ ├── xtend.dep.yml │ ├── y18n.dep.yml │ ├── yargs-13.3.2.dep.yml │ ├── yargs-15.4.1.dep.yml │ ├── yargs-parser-13.1.2.dep.yml │ └── yargs-parser-18.1.3.dep.yml ├── .prettierrc.js ├── .watchmanconfig ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── android ├── app │ ├── _BUCK │ ├── build.gradle │ ├── build_defs.bzl │ ├── debug.keystore │ ├── proguard-rules.pro │ └── src │ │ ├── debug │ │ ├── AndroidManifest.xml │ │ └── java │ │ │ └── org │ │ │ └── languagetransfer │ │ │ └── ReactNativeFlipper.java │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ └── fonts │ │ │ ├── AntDesign.ttf │ │ │ ├── Entypo.ttf │ │ │ ├── EvilIcons.ttf │ │ │ ├── Feather.ttf │ │ │ ├── FontAwesome.ttf │ │ │ ├── FontAwesome5_Brands.ttf │ │ │ ├── FontAwesome5_Regular.ttf │ │ │ ├── FontAwesome5_Solid.ttf │ │ │ ├── Fontisto.ttf │ │ │ ├── Foundation.ttf │ │ │ ├── Ionicons.ttf │ │ │ ├── MaterialCommunityIcons.ttf │ │ │ ├── MaterialIcons.ttf │ │ │ ├── Octicons.ttf │ │ │ ├── SimpleLineIcons.ttf │ │ │ └── Zocial.ttf │ │ ├── java │ │ └── org │ │ │ └── languagetransfer │ │ │ ├── MainActivity.java │ │ │ └── MainApplication.java │ │ └── res │ │ ├── drawable │ │ ├── ic_launcher_background.png │ │ └── ic_launcher_foreground.png │ │ ├── mipmap-anydpi-v26 │ │ └── ic_launcher.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ └── values │ │ ├── strings.xml │ │ └── styles.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── app.json ├── babel.config.js ├── bundledMediaStripTransform.js ├── index.js ├── ios ├── Gemfile ├── Gemfile.lock ├── LanguageTransfer-tvOS │ └── Info.plist ├── LanguageTransfer-tvOSTests │ └── Info.plist ├── LanguageTransfer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ ├── LanguageTransfer-tvOS.xcscheme │ │ └── LanguageTransfer.xcscheme ├── LanguageTransfer.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── LanguageTransfer │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── 1024.png │ │ │ ├── 114.png │ │ │ ├── 120.png │ │ │ ├── 180.png │ │ │ ├── 29.png │ │ │ ├── 40.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 60.png │ │ │ ├── 80.png │ │ │ ├── 87.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── SplashLogo.imageset │ │ │ ├── Contents.json │ │ │ ├── LT-logo-text-square-1.png │ │ │ ├── LT-logo-text-square-2.png │ │ │ └── LT-logo-text-square.png │ ├── Info.plist │ └── main.m ├── LanguageTransferTests │ ├── Info.plist │ └── LanguageTransferTests.m ├── LaunchScreen.storyboard ├── Podfile ├── Podfile.lock └── fastlane │ ├── Appfile │ ├── Fastfile │ └── README.md ├── js ├── audio-service.ts ├── components │ ├── About │ │ ├── About.react.tsx │ │ └── Licenses.react.tsx │ ├── AllLessons │ │ ├── AllLessons.react.tsx │ │ └── LessonRow.react.tsx │ ├── App.react.tsx │ ├── DataManagement │ │ └── DataManagement.react.tsx │ ├── LanguageHome │ │ ├── LanguageHome.react.tsx │ │ └── LanguageHomeTopButton.react.tsx │ ├── LanguageSelector │ │ ├── LanguageButton.react.tsx │ │ └── LanguageSelector.react.tsx │ ├── Listen │ │ ├── Listen.react.tsx │ │ ├── ListenBody.react.tsx │ │ ├── ListenBottomSheet.react.tsx │ │ ├── ListenHeader.react.tsx │ │ └── ListenScrubber.react.tsx │ ├── Navigation │ │ ├── DrawerContent.react.tsx │ │ └── DrawerMenuButton.react.tsx │ ├── Settings │ │ └── Settings.react.tsx │ └── SplashScreen.react.tsx ├── course-data.ts ├── download-manager.ts ├── hooks │ ├── useIsLessonDownloaded.ts │ └── useStatusBarStyle.ts ├── logNavState.ts ├── metrics.ts ├── navigation-ref.js └── persistence.ts ├── metro.config.js ├── package-lock.json ├── package.json ├── resources ├── LT-logo-background.png ├── LT-logo-foreground.png ├── LT-logo-text-square.png ├── LT-logo-text.png ├── LT-logo.png ├── arabic-cover-inverse.png ├── arabic-cover-stylized-with-text.png ├── arabic-cover-stylized.png ├── arabic-cover.png ├── courses │ ├── arabic1-lq.mp3 │ ├── french1-lq.mp3 │ ├── german1-lq.mp3 │ ├── greek1-lq.mp3 │ ├── ingles1-lq.mp3 │ ├── italian1-lq.mp3 │ ├── music1-lq.mp3 │ ├── spanish1-lq.mp3 │ ├── swahili1-lq.mp3 │ └── turkish1-lq.mp3 ├── french-cover-inverse.png ├── french-cover-stylized-with-text.png ├── french-cover-stylized.png ├── french-cover.png ├── german-cover-inverse.png ├── german-cover-stylized-with-text.png ├── german-cover-stylized.png ├── german-cover.png ├── google-play-store │ ├── feature-graphic.png │ ├── feature-graphic.xcf │ ├── logo-512x512.png │ └── screenshots │ │ ├── Screenshot_20200520-203515.png │ │ ├── Screenshot_20200520-203610.png │ │ └── Screenshot_20200520-203755.png ├── greek-cover-inverse.png ├── greek-cover-stylized-with-text.png ├── greek-cover-stylized.png ├── greek-cover.png ├── ingles-cover-inverse.png ├── ingles-cover-stylized-with-text.png ├── ingles-cover-stylized.png ├── ingles-cover.png ├── italian-cover-inverse.png ├── italian-cover-stylized-with-text.png ├── italian-cover-stylized.png ├── italian-cover.png ├── music-cover-stylized-with-text.png ├── music-cover-stylized.png ├── spanish-cover-inverse.png ├── spanish-cover-stylized-with-text.png ├── spanish-cover-stylized.png ├── spanish-cover.png ├── swahili-cover-inverse.png ├── swahili-cover-stylized-with-text.png ├── swahili-cover-stylized.png ├── swahili-cover.png ├── turkish-cover-inverse.png ├── turkish-cover-stylized-with-text.png ├── turkish-cover-stylized.png └── turkish-cover.png ├── tsconfig.json └── typings ├── audio.d.ts ├── images.d.ts └── interfaces.d.ts /.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native-community', 4 | rules: { 5 | 'react-native/no-unused-styles': 'warn', 6 | 'react-hooks/rules-of-hooks': 'error', 7 | 'react-hooks/exhaustive-deps': 'warn', 8 | }, 9 | }; 10 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | patreon: languagetransfer 4 | custom: ['https://www.languagetransfer.org/donations'] 5 | -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- 1 | name: Lint PR 2 | 3 | on: [push, pull_request] 4 | 5 | jobs: 6 | build: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/checkout@v2 10 | - name: Install modules 11 | run: npm install 12 | - name: Lint 13 | run: npm run lint 14 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | # 3 | .DS_Store 4 | 5 | # Xcode 6 | # 7 | build/ 8 | *.pbxuser 9 | !default.pbxuser 10 | *.mode1v3 11 | !default.mode1v3 12 | *.mode2v3 13 | !default.mode2v3 14 | *.perspectivev3 15 | !default.perspectivev3 16 | xcuserdata 17 | *.xccheckout 18 | *.moved-aside 19 | DerivedData 20 | *.hmap 21 | *.ipa 22 | *.xcuserstate 23 | 24 | # Android/IntelliJ 25 | # 26 | build/ 27 | .idea 28 | .gradle 29 | local.properties 30 | *.iml 31 | 32 | # node.js 33 | # 34 | node_modules/ 35 | npm-debug.log 36 | yarn-error.log 37 | 38 | # BUCK 39 | buck-out/ 40 | \.buckd/ 41 | *.keystore 42 | !debug.keystore 43 | 44 | # fastlane 45 | # 46 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 47 | # screenshots whenever they are needed. 48 | # For more information about the recommended setup visit: 49 | # https://docs.fastlane.tools/best-practices/source-control/ 50 | 51 | */fastlane/report.xml 52 | */fastlane/Preview.html 53 | */fastlane/screenshots 54 | 55 | # Bundle artifact 56 | *.jsbundle 57 | 58 | # CocoaPods 59 | /ios/Pods/ 60 | 61 | *.dSYM.zip -------------------------------------------------------------------------------- /.licensed.yml: -------------------------------------------------------------------------------- 1 | # If not set, defaults to the directory name of `source_path` 2 | name: 'Language Transfer' 3 | 4 | # Sources of metadata 5 | sources: 6 | gradle: true 7 | npm: true 8 | yarn: true 9 | bundler: true 10 | 11 | # Dependencies with these licenses are allowed and will not raise errors or warnings. 12 | # This list does not have a default value and is required for `licensed status` 13 | # to succeed. 14 | allowed: 15 | - mit 16 | - apache-2.0 17 | - bsd-2-clause 18 | - bsd-3-clause 19 | - cc0-1.0 20 | - isc 21 | - unlicense 22 | - 0bsd 23 | 24 | reviewed: 25 | npm: 26 | - '@hapi/hoek' 27 | - '@hapi/topo' 28 | - '@sideway/address' 29 | - '@sideway/formula' 30 | - '@sideway/pinpoint' 31 | - atob 32 | - 'color-convert' 33 | - colors 34 | - encoding 35 | - 'fs.realpath' 36 | - glob 37 | - 'hoist-non-react-statics' 38 | - joi 39 | - lodash 40 | - 'lodash.isequal' 41 | - 'lodash.throttle' 42 | - jsonify # public domain. no license text so this still throws an error 43 | - makeerror 44 | - 'neo-async' 45 | - 'node-stream-zip' 46 | - 'react-native-background-downloader' 47 | - 'readable-stream' 48 | - sax 49 | - shelljs 50 | - 'source-map' 51 | - 'sprintf-js' 52 | - 'string_decoder' 53 | - tmpl 54 | - 'uglify-es' 55 | - walker 56 | - wcwidth 57 | - xcode 58 | - yargs 59 | -------------------------------------------------------------------------------- /.licenses/npm/@babel/parser-7.10.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@babel/parser" 3 | version: 7.10.2 4 | type: npm 5 | summary: A JavaScript parser 6 | homepage: https://babeljs.io/ 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (C) 2012-2014 by various contributors (see AUTHORS) 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/@babel/parser-7.10.4.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@babel/parser" 3 | version: 7.10.4 4 | type: npm 5 | summary: A JavaScript parser 6 | homepage: https://babeljs.io/ 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (C) 2012-2014 by various contributors (see AUTHORS) 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/@babel/parser-7.9.6.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@babel/parser" 3 | version: 7.9.6 4 | type: npm 5 | summary: A JavaScript parser 6 | homepage: https://babeljs.io/ 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (C) 2012-2014 by various contributors (see AUTHORS) 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/@jest/create-cache-key-function.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@jest/create-cache-key-function" 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/@jest/types.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@jest/types" 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/@react-native/assets.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@react-native/assets" 3 | version: 1.0.0 4 | type: npm 5 | summary: Asset support code for React Native. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/@react-native/normalize-color.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@react-native/normalize-color" 3 | version: 1.0.0 4 | type: npm 5 | summary: Color normalization code for React Native. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/@react-native/polyfills.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@react-native/polyfills" 3 | version: 1.0.0 4 | type: npm 5 | summary: Polyfills for React Native 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/ansi-regex-5.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ansi-regex 3 | version: 5.0.0 4 | type: npm 5 | summary: Regular expression for matching ANSI escape codes 6 | homepage: https://github.com/chalk/ansi-regex#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/ansi-styles-4.2.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ansi-styles 3 | version: 4.2.1 4 | type: npm 5 | summary: ANSI escape codes for styling strings in the terminal 6 | homepage: https://github.com/chalk/ansi-styles#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/anymatch-2.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: anymatch 3 | version: 2.0.0 4 | type: npm 5 | summary: Matches strings against configurable strings, globs, regular expressions, 6 | and/or functions 7 | homepage: https://github.com/micromatch/anymatch 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) 2014 Elan Shanker 15 | 16 | Permission to use, copy, modify, and/or distribute this software for any 17 | purpose with or without fee is hereby granted, provided that the above 18 | copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 21 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 22 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 23 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 24 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 25 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 26 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 | - sources: README.md 28 | text: "[ISC](https://raw.github.com/micromatch/anymatch/master/LICENSE)" 29 | notices: [] 30 | -------------------------------------------------------------------------------- /.licenses/npm/anymatch-3.1.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: anymatch 3 | version: 3.1.2 4 | type: npm 5 | summary: Matches strings against configurable strings, globs, regular expressions, 6 | and/or functions 7 | homepage: https://github.com/micromatch/anymatch 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com) 15 | 16 | Permission to use, copy, modify, and/or distribute this software for any 17 | purpose with or without fee is hereby granted, provided that the above 18 | copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 21 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 22 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 23 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 24 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 25 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 26 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 | - sources: README.md 28 | text: "[ISC](https://raw.github.com/micromatch/anymatch/master/LICENSE)" 29 | notices: [] 30 | -------------------------------------------------------------------------------- /.licenses/npm/appdirsjs.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: appdirsjs 3 | version: 1.2.5 4 | type: npm 5 | summary: OS-dependent application paths for cache, data and config directories 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/async-limiter.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: async-limiter 3 | version: 1.0.1 4 | type: npm 5 | summary: asynchronous function queue with adjustable concurrency 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The MIT License (MIT) 12 | Copyright (c) 2017 Samuel Reed 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/async.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: async 3 | version: 2.6.3 4 | type: npm 5 | summary: Higher-order functions and common patterns for asynchronous code 6 | homepage: https://caolan.github.io/async/ 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2010-2018 Caolan McMahon 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/babel-core.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: babel-core 3 | version: 7.0.0-bridge.0 4 | type: npm 5 | summary: A placeholder package that bridges babel-core to @babel/core. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/babel-preset-fbjs.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: babel-preset-fbjs 3 | version: 3.4.0 4 | type: npm 5 | summary: Babel preset for Facebook projects. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) 2013-present, Facebook, Inc. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/camelcase-6.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: camelcase 3 | version: 6.2.0 4 | type: npm 5 | summary: 'Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: 6 | `foo-bar` → `fooBar`' 7 | homepage: 8 | license: mit 9 | licenses: 10 | - sources: license 11 | text: | 12 | MIT License 13 | 14 | Copyright (c) Sindre Sorhus (https://sindresorhus.com) 15 | 16 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 17 | 18 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | notices: [] 22 | -------------------------------------------------------------------------------- /.licenses/npm/capture-exit.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: capture-exit 3 | version: 2.0.0 4 | type: npm 5 | summary: safely cleanup in signal handlers 6 | homepage: https://github.com/stefanpenner/capture-exit#readme 7 | license: isc 8 | licenses: 9 | - sources: Auto-generated ISC license text 10 | text: | 11 | ISC License 12 | 13 | Permission to use, copy, modify, and/or distribute this software for any 14 | purpose with or without fee is hereby granted, provided that the above 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 17 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 18 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 19 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 20 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 21 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 22 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 23 | notices: [] 24 | -------------------------------------------------------------------------------- /.licenses/npm/chalk-2.4.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chalk 3 | version: 2.4.2 4 | type: npm 5 | summary: Terminal string styling done right 6 | homepage: https://github.com/chalk/chalk#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | - sources: readme.md 21 | text: MIT 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/chalk-3.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chalk 3 | version: 3.0.0 4 | type: npm 5 | summary: Terminal string styling done right 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/chalk-4.1.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chalk 3 | version: 4.1.1 4 | type: npm 5 | summary: Terminal string styling done right 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/cli-spinners.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cli-spinners 3 | version: 2.6.0 4 | type: npm 5 | summary: Spinners for use in the terminal 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (https://sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/cliui-5.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cliui 3 | version: 5.0.0 4 | type: npm 5 | summary: easily create complex multi-column command-line-interfaces 6 | homepage: https://github.com/yargs/cliui#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2015, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/cliui-6.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cliui 3 | version: 6.0.0 4 | type: npm 5 | summary: easily create complex multi-column command-line-interfaces 6 | homepage: 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2015, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/color-name-1.1.3.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: color-name 3 | version: 1.1.3 4 | type: npm 5 | summary: A list of color names and its values 6 | homepage: https://github.com/dfcreative/color-name 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: |- 11 | The MIT License (MIT) 12 | Copyright (c) 2015 Dmitry Ivanov 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/color-name-1.1.4.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: color-name 3 | version: 1.1.4 4 | type: npm 5 | summary: A list of color names and its values 6 | homepage: https://github.com/colorjs/color-name 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: |- 11 | The MIT License (MIT) 12 | Copyright (c) 2015 Dmitry Ivanov 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/colorette.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: colorette 3 | version: 1.2.2 4 | type: npm 5 | summary: Easily set the color and style of text in the terminal. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | Copyright © Jorge Bucaran <> 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 14 | 15 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | - sources: README.md 19 | text: "[MIT](LICENSE.md)" 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/core-js.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: core-js 3 | version: 2.6.11 4 | type: npm 5 | summary: Standard library 6 | homepage: https://github.com/zloirock/core-js#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2014-2019 Denis Pushkarev 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/encoding.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: encoding 3 | version: 0.1.12 4 | type: npm 5 | summary: Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed 6 | homepage: https://github.com/andris9/encoding#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2012-2014 Andris Reinman 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 23 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 24 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 25 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 26 | SOFTWARE. 27 | - sources: README.md 28 | text: "**MIT**" 29 | notices: [] 30 | -------------------------------------------------------------------------------- /.licenses/npm/escape-string-regexp-4.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: escape-string-regexp 3 | version: 4.0.0 4 | type: npm 5 | summary: Escape RegExp special characters 6 | homepage: https://github.com/sindresorhus/escape-string-regexp#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (https://sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/find-up-4.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: find-up 3 | version: 4.1.0 4 | type: npm 5 | summary: Find a file or directory by walking up parent directories 6 | homepage: https://github.com/sindresorhus/find-up#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/flow-parser.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: flow-parser 3 | version: 0.121.0 4 | type: npm 5 | summary: JavaScript parser written in OCaml. Produces ESTree AST 6 | homepage: https://flow.org 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/format-duration.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: format-duration 3 | version: 1.3.1 4 | type: npm 5 | summary: Convert a number in milliseconds to a standard duration string. 6 | homepage: https://github.com/hypermodules/format-duration 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | # [ISC License](https://spdx.org/licenses/ISC) 12 | 13 | Copyright (c) 2018, Nate Goldman 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18 | - sources: README.md 19 | text: "[ISC](LICENSE.md)" 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/function-bind.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: function-bind 3 | version: 1.1.1 4 | type: npm 5 | summary: Implementation of Function.prototype.bind 6 | homepage: https://github.com/Raynos/function-bind 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2013 Raynos. 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in 21 | all copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 29 | THE SOFTWARE. 30 | 31 | notices: [] 32 | -------------------------------------------------------------------------------- /.licenses/npm/gensync.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gensync 3 | version: 1.0.0-beta.1 4 | type: npm 5 | summary: Allows users to use generators in order to write common functions that can 6 | be both sync or async. 7 | homepage: 8 | license: mit 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | Copyright 2018 Logan Smyth 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/get-caller-file.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: get-caller-file 3 | version: 2.0.5 4 | type: npm 5 | summary: "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) 6 | [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)" 7 | homepage: https://github.com/stefanpenner/get-caller-file#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE.md 11 | text: | 12 | ISC License (ISC) 13 | Copyright 2018 Stefan Penner 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18 | notices: [] 19 | -------------------------------------------------------------------------------- /.licenses/npm/glob.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: glob 3 | version: 7.1.6 4 | type: npm 5 | summary: a little globber 6 | homepage: https://github.com/isaacs/node-glob#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | 27 | ## Glob Logo 28 | 29 | Glob's logo created by Tanya Brassie , licensed 30 | under a Creative Commons Attribution-ShareAlike 4.0 International License 31 | https://creativecommons.org/licenses/by-sa/4.0/ 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/graceful-fs.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: graceful-fs 3 | version: 4.2.4 4 | type: npm 5 | summary: A drop-in replacement for fs, making various improvements. 6 | homepage: https://github.com/isaacs/node-graceful-fs#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/hermes-engine.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hermes-engine 3 | version: 0.7.2 4 | type: npm 5 | summary: A JavaScript engine optimized for running React Native on Android 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/image-size.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: image-size 3 | version: 0.6.3 4 | type: npm 5 | summary: get dimensions of any image file 6 | homepage: https://github.com/image-size/image-size#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The MIT License (MIT) 12 | 13 | Copyright © 2017 Aditya Yadav, http://netroy.in 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/imurmurhash.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: imurmurhash 3 | version: 0.1.4 4 | type: npm 5 | summary: An incremental implementation of MurmurHash3 6 | homepage: https://github.com/jensyt/imurmurhash-js 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/inflight.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: inflight 3 | version: 1.0.6 4 | type: npm 5 | summary: Add callbacks to requests in flight to avoid async duplication 6 | homepage: https://github.com/isaacs/inflight 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/inherits.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: inherits 3 | version: 2.0.4 4 | type: npm 5 | summary: Browser-friendly inheritance fully compatible with standard node.js inherits() 6 | homepage: https://github.com/isaacs/inherits#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 20 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 21 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 22 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 23 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 24 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 25 | PERFORMANCE OF THIS SOFTWARE. 26 | 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/invariant.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: invariant 3 | version: 2.2.4 4 | type: npm 5 | summary: invariant 6 | homepage: https://github.com/zertosh/invariant#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) 2013-present, Facebook, Inc. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/ip.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ip 3 | version: 1.1.5 4 | type: npm 5 | summary: 6 | homepage: https://github.com/indutny/node-ip 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: |- 11 | This software is licensed under the MIT License. 12 | 13 | Copyright Fedor Indutny, 2012. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a 16 | copy of this software and associated documentation files (the 17 | "Software"), to deal in the Software without restriction, including 18 | without limitation the rights to use, copy, modify, merge, publish, 19 | distribute, sublicense, and/or sell copies of the Software, and to permit 20 | persons to whom the Software is furnished to do so, subject to the 21 | following conditions: 22 | 23 | The above copyright notice and this permission notice shall be included 24 | in all copies or substantial portions of the Software. 25 | 26 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 27 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 28 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN 29 | NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 30 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 32 | USE OR OTHER DEALINGS IN THE SOFTWARE. 33 | notices: [] 34 | -------------------------------------------------------------------------------- /.licenses/npm/isexe.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: isexe 3 | version: 2.0.0 4 | type: npm 5 | summary: Minimal module to check if a file is executable. 6 | homepage: https://github.com/isaacs/isexe#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/jest-haste-map.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-haste-map 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jest-regex-util.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-regex-util 3 | version: 26.0.0 4 | type: npm 5 | summary: 6 | homepage: https://github.com/facebook/jest#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jest-serializer.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-serializer 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jest-util.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-util 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jest-validate.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-validate 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jest-worker.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jest-worker 3 | version: 26.6.2 4 | type: npm 5 | summary: 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/jscodeshift.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jscodeshift 3 | version: 0.11.0 4 | type: npm 5 | summary: A toolkit for JavaScript codemods 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/json-parse-better-errors.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: json-parse-better-errors 3 | version: 1.0.2 4 | type: npm 5 | summary: JSON.parse with context information on error 6 | homepage: https://github.com/zkat/json-parse-better-errors#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | Copyright 2017 Kat Marchán 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 14 | 15 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | notices: [] 19 | -------------------------------------------------------------------------------- /.licenses/npm/jsonify.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: jsonify 3 | version: 0.0.0 4 | type: npm 5 | summary: JSON without touching any globals 6 | homepage: https://github.com/substack/jsonify#readme 7 | license: other 8 | licenses: [] 9 | notices: [] 10 | -------------------------------------------------------------------------------- /.licenses/npm/metro-babel-register.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-babel-register 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 babel/register configuration for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-babel-transformer.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-babel-transformer 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Base Babel transformer for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-cache-key.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-cache-key 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Cache key utility." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-cache.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-cache 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Cache layers for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-config.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-config 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Config parser for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-core.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-core 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Metro's core package." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-hermes-compiler.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-hermes-compiler 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Hermes bytecode compiler for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-minify-uglify.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-minify-uglify 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Minifier for Metro based on Uglify." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-react-native-babel-preset.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-react-native-babel-preset 3 | version: 0.64.0 4 | type: npm 5 | summary: Babel preset for React Native applications 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-resolver.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-resolver 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Implementation of Metro's resolution logic." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-runtime.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-runtime 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Module required for evaluating Metro bundles." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-source-map.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-source-map 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Source map generator for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-transform-plugins.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-transform-plugins 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Transform plugins for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro-transform-worker.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro-transform-worker 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 Transform worker for Metro." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/metro.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: metro 3 | version: 0.64.0 4 | type: npm 5 | summary: "\U0001F687 The JavaScript bundler for React Native." 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/minimatch.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: minimatch 3 | version: 3.0.4 4 | type: npm 5 | summary: a glob matcher in javascript 6 | homepage: https://github.com/isaacs/minimatch#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/ms-2.1.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ms 3 | version: 2.1.2 4 | type: npm 5 | summary: Tiny millisecond conversion utility 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license.md 10 | text: | 11 | The MIT License (MIT) 12 | 13 | Copyright (c) 2016 Zeit, Inc. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/nullthrows.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nullthrows 3 | version: 1.1.1 4 | type: npm 5 | summary: flow typed nullthrows 6 | homepage: https://github.com/zertosh/nullthrows#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The MIT License (MIT) 12 | Copyright (c) 2016 Andres Suarez 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 15 | 16 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/ob1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ob1 3 | version: 0.64.0 4 | type: npm 5 | summary: A small library for working with 0- and 1-based offsets in a type-checked 6 | way. 7 | homepage: 8 | license: mit 9 | licenses: 10 | - sources: Auto-generated MIT license text 11 | text: | 12 | MIT License 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy 15 | of this software and associated documentation files (the "Software"), to deal 16 | in the Software without restriction, including without limitation the rights 17 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 18 | copies of the Software, and to permit persons to whom the Software is 19 | furnished to do so, subject to the following conditions: 20 | 21 | The above copyright notice and this permission notice shall be included in all 22 | copies or substantial portions of the Software. 23 | 24 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 25 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 27 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 29 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30 | SOFTWARE. 31 | notices: [] 32 | -------------------------------------------------------------------------------- /.licenses/npm/once.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: once 3 | version: 1.4.0 4 | type: npm 5 | summary: Run a function exactly one time 6 | homepage: https://github.com/isaacs/once#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/open.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: open 3 | version: 6.4.0 4 | type: npm 5 | summary: Open stuff like URLs, files, executables. Cross-platform. 6 | homepage: https://github.com/sindresorhus/open#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/p-limit.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: p-limit 3 | version: 2.3.0 4 | type: npm 5 | summary: Run multiple promise-returning & async functions with limited concurrency 6 | homepage: https://github.com/sindresorhus/p-limit#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/pretty-format.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pretty-format 3 | version: 26.6.2 4 | type: npm 5 | summary: Stringify any JavaScript value. 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Facebook, Inc. and its affiliates. 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/prompts.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: prompts 3 | version: 2.4.1 4 | type: npm 5 | summary: Lightweight, beautiful and user-friendly prompts 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) 2018 Terkel Gjervig Nielsen 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy 16 | of this software and associated documentation files (the "Software"), to deal 17 | in the Software without restriction, including without limitation the rights 18 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 19 | copies of the Software, and to permit persons to whom the Software is 20 | furnished to do so, subject to the following conditions: 21 | 22 | The above copyright notice and this permission notice shall be included in all 23 | copies or substantial portions of the Software. 24 | 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 26 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 27 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 28 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 30 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 31 | SOFTWARE. 32 | notices: [] 33 | -------------------------------------------------------------------------------- /.licenses/npm/query-string.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: query-string 3 | version: 6.13.1 4 | type: npm 5 | summary: Parse and stringify URL query strings 6 | homepage: https://github.com/sindresorhus/query-string#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (http://sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/react-devtools-core.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: react-devtools-core 3 | version: 4.14.0 4 | type: npm 5 | summary: Use react-devtools outside of the browser 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: Auto-generated MIT license text 10 | text: | 11 | MIT License 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy 14 | of this software and associated documentation files (the "Software"), to deal 15 | in the Software without restriction, including without limitation the rights 16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 17 | copies of the Software, and to permit persons to whom the Software is 18 | furnished to do so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/react-native-background-downloader.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: react-native-background-downloader 3 | version: 2.3.4 4 | type: npm 5 | summary: A library for React-Native to help you download large files on iOS and Android 6 | both in the foreground and most importantly in the background. 7 | homepage: https://github.com/EkoLabs/react-native-background-downloader#readme 8 | license: other 9 | licenses: 10 | - sources: LICENSE 11 | text: |- 12 | This software is licensed under the Apache 2 license, quoted below. 13 | 14 | Copyright 2018 Eko 15 | 16 | Licensed under the Apache License, Version 2.0 (the "License"); you may not 17 | use this file except in compliance with the License. You may obtain a copy of the License at 18 | 19 | http://www.apache.org/licenses/LICENSE-2.0 20 | 21 | Unless required by applicable law or agreed to in writing, software 22 | distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 23 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 24 | License for the specific language governing permissions and limitations under the License. 25 | - sources: README.md 26 | text: Apache 2 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/remove-trailing-separator.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: remove-trailing-separator 3 | version: 1.1.0 4 | type: npm 5 | summary: Removes separators from the end of the string. 6 | homepage: https://github.com/darsain/remove-trailing-separator#readme 7 | license: isc 8 | licenses: 9 | - sources: license 10 | text: |- 11 | Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 | notices: [] 15 | -------------------------------------------------------------------------------- /.licenses/npm/require-main-filename.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: require-main-filename 3 | version: 2.0.0 4 | type: npm 5 | summary: shim for require.main.filename() that works in as many environments as possible 6 | homepage: https://github.com/yargs/require-main-filename#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2016, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | - sources: README.md 26 | text: ISC 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/rimraf-2.7.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: rimraf 3 | version: 2.7.1 4 | type: npm 5 | summary: A deep deletion module for node (like `rm -rf`) 6 | homepage: https://github.com/isaacs/rimraf#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/sane.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: sane 3 | version: 4.1.0 4 | type: npm 5 | summary: Sane aims to be fast, small, and reliable file system watcher. 6 | homepage: https://github.com/amasad/sane 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: MIT 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.licenses/npm/semver-5.7.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: semver 3 | version: 5.7.1 4 | type: npm 5 | summary: The semantic version parser used by npm. 6 | homepage: https://github.com/npm/node-semver#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/semver-6.3.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: semver 3 | version: 6.3.0 4 | type: npm 5 | summary: The semantic version parser used by npm. 6 | homepage: https://github.com/npm/node-semver#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/set-blocking.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: set-blocking 3 | version: 2.0.0 4 | type: npm 5 | summary: set blocking stdio and stderr ensuring that terminal output does not truncate 6 | homepage: https://github.com/yargs/set-blocking#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2016, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | - sources: README.md 26 | text: ISC 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/setprototypeof.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: setprototypeof 3 | version: 1.1.1 4 | type: npm 5 | summary: A small polyfill for Object.setprototypeof 6 | homepage: https://github.com/wesleytodd/setprototypeof 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2015, Wes Todd 12 | 13 | Permission to use, copy, modify, and/or distribute this software for any 14 | purpose with or without fee is hereby granted, provided that the above 15 | copyright notice and this permission notice appear in all copies. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 18 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 19 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 20 | SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 22 | OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 23 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/signal-exit.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: signal-exit 3 | version: 3.0.3 4 | type: npm 5 | summary: when you want to fire an event no matter how a process exits. 6 | homepage: https://github.com/tapjs/signal-exit 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) 2015, Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software 16 | for any purpose with or without fee is hereby granted, provided 17 | that the above copyright notice and this permission notice 18 | appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 21 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 22 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 23 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 24 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 25 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 26 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/slash.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: slash 3 | version: 3.0.0 4 | type: npm 5 | summary: Convert Windows backslash paths to slash paths 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | - sources: readme.md 21 | text: MIT © [Sindre Sorhus](https://sindresorhus.com) 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/slice-ansi.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: slice-ansi 3 | version: 2.1.0 4 | type: npm 5 | summary: Slice a string with ANSI escape codes 6 | homepage: https://github.com/chalk/slice-ansi#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) DC 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | - sources: readme.md 21 | text: MIT 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/stackframe.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: stackframe 3 | version: 1.2.0 4 | type: npm 5 | summary: JS Object representation of a stack frame 6 | homepage: https://www.stacktracejs.com 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2017 Eric Wendelin and other contributors 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining a copy of 14 | this software and associated documentation files (the "Software"), to deal in 15 | the Software without restriction, including without limitation the rights to 16 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 17 | of the Software, and to permit persons to whom the Software is furnished to do 18 | so, subject to the following conditions: 19 | 20 | The above copyright notice and this permission notice shall be included in all 21 | copies or substantial portions of the Software. 22 | 23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 29 | SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/string-width-4.2.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: string-width 3 | version: 4.2.2 4 | type: npm 5 | summary: Get the visual width of a string - the number of columns required to display 6 | it 7 | homepage: 8 | license: mit 9 | licenses: 10 | - sources: license 11 | text: | 12 | MIT License 13 | 14 | Copyright (c) Sindre Sorhus (sindresorhus.com) 15 | 16 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 17 | 18 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | notices: [] 22 | -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-5.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: strip-ansi 3 | version: 5.2.0 4 | type: npm 5 | summary: Strip ANSI escape codes from a string 6 | homepage: https://github.com/chalk/strip-ansi#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | - sources: readme.md 21 | text: MIT 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-6.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: strip-ansi 3 | version: 6.0.0 4 | type: npm 5 | summary: Strip ANSI escape codes from a string 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/supports-color-7.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: supports-color 3 | version: 7.1.0 4 | type: npm 5 | summary: Detect whether a terminal supports color 6 | homepage: https://github.com/chalk/supports-color#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/uuid-8.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: uuid 3 | version: 8.2.0 4 | type: npm 5 | summary: RFC4122 (v1, v4, and v5) UUIDs 6 | homepage: https://github.com/uuidjs/uuid#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | The MIT License (MIT) 12 | 13 | Copyright (c) 2010-2020 Robert Kieffer and other contributors 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/walker.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: walker 3 | version: 1.0.7 4 | type: npm 5 | summary: A simple directory tree walker. 6 | homepage: https://github.com/daaku/nodejs-walker 7 | license: other 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright 2013 Naitik Shah 12 | 13 | Licensed under the Apache License, Version 2.0 (the "License"); 14 | you may not use this file except in compliance with the License. 15 | You may obtain a copy of the License at 16 | 17 | http://www.apache.org/licenses/LICENSE-2.0 18 | 19 | Unless required by applicable law or agreed to in writing, software 20 | distributed under the License is distributed on an "AS IS" BASIS, 21 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 | See the License for the specific language governing permissions and 23 | limitations under the License. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/whatwg-fetch.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: whatwg-fetch 3 | version: 3.0.0 4 | type: npm 5 | summary: A window.fetch polyfill. 6 | homepage: https://github.com/github/fetch#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2014-2016 GitHub, Inc. 12 | 13 | Permission is hereby granted, free of charge, to any person obtaining 14 | a copy of this software and associated documentation files (the 15 | "Software"), to deal in the Software without restriction, including 16 | without limitation the rights to use, copy, modify, merge, publish, 17 | distribute, sublicense, and/or sell copies of the Software, and to 18 | permit persons to whom the Software is furnished to do so, subject to 19 | the following conditions: 20 | 21 | The above copyright notice and this permission notice shall be 22 | included in all copies or substantial portions of the Software. 23 | 24 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 25 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 26 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 27 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 28 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 29 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 30 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 | notices: [] 32 | -------------------------------------------------------------------------------- /.licenses/npm/which-module.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: which-module 3 | version: 2.0.0 4 | type: npm 5 | summary: Find the module object for something that was require()d 6 | homepage: https://github.com/nexdrew/which-module#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2016, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software for any purpose 14 | with or without fee is hereby granted, provided that the above copyright notice 15 | and this permission notice appear in all copies. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 18 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 19 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 20 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 21 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 22 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 23 | THIS SOFTWARE. 24 | - sources: README.md 25 | text: ISC © Contributors 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/which.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: which 3 | version: 1.3.1 4 | type: npm 5 | summary: Like which(1) unix command. Find the first instance of an executable in the 6 | PATH. 7 | homepage: https://github.com/isaacs/node-which#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) Isaac Z. Schlueter and Contributors 15 | 16 | Permission to use, copy, modify, and/or distribute this software for any 17 | purpose with or without fee is hereby granted, provided that the above 18 | copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 21 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 22 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 23 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 24 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 25 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 26 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/wrap-ansi-5.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wrap-ansi 3 | version: 5.1.0 4 | type: npm 5 | summary: Wordwrap a string with ANSI escape codes 6 | homepage: https://github.com/chalk/wrap-ansi#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | - sources: readme.md 21 | text: MIT 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/wrap-ansi-6.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wrap-ansi 3 | version: 6.2.0 4 | type: npm 5 | summary: Wordwrap a string with ANSI escape codes 6 | homepage: 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Sindre Sorhus (sindresorhus.com) 14 | 15 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 16 | 17 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/wrappy.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wrappy 3 | version: 1.0.2 4 | type: npm 5 | summary: Callback wrapping utility 6 | homepage: https://github.com/npm/wrappy 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Isaac Z. Schlueter and Contributors 14 | 15 | Permission to use, copy, modify, and/or distribute this software for any 16 | purpose with or without fee is hereby granted, provided that the above 17 | copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 20 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 21 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 22 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 23 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 24 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR 25 | IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/write-file-atomic.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: write-file-atomic 3 | version: 2.4.3 4 | type: npm 5 | summary: Write files in an atomic fashion w/configurable ownership 6 | homepage: https://github.com/iarna/write-file-atomic 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2015, Rebecca Turner 12 | 13 | Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | 17 | notices: [] 18 | -------------------------------------------------------------------------------- /.licenses/npm/xtend.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xtend 3 | version: 4.0.2 4 | type: npm 5 | summary: extend like a boss 6 | homepage: https://github.com/Raynos/xtend 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The MIT License (MIT) 12 | Copyright (c) 2012-2014 Raynos. 13 | 14 | Permission is hereby granted, free of charge, to any person obtaining a copy 15 | of this software and associated documentation files (the "Software"), to deal 16 | in the Software without restriction, including without limitation the rights 17 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 18 | copies of the Software, and to permit persons to whom the Software is 19 | furnished to do so, subject to the following conditions: 20 | 21 | The above copyright notice and this permission notice shall be included in 22 | all copies or substantial portions of the Software. 23 | 24 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 25 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 26 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 27 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 29 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 30 | THE SOFTWARE. 31 | notices: [] 32 | -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-13.1.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yargs-parser 3 | version: 13.1.2 4 | type: npm 5 | summary: the mighty option parser used by yargs 6 | homepage: https://github.com/yargs/yargs-parser#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2016, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | - sources: README.md 26 | text: ISC 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-18.1.3.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yargs-parser 3 | version: 18.1.3 4 | type: npm 5 | summary: the mighty option parser used by yargs 6 | homepage: 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.txt 10 | text: | 11 | Copyright (c) 2016, Contributors 12 | 13 | Permission to use, copy, modify, and/or distribute this software 14 | for any purpose with or without fee is hereby granted, provided 15 | that the above copyright notice and this permission notice 16 | appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 19 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 20 | OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE 21 | LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES 22 | OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 23 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 24 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | - sources: README.md 26 | text: ISC 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | bracketSpacing: false, 3 | jsxBracketSameLine: true, 4 | singleQuote: true, 5 | trailingComma: 'all', 6 | }; 7 | -------------------------------------------------------------------------------- /.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /android/app/build_defs.bzl: -------------------------------------------------------------------------------- 1 | """Helper definitions to glob .aar and .jar targets""" 2 | 3 | def create_aar_targets(aarfiles): 4 | for aarfile in aarfiles: 5 | name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] 6 | lib_deps.append(":" + name) 7 | android_prebuilt_aar( 8 | name = name, 9 | aar = aarfile, 10 | ) 11 | 12 | def create_jar_targets(jarfiles): 13 | for jarfile in jarfiles: 14 | name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] 15 | lib_deps.append(":" + name) 16 | prebuilt_jar( 17 | name = name, 18 | binary_jar = jarfile, 19 | ) 20 | -------------------------------------------------------------------------------- /android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/debug.keystore -------------------------------------------------------------------------------- /android/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # By default, the flags in this file are appended to flags specified 3 | # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt 4 | # You can edit the include path and order by changing the proguardFiles 5 | # directive in build.gradle. 6 | # 7 | # For more details, see 8 | # http://developer.android.com/guide/developing/tools/proguard.html 9 | 10 | # Add any project specific keep options here: 11 | -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 12 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/AntDesign.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/AntDesign.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Entypo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Entypo.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/EvilIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/EvilIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Feather.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Feather.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/FontAwesome.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Fontisto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Fontisto.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Foundation.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Foundation.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Ionicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/MaterialIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/MaterialIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Octicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Octicons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/SimpleLineIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/SimpleLineIcons.ttf -------------------------------------------------------------------------------- /android/app/src/main/assets/fonts/Zocial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/assets/fonts/Zocial.ttf -------------------------------------------------------------------------------- /android/app/src/main/java/org/languagetransfer/MainActivity.java: -------------------------------------------------------------------------------- 1 | package org.languagetransfer; 2 | 3 | import com.facebook.react.ReactActivity; 4 | import com.facebook.react.ReactActivityDelegate; 5 | import com.facebook.react.ReactRootView; 6 | import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView; 7 | 8 | public class MainActivity extends ReactActivity { 9 | 10 | /** 11 | * Returns the name of the main component registered from JavaScript. This is used to schedule 12 | * rendering of the component. 13 | */ 14 | @Override 15 | protected String getMainComponentName() { 16 | return "LanguageTransfer"; 17 | } 18 | 19 | @Override 20 | protected ReactActivityDelegate createReactActivityDelegate() { 21 | return new ReactActivityDelegate(this, getMainComponentName()) { 22 | @Override 23 | protected ReactRootView createRootView() { 24 | return new RNGestureHandlerEnabledRootView(MainActivity.this); 25 | } 26 | }; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/drawable/ic_launcher_background.png -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/drawable/ic_launcher_foreground.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Language Transfer 3 | 4 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | 3 | buildscript { 4 | ext { 5 | buildToolsVersion = "29.0.2" 6 | minSdkVersion = 21 7 | compileSdkVersion = 30 8 | targetSdkVersion = 30 9 | } 10 | repositories { 11 | google() 12 | jcenter() 13 | } 14 | dependencies { 15 | classpath('com.android.tools.build:gradle:4.0.0') 16 | 17 | // NOTE: Do not place your application dependencies here; they belong 18 | // in the individual module build.gradle files 19 | } 20 | } 21 | 22 | allprojects { 23 | repositories { 24 | mavenLocal() 25 | maven { 26 | // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm 27 | url("$rootDir/../node_modules/react-native/android") 28 | } 29 | maven { 30 | // Android JSC is installed from npm 31 | url("$rootDir/../node_modules/jsc-android/dist") 32 | } 33 | 34 | google() 35 | jcenter() 36 | maven { url 'https://www.jitpack.io' } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'LanguageTransfer' 2 | include ':react-native-gesture-handler' 3 | project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android') 4 | include ':react-native-navigation-bar-color' 5 | project(':react-native-navigation-bar-color').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-navigation-bar-color/android') 6 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 7 | include ':app' 8 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "LanguageTransfer", 3 | "displayName": "Language Transfer" 4 | } 5 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /bundledMediaStripTransform.js: -------------------------------------------------------------------------------- 1 | const upstreamTransformer = require('metro-react-native-babel-transformer'); 2 | 3 | module.exports.transform = (params) => { 4 | // there are lots of cleaner ways to do this, but yagni 5 | if (params.options.platform !== 'ios' && params.filename.includes('course-data.ts')) { 6 | params.src = params.src.replace(/require\('\.\.\/resources\/courses\/.*.mp3'\)/g, 'null'); 7 | } 8 | 9 | return upstreamTransformer.transform(params); 10 | }; -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | import {AppRegistry} from 'react-native'; 2 | import App from './js/components/App.react'; 3 | import {name as appName} from './app.json'; 4 | import TrackPlayer from 'react-native-track-player'; 5 | 6 | import audioService from './js/audio-service'; 7 | import DownloadManager from './js/download-manager'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | TrackPlayer.registerPlaybackService(() => audioService); 11 | DownloadManager.resumeDownloads(); 12 | 13 | console.disableYellowBox = true; // not my fault, I swear, the track player library is the culprit 14 | -------------------------------------------------------------------------------- /ios/Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | 3 | gem "fastlane" 4 | -------------------------------------------------------------------------------- /ios/LanguageTransfer-tvOSTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /ios/LanguageTransfer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/LanguageTransfer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/LanguageTransfer.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /ios/LanguageTransfer.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ios/LanguageTransfer.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DisableBuildSystemDeprecationDiagnostic 6 | 7 | PreviewsEnabled 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /ios/LanguageTransfer/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : UIResponder 5 | 6 | @property (nonatomic, strong) UIWindow *window; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/114.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/29.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/57.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "LT-logo-text-square.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "filename" : "LT-logo-text-square-1.png", 10 | "idiom" : "universal", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "filename" : "LT-logo-text-square-2.png", 15 | "idiom" : "universal", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "author" : "xcode", 21 | "version" : 1 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square-1.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square-2.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/ios/LanguageTransfer/Images.xcassets/SplashLogo.imageset/LT-logo-text-square.png -------------------------------------------------------------------------------- /ios/LanguageTransfer/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char * argv[]) { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /ios/LanguageTransferTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 17 23 | 24 | 25 | -------------------------------------------------------------------------------- /ios/Podfile: -------------------------------------------------------------------------------- 1 | platform :ios, '11.0' 2 | require_relative '../node_modules/react-native/scripts/react_native_pods' 3 | require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' 4 | 5 | target 'LanguageTransfer' do 6 | config = use_native_modules! 7 | use_react_native!(:path => config["reactNativePath"]) 8 | 9 | pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler' 10 | 11 | target 'LanguageTransferTests' do 12 | inherit! :complete 13 | # Pods for testing 14 | end 15 | 16 | use_native_modules! 17 | 18 | # Enables Flipper. 19 | # 20 | # Note that if you have use_frameworks! enabled, Flipper will not work and 21 | # you should disable these next few lines. 22 | use_flipper! 23 | post_install do |installer| 24 | react_native_post_install(installer) 25 | installer.pods_project.build_configurations.each do |config| 26 | config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" 27 | config.build_settings["IPHONEOS_DEPLOYMENT_TARGET"] = "9.0" 28 | end 29 | end 30 | end 31 | 32 | -------------------------------------------------------------------------------- /ios/fastlane/Appfile: -------------------------------------------------------------------------------- 1 | app_identifier("org.LanguageTransfer") # The bundle identifier of your app 2 | apple_id("") # Your Apple email address 3 | -------------------------------------------------------------------------------- /ios/fastlane/Fastfile: -------------------------------------------------------------------------------- 1 | # This file contains the fastlane.tools configuration 2 | # You can find the documentation at https://docs.fastlane.tools 3 | # 4 | # For a list of all available actions, check out 5 | # 6 | # https://docs.fastlane.tools/actions 7 | # 8 | # For a list of all available plugins, check out 9 | # 10 | # https://docs.fastlane.tools/plugins/available-plugins 11 | # 12 | 13 | # Uncomment the line if you want fastlane to automatically update itself 14 | # update_fastlane 15 | 16 | default_platform(:ios) 17 | 18 | platform :ios do 19 | desc "Push a new beta build to TestFlight" 20 | lane :beta do 21 | increment_build_number(xcodeproj: "LanguageTransfer.xcodeproj") 22 | # commit_version_bump(xcodeproj: "#{XCODE_PROJ}") 23 | build_app(workspace: "LanguageTransfer.xcworkspace", scheme: "LanguageTransfer") 24 | upload_to_testflight(skip_waiting_for_build_processing: true) 25 | end 26 | end 27 | -------------------------------------------------------------------------------- /ios/fastlane/README.md: -------------------------------------------------------------------------------- 1 | fastlane documentation 2 | ---- 3 | 4 | # Installation 5 | 6 | Make sure you have the latest version of the Xcode command line tools installed: 7 | 8 | ```sh 9 | xcode-select --install 10 | ``` 11 | 12 | For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) 13 | 14 | # Available Actions 15 | 16 | ## iOS 17 | 18 | ### ios beta 19 | 20 | ```sh 21 | [bundle exec] fastlane ios beta 22 | ``` 23 | 24 | Push a new beta build to TestFlight 25 | 26 | ---- 27 | 28 | This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. 29 | 30 | More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). 31 | 32 | The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools). 33 | -------------------------------------------------------------------------------- /js/components/About/Licenses.react.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {WebView} from 'react-native-webview'; 3 | import DeviceInfo from 'react-native-device-info'; 4 | import useStatusBarStyle from '../../hooks/useStatusBarStyle'; 5 | 6 | const LICENSE_URL = 'https://downloads.languagetransfer.org/licenses/NOTICE'; 7 | 8 | const Licenses = () => { 9 | useStatusBarStyle('white', 'dark-content'); 10 | 11 | const licenseUrlWithTag = `${LICENSE_URL}?v=android-${DeviceInfo.getVersion()}`; 12 | 13 | return ; 14 | }; 15 | 16 | export default Licenses; 17 | -------------------------------------------------------------------------------- /js/components/Navigation/DrawerMenuButton.react.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {StyleSheet} from 'react-native'; 3 | import {TouchableNativeFeedback} from 'react-native-gesture-handler'; 4 | import {Icon} from 'react-native-elements'; 5 | import {openDrawer} from '../../navigation-ref'; 6 | 7 | const DrawerMenuButton = () => { 8 | return ( 9 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | const styles = StyleSheet.create({ 21 | container: {}, 22 | icon: { 23 | marginLeft: 10, 24 | }, 25 | }); 26 | 27 | export default DrawerMenuButton; 28 | -------------------------------------------------------------------------------- /js/components/SplashScreen.react.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import {View, Image, StyleSheet} from 'react-native'; 3 | 4 | function SplashScreen() { 5 | return ( 6 | 7 | 11 | 12 | ); 13 | } 14 | 15 | const styles = StyleSheet.create({ 16 | container: { 17 | flex: 1, 18 | justifyContent: 'center', 19 | alignItems: 'center', 20 | }, 21 | image: { 22 | resizeMode: 'contain', 23 | width: 200, 24 | height: 190, 25 | }, 26 | }); 27 | 28 | export default SplashScreen; 29 | -------------------------------------------------------------------------------- /js/hooks/useIsLessonDownloaded.ts: -------------------------------------------------------------------------------- 1 | import {useState, useEffect} from 'react'; 2 | import DownloadManager from '../download-manager'; 3 | 4 | export default function useIsLessonDownloaded(course: Course, lesson: number) { 5 | const [downloaded, setDownloaded] = useState(null); 6 | useEffect(() => { 7 | async function checkIfDownloaded() { 8 | const resp = await DownloadManager.genIsDownloaded(course, lesson); 9 | setDownloaded(resp); 10 | } 11 | 12 | setDownloaded(null); 13 | checkIfDownloaded(); 14 | }, [course, lesson]); 15 | 16 | return downloaded; 17 | } 18 | -------------------------------------------------------------------------------- /js/hooks/useStatusBarStyle.ts: -------------------------------------------------------------------------------- 1 | import {useCallback} from 'react'; 2 | import {StatusBar, StatusBarStyle, Platform} from 'react-native'; 3 | import {useFocusEffect} from '@react-navigation/native'; 4 | import changeNavigationBarColor from 'react-native-navigation-bar-color'; 5 | 6 | const isAndroid = Platform.OS === 'android'; 7 | 8 | export function useSetStatusBarStyle() { 9 | return useCallback( 10 | ( 11 | backgroundColor: string, 12 | style: StatusBarStyle, 13 | navBarLight?: boolean, 14 | ) => { 15 | if (isAndroid) { 16 | StatusBar.setBackgroundColor(backgroundColor); 17 | StatusBar.setTranslucent(true); 18 | } 19 | 20 | StatusBar.setBarStyle(style, true); 21 | changeNavigationBarColor( 22 | backgroundColor, 23 | navBarLight === undefined ? true : navBarLight, 24 | true, 25 | ); 26 | }, 27 | [], 28 | ); 29 | } 30 | 31 | export default function useStatusBarStyle( 32 | backgroundColor: string, 33 | style: StatusBarStyle, 34 | ) { 35 | const setStatusBarStyle = useSetStatusBarStyle(); 36 | useFocusEffect( 37 | useCallback(() => { 38 | setStatusBarStyle(backgroundColor, style); 39 | }, [setStatusBarStyle, backgroundColor, style]), 40 | ); 41 | } 42 | -------------------------------------------------------------------------------- /js/logNavState.ts: -------------------------------------------------------------------------------- 1 | import {NavigationState} from '@react-navigation/native'; 2 | import {log} from './metrics'; 3 | 4 | // this will return an object with the route's params, 5 | // along with any params set in nested routes 6 | // not sure if we need this anymore now that nav is flattened but keeping it for now 7 | export function getNestedParams(state: any): {[key: string]: any} { 8 | if (!state) { 9 | return {}; 10 | } 11 | 12 | const route = state?.routes[state.index]; 13 | 14 | // recursively visit nested navigators 15 | if (route.state) { 16 | return { 17 | ...route.params, 18 | ...getNestedParams(route.state as NavigationState), 19 | }; 20 | } 21 | 22 | return {...route.params}; 23 | } 24 | // todo: this type signature is messed up 25 | 26 | export default function logNavState(state: any) { 27 | const route = state?.routes[state.index]; 28 | if (!route) { 29 | return; 30 | } 31 | 32 | // Try to find {course, lesson} in the navigation 33 | // params. since is a nested screen inside LangNav, 34 | // we'll need to recursively check route params. 35 | const params = getNestedParams(state); 36 | 37 | log({ 38 | action: 'navigate', 39 | surface: route.name, 40 | course: params.course, 41 | lesson: params.lesson, 42 | }); 43 | } 44 | -------------------------------------------------------------------------------- /js/metrics.ts: -------------------------------------------------------------------------------- 1 | import DeviceInfo from 'react-native-device-info'; 2 | 3 | import {genPreferenceAllowDataCollection, genMetricsToken} from './persistence'; 4 | import CourseData from './course-data'; 5 | 6 | const LOG_ENDPOINT = 'https://metrics.languagetransfer.org/log'; 7 | 8 | export const log = async (data: any): Promise => { 9 | const [permitted, user_token] = await Promise.all([ 10 | genPreferenceAllowDataCollection(), 11 | genMetricsToken(), 12 | ]); 13 | 14 | if (!permitted) { 15 | return; 16 | } 17 | 18 | if (data.course && CourseData.isCourseMetadataLoaded(data.course)) { 19 | data.metadata_version = CourseData.getMetadataVersion(data.course); 20 | } 21 | 22 | try { 23 | await fetch(LOG_ENDPOINT, { 24 | method: 'POST', 25 | // @ts-ignore 26 | cache: 'no-cache', 27 | headers: { 28 | 'Content-Type': 'application/json', 29 | }, 30 | body: JSON.stringify({ 31 | local_time: +new Date(), 32 | timezone_offset: new Date().getTimezoneOffset(), 33 | user_token, 34 | device_os: DeviceInfo.getSystemName(), 35 | device_os_version: DeviceInfo.getSystemVersion(), 36 | app_version: DeviceInfo.getVersion(), 37 | ...data, 38 | }), 39 | }); 40 | } catch (e) { 41 | /* ah well. */ 42 | } 43 | }; 44 | -------------------------------------------------------------------------------- /js/navigation-ref.js: -------------------------------------------------------------------------------- 1 | import { DrawerActions } from "@react-navigation/native"; 2 | 3 | let _navigationRef = null; 4 | export const setNavigationRef = (ref) => _navigationRef = ref; 5 | 6 | export const navigate = (route, params) => { 7 | _navigationRef?.navigate(route, params); 8 | }; 9 | 10 | export const pop = () => { 11 | // gotta call goBack like a dummy since pop only exists on stacknavigator and this is a level up 12 | _navigationRef?.goBack(); 13 | }; 14 | 15 | let _drawerNavigationRef = null; 16 | export const setDrawerNavigationRef = (ref) => _drawerNavigationRef = ref; 17 | 18 | export const openDrawer = () => { 19 | _drawerNavigationRef?.dispatch(DrawerActions.openDrawer()); 20 | } -------------------------------------------------------------------------------- /metro.config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Metro configuration for React Native 3 | * https://github.com/facebook/react-native 4 | * 5 | * @format 6 | */ 7 | 8 | module.exports = { 9 | transformer: { 10 | getTransformOptions: async () => ({ 11 | transform: { 12 | experimentalImportSupport: false, 13 | inlineRequires: false, 14 | }, 15 | }), 16 | babelTransformerPath: require.resolve('./bundledMediaStripTransform'), 17 | }, 18 | }; 19 | -------------------------------------------------------------------------------- /resources/LT-logo-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/LT-logo-background.png -------------------------------------------------------------------------------- /resources/LT-logo-foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/LT-logo-foreground.png -------------------------------------------------------------------------------- /resources/LT-logo-text-square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/LT-logo-text-square.png -------------------------------------------------------------------------------- /resources/LT-logo-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/LT-logo-text.png -------------------------------------------------------------------------------- /resources/LT-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/LT-logo.png -------------------------------------------------------------------------------- /resources/arabic-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/arabic-cover-inverse.png -------------------------------------------------------------------------------- /resources/arabic-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/arabic-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/arabic-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/arabic-cover-stylized.png -------------------------------------------------------------------------------- /resources/arabic-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/arabic-cover.png -------------------------------------------------------------------------------- /resources/courses/arabic1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/arabic1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/french1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/french1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/german1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/german1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/greek1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/greek1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/ingles1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/ingles1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/italian1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/italian1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/music1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/music1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/spanish1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/spanish1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/swahili1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/swahili1-lq.mp3 -------------------------------------------------------------------------------- /resources/courses/turkish1-lq.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/courses/turkish1-lq.mp3 -------------------------------------------------------------------------------- /resources/french-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/french-cover-inverse.png -------------------------------------------------------------------------------- /resources/french-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/french-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/french-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/french-cover-stylized.png -------------------------------------------------------------------------------- /resources/french-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/french-cover.png -------------------------------------------------------------------------------- /resources/german-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/german-cover-inverse.png -------------------------------------------------------------------------------- /resources/german-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/german-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/german-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/german-cover-stylized.png -------------------------------------------------------------------------------- /resources/german-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/german-cover.png -------------------------------------------------------------------------------- /resources/google-play-store/feature-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/feature-graphic.png -------------------------------------------------------------------------------- /resources/google-play-store/feature-graphic.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/feature-graphic.xcf -------------------------------------------------------------------------------- /resources/google-play-store/logo-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/logo-512x512.png -------------------------------------------------------------------------------- /resources/google-play-store/screenshots/Screenshot_20200520-203515.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/screenshots/Screenshot_20200520-203515.png -------------------------------------------------------------------------------- /resources/google-play-store/screenshots/Screenshot_20200520-203610.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/screenshots/Screenshot_20200520-203610.png -------------------------------------------------------------------------------- /resources/google-play-store/screenshots/Screenshot_20200520-203755.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/google-play-store/screenshots/Screenshot_20200520-203755.png -------------------------------------------------------------------------------- /resources/greek-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/greek-cover-inverse.png -------------------------------------------------------------------------------- /resources/greek-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/greek-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/greek-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/greek-cover-stylized.png -------------------------------------------------------------------------------- /resources/greek-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/greek-cover.png -------------------------------------------------------------------------------- /resources/ingles-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/ingles-cover-inverse.png -------------------------------------------------------------------------------- /resources/ingles-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/ingles-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/ingles-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/ingles-cover-stylized.png -------------------------------------------------------------------------------- /resources/ingles-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/ingles-cover.png -------------------------------------------------------------------------------- /resources/italian-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/italian-cover-inverse.png -------------------------------------------------------------------------------- /resources/italian-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/italian-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/italian-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/italian-cover-stylized.png -------------------------------------------------------------------------------- /resources/italian-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/italian-cover.png -------------------------------------------------------------------------------- /resources/music-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/music-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/music-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/music-cover-stylized.png -------------------------------------------------------------------------------- /resources/spanish-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/spanish-cover-inverse.png -------------------------------------------------------------------------------- /resources/spanish-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/spanish-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/spanish-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/spanish-cover-stylized.png -------------------------------------------------------------------------------- /resources/spanish-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/spanish-cover.png -------------------------------------------------------------------------------- /resources/swahili-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/swahili-cover-inverse.png -------------------------------------------------------------------------------- /resources/swahili-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/swahili-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/swahili-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/swahili-cover-stylized.png -------------------------------------------------------------------------------- /resources/swahili-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/swahili-cover.png -------------------------------------------------------------------------------- /resources/turkish-cover-inverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/turkish-cover-inverse.png -------------------------------------------------------------------------------- /resources/turkish-cover-stylized-with-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/turkish-cover-stylized-with-text.png -------------------------------------------------------------------------------- /resources/turkish-cover-stylized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/turkish-cover-stylized.png -------------------------------------------------------------------------------- /resources/turkish-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/language-transfer/lt-app/9c0e624861438ea406afe58cb5c82b9f20c3d3fe/resources/turkish-cover.png -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "allowJs": true, 4 | "allowSyntheticDefaultImports": true, 5 | "esModuleInterop": true, 6 | "isolatedModules": true, 7 | "jsx": "react", 8 | "lib": ["es6"], 9 | "moduleResolution": "node", 10 | "noEmit": true, 11 | "strict": true, 12 | "strictNullChecks": true, 13 | "target": "esnext", 14 | "baseUrl": ".", 15 | "resolveJsonModule": true, 16 | "skipLibCheck": true, 17 | "sourceMap": true, 18 | "inlineSources": true, 19 | "typeRoots": ["./node_modules/@types/", "./typings/"] 20 | }, 21 | "exclude": ["./node_modules/", "babel.config.js", "metro.config.js"] 22 | } 23 | -------------------------------------------------------------------------------- /typings/audio.d.ts: -------------------------------------------------------------------------------- 1 | declare module '*.mp3' { 2 | const content: string; 3 | export default content; 4 | } 5 | -------------------------------------------------------------------------------- /typings/images.d.ts: -------------------------------------------------------------------------------- 1 | declare module '*.png' { 2 | const content: string; 3 | export default content; 4 | } 5 | --------------------------------------------------------------------------------