├── .github ├── dependabot.yml ├── labeler.yml ├── licensed.yml └── workflows │ ├── automerge.yml │ ├── build.yml │ ├── cla.yml │ ├── codeql.yml │ ├── dependabot.yml │ ├── labeler.yml │ ├── node.yml │ ├── pull-request.yml │ ├── release-scheduler.yml │ ├── release.yml │ ├── stale.yml │ └── test.yml ├── .gitignore ├── .licenses └── npm │ ├── @actions │ ├── core.dep.yml │ ├── github.dep.yml │ └── http-client.dep.yml │ ├── @babel │ ├── code-frame.dep.yml │ ├── helper-validator-identifier.dep.yml │ └── highlight.dep.yml │ ├── @koj │ └── config.dep.yml │ ├── @nodelib │ ├── fs.scandir.dep.yml │ ├── fs.stat.dep.yml │ └── fs.walk.dep.yml │ ├── @octokit │ ├── auth-token.dep.yml │ ├── core-2.5.4.dep.yml │ ├── core-3.1.2.dep.yml │ ├── endpoint.dep.yml │ ├── graphql.dep.yml │ ├── plugin-paginate-rest.dep.yml │ ├── plugin-request-log.dep.yml │ ├── plugin-rest-endpoint-methods-3.17.0.dep.yml │ ├── plugin-rest-endpoint-methods-4.1.2.dep.yml │ ├── request-error.dep.yml │ ├── request.dep.yml │ ├── rest.dep.yml │ ├── types-4.1.10.dep.yml │ └── types-5.4.0.dep.yml │ ├── @semantic-release │ ├── changelog.dep.yml │ ├── commit-analyzer.dep.yml │ ├── error.dep.yml │ ├── git.dep.yml │ ├── github.dep.yml │ ├── npm.dep.yml │ └── release-notes-generator.dep.yml │ ├── @tootallnate │ └── once.dep.yml │ ├── @types │ ├── color-name.dep.yml │ ├── minimist.dep.yml │ ├── node.dep.yml │ ├── normalize-package-data.dep.yml │ ├── parse-json.dep.yml │ └── retry.dep.yml │ ├── JSONStream.dep.yml │ ├── abbrev.dep.yml │ ├── agent-base-4.2.1.dep.yml │ ├── agent-base-4.3.0.dep.yml │ ├── agent-base-6.0.1.dep.yml │ ├── agentkeepalive.dep.yml │ ├── aggregate-error.dep.yml │ ├── ajv.dep.yml │ ├── ansi-align.dep.yml │ ├── ansi-escapes.dep.yml │ ├── ansi-regex-2.1.1.dep.yml │ ├── ansi-regex-3.0.0.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 │ ├── ansi-styles-4.3.0.dep.yml │ ├── ansicolors.dep.yml │ ├── ansistyles.dep.yml │ ├── aproba-1.2.0.dep.yml │ ├── aproba-2.0.0.dep.yml │ ├── archy.dep.yml │ ├── are-we-there-yet.dep.yml │ ├── argv-formatter.dep.yml │ ├── array-ify.dep.yml │ ├── array-union.dep.yml │ ├── arrify.dep.yml │ ├── asap.dep.yml │ ├── asn1.dep.yml │ ├── assert-plus.dep.yml │ ├── asynckit.dep.yml │ ├── at-least-node.dep.yml │ ├── aws-sign2.dep.yml │ ├── aws4.dep.yml │ ├── balanced-match.dep.yml │ ├── bcrypt-pbkdf.dep.yml │ ├── before-after-hook.dep.yml │ ├── bin-links.dep.yml │ ├── bluebird.dep.yml │ ├── bottleneck.dep.yml │ ├── boxen.dep.yml │ ├── brace-expansion.dep.yml │ ├── braces.dep.yml │ ├── buffer-from.dep.yml │ ├── builtins.dep.yml │ ├── byline.dep.yml │ ├── byte-size.dep.yml │ ├── cacache.dep.yml │ ├── call-limit.dep.yml │ ├── callsites.dep.yml │ ├── camelcase-4.1.0.dep.yml │ ├── camelcase-5.3.1.dep.yml │ ├── camelcase-keys.dep.yml │ ├── capture-stack-trace.dep.yml │ ├── cardinal.dep.yml │ ├── caseless.dep.yml │ ├── chalk-2.4.1.dep.yml │ ├── chalk-2.4.2.dep.yml │ ├── chalk-4.1.0.dep.yml │ ├── chownr.dep.yml │ ├── ci-info-1.6.0.dep.yml │ ├── ci-info-2.0.0.dep.yml │ ├── cidr-regex.dep.yml │ ├── clean-stack.dep.yml │ ├── cli-boxes.dep.yml │ ├── cli-columns.dep.yml │ ├── cli-table.dep.yml │ ├── cli-table3.dep.yml │ ├── cliui-5.0.0.dep.yml │ ├── cliui-6.0.0.dep.yml │ ├── clone.dep.yml │ ├── cmd-shim.dep.yml │ ├── co.dep.yml │ ├── code-point-at.dep.yml │ ├── color-convert-1.9.1.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 │ ├── colors-1.0.3.dep.yml │ ├── colors-1.3.3.dep.yml │ ├── columnify.dep.yml │ ├── combined-stream.dep.yml │ ├── compare-func.dep.yml │ ├── concat-map.dep.yml │ ├── concat-stream.dep.yml │ ├── config-chain.dep.yml │ ├── configstore.dep.yml │ ├── console-control-strings.dep.yml │ ├── conventional-changelog-angular.dep.yml │ ├── conventional-changelog-writer.dep.yml │ ├── conventional-commits-filter.dep.yml │ ├── conventional-commits-parser.dep.yml │ ├── copy-concurrently.dep.yml │ ├── core-util-is.dep.yml │ ├── cosmiconfig.dep.yml │ ├── create-error-class.dep.yml │ ├── cross-spawn-5.1.0.dep.yml │ ├── cross-spawn-6.0.5.dep.yml │ ├── cross-spawn-7.0.3.dep.yml │ ├── crypto-random-string-1.0.0.dep.yml │ ├── crypto-random-string-2.0.0.dep.yml │ ├── cyclist.dep.yml │ ├── dashdash.dep.yml │ ├── dateformat.dep.yml │ ├── debug-3.1.0.dep.yml │ ├── debug-4.1.1.dep.yml │ ├── debuglog.dep.yml │ ├── decamelize-keys.dep.yml │ ├── decamelize.dep.yml │ ├── decode-uri-component.dep.yml │ ├── deep-extend.dep.yml │ ├── defaults.dep.yml │ ├── define-properties.dep.yml │ ├── delayed-stream.dep.yml │ ├── delegates.dep.yml │ ├── deprecation.dep.yml │ ├── detect-indent.dep.yml │ ├── detect-newline.dep.yml │ ├── dezalgo.dep.yml │ ├── dir-glob.dep.yml │ ├── dot-prop-4.2.0.dep.yml │ ├── dot-prop-5.3.0.dep.yml │ ├── dotenv.dep.yml │ ├── duplexer2.dep.yml │ ├── duplexer3.dep.yml │ ├── duplexify.dep.yml │ ├── ecc-jsbn.dep.yml │ ├── editor.dep.yml │ ├── emoji-regex-7.0.3.dep.yml │ ├── emoji-regex-8.0.0.dep.yml │ ├── emoji-regex-9.0.0.dep.yml │ ├── encoding.dep.yml │ ├── end-of-stream-1.4.1.dep.yml │ ├── end-of-stream-1.4.4.dep.yml │ ├── env-ci.dep.yml │ ├── env-paths.dep.yml │ ├── err-code.dep.yml │ ├── errno.dep.yml │ ├── error-ex.dep.yml │ ├── es-abstract.dep.yml │ ├── es-to-primitive.dep.yml │ ├── es6-promise.dep.yml │ ├── es6-promisify.dep.yml │ ├── escape-string-regexp.dep.yml │ ├── esprima.dep.yml │ ├── execa-0.7.0.dep.yml │ ├── execa-1.0.0.dep.yml │ ├── execa-4.0.3.dep.yml │ ├── extend.dep.yml │ ├── extsprintf.dep.yml │ ├── fast-deep-equal.dep.yml │ ├── fast-glob.dep.yml │ ├── fast-json-stable-stringify.dep.yml │ ├── fastq.dep.yml │ ├── figgy-pudding.dep.yml │ ├── figures-2.0.0.dep.yml │ ├── figures-3.2.0.dep.yml │ ├── fill-range.dep.yml │ ├── find-npm-prefix.dep.yml │ ├── find-up-2.1.0.dep.yml │ ├── find-up-3.0.0.dep.yml │ ├── find-up-4.1.0.dep.yml │ ├── find-versions.dep.yml │ ├── flush-write-stream.dep.yml │ ├── forever-agent.dep.yml │ ├── form-data.dep.yml │ ├── from2-1.3.0.dep.yml │ ├── from2-2.3.0.dep.yml │ ├── fs-extra.dep.yml │ ├── fs-minipass.dep.yml │ ├── fs-vacuum.dep.yml │ ├── fs-write-stream-atomic.dep.yml │ ├── fs.realpath.dep.yml │ ├── function-bind.dep.yml │ ├── gauge.dep.yml │ ├── genfun.dep.yml │ ├── gentle-fs.dep.yml │ ├── get-caller-file.dep.yml │ ├── get-stream-3.0.0.dep.yml │ ├── get-stream-4.1.0.dep.yml │ ├── get-stream-5.2.0.dep.yml │ ├── getpass.dep.yml │ ├── git-log-parser.dep.yml │ ├── git-up.dep.yml │ ├── git-url-parse.dep.yml │ ├── glob-parent.dep.yml │ ├── glob.dep.yml │ ├── global-dirs.dep.yml │ ├── globby.dep.yml │ ├── got.dep.yml │ ├── graceful-fs.dep.yml │ ├── handlebars.dep.yml │ ├── har-schema.dep.yml │ ├── har-validator.dep.yml │ ├── hard-rejection.dep.yml │ ├── has-flag-3.0.0.dep.yml │ ├── has-flag-4.0.0.dep.yml │ ├── has-symbols.dep.yml │ ├── has-unicode.dep.yml │ ├── has.dep.yml │ ├── hook-std.dep.yml │ ├── hosted-git-info-2.8.8.dep.yml │ ├── hosted-git-info-3.0.7.dep.yml │ ├── http-cache-semantics.dep.yml │ ├── http-proxy-agent-2.1.0.dep.yml │ ├── http-proxy-agent-4.0.1.dep.yml │ ├── http-signature.dep.yml │ ├── https-proxy-agent-2.2.4.dep.yml │ ├── https-proxy-agent-5.0.0.dep.yml │ ├── human-signals.dep.yml │ ├── humanize-ms.dep.yml │ ├── iconv-lite.dep.yml │ ├── iferr-0.1.5.dep.yml │ ├── iferr-1.0.2.dep.yml │ ├── ignore-walk.dep.yml │ ├── ignore.dep.yml │ ├── import-fresh.dep.yml │ ├── import-from.dep.yml │ ├── import-lazy.dep.yml │ ├── imurmurhash.dep.yml │ ├── indent-string.dep.yml │ ├── infer-owner.dep.yml │ ├── inflight.dep.yml │ ├── inherits.dep.yml │ ├── ini.dep.yml │ ├── init-package-json.dep.yml │ ├── into-stream.dep.yml │ ├── ip-regex.dep.yml │ ├── ip.dep.yml │ ├── is-arrayish.dep.yml │ ├── is-callable.dep.yml │ ├── is-ci.dep.yml │ ├── is-cidr.dep.yml │ ├── is-date-object.dep.yml │ ├── is-extglob.dep.yml │ ├── is-fullwidth-code-point-1.0.0.dep.yml │ ├── is-fullwidth-code-point-2.0.0.dep.yml │ ├── is-fullwidth-code-point-3.0.0.dep.yml │ ├── is-glob.dep.yml │ ├── is-installed-globally.dep.yml │ ├── is-npm.dep.yml │ ├── is-number.dep.yml │ ├── is-obj-1.0.1.dep.yml │ ├── is-obj-2.0.0.dep.yml │ ├── is-path-inside.dep.yml │ ├── is-plain-obj.dep.yml │ ├── is-plain-object.dep.yml │ ├── is-redirect.dep.yml │ ├── is-regex.dep.yml │ ├── is-retry-allowed.dep.yml │ ├── is-ssh.dep.yml │ ├── is-stream-1.1.0.dep.yml │ ├── is-stream-2.0.0.dep.yml │ ├── is-symbol.dep.yml │ ├── is-text-path.dep.yml │ ├── is-typedarray.dep.yml │ ├── isarray-0.0.1.dep.yml │ ├── isarray-1.0.0.dep.yml │ ├── isexe.dep.yml │ ├── isstream.dep.yml │ ├── issue-parser.dep.yml │ ├── issue-regex.dep.yml │ ├── java-properties.dep.yml │ ├── js-tokens.dep.yml │ ├── jsbn.dep.yml │ ├── json-parse-better-errors.dep.yml │ ├── json-schema-traverse.dep.yml │ ├── json-schema.dep.yml │ ├── json-stringify-safe.dep.yml │ ├── jsonfile.dep.yml │ ├── jsonparse.dep.yml │ ├── jsprim.dep.yml │ ├── kind-of.dep.yml │ ├── latest-version.dep.yml │ ├── lazy-property.dep.yml │ ├── libcipm.dep.yml │ ├── libnpm.dep.yml │ ├── libnpmaccess.dep.yml │ ├── libnpmconfig.dep.yml │ ├── libnpmhook.dep.yml │ ├── libnpmorg.dep.yml │ ├── libnpmpublish.dep.yml │ ├── libnpmsearch.dep.yml │ ├── libnpmteam.dep.yml │ ├── libnpx.dep.yml │ ├── lines-and-columns.dep.yml │ ├── load-json-file.dep.yml │ ├── locate-path-2.0.0.dep.yml │ ├── locate-path-3.0.0.dep.yml │ ├── locate-path-5.0.0.dep.yml │ ├── lock-verify.dep.yml │ ├── lockfile.dep.yml │ ├── lodash._baseindexof.dep.yml │ ├── lodash._baseuniq.dep.yml │ ├── lodash._bindcallback.dep.yml │ ├── lodash._cacheindexof.dep.yml │ ├── lodash._createcache.dep.yml │ ├── lodash._createset.dep.yml │ ├── lodash._getnative.dep.yml │ ├── lodash._root.dep.yml │ ├── lodash.capitalize.dep.yml │ ├── lodash.clonedeep.dep.yml │ ├── lodash.dep.yml │ ├── lodash.escaperegexp.dep.yml │ ├── lodash.ismatch.dep.yml │ ├── lodash.isplainobject.dep.yml │ ├── lodash.isstring.dep.yml │ ├── lodash.mergewith.dep.yml │ ├── lodash.restparam.dep.yml │ ├── lodash.toarray.dep.yml │ ├── lodash.union.dep.yml │ ├── lodash.uniq.dep.yml │ ├── lodash.uniqby.dep.yml │ ├── lodash.without.dep.yml │ ├── lowercase-keys.dep.yml │ ├── lru-cache-4.1.5.dep.yml │ ├── lru-cache-5.1.1.dep.yml │ ├── lru-cache-6.0.0.dep.yml │ ├── macos-release.dep.yml │ ├── make-dir.dep.yml │ ├── make-fetch-happen.dep.yml │ ├── map-obj-1.0.1.dep.yml │ ├── map-obj-4.1.0.dep.yml │ ├── marked-terminal.dep.yml │ ├── marked.dep.yml │ ├── meant.dep.yml │ ├── meow.dep.yml │ ├── merge-stream.dep.yml │ ├── merge2.dep.yml │ ├── micromatch.dep.yml │ ├── mime-db.dep.yml │ ├── mime-types.dep.yml │ ├── mime.dep.yml │ ├── mimic-fn.dep.yml │ ├── min-indent.dep.yml │ ├── minimatch.dep.yml │ ├── minimist-options.dep.yml │ ├── minimist.dep.yml │ ├── minipass.dep.yml │ ├── minizlib.dep.yml │ ├── mississippi.dep.yml │ ├── mkdirp.dep.yml │ ├── modify-values.dep.yml │ ├── move-concurrently.dep.yml │ ├── ms-2.0.0.dep.yml │ ├── ms-2.1.1.dep.yml │ ├── ms-2.1.2.dep.yml │ ├── mute-stream.dep.yml │ ├── neo-async.dep.yml │ ├── nerf-dart.dep.yml │ ├── nice-try.dep.yml │ ├── node-emoji.dep.yml │ ├── node-fetch-npm.dep.yml │ ├── node-fetch.dep.yml │ ├── node-gyp.dep.yml │ ├── nopt.dep.yml │ ├── normalize-package-data.dep.yml │ ├── normalize-url-3.3.0.dep.yml │ ├── normalize-url-5.1.0.dep.yml │ ├── npm-audit-report.dep.yml │ ├── npm-bundled.dep.yml │ ├── npm-cache-filename.dep.yml │ ├── npm-install-checks.dep.yml │ ├── npm-lifecycle.dep.yml │ ├── npm-logical-tree.dep.yml │ ├── npm-normalize-package-bin.dep.yml │ ├── npm-package-arg.dep.yml │ ├── npm-packlist.dep.yml │ ├── npm-pick-manifest.dep.yml │ ├── npm-profile.dep.yml │ ├── npm-registry-fetch.dep.yml │ ├── npm-run-path-2.0.2.dep.yml │ ├── npm-run-path-4.0.1.dep.yml │ ├── npm-user-validate.dep.yml │ ├── npm.dep.yml │ ├── npmlog.dep.yml │ ├── number-is-nan.dep.yml │ ├── oauth-sign.dep.yml │ ├── object-assign.dep.yml │ ├── object-keys.dep.yml │ ├── object.getownpropertydescriptors.dep.yml │ ├── once.dep.yml │ ├── onetime.dep.yml │ ├── opener.dep.yml │ ├── os-homedir.dep.yml │ ├── os-name.dep.yml │ ├── os-tmpdir.dep.yml │ ├── osenv.dep.yml │ ├── p-each-series.dep.yml │ ├── p-filter.dep.yml │ ├── p-finally.dep.yml │ ├── p-is-promise.dep.yml │ ├── p-limit-1.3.0.dep.yml │ ├── p-limit-2.2.0.dep.yml │ ├── p-limit-2.3.0.dep.yml │ ├── p-locate-2.0.0.dep.yml │ ├── p-locate-3.0.0.dep.yml │ ├── p-locate-4.1.0.dep.yml │ ├── p-map.dep.yml │ ├── p-reduce.dep.yml │ ├── p-retry.dep.yml │ ├── p-try-1.0.0.dep.yml │ ├── p-try-2.2.0.dep.yml │ ├── package-json.dep.yml │ ├── pacote.dep.yml │ ├── parallel-transform.dep.yml │ ├── parent-module.dep.yml │ ├── parse-json-4.0.0.dep.yml │ ├── parse-json-5.0.1.dep.yml │ ├── parse-path.dep.yml │ ├── parse-url.dep.yml │ ├── path-exists-3.0.0.dep.yml │ ├── path-exists-4.0.0.dep.yml │ ├── path-is-absolute.dep.yml │ ├── path-is-inside.dep.yml │ ├── path-key-2.0.1.dep.yml │ ├── path-key-3.1.1.dep.yml │ ├── path-parse.dep.yml │ ├── path-type.dep.yml │ ├── performance-now.dep.yml │ ├── picomatch.dep.yml │ ├── pify.dep.yml │ ├── pkg-conf.dep.yml │ ├── prepend-http.dep.yml │ ├── process-nextick-args-2.0.0.dep.yml │ ├── process-nextick-args-2.0.1.dep.yml │ ├── promise-inflight.dep.yml │ ├── promise-retry.dep.yml │ ├── promzard.dep.yml │ ├── proto-list.dep.yml │ ├── protocols.dep.yml │ ├── protoduck.dep.yml │ ├── prr.dep.yml │ ├── pseudomap.dep.yml │ ├── psl.dep.yml │ ├── pump-2.0.1.dep.yml │ ├── pump-3.0.0.dep.yml │ ├── pumpify.dep.yml │ ├── punycode.dep.yml │ ├── q.dep.yml │ ├── qrcode-terminal.dep.yml │ ├── qs.dep.yml │ ├── query-string.dep.yml │ ├── quick-lru.dep.yml │ ├── qw.dep.yml │ ├── rc.dep.yml │ ├── read-cmd-shim.dep.yml │ ├── read-installed.dep.yml │ ├── read-package-json.dep.yml │ ├── read-package-tree.dep.yml │ ├── read-pkg-up.dep.yml │ ├── read-pkg.dep.yml │ ├── read.dep.yml │ ├── readable-stream-1.1.14.dep.yml │ ├── readable-stream-2.3.6.dep.yml │ ├── readable-stream-2.3.7.dep.yml │ ├── readable-stream-3.6.0.dep.yml │ ├── readdir-scoped-modules.dep.yml │ ├── redent.dep.yml │ ├── redeyed.dep.yml │ ├── registry-auth-token-3.4.0.dep.yml │ ├── registry-auth-token-4.2.0.dep.yml │ ├── registry-url.dep.yml │ ├── request.dep.yml │ ├── require-directory.dep.yml │ ├── require-main-filename.dep.yml │ ├── resolve-1.10.0.dep.yml │ ├── resolve-1.17.0.dep.yml │ ├── resolve-from-4.0.0.dep.yml │ ├── resolve-from-5.0.0.dep.yml │ ├── retry-0.10.1.dep.yml │ ├── retry-0.12.0.dep.yml │ ├── reusify.dep.yml │ ├── rimraf.dep.yml │ ├── run-parallel.dep.yml │ ├── run-queue.dep.yml │ ├── safe-buffer-5.1.2.dep.yml │ ├── safe-buffer-5.2.0.dep.yml │ ├── safe-buffer-5.2.1.dep.yml │ ├── safer-buffer.dep.yml │ ├── semantic-release-gitmoji.dep.yml │ ├── semantic-release.dep.yml │ ├── semver-5.7.1.dep.yml │ ├── semver-6.3.0.dep.yml │ ├── semver-7.3.2.dep.yml │ ├── semver-diff-2.1.0.dep.yml │ ├── semver-diff-3.1.1.dep.yml │ ├── semver-regex.dep.yml │ ├── set-blocking.dep.yml │ ├── sha.dep.yml │ ├── shebang-command-1.2.0.dep.yml │ ├── shebang-command-2.0.0.dep.yml │ ├── shebang-regex-1.0.0.dep.yml │ ├── shebang-regex-3.0.0.dep.yml │ ├── signal-exit-3.0.2.dep.yml │ ├── signal-exit-3.0.3.dep.yml │ ├── signale.dep.yml │ ├── slash.dep.yml │ ├── slide.dep.yml │ ├── smart-buffer.dep.yml │ ├── socks-proxy-agent.dep.yml │ ├── socks.dep.yml │ ├── sorted-object.dep.yml │ ├── sorted-union-stream.dep.yml │ ├── source-map.dep.yml │ ├── spawn-error-forwarder.dep.yml │ ├── spdx-correct-3.0.0.dep.yml │ ├── spdx-correct-3.1.1.dep.yml │ ├── spdx-exceptions-2.1.0.dep.yml │ ├── spdx-exceptions-2.3.0.dep.yml │ ├── spdx-expression-parse-3.0.0.dep.yml │ ├── spdx-expression-parse-3.0.1.dep.yml │ ├── spdx-license-ids.dep.yml │ ├── split-on-first.dep.yml │ ├── split.dep.yml │ ├── split2-1.0.0.dep.yml │ ├── split2-2.2.0.dep.yml │ ├── sshpk.dep.yml │ ├── ssri.dep.yml │ ├── stream-combiner2.dep.yml │ ├── stream-each.dep.yml │ ├── stream-iterate.dep.yml │ ├── stream-shift.dep.yml │ ├── strict-uri-encode.dep.yml │ ├── string-width-1.0.2.dep.yml │ ├── string-width-2.1.1.dep.yml │ ├── string-width-3.1.0.dep.yml │ ├── string-width-4.2.0.dep.yml │ ├── string_decoder-0.10.31.dep.yml │ ├── string_decoder-1.1.1.dep.yml │ ├── string_decoder-1.3.0.dep.yml │ ├── stringify-package.dep.yml │ ├── strip-ansi-3.0.1.dep.yml │ ├── strip-ansi-4.0.0.dep.yml │ ├── strip-ansi-5.2.0.dep.yml │ ├── strip-ansi-6.0.0.dep.yml │ ├── strip-bom.dep.yml │ ├── strip-eof.dep.yml │ ├── strip-final-newline.dep.yml │ ├── strip-indent.dep.yml │ ├── strip-json-comments.dep.yml │ ├── supports-color-5.4.0.dep.yml │ ├── supports-color-5.5.0.dep.yml │ ├── supports-color-7.1.0.dep.yml │ ├── supports-color-7.2.0.dep.yml │ ├── supports-hyperlinks.dep.yml │ ├── tar.dep.yml │ ├── temp-dir.dep.yml │ ├── tempy.dep.yml │ ├── term-size.dep.yml │ ├── text-extensions.dep.yml │ ├── text-table.dep.yml │ ├── through.dep.yml │ ├── through2-2.0.3.dep.yml │ ├── through2-2.0.5.dep.yml │ ├── through2-3.0.2.dep.yml │ ├── timed-out.dep.yml │ ├── tiny-relative-date.dep.yml │ ├── to-regex-range.dep.yml │ ├── tough-cookie.dep.yml │ ├── traverse.dep.yml │ ├── trim-newlines.dep.yml │ ├── trim-off-newlines.dep.yml │ ├── tunnel-agent.dep.yml │ ├── tunnel.dep.yml │ ├── tweetnacl.dep.yml │ ├── type-fest-0.11.0.dep.yml │ ├── type-fest-0.12.0.dep.yml │ ├── type-fest-0.13.1.dep.yml │ ├── type-fest-0.6.0.dep.yml │ ├── type-fest-0.8.1.dep.yml │ ├── typedarray.dep.yml │ ├── uglify-js.dep.yml │ ├── uid-number.dep.yml │ ├── umask.dep.yml │ ├── unique-filename.dep.yml │ ├── unique-slug.dep.yml │ ├── unique-string-1.0.0.dep.yml │ ├── unique-string-2.0.0.dep.yml │ ├── universal-user-agent-5.0.0.dep.yml │ ├── universal-user-agent-6.0.0.dep.yml │ ├── universalify.dep.yml │ ├── unpipe.dep.yml │ ├── unzip-response.dep.yml │ ├── update-notifier.dep.yml │ ├── url-join.dep.yml │ ├── url-parse-lax.dep.yml │ ├── util-deprecate.dep.yml │ ├── util-extend.dep.yml │ ├── util-promisify.dep.yml │ ├── uuid.dep.yml │ ├── validate-npm-package-license.dep.yml │ ├── validate-npm-package-name.dep.yml │ ├── verror.dep.yml │ ├── wcwidth.dep.yml │ ├── which-1.3.1.dep.yml │ ├── which-2.0.2.dep.yml │ ├── which-module.dep.yml │ ├── wide-align.dep.yml │ ├── widest-line.dep.yml │ ├── windows-release.dep.yml │ ├── wordwrap.dep.yml │ ├── worker-farm.dep.yml │ ├── wrap-ansi-5.1.0.dep.yml │ ├── wrap-ansi-6.2.0.dep.yml │ ├── wrappy.dep.yml │ ├── write-file-atomic.dep.yml │ ├── xdg-basedir.dep.yml │ ├── xtend-4.0.1.dep.yml │ ├── xtend-4.0.2.dep.yml │ ├── y18n.dep.yml │ ├── yallist-2.1.2.dep.yml │ ├── yallist-3.0.3.dep.yml │ ├── yallist-4.0.0.dep.yml │ ├── yaml.dep.yml │ ├── yargs-14.2.3.dep.yml │ ├── yargs-15.4.1.dep.yml │ ├── yargs-parser-15.0.1.dep.yml │ └── yargs-parser-18.1.3.dep.yml ├── .npmignore ├── .prettierrc.cjs ├── .templaterc.json ├── CHANGELOG.md ├── LICENSE ├── README.md ├── action.yml ├── dist ├── index.d.ts ├── index.js ├── index.js.map ├── index.spec.d.ts ├── index.spec.js ├── index.spec.js.map └── sourcemap-register.js ├── jest.config.js ├── package-lock.json ├── package.json ├── release.config.js ├── src ├── index.spec.ts └── index.ts └── tsconfig.json /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "npm" 4 | directory: "/" 5 | schedule: 6 | interval: "daily" 7 | - package-ecosystem: "github-actions" 8 | directory: "/" 9 | schedule: 10 | interval: "daily" 11 | -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- 1 | config: 2 | - ./* 3 | tooling: 4 | - tooling/**/*.* 5 | assets: 6 | - static/**/*.* 7 | tests: 8 | - any: ["src/**/*.spec.js", "cypress/**/*"] 9 | package: 10 | - any: ["package.json", "package-lock.json"] 11 | source: 12 | - src/**/* 13 | -------------------------------------------------------------------------------- /.github/workflows/automerge.yml: -------------------------------------------------------------------------------- 1 | name: Merge PRs 2 | on: 3 | pull_request: 4 | types: 5 | - labeled 6 | - synchronize 7 | - opened 8 | - edited 9 | - ready_for_review 10 | - reopened 11 | - unlocked 12 | pull_request_review: 13 | types: 14 | - submitted 15 | jobs: 16 | automerge: 17 | runs-on: ubuntu-latest 18 | steps: 19 | - name: Automerge 20 | uses: pascalgn/automerge-action@v0.13.1 21 | env: 22 | GITHUB_TOKEN: "${{ secrets.GH_PAT }}" 23 | MERGE_LABELS: "merge,!work in progress,!wip" 24 | MERGE_REMOVE_LABELS: "merge" 25 | MERGE_METHOD: "merge" 26 | MERGE_COMMIT_MESSAGE: ":twisted_rightwards_arrows: Merge #{pullRequest.number} ({pullRequest.title})" 27 | MERGE_FORKS: false 28 | UPDATE_LABELS: "merge" 29 | UPDATE_METHOD: "merge" 30 | - name: Delete merged branch 31 | uses: koj-co/delete-merged-action@master 32 | with: 33 | branches: "!master, !production, *" 34 | env: 35 | GITHUB_TOKEN: "${{ secrets.GH_PAT }}" 36 | -------------------------------------------------------------------------------- /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- 1 | name: CodeQL CI 2 | on: 3 | schedule: 4 | - cron: "0 0 * * 1" 5 | jobs: 6 | release: 7 | name: Build and analyze 8 | runs-on: ubuntu-18.04 9 | if: "!contains(github.event.head_commit.message, '[skip ci]')" 10 | steps: 11 | - name: Checkout 12 | uses: actions/checkout@v2.3.4 13 | - name: Setup Node.js 14 | uses: actions/setup-node@v2.1.5 15 | with: 16 | node-version: 14 17 | - name: Initialize CodeQL 18 | uses: github/codeql-action/init@v1 19 | with: 20 | languages: javascript 21 | - name: Cache node modules 22 | uses: actions/cache@v2 23 | env: 24 | cache-name: cache-node-modules 25 | with: 26 | path: ~/.npm 27 | key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} 28 | restore-keys: | 29 | ${{ runner.os }}-build-${{ env.cache-name }}- 30 | ${{ runner.os }}-build- 31 | ${{ runner.os }}- 32 | - name: Install dependencies 33 | run: npm ci 34 | - name: Perform CodeQL Analysis 35 | uses: github/codeql-action/analyze@v1 36 | -------------------------------------------------------------------------------- /.github/workflows/dependabot.yml: -------------------------------------------------------------------------------- 1 | name: Dependabot PR CI 2 | on: 3 | schedule: 4 | - cron: "0 */6 * * *" 5 | workflow_dispatch: 6 | jobs: 7 | label-approve: 8 | name: Label and approve minor/patch updates 9 | runs-on: ubuntu-18.04 10 | steps: 11 | - uses: koj-co/dependabot-pr-action@master 12 | with: 13 | token: ${{ secrets.GH_PAT }} 14 | merge-minor: true 15 | merge-patch: true 16 | -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- 1 | name: Pull Request Labeler 2 | on: 3 | - pull_request 4 | - pull_request_review 5 | jobs: 6 | triage: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - name: Label all PRs 10 | uses: actions/labeler@master 11 | with: 12 | repo-token: "${{ secrets.GH_PAT }}" 13 | - name: Label approved PRs 14 | uses: koj-co/label-approved-action@master 15 | with: 16 | labels: "merge" 17 | env: 18 | GITHUB_TOKEN: "${{ secrets.GH_PAT }}" 19 | -------------------------------------------------------------------------------- /.github/workflows/node.yml: -------------------------------------------------------------------------------- 1 | name: Node CI 2 | on: 3 | push: 4 | branches-ignore: 5 | - master 6 | jobs: 7 | release: 8 | name: Build and test 9 | runs-on: ubuntu-18.04 10 | if: "!contains(github.event.head_commit.message, '[skip ci]')" 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v2.3.4 14 | - name: Setup Node.js 15 | uses: actions/setup-node@v2.1.5 16 | with: 17 | node-version: 12 18 | - name: Cache node modules 19 | uses: actions/cache@v2 20 | env: 21 | cache-name: cache-node-modules 22 | with: 23 | path: ~/.npm 24 | key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} 25 | restore-keys: | 26 | ${{ runner.os }}-build-${{ env.cache-name }}- 27 | ${{ runner.os }}-build- 28 | ${{ runner.os }}- 29 | - name: Install dependencies 30 | run: npm ci 31 | - name: Build TypeScript 32 | run: npm run build 33 | - name: Run tests 34 | run: npm run test 35 | -------------------------------------------------------------------------------- /.github/workflows/release-scheduler.yml: -------------------------------------------------------------------------------- 1 | name: Release Scheduler CI 2 | on: 3 | schedule: 4 | - cron: "0 0 * * 1" 5 | workflow_dispatch: 6 | jobs: 7 | releaseScheduler: 8 | runs-on: ubuntu-latest 9 | steps: 10 | - name: Run release-scheduler 11 | uses: koj-co/release-scheduler@master 12 | env: 13 | GH_PAT: ${{ secrets.GH_PAT }} 14 | -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- 1 | name: Release CI 2 | on: 3 | push: 4 | branches: 5 | - master 6 | jobs: 7 | release: 8 | name: Build, test, and release 9 | runs-on: ubuntu-18.04 10 | if: "contains(github.event.head_commit.message, 'Deploy new version')" 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v2.3.4 14 | with: 15 | ref: ${{ github.head_ref }} 16 | token: ${{ secrets.GH_PAT }} 17 | - name: Setup Node.js 18 | uses: actions/setup-node@v2.1.5 19 | with: 20 | node-version: 14 21 | - name: Cache node modules 22 | uses: actions/cache@v2 23 | env: 24 | cache-name: cache-node-modules 25 | with: 26 | path: ~/.npm 27 | key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} 28 | restore-keys: | 29 | ${{ runner.os }}-build-${{ env.cache-name }}- 30 | ${{ runner.os }}-build- 31 | ${{ runner.os }}- 32 | - name: Install dependencies 33 | run: npm ci 34 | - name: Release 35 | env: 36 | GITHUB_TOKEN: ${{ secrets.GH_PAT }} 37 | NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 38 | run: npx semantic-release 39 | -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- 1 | name: "Stale Issues CI" 2 | on: 3 | schedule: 4 | - cron: "0 0 * * *" 5 | jobs: 6 | stale: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/stale@v3 10 | with: 11 | repo-token: ${{ secrets.GH_PAT }} 12 | stale-issue-message: "⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week." 13 | stale-pr-message: "⚠️ This PR has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week." 14 | days-before-stale: 60 15 | days-before-close: 7 16 | stale-issue-label: "wontfix" 17 | exempt-issue-labels: "wip" 18 | stale-pr-label: "wontfix" 19 | exempt-pr-labels: "wip" 20 | -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | name: Test CI 2 | on: 3 | push: 4 | branches: 5 | - master 6 | jobs: 7 | test: 8 | name: Test action 9 | runs-on: ubuntu-18.04 10 | if: "contains(github.event.head_commit.message, 'Deploy new version')" 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v2.3.4 14 | - uses: ./ 15 | env: 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 | -------------------------------------------------------------------------------- /.licenses/npm/@actions/core.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: "@actions/core" 3 | version: 1.2.6 4 | type: npm 5 | summary: Actions core lib 6 | homepage: https://github.com/actions/toolkit/tree/main/packages/core 7 | license: mit 8 | licenses: 9 | - sources: LICENSE.md 10 | text: |- 11 | The MIT License (MIT) 12 | 13 | Copyright 2019 GitHub 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/aggregate-error.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: aggregate-error 3 | version: 3.0.1 4 | type: npm 5 | summary: Create an error from multiple errors 6 | homepage: https://github.com/sindresorhus/aggregate-error#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-align.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ansi-align 3 | version: 2.0.0 4 | type: npm 5 | summary: align-text with ANSI support for CLIs 6 | homepage: https://github.com/nexdrew/ansi-align#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/ansi-escapes.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ansi-escapes 3 | version: 4.3.1 4 | type: npm 5 | summary: ANSI escape codes for manipulating the terminal 6 | homepage: https://github.com/sindresorhus/ansi-escapes#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/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/ansi-styles-4.3.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ansi-styles 3 | version: 4.3.0 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/aproba-1.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: aproba 3 | version: 1.2.0 4 | type: npm 5 | summary: A ridiculously light-weight argument validator (now browser friendly) 6 | homepage: https://github.com/iarna/aproba 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 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/aproba-2.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: aproba 3 | version: 2.0.0 4 | type: npm 5 | summary: A ridiculously light-weight argument validator (now browser friendly) 6 | homepage: https://github.com/iarna/aproba 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 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/are-we-there-yet.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: are-we-there-yet 3 | version: 1.1.4 4 | type: npm 5 | summary: Keep track of the overall completion of many disparate processes 6 | homepage: https://github.com/iarna/are-we-there-yet 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 | notices: [] 17 | -------------------------------------------------------------------------------- /.licenses/npm/array-ify.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: array-ify 3 | version: 1.0.0 4 | type: npm 5 | summary: Turn anything into an array 6 | homepage: https://github.com/stevemao/array-ify 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: |- 11 | MIT © [Steve Mao](https://github.com/stevemao) 12 | 13 | 14 | [npm-image]: https://badge.fury.io/js/array-ify.svg 15 | [npm-url]: https://npmjs.org/package/array-ify 16 | [travis-image]: https://travis-ci.org/stevemao/array-ify.svg?branch=master 17 | [travis-url]: https://travis-ci.org/stevemao/array-ify 18 | [daviddm-image]: https://david-dm.org/stevemao/array-ify.svg?theme=shields.io 19 | [daviddm-url]: https://david-dm.org/stevemao/array-ify 20 | [coveralls-image]: https://coveralls.io/repos/stevemao/array-ify/badge.svg 21 | [coveralls-url]: https://coveralls.io/r/stevemao/array-ify 22 | notices: [] 23 | -------------------------------------------------------------------------------- /.licenses/npm/at-least-node.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: at-least-node 3 | version: 1.0.0 4 | type: npm 5 | summary: Lightweight Node.js version sniffing/comparison 6 | homepage: https://github.com/RyanZim/at-least-node#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | Copyright (c) 2020 Ryan Zimmerman 13 | 14 | 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. 15 | 16 | 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. 17 | notices: [] 18 | -------------------------------------------------------------------------------- /.licenses/npm/byline.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: byline 3 | version: 5.0.0 4 | type: npm 5 | summary: simple line-by-line stream reader 6 | homepage: https://github.com/jahewson/node-byline 7 | license: other 8 | licenses: 9 | - sources: LICENSE 10 | text: |- 11 | node-byline (C) 2011-2015 John Hewson 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 15 | deal in the Software without restriction, including without limitation the 16 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 17 | sell 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 28 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 29 | IN THE SOFTWARE. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/cacache.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cacache 3 | version: 12.0.3 4 | type: npm 5 | summary: Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable 6 | cache. 7 | homepage: https://github.com/npm/cacache#readme 8 | license: other 9 | licenses: 10 | - sources: LICENSE.md 11 | text: | 12 | ISC License 13 | 14 | Copyright (c) npm, Inc. 15 | 16 | Permission to use, copy, modify, and/or distribute this software for 17 | any purpose with or without fee is hereby granted, provided that the 18 | above copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 21 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 22 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 23 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 24 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 25 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 27 | USE OR PERFORMANCE OF THIS SOFTWARE. 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/call-limit.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: call-limit 3 | version: 1.1.1 4 | type: npm 5 | summary: Limit the number of simultaneous calls to an async function 6 | homepage: https://npmjs.com/packages/call-limit 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/camelcase-keys.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: camelcase-keys 3 | version: 6.2.2 4 | type: npm 5 | summary: Convert object keys to camel case 6 | homepage: https://github.com/sindresorhus/camelcase-keys#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/capture-stack-trace.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: capture-stack-trace 3 | version: 1.0.0 4 | type: npm 5 | summary: Error.captureStackTrace ponyfill 6 | homepage: https://github.com/floatdrop/capture-stack-trace#readme 7 | license: mit 8 | licenses: 9 | - sources: readme.md 10 | text: MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop) 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.licenses/npm/chalk-2.4.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chalk 3 | version: 2.4.1 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-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-4.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chalk 3 | version: 4.1.0 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 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/chownr.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: chownr 3 | version: 1.1.4 4 | type: npm 5 | summary: like `chown -R` 6 | homepage: https://github.com/isaacs/chownr#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/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: 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/cmd-shim.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cmd-shim 3 | version: 3.0.3 4 | type: npm 5 | summary: Used in npm for command line application support 6 | homepage: https://github.com/npm/cmd-shim#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) npm, Inc. 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/console-control-strings.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: console-control-strings 3 | version: 1.1.0 4 | type: npm 5 | summary: A library of cross-platform tested terminal/console command strings for doing 6 | things like color and cursor positioning. This is a subset of both ansi and vt100. All 7 | control codes included work on both Windows & Unix-like OSes, except where noted. 8 | homepage: https://github.com/iarna/console-control-strings#readme 9 | license: isc 10 | licenses: 11 | - sources: LICENSE 12 | text: | 13 | Copyright (c) 2014, Rebecca Turner 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 25 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/conventional-changelog-angular.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: conventional-changelog-angular 3 | version: 5.0.11 4 | type: npm 5 | summary: conventional-changelog angular preset 6 | homepage: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE.md 10 | text: "### ISC License\n\nCopyright © [conventional-changelog team](https://github.com/conventional-changelog)\n\nPermission 11 | to use, copy, modify, and/or distribute this software for any\npurpose with or 12 | without fee is hereby granted, provided that the above\ncopyright notice and this 13 | permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" 14 | AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING 15 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE 16 | AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES 17 | OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER 18 | IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF 19 | OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE. \n" 20 | notices: [] 21 | -------------------------------------------------------------------------------- /.licenses/npm/copy-concurrently.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: copy-concurrently 3 | version: 1.0.5 4 | type: npm 5 | summary: Promises of copies of files, directories and symlinks, with concurrency controls 6 | and win32 junction fallback. 7 | homepage: https://www.npmjs.com/package/copy-concurrently 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: |+ 12 | Copyright (c) 2017, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice 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 OF 20 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 22 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 23 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 24 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/cyclist.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: cyclist 3 | version: 0.2.2 4 | type: npm 5 | summary: Cyclist is an efficient cyclic list implemention. 6 | homepage: https://github.com/mafintosh/cyclist#readme 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: MIT 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.licenses/npm/deprecation.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: deprecation 3 | version: 2.3.1 4 | type: npm 5 | summary: Log a deprecation message with stack 6 | homepage: https://github.com/gr2m/deprecation#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) Gregor Martynus 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 | - sources: README.md 27 | text: "[ISC](LICENSE)" 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/dezalgo.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dezalgo 3 | version: 1.0.3 4 | type: npm 5 | summary: Contain async insanity so that the dark pony lord doesn't eat souls 6 | homepage: https://github.com/npm/dezalgo 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/dir-glob.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dir-glob 3 | version: 3.0.1 4 | type: npm 5 | summary: Convert directories to glob compatible strings 6 | homepage: https://github.com/kevva/dir-glob#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Kevin Mårtensson (github.com/kevva) 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/dot-prop-5.3.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: dot-prop 3 | version: 5.3.0 4 | type: npm 5 | summary: Get, set, or delete a property from a nested object using a dot path 6 | homepage: https://github.com/sindresorhus/dot-prop#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/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/err-code.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: err-code 3 | version: 1.1.2 4 | type: npm 5 | summary: Create an error with a code 6 | homepage: https://github.com/IndigoUnited/js-err-code#readme 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.licenses/npm/errno.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: errno 3 | version: 0.1.7 4 | type: npm 5 | summary: libuv errno details exposed 6 | homepage: https://github.com/rvagg/node-errno#readme 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/execa-4.0.3.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: execa 3 | version: 4.0.3 4 | type: npm 5 | summary: Process execution for humans 6 | homepage: https://github.com/sindresorhus/execa#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/figgy-pudding.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: figgy-pudding 3 | version: 3.5.1 4 | type: npm 5 | summary: Delicious, festive, cascading config/opts definitions 6 | homepage: https://github.com/zkat/figgy-pudding#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/figures-3.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: figures 3 | version: 3.2.0 4 | type: npm 5 | summary: Unicode symbols with Windows CMD fallbacks 6 | homepage: https://github.com/sindresorhus/figures#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-npm-prefix.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: find-npm-prefix 3 | version: 1.0.2 4 | type: npm 5 | summary: Find the npm project directory associated with for a given directory 6 | homepage: https://github.com/npm/find-npm-prefix#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright npm, Inc 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/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/fs-minipass.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fs-minipass 3 | version: 1.2.7 4 | type: npm 5 | summary: fs read and write streams based on minipass 6 | homepage: https://github.com/npm/fs-minipass#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/fs-vacuum.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fs-vacuum 3 | version: 1.2.10 4 | type: npm 5 | summary: recursively remove empty directories -- to a point 6 | homepage: https://github.com/npm/fs-vacuum 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2015, Forrest L Norvell 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 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 21 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 22 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 23 | PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/fs-write-stream-atomic.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: fs-write-stream-atomic 3 | version: 1.0.10 4 | type: npm 5 | summary: Like `fs.createWriteStream(...)`, but atomic. 6 | homepage: https://github.com/npm/fs-write-stream-atomic 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/gauge.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: gauge 3 | version: 2.7.4 4 | type: npm 5 | summary: A terminal based horizontal guage 6 | homepage: https://github.com/iarna/gauge 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2014, Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.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/get-stream-5.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: get-stream 3 | version: 5.2.0 4 | type: npm 5 | summary: Get a stream as a string, buffer, or array 6 | homepage: https://github.com/sindresorhus/get-stream#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/getpass.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: getpass 3 | version: 0.1.7 4 | type: npm 5 | summary: getpass for node.js 6 | homepage: https://github.com/arekinath/node-getpass#readme 7 | license: mit 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright Joyent, Inc. All rights reserved. 12 | Permission is hereby granted, free of charge, to any person obtaining a copy 13 | of this software and associated documentation files (the "Software"), to 14 | deal in the Software without restriction, including without limitation the 15 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 16 | sell copies of the Software, and to permit persons to whom the Software is 17 | furnished to do so, subject to the following conditions: 18 | 19 | The above copyright notice and this permission notice shall be included in 20 | all copies or substantial portions of the Software. 21 | 22 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 23 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 24 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 25 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 26 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 27 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 28 | IN THE SOFTWARE. 29 | notices: [] 30 | -------------------------------------------------------------------------------- /.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/globby.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: globby 3 | version: 11.0.1 4 | type: npm 5 | summary: User-friendly glob matching 6 | homepage: https://github.com/sindresorhus/globby#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/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/har-schema.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: har-schema 3 | version: 2.0.0 4 | type: npm 5 | summary: JSON Schema for HTTP Archive (HAR) 6 | homepage: https://github.com/ahmadnassri/har-schema 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2015, Ahmad Nassri 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/har-validator.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: har-validator 3 | version: 5.1.0 4 | type: npm 5 | summary: Extremely fast HTTP Archive (HAR) validator using JSON Schema 6 | homepage: https://github.com/ahmadnassri/har-validator 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2015, Ahmad Nassri 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/has-unicode.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: has-unicode 3 | version: 2.0.1 4 | type: npm 5 | summary: Try to guess if your terminal supports unicode 6 | homepage: https://github.com/iarna/has-unicode 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2014, Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/hosted-git-info-2.8.8.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hosted-git-info 3 | version: 2.8.8 4 | type: npm 5 | summary: Provides metadata and conversions from repository urls for Github, Bitbucket 6 | and Gitlab 7 | homepage: https://github.com/npm/hosted-git-info 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | Copyright (c) 2015, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 19 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 20 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 21 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 22 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 23 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 24 | PERFORMANCE OF THIS SOFTWARE. 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/hosted-git-info-3.0.7.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: hosted-git-info 3 | version: 3.0.7 4 | type: npm 5 | summary: Provides metadata and conversions from repository urls for Github, Bitbucket 6 | and Gitlab 7 | homepage: https://github.com/npm/hosted-git-info 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | Copyright (c) 2015, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice appear in all copies. 17 | 18 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 19 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 20 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 21 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 22 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 23 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 24 | PERFORMANCE OF THIS SOFTWARE. 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/ignore-walk.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ignore-walk 3 | version: 3.0.3 4 | type: npm 5 | summary: Nested/recursive `.gitignore`/`.npmignore` parsing and filtering. 6 | homepage: https://github.com/isaacs/ignore-walk#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/import-fresh.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: import-fresh 3 | version: 3.2.1 4 | type: npm 5 | summary: Import a module while bypassing the cache 6 | homepage: https://github.com/sindresorhus/import-fresh#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/infer-owner.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: infer-owner 3 | version: 1.0.4 4 | type: npm 5 | summary: Infer the owner of a path based on the owner of its nearest existing parent 6 | homepage: https://github.com/npm/infer-owner#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) npm, Inc. 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/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/ini.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ini 3 | version: 1.3.5 4 | type: npm 5 | summary: An ini encoder/decoder for node 6 | homepage: https://github.com/isaacs/ini#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/init-package-json.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: init-package-json 3 | version: 1.10.3 4 | type: npm 5 | summary: A node module to get your node module started 6 | homepage: https://github.com/npm/init-package-json#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 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/is-npm.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: is-npm 3 | version: 1.0.0 4 | type: npm 5 | summary: Check if your code is running as an npm script 6 | homepage: https://github.com/sindresorhus/is-npm#readme 7 | license: mit 8 | licenses: 9 | - sources: readme.md 10 | text: MIT © [Sindre Sorhus](http://sindresorhus.com) 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.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/java-properties.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: java-properties 3 | version: 1.0.2 4 | type: npm 5 | summary: Reads and interpolates Java .properties files 6 | homepage: http://github.com/mattdsteele/java-properties 7 | license: mit 8 | licenses: 9 | - sources: README.md 10 | text: Licensed under the MIT license. 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.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/json-stringify-safe.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: json-stringify-safe 3 | version: 5.0.1 4 | type: npm 5 | summary: Like JSON.stringify, but doesn't blow up on circular refs. 6 | homepage: https://github.com/isaacs/json-stringify-safe 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/libnpm.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpm 3 | version: 3.0.1 4 | type: npm 5 | summary: Collection of programmatic APIs for the npm CLI 6 | homepage: https://github.com/npm/libnpm#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmaccess.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmaccess 3 | version: 3.0.2 4 | type: npm 5 | summary: programmatic library for `npm access` commands 6 | homepage: https://npmjs.com/package/libnpmaccess 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmconfig.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmconfig 3 | version: 1.2.1 4 | type: npm 5 | summary: Standalone library for reading/writing/managing npm configurations 6 | homepage: https://npmjs.com/package/libnpmconfig 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmhook.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmhook 3 | version: 5.0.3 4 | type: npm 5 | summary: programmatic API for managing npm registry hooks 6 | homepage: https://github.com/npm/libnpmhook#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmorg.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmorg 3 | version: 1.0.1 4 | type: npm 5 | summary: Programmatic api for `npm org` commands 6 | homepage: https://npmjs.com/package/libnpmorg 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmpublish.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmpublish 3 | version: 1.1.2 4 | type: npm 5 | summary: Programmatic API for the bits behind npm publish and unpublish 6 | homepage: https://npmjs.com/package/libnpmpublish 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmsearch.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmsearch 3 | version: 2.0.2 4 | type: npm 5 | summary: Programmatic API for searching in npm and compatible registries. 6 | homepage: https://npmjs.com/package/libnpmsearch 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpmteam.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpmteam 3 | version: 1.0.2 4 | type: npm 5 | summary: npm Team management APIs 6 | homepage: https://npmjs.com/package/libnpmteam 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/libnpx.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: libnpx 3 | version: 10.2.4 4 | type: npm 5 | summary: support library for npx -- an tool for executing npm-based packages. 6 | homepage: https://github.com/npm/npx#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | - sources: README.md 28 | text: This work is released by its authors into the public domain under CC0-1.0. 29 | See `LICENSE.md` for details. 30 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/lock-verify.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lock-verify 3 | version: 2.1.0 4 | type: npm 5 | summary: Report if your package.json is out of sync with your package-lock.json. 6 | homepage: https://github.com/iarna/lock-verify#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2017, Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/lockfile.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lockfile 3 | version: 1.0.4 4 | type: npm 5 | summary: A very polite lock file utility, which endeavors to not litter, and to wait 6 | patiently for others. 7 | homepage: https://github.com/npm/lockfile#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/lru-cache-4.1.5.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lru-cache 3 | version: 4.1.5 4 | type: npm 5 | summary: A cache object that deletes the least-recently-used items. 6 | homepage: https://github.com/isaacs/node-lru-cache#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/lru-cache-5.1.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lru-cache 3 | version: 5.1.1 4 | type: npm 5 | summary: A cache object that deletes the least-recently-used items. 6 | homepage: https://github.com/isaacs/node-lru-cache#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/lru-cache-6.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: lru-cache 3 | version: 6.0.0 4 | type: npm 5 | summary: A cache object that deletes the least-recently-used items. 6 | homepage: https://github.com/isaacs/node-lru-cache#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/make-fetch-happen.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: make-fetch-happen 3 | version: 5.0.2 4 | type: npm 5 | summary: Opinionated, caching, retrying fetch client 6 | homepage: https://github.com/zkat/make-fetch-happen#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/map-obj-4.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: map-obj 3 | version: 4.1.0 4 | type: npm 5 | summary: Map object keys and values into a new object 6 | homepage: https://github.com/sindresorhus/map-obj#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/meow.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: meow 3 | version: 7.1.1 4 | type: npm 5 | summary: CLI app helper 6 | homepage: https://github.com/sindresorhus/meow#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/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/minipass.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: minipass 3 | version: 2.9.0 4 | type: npm 5 | summary: minimal implementation of a PassThrough stream 6 | homepage: https://github.com/isaacs/minipass#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) npm, Inc. 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/move-concurrently.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: move-concurrently 3 | version: 1.0.1 4 | type: npm 5 | summary: Promises of moves of files or directories with rename, falling back to recursive 6 | rename/copy on EXDEV errors, with configurable concurrency and win32 junction support. 7 | homepage: https://www.npmjs.com/package/move-concurrently 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: |+ 12 | Copyright (c) 2017, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice 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 OF 20 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 22 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 23 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 24 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/mute-stream.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: mute-stream 3 | version: 0.0.7 4 | type: npm 5 | summary: Bytes go in, but they don't come out (when muted). 6 | homepage: https://github.com/isaacs/mute-stream#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/nopt.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: nopt 3 | version: 4.0.3 4 | type: npm 5 | summary: Option parsing for Node, supporting types, shorthands, etc. Used by npm. 6 | homepage: https://github.com/npm/nopt#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/normalize-url-5.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: normalize-url 3 | version: 5.1.0 4 | type: npm 5 | summary: Normalize a URL 6 | homepage: https://github.com/sindresorhus/normalize-url#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/npm-audit-report.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-audit-report 3 | version: 1.3.3 4 | type: npm 5 | summary: Given a response from the npm security api, render it into a variety of security 6 | reports 7 | homepage: https://github.com/npm/npm-audit-report#readme 8 | license: other 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | ISC License 13 | 14 | Copyright (c) npm, Inc. 15 | 16 | Permission to use, copy, modify, and/or distribute this software for 17 | any purpose with or without fee is hereby granted, provided that the 18 | above copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 21 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 22 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 23 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 24 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 25 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 27 | USE OR PERFORMANCE OF THIS SOFTWARE. 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/npm-bundled.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-bundled 3 | version: 1.1.1 4 | type: npm 5 | summary: list things in node_modules that are bundledDependencies, or transitive dependencies 6 | thereof 7 | homepage: https://github.com/npm/npm-bundled#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) npm, Inc. 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/npm-cache-filename.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-cache-filename 3 | version: 1.0.2 4 | type: npm 5 | summary: Given a cache folder and url, return the appropriate cache folder. 6 | homepage: https://github.com/npm/npm-cache-filename 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) npm, Inc. 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/npm-logical-tree.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-logical-tree 3 | version: 1.2.1 4 | type: npm 5 | summary: Calculate 'logical' trees from a package.json + package-lock 6 | homepage: https://github.com/npm/logical-tree#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/npm-normalize-package-bin.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-normalize-package-bin 3 | version: 1.0.1 4 | type: npm 5 | summary: Turn any flavor of allowable package.json bin into a normalized object 6 | homepage: https://github.com/npm/npm-normalize-package-bin#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright (c) npm, Inc. 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/npm-package-arg.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-package-arg 3 | version: 6.1.1 4 | type: npm 5 | summary: Parse the things that can be arguments to `npm install` 6 | homepage: https://github.com/npm/npm-package-arg 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/npm-packlist.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-packlist 3 | version: 1.4.8 4 | type: npm 5 | summary: Get a list of the files to add from a folder into an npm package 6 | homepage: https://www.npmjs.com/package/npm-packlist 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/npm-pick-manifest.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-pick-manifest 3 | version: 3.0.2 4 | type: npm 5 | summary: Resolves a matching manifest from a package metadata document according to 6 | standard npm semver resolution rules. 7 | homepage: https://github.com/npm/npm-pick-manifest#readme 8 | license: other 9 | licenses: 10 | - sources: LICENSE.md 11 | text: | 12 | ISC License 13 | 14 | Copyright (c) npm, Inc. 15 | 16 | Permission to use, copy, modify, and/or distribute this software for 17 | any purpose with or without fee is hereby granted, provided that the 18 | above copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 21 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 22 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 23 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 24 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 25 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 27 | USE OR PERFORMANCE OF THIS SOFTWARE. 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/npm-profile.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-profile 3 | version: 4.0.4 4 | type: npm 5 | summary: Library for updating an npmjs.com profile 6 | homepage: https://github.com/npm/npm-profile/tree/latest/lib#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | The ISC License 12 | 13 | Copyright npm, Inc 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/npm-registry-fetch.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npm-registry-fetch 3 | version: 4.0.5 4 | type: npm 5 | summary: Fetch-based http client for use with npm registry APIs 6 | homepage: https://github.com/npm/registry-fetch#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | ISC License 12 | 13 | Copyright (c) npm, Inc. 14 | 15 | Permission to use, copy, modify, and/or distribute this software for 16 | any purpose with or without fee is hereby granted, provided that the 17 | above copyright notice and this permission notice appear in all copies. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 20 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 21 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 22 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 23 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 24 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 25 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 26 | USE OR PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/npmlog.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: npmlog 3 | version: 4.1.2 4 | type: npm 5 | summary: logger for npm 6 | homepage: https://github.com/npm/npmlog#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/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/onetime.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: onetime 3 | version: 5.1.2 4 | type: npm 5 | summary: Ensure a function is only called once 6 | homepage: https://github.com/sindresorhus/onetime#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/osenv.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: osenv 3 | version: 0.1.5 4 | type: npm 5 | summary: Look up environment settings specific to different operating systems 6 | homepage: https://github.com/npm/osenv#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/p-is-promise.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: p-is-promise 3 | version: 3.0.0 4 | type: npm 5 | summary: Check if something is a promise 6 | homepage: https://github.com/sindresorhus/p-is-promise#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-retry.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: p-retry 3 | version: 4.2.0 4 | type: npm 5 | summary: Retry a promise-returning or async function 6 | homepage: https://github.com/sindresorhus/p-retry#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/parse-json-5.0.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: parse-json 3 | version: 5.0.1 4 | type: npm 5 | summary: Parse JSON with more helpful errors 6 | homepage: https://github.com/sindresorhus/parse-json#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/path-key-3.1.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: path-key 3 | version: 3.1.1 4 | type: npm 5 | summary: Get the PATH environment variable key cross-platform 6 | homepage: https://github.com/sindresorhus/path-key#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/promise-inflight.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: promise-inflight 3 | version: 1.0.1 4 | type: npm 5 | summary: One promise for multiple requests in flight to avoid async duplication 6 | homepage: https://github.com/iarna/promise-inflight#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2017, Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/promzard.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: promzard 3 | version: 0.3.0 4 | type: npm 5 | summary: prompting wizardly 6 | homepage: https://github.com/isaacs/promzard#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 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/proto-list.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: proto-list 3 | version: 1.2.4 4 | type: npm 5 | summary: A utility for managing a prototype chain 6 | homepage: https://github.com/isaacs/proto-list#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/pseudomap.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: pseudomap 3 | version: 1.0.2 4 | type: npm 5 | summary: A thing that is a lot like ES6 `Map`, but without iterators, for use in environments 6 | where `for..of` syntax and `Map` are not available. 7 | homepage: https://github.com/isaacs/pseudomap#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/query-string.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: query-string 3 | version: 6.8.2 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 (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/quick-lru.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: quick-lru 3 | version: 4.0.1 4 | type: npm 5 | summary: Simple "Least Recently Used" (LRU) cache 6 | homepage: https://github.com/sindresorhus/quick-lru#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/qw.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: qw 3 | version: 1.0.1 4 | type: npm 5 | summary: Quoted word literals! 6 | homepage: https://github.com/iarna/node-qw#readme 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: |+ 11 | Copyright (c) 2016, Rebecca Turner 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | 25 | notices: [] 26 | -------------------------------------------------------------------------------- /.licenses/npm/read-cmd-shim.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-cmd-shim 3 | version: 1.0.5 4 | type: npm 5 | summary: Figure out what a cmd-shim is pointing at. This acts as the equivalent of 6 | fs.readlink. 7 | homepage: https://github.com/npm/read-cmd-shim#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: |+ 12 | Copyright (c) 2015, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice 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 OF 20 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 22 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 23 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 24 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.licenses/npm/read-installed.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-installed 3 | version: 4.0.3 4 | type: npm 5 | summary: Read all the installed packages in a folder, and return a tree structure 6 | with all the data. 7 | homepage: https://github.com/isaacs/read-installed#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: |+ 12 | The ISC License 13 | 14 | Copyright (c) Isaac Z. Schlueter 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 WITH 21 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 22 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 23 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 24 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 25 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 26 | PERFORMANCE OF THIS SOFTWARE. 27 | 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/read-package-json.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-package-json 3 | version: 2.1.1 4 | type: npm 5 | summary: The thing npm uses to read package.json files with semantics and defaults 6 | and validation 7 | homepage: https://github.com/npm/read-package-json#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) Isaac Z. Schlueter 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 WITH 21 | REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 22 | FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 23 | INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 24 | LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 25 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 26 | PERFORMANCE OF THIS SOFTWARE. 27 | notices: [] 28 | -------------------------------------------------------------------------------- /.licenses/npm/read-package-tree.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-package-tree 3 | version: 5.3.1 4 | type: npm 5 | summary: Read the contents of node_modules. 6 | homepage: https://github.com/npm/read-package-tree 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/read-pkg-up.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-pkg-up 3 | version: 7.0.1 4 | type: npm 5 | summary: Read the closest package.json file 6 | homepage: https://github.com/sindresorhus/read-pkg-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/read-pkg.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read-pkg 3 | version: 5.2.0 4 | type: npm 5 | summary: Read a package.json file 6 | homepage: https://github.com/sindresorhus/read-pkg#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/read.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: read 3 | version: 1.0.7 4 | type: npm 5 | summary: read(1) for node programs 6 | homepage: https://github.com/isaacs/read#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/readdir-scoped-modules.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: readdir-scoped-modules 3 | version: 1.1.0 4 | type: npm 5 | summary: Like `fs.readdir` but handling `@org/module` dirs as if they were a single 6 | entry. 7 | homepage: https://github.com/npm/readdir-scoped-modules 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/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.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/run-queue.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: run-queue 3 | version: 1.0.3 4 | type: npm 5 | summary: A promise based, dynamic priority queue runner, with concurrency limiting. 6 | homepage: https://npmjs.com/package/run-queue 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/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/semver-7.3.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: semver 3 | version: 7.3.2 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/shebang-command-2.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: shebang-command 3 | version: 2.0.0 4 | type: npm 5 | summary: Get the command from a shebang 6 | homepage: https://github.com/kevva/shebang-command#readme 7 | license: mit 8 | licenses: 9 | - sources: license 10 | text: | 11 | MIT License 12 | 13 | Copyright (c) Kevin Mårtensson (github.com/kevva) 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/signal-exit-3.0.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: signal-exit 3 | version: 3.0.2 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/signal-exit-3.0.3.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/slide.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: slide 3 | version: 1.1.6 4 | type: npm 5 | summary: A flow control lib small enough to fit on in a slide presentation. Derived 6 | live at Oak.JS 7 | homepage: https://github.com/isaacs/slide-flow-control#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: | 12 | The ISC License 13 | 14 | Copyright (c) Isaac Z. Schlueter 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/spdx-exceptions-2.1.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: spdx-exceptions 3 | version: 2.1.0 4 | type: npm 5 | summary: list of SPDX standard license exceptions 6 | homepage: https://github.com/kemitchell/spdx-exceptions.json#readme 7 | license: cc-by-3.0 8 | licenses: 9 | - sources: README.md 10 | text: | 11 | Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed under the Creative Commons Attribution License 3.0 Unported. All other rights are expressly reserved. 12 | notices: [] 13 | -------------------------------------------------------------------------------- /.licenses/npm/spdx-exceptions-2.3.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: spdx-exceptions 3 | version: 2.3.0 4 | type: npm 5 | summary: list of SPDX standard license exceptions 6 | homepage: https://github.com/kemitchell/spdx-exceptions.json#readme 7 | license: cc-by-3.0 8 | licenses: 9 | - sources: README.md 10 | text: | 11 | Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed under the Creative Commons Attribution License 3.0 Unported. All other rights are expressly reserved. 12 | notices: [] 13 | -------------------------------------------------------------------------------- /.licenses/npm/spdx-license-ids.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: spdx-license-ids 3 | version: 3.0.5 4 | type: npm 5 | summary: A list of SPDX license identifiers 6 | homepage: https://github.com/shinnn/spdx-license-ids#readme 7 | license: cc0-1.0 8 | licenses: 9 | - sources: README.md 10 | text: "[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/deed)" 11 | notices: [] 12 | -------------------------------------------------------------------------------- /.licenses/npm/ssri.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: ssri 3 | version: 6.0.1 4 | type: npm 5 | summary: Standard Subresource Integrity library -- parses, serializes, generates, 6 | and verifies integrity metadata according to the SRI spec. 7 | homepage: https://github.com/zkat/ssri#readme 8 | license: other 9 | licenses: 10 | - sources: LICENSE.md 11 | text: | 12 | ISC License 13 | 14 | Copyright (c) npm, Inc. 15 | 16 | Permission to use, copy, modify, and/or distribute this software for 17 | any purpose with or without fee is hereby granted, provided that the 18 | above copyright notice and this permission notice appear in all copies. 19 | 20 | THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS 21 | ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 22 | WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 23 | COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR 24 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 25 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 26 | OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE 27 | USE OR PERFORMANCE OF THIS SOFTWARE. 28 | notices: [] 29 | -------------------------------------------------------------------------------- /.licenses/npm/stringify-package.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: stringify-package 3 | version: 1.0.1 4 | type: npm 5 | summary: stringifies npm-written json files 6 | homepage: https://github.com/npm/stringify-package 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 20 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 21 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 22 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 23 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/strip-ansi-4.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: strip-ansi 3 | version: 4.0.0 4 | type: npm 5 | summary: Strip ANSI escape codes 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: 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 | 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/supports-color-7.2.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: supports-color 3 | version: 7.2.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/tar.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: tar 3 | version: 4.4.13 4 | type: npm 5 | summary: tar for node 6 | homepage: https://github.com/npm/node-tar#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/tempy.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: tempy 3 | version: 0.5.0 4 | type: npm 5 | summary: Get a random temporary file or directory path 6 | homepage: https://github.com/sindresorhus/tempy#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/uid-number.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: uid-number 3 | version: 0.0.6 4 | type: npm 5 | summary: Convert a username/group name to a uid/gid number 6 | homepage: https://github.com/isaacs/uid-number#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 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/unique-filename.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: unique-filename 3 | version: 1.1.1 4 | type: npm 5 | summary: Generate a unique filename for use in temporary directories or caches. 6 | homepage: https://github.com/iarna/unique-filename 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright npm, Inc 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 | notices: [] 17 | -------------------------------------------------------------------------------- /.licenses/npm/unique-slug.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: unique-slug 3 | version: 2.0.0 4 | type: npm 5 | summary: Generate a unique character string suitible for use in files and URLs. 6 | homepage: https://github.com/iarna/unique-slug#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/universal-user-agent-5.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: universal-user-agent 3 | version: 5.0.0 4 | type: npm 5 | summary: Get a user agent string in both browser and node 6 | homepage: https://github.com/gr2m/universal-user-agent#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | # [ISC License](https://spdx.org/licenses/ISC) 12 | 13 | Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m) 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/universal-user-agent-6.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: universal-user-agent 3 | version: 6.0.0 4 | type: npm 5 | summary: Get a user agent string in both browser and node 6 | homepage: https://github.com/gr2m/universal-user-agent#readme 7 | license: other 8 | licenses: 9 | - sources: LICENSE.md 10 | text: | 11 | # [ISC License](https://spdx.org/licenses/ISC) 12 | 13 | Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m) 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/validate-npm-package-name.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: validate-npm-package-name 3 | version: 3.0.0 4 | type: npm 5 | summary: Give me a string and I'll tell you if it's a valid npm package name 6 | homepage: https://github.com/npm/validate-npm-package-name 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright (c) 2015, npm, Inc 12 | 13 | 14 | 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. 15 | 16 | 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. 17 | - sources: README.md 18 | text: ISC 19 | notices: [] 20 | -------------------------------------------------------------------------------- /.licenses/npm/which-1.3.1.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/which-2.0.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: which 3 | version: 2.0.2 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/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/wide-align.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: wide-align 3 | version: 1.1.2 4 | type: npm 5 | summary: A wide-character aware text alignment function for use on the console or 6 | with fixed width fonts. 7 | homepage: https://github.com/iarna/wide-align#readme 8 | license: isc 9 | licenses: 10 | - sources: LICENSE 11 | text: |+ 12 | Copyright (c) 2015, Rebecca Turner 13 | 14 | Permission to use, copy, modify, and/or distribute this software for any 15 | purpose with or without fee is hereby granted, provided that the above 16 | copyright notice and this permission notice 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 OF 20 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 22 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 23 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 24 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 25 | 26 | notices: [] 27 | -------------------------------------------------------------------------------- /.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: 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 | 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-4.0.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: xtend 3 | version: 4.0.1 4 | type: npm 5 | summary: extend like a boss 6 | homepage: https://github.com/Raynos/xtend 7 | license: mit 8 | licenses: 9 | - sources: LICENCE 10 | text: | 11 | Copyright (c) 2012-2014 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 | notices: [] 31 | -------------------------------------------------------------------------------- /.licenses/npm/yallist-2.1.2.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yallist 3 | version: 2.1.2 4 | type: npm 5 | summary: Yet Another Linked List 6 | homepage: https://github.com/isaacs/yallist#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/yallist-3.0.3.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yallist 3 | version: 3.0.3 4 | type: npm 5 | summary: Yet Another Linked List 6 | homepage: https://github.com/isaacs/yallist#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/yallist-4.0.0.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yallist 3 | version: 4.0.0 4 | type: npm 5 | summary: Yet Another Linked List 6 | homepage: https://github.com/isaacs/yallist#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/yaml.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yaml 3 | version: 1.10.0 4 | type: npm 5 | summary: JavaScript parser and stringifier for YAML 6 | homepage: https://eemeli.org/yaml/ 7 | license: isc 8 | licenses: 9 | - sources: LICENSE 10 | text: | 11 | Copyright 2018 Eemeli Aro 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 | notices: [] 25 | -------------------------------------------------------------------------------- /.licenses/npm/yargs-parser-15.0.1.dep.yml: -------------------------------------------------------------------------------- 1 | --- 2 | name: yargs-parser 3 | version: 15.0.1 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: 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 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | .licenses 3 | .github 4 | -------------------------------------------------------------------------------- /.prettierrc.cjs: -------------------------------------------------------------------------------- 1 | module.exports = require("@koj/config").prettier; 2 | -------------------------------------------------------------------------------- /.templaterc.json: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ 3 | ".github/**/*", 4 | "tsconfig.json", 5 | "release.config.js", 6 | "jest.config.js", 7 | ".prettierrc.cjs", 8 | ".npmignore" 9 | ] 10 | } 11 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## [v1.0.1](https://github.com/upptime/updates/compare/v1.0.0...v1.0.1) (2020-12-02) 2 | 3 | ### ♻️ Updates 4 | 5 | - [`ac1b1e2`](https://github.com/upptime/updates/commit/ac1b1e2) Read .env from SECRETS_CONTEXT 6 | 7 | ## v1.0.0 (2020-11-24) 8 | 9 | ### ✨ New features 10 | 11 | - [`8315c2a`](https://github.com/upptime/updates/commit/8315c2a) Add v1 12 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Anand Chowdhary 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- 1 | name: "Upptime Updates" 2 | description: "Workflow to update Upptime projects" 3 | author: "Anand Chowdhary " 4 | runs: 5 | using: "node12" 6 | main: "dist/index.js" 7 | branding: 8 | icon: "umbrella" 9 | color: "green" 10 | -------------------------------------------------------------------------------- /dist/index.d.ts: -------------------------------------------------------------------------------- 1 | export declare const run: () => Promise; 2 | -------------------------------------------------------------------------------- /dist/index.spec.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/upptime/updates/c8be3a2281e37dfb3211b7cd8f847b014e551634/dist/index.spec.d.ts -------------------------------------------------------------------------------- /dist/index.spec.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | test("sample", () => expect(1).toBe(1)); 3 | //# sourceMappingURL=index.spec.js.map -------------------------------------------------------------------------------- /dist/index.spec.js.map: -------------------------------------------------------------------------------- 1 | {"version":3,"file":"index.spec.js","sourceRoot":"","sources":["../src/index.spec.ts"],"names":[],"mappings":";AAAA,IAAI,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA"} -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: "ts-jest", 3 | testEnvironment: "node", 4 | }; 5 | -------------------------------------------------------------------------------- /release.config.js: -------------------------------------------------------------------------------- 1 | module.exports = require("@koj/config").releaseMaster; 2 | -------------------------------------------------------------------------------- /src/index.spec.ts: -------------------------------------------------------------------------------- 1 | test("sample", () => expect(1).toBe(1)) 2 | -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- 1 | import { getInput, setFailed } from "@actions/core"; 2 | 3 | const token = getInput("token") || process.env.GH_PAT || process.env.GITHUB_TOKEN; 4 | const SECRETS_CONTEXT = process.env.SECRETS_CONTEXT || "{}"; 5 | const allSecrets: Record = JSON.parse(SECRETS_CONTEXT); 6 | Object.keys(allSecrets).forEach((key) => { 7 | process.env[key] = allSecrets[key]; 8 | }); 9 | 10 | export const run = async () => { 11 | if (!token) throw new Error("GitHub token not found"); 12 | 13 | console.log("OK"); 14 | }; 15 | 16 | run() 17 | .then(() => {}) 18 | .catch((error) => { 19 | console.error("ERROR", error); 20 | setFailed(error.message); 21 | }); 22 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "moduleResolution": "node", 4 | "target": "esnext", 5 | "module": "commonjs", 6 | "lib": ["dom", "esnext"], 7 | "strict": true, 8 | "sourceMap": true, 9 | "declaration": true, 10 | "esModuleInterop": true, 11 | "allowSyntheticDefaultImports": true, 12 | "experimentalDecorators": true, 13 | "emitDecoratorMetadata": true, 14 | "declarationDir": "./dist", 15 | "outDir": "./dist", 16 | "typeRoots": ["node_modules/@types", "@types"] 17 | }, 18 | "include": ["src", "tooling"], 19 | "exclude": ["node_modules"] 20 | } 21 | --------------------------------------------------------------------------------