Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 13, 2020 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0b7a4a41ec79c50fb05858fb26218f46 to your computer and use it in GitHub Desktop.
Save r-ryantm/0b7a4a41ec79c50fb05858fb26218f46 to your computer and use it in GitHub Desktop.
/nix/store/7hni18nyb1y5danadarb27sx03sqaxkx-nodejs-15.4.0
├── bin
│   ├── node
│   ├── npm -> ../lib/node_modules/npm/bin/npm-cli.js
│   └── npx -> ../lib/node_modules/npm/bin/npx-cli.js
├── include
│   └── node
│   ├── common.gypi
│   ├── config.gypi
│   ├── cppgc
│   │   ├── allocation.h
│   │   ├── common.h
│   │   ├── custom-space.h
│   │   ├── default-platform.h
│   │   ├── garbage-collected.h
│   │   ├── heap.h
│   │   ├── internal
│   │   │   ├── api-constants.h
│   │   │   ├── atomic-entry-flag.h
│   │   │   ├── caged-heap-local-data.h
│   │   │   ├── compiler-specific.h
│   │   │   ├── finalizer-trait.h
│   │   │   ├── gc-info.h
│   │   │   ├── logging.h
│   │   │   ├── persistent-node.h
│   │   │   ├── pointer-policies.h
│   │   │   ├── prefinalizer-handler.h
│   │   │   ├── process-heap.h
│   │   │   └── write-barrier.h
│   │   ├── liveness-broker.h
│   │   ├── macros.h
│   │   ├── member.h
│   │   ├── persistent.h
│   │   ├── platform.h
│   │   ├── prefinalizer.h
│   │   ├── source-location.h
│   │   ├── trace-trait.h
│   │   ├── type-traits.h
│   │   └── visitor.h
│   ├── js_native_api.h
│   ├── js_native_api_types.h
│   ├── libplatform
│   │   ├── libplatform-export.h
│   │   ├── libplatform.h
│   │   └── v8-tracing.h
│   ├── node_api.h
│   ├── node_api_types.h
│   ├── node_buffer.h
│   ├── node.h
│   ├── node_object_wrap.h
│   ├── node_version.h
│   ├── openssl
│   │   ├── aes.h
│   │   ├── asn1err.h
│   │   ├── asn1.h
│   │   ├── asn1_mac.h
│   │   ├── asn1t.h
│   │   ├── asyncerr.h
│   │   ├── async.h
│   │   ├── bioerr.h
│   │   ├── bio.h
│   │   ├── blowfish.h
│   │   ├── bnerr.h
│   │   ├── bn.h
│   │   ├── buffererr.h
│   │   ├── buffer.h
│   │   ├── camellia.h
│   │   ├── cast.h
│   │   ├── cmac.h
│   │   ├── cmserr.h
│   │   ├── cms.h
│   │   ├── comperr.h
│   │   ├── comp.h
│   │   ├── conf_api.h
│   │   ├── conferr.h
│   │   ├── conf.h
│   │   ├── cryptoerr.h
│   │   ├── crypto.h
│   │   ├── cterr.h
│   │   ├── ct.h
│   │   ├── des.h
│   │   ├── dherr.h
│   │   ├── dh.h
│   │   ├── dsaerr.h
│   │   ├── dsa.h
│   │   ├── dtls1.h
│   │   ├── ebcdic.h
│   │   ├── ecdh.h
│   │   ├── ecdsa.h
│   │   ├── ecerr.h
│   │   ├── ec.h
│   │   ├── engineerr.h
│   │   ├── engine.h
│   │   ├── e_os2.h
│   │   ├── err.h
│   │   ├── evperr.h
│   │   ├── evp.h
│   │   ├── hmac.h
│   │   ├── idea.h
│   │   ├── kdferr.h
│   │   ├── kdf.h
│   │   ├── lhash.h
│   │   ├── md2.h
│   │   ├── md4.h
│   │   ├── md5.h
│   │   ├── mdc2.h
│   │   ├── modes.h
│   │   ├── objectserr.h
│   │   ├── objects.h
│   │   ├── obj_mac.h
│   │   ├── ocsperr.h
│   │   ├── ocsp.h
│   │   ├── opensslconf.h
│   │   ├── opensslv.h
│   │   ├── ossl_typ.h
│   │   ├── pem2.h
│   │   ├── pemerr.h
│   │   ├── pem.h
│   │   ├── pkcs12err.h
│   │   ├── pkcs12.h
│   │   ├── pkcs7err.h
│   │   ├── pkcs7.h
│   │   ├── rand_drbg.h
│   │   ├── randerr.h
│   │   ├── rand.h
│   │   ├── rc2.h
│   │   ├── rc4.h
│   │   ├── rc5.h
│   │   ├── ripemd.h
│   │   ├── rsaerr.h
│   │   ├── rsa.h
│   │   ├── safestack.h
│   │   ├── seed.h
│   │   ├── sha.h
│   │   ├── srp.h
│   │   ├── srtp.h
│   │   ├── ssl2.h
│   │   ├── ssl3.h
│   │   ├── sslerr.h
│   │   ├── ssl.h
│   │   ├── stack.h
│   │   ├── storeerr.h
│   │   ├── store.h
│   │   ├── symhacks.h
│   │   ├── tls1.h
│   │   ├── tserr.h
│   │   ├── ts.h
│   │   ├── txt_db.h
│   │   ├── uierr.h
│   │   ├── ui.h
│   │   ├── whrlpool.h
│   │   ├── x509err.h
│   │   ├── x509.h
│   │   ├── x509v3err.h
│   │   ├── x509v3.h
│   │   └── x509_vfy.h
│   ├── uv
│   │   ├── errno.h
│   │   ├── linux.h
│   │   ├── threadpool.h
│   │   ├── unix.h
│   │   └── version.h
│   ├── uv.h
│   ├── v8config.h
│   ├── v8-cppgc.h
│   ├── v8-fast-api-calls.h
│   ├── v8.h
│   ├── v8-internal.h
│   ├── v8-metrics.h
│   ├── v8-platform.h
│   ├── v8-profiler.h
│   ├── v8-util.h
│   ├── v8-value-serializer-version.h
│   ├── v8-version.h
│   ├── v8-version-string.h
│   ├── v8-wasm-trap-handler-posix.h
│   ├── v8-wasm-trap-handler-win.h
│   ├── zconf.h
│   └── zlib.h
├── lib
│   └── node_modules
│   └── npm
│   ├── AUTHORS
│   ├── bin
│   │   ├── node-gyp-bin
│   │   │   ├── node-gyp
│   │   │   └── node-gyp.cmd
│   │   ├── npm
│   │   ├── npm-cli.js
│   │   ├── npm.cmd
│   │   ├── npx
│   │   ├── npx-cli.js
│   │   └── npx.cmd
│   ├── CHANGELOG.md
│   ├── changelogs
│   │   ├── CHANGELOG-1.md
│   │   ├── CHANGELOG-2.md
│   │   ├── CHANGELOG-3.md
│   │   ├── CHANGELOG-4.md
│   │   ├── CHANGELOG-5.md
│   │   └── CHANGELOG-6.md
│   ├── configure
│   ├── CONTRIBUTING.md
│   ├── docs
│   │   ├── config.json
│   │   ├── content
│   │   │   ├── commands
│   │   │   │   ├── npm-access.md
│   │   │   │   ├── npm-adduser.md
│   │   │   │   ├── npm-audit.md
│   │   │   │   ├── npm-bin.md
│   │   │   │   ├── npm-bugs.md
│   │   │   │   ├── npm-cache.md
│   │   │   │   ├── npm-ci.md
│   │   │   │   ├── npm-completion.md
│   │   │   │   ├── npm-config.md
│   │   │   │   ├── npm-dedupe.md
│   │   │   │   ├── npm-deprecate.md
│   │   │   │   ├── npm-dist-tag.md
│   │   │   │   ├── npm-docs.md
│   │   │   │   ├── npm-doctor.md
│   │   │   │   ├── npm-edit.md
│   │   │   │   ├── npm-exec.md
│   │   │   │   ├── npm-explain.md
│   │   │   │   ├── npm-explore.md
│   │   │   │   ├── npm-fund.md
│   │   │   │   ├── npm-help.md
│   │   │   │   ├── npm-help-search.md
│   │   │   │   ├── npm-hook.md
│   │   │   │   ├── npm-init.md
│   │   │   │   ├── npm-install-ci-test.md
│   │   │   │   ├── npm-install.md
│   │   │   │   ├── npm-install-test.md
│   │   │   │   ├── npm-link.md
│   │   │   │   ├── npm-logout.md
│   │   │   │   ├── npm-ls.md
│   │   │   │   ├── npm.md
│   │   │   │   ├── npm-org.md
│   │   │   │   ├── npm-outdated.md
│   │   │   │   ├── npm-owner.md
│   │   │   │   ├── npm-pack.md
│   │   │   │   ├── npm-ping.md
│   │   │   │   ├── npm-prefix.md
│   │   │   │   ├── npm-profile.md
│   │   │   │   ├── npm-prune.md
│   │   │   │   ├── npm-publish.md
│   │   │   │   ├── npm-rebuild.md
│   │   │   │   ├── npm-repo.md
│   │   │   │   ├── npm-restart.md
│   │   │   │   ├── npm-root.md
│   │   │   │   ├── npm-run-script.md
│   │   │   │   ├── npm-search.md
│   │   │   │   ├── npm-shrinkwrap.md
│   │   │   │   ├── npm-star.md
│   │   │   │   ├── npm-stars.md
│   │   │   │   ├── npm-start.md
│   │   │   │   ├── npm-stop.md
│   │   │   │   ├── npm-team.md
│   │   │   │   ├── npm-test.md
│   │   │   │   ├── npm-token.md
│   │   │   │   ├── npm-uninstall.md
│   │   │   │   ├── npm-unpublish.md
│   │   │   │   ├── npm-unstar.md
│   │   │   │   ├── npm-update.md
│   │   │   │   ├── npm-version.md
│   │   │   │   ├── npm-view.md
│   │   │   │   ├── npm-whoami.md
│   │   │   │   └── npx.md
│   │   │   ├── configuring-npm
│   │   │   │   ├── folders.md
│   │   │   │   ├── install.md
│   │   │   │   ├── npmrc.md
│   │   │   │   ├── package-json.md
│   │   │   │   ├── package-lock-json.md
│   │   │   │   ├── package-locks.md
│   │   │   │   └── shrinkwrap-json.md
│   │   │   └── using-npm
│   │   │   ├── config.md
│   │   │   ├── developers.md
│   │   │   ├── disputes.md
│   │   │   ├── orgs.md
│   │   │   ├── registry.md
│   │   │   ├── removal.md
│   │   │   ├── scope.md
│   │   │   ├── scripts.md
│   │   │   ├── semver.md
│   │   │   └── workspaces.md
│   │   ├── dockhand.js
│   │   ├── output
│   │   │   ├── commands
│   │   │   │   ├── npm-access.html
│   │   │   │   ├── npm-adduser.html
│   │   │   │   ├── npm-audit.html
│   │   │   │   ├── npm-bin.html
│   │   │   │   ├── npm-bugs.html
│   │   │   │   ├── npm-cache.html
│   │   │   │   ├── npm-ci.html
│   │   │   │   ├── npm-completion.html
│   │   │   │   ├── npm-config.html
│   │   │   │   ├── npm-dedupe.html
│   │   │   │   ├── npm-deprecate.html
│   │   │   │   ├── npm-dist-tag.html
│   │   │   │   ├── npm-docs.html
│   │   │   │   ├── npm-doctor.html
│   │   │   │   ├── npm-edit.html
│   │   │   │   ├── npm-exec.html
│   │   │   │   ├── npm-explain.html
│   │   │   │   ├── npm-explore.html
│   │   │   │   ├── npm-fund.html
│   │   │   │   ├── npm-help.html
│   │   │   │   ├── npm-help-search.html
│   │   │   │   ├── npm-hook.html
│   │   │   │   ├── npm.html
│   │   │   │   ├── npm-init.html
│   │   │   │   ├── npm-install-ci-test.html
│   │   │   │   ├── npm-install.html
│   │   │   │   ├── npm-install-test.html
│   │   │   │   ├── npm-link.html
│   │   │   │   ├── npm-logout.html
│   │   │   │   ├── npm-ls.html
│   │   │   │   ├── npm-org.html
│   │   │   │   ├── npm-outdated.html
│   │   │   │   ├── npm-owner.html
│   │   │   │   ├── npm-pack.html
│   │   │   │   ├── npm-ping.html
│   │   │   │   ├── npm-prefix.html
│   │   │   │   ├── npm-profile.html
│   │   │   │   ├── npm-prune.html
│   │   │   │   ├── npm-publish.html
│   │   │   │   ├── npm-rebuild.html
│   │   │   │   ├── npm-repo.html
│   │   │   │   ├── npm-restart.html
│   │   │   │   ├── npm-root.html
│   │   │   │   ├── npm-run-script.html
│   │   │   │   ├── npm-search.html
│   │   │   │   ├── npm-shrinkwrap.html
│   │   │   │   ├── npm-star.html
│   │   │   │   ├── npm-stars.html
│   │   │   │   ├── npm-start.html
│   │   │   │   ├── npm-stop.html
│   │   │   │   ├── npm-team.html
│   │   │   │   ├── npm-test.html
│   │   │   │   ├── npm-token.html
│   │   │   │   ├── npm-uninstall.html
│   │   │   │   ├── npm-unpublish.html
│   │   │   │   ├── npm-unstar.html
│   │   │   │   ├── npm-update.html
│   │   │   │   ├── npm-version.html
│   │   │   │   ├── npm-view.html
│   │   │   │   ├── npm-whoami.html
│   │   │   │   └── npx.html
│   │   │   ├── configuring-npm
│   │   │   │   ├── folders.html
│   │   │   │   ├── install.html
│   │   │   │   ├── npmrc.html
│   │   │   │   ├── package-json.html
│   │   │   │   ├── package-lock-json.html
│   │   │   │   ├── package-locks.html
│   │   │   │   └── shrinkwrap-json.html
│   │   │   └── using-npm
│   │   │   ├── config.html
│   │   │   ├── developers.html
│   │   │   ├── disputes.html
│   │   │   ├── orgs.html
│   │   │   ├── registry.html
│   │   │   ├── removal.html
│   │   │   ├── scope.html
│   │   │   ├── scripts.html
│   │   │   ├── semver.html
│   │   │   └── workspaces.html
│   │   └── template.html
│   ├── lib
│   │   ├── access.js
│   │   ├── adduser.js
│   │   ├── audit.js
│   │   ├── auth
│   │   │   ├── legacy.js
│   │   │   ├── oauth.js
│   │   │   ├── saml.js
│   │   │   └── sso.js
│   │   ├── bin.js
│   │   ├── birthday.js
│   │   ├── bugs.js
│   │   ├── cache.js
│   │   ├── ci.js
│   │   ├── cli.js
│   │   ├── completion.js
│   │   ├── config.js
│   │   ├── dedupe.js
│   │   ├── deprecate.js
│   │   ├── dist-tag.js
│   │   ├── docs.js
│   │   ├── doctor.js
│   │   ├── edit.js
│   │   ├── exec.js
│   │   ├── explain.js
│   │   ├── explore.js
│   │   ├── find-dupes.js
│   │   ├── fund.js
│   │   ├── get.js
│   │   ├── help.js
│   │   ├── help-search.js
│   │   ├── hook.js
│   │   ├── init.js
│   │   ├── install-ci-test.js
│   │   ├── install.js
│   │   ├── install-test.js
│   │   ├── link.js
│   │   ├── ll.js
│   │   ├── logout.js
│   │   ├── ls.js
│   │   ├── npm.js
│   │   ├── org.js
│   │   ├── outdated.js
│   │   ├── owner.js
│   │   ├── pack.js
│   │   ├── ping.js
│   │   ├── prefix.js
│   │   ├── profile.js
│   │   ├── prune.js
│   │   ├── publish.js
│   │   ├── rebuild.js
│   │   ├── repo.js
│   │   ├── restart.js
│   │   ├── root.js
│   │   ├── run-script.js
│   │   ├── search
│   │   │   ├── format-package-stream.js
│   │   │   └── package-filter.js
│   │   ├── search.js
│   │   ├── set.js
│   │   ├── shrinkwrap.js
│   │   ├── star.js
│   │   ├── stars.js
│   │   ├── start.js
│   │   ├── stop.js
│   │   ├── team.js
│   │   ├── test.js
│   │   ├── token.js
│   │   ├── uninstall.js
│   │   ├── unpublish.js
│   │   ├── unstar.js
│   │   ├── update.js
│   │   ├── utils
│   │   │   ├── ansi-trim.js
│   │   │   ├── audit-error.js
│   │   │   ├── cache-file.js
│   │   │   ├── child-path.js
│   │   │   ├── cleanup-log-files.js
│   │   │   ├── cmd-list.js
│   │   │   ├── completion
│   │   │   │   ├── file-completion.js
│   │   │   │   ├── installed-deep.js
│   │   │   │   ├── installed-shallow.js
│   │   │   │   └── none.js
│   │   │   ├── completion.sh
│   │   │   ├── config.js
│   │   │   ├── deep-sort-object.js
│   │   │   ├── depr-check.js
│   │   │   ├── deref-command.js
│   │   │   ├── did-you-mean.js
│   │   │   ├── error-handler.js
│   │   │   ├── error-message.js
│   │   │   ├── escape-arg.js
│   │   │   ├── escape-exec-path.js
│   │   │   ├── explain-dep.js
│   │   │   ├── explain-eresolve.js
│   │   │   ├── file-exists.js
│   │   │   ├── flat-options.js
│   │   │   ├── get-identity.js
│   │   │   ├── get-project-scope.js
│   │   │   ├── git.js
│   │   │   ├── hosted-git-info-from-manifest.js
│   │   │   ├── is-windows-bash.js
│   │   │   ├── is-windows.js
│   │   │   ├── is-windows-shell.js
│   │   │   ├── lifecycle-cmd.js
│   │   │   ├── metrics.js
│   │   │   ├── metrics-launch.js
│   │   │   ├── module-name.js
│   │   │   ├── no-progress-while-running.js
│   │   │   ├── npm-usage.js
│   │   │   ├── open-url.js
│   │   │   ├── otplease.js
│   │   │   ├── output.js
│   │   │   ├── package-id.js
│   │   │   ├── path.js
│   │   │   ├── perf.js
│   │   │   ├── pick-manifest-from-registry-metadata.js
│   │   │   ├── ping.js
│   │   │   ├── proc-log-listener.js
│   │   │   ├── pulse-till-done.js
│   │   │   ├── read-local-package.js
│   │   │   ├── read-user-info.js
│   │   │   ├── reify-finish.js
│   │   │   ├── reify-output.js
│   │   │   ├── replace-info.js
│   │   │   ├── save-stack.js
│   │   │   ├── setup-log.js
│   │   │   ├── spawn.js
│   │   │   ├── tar.js
│   │   │   ├── unix-format-path.js
│   │   │   ├── unsupported.js
│   │   │   ├── update-notifier.js
│   │   │   ├── usage.js
│   │   │   └── warn-deprecated.js
│   │   ├── version.js
│   │   ├── view.js
│   │   └── whoami.js
│   ├── LICENSE
│   ├── make.bat
│   ├── Makefile
│   ├── man
│   │   ├── man1
│   │   │   ├── npm.1
│   │   │   ├── npm-access.1
│   │   │   ├── npm-adduser.1
│   │   │   ├── npm-audit.1
│   │   │   ├── npm-bin.1
│   │   │   ├── npm-bugs.1
│   │   │   ├── npm-cache.1
│   │   │   ├── npm-ci.1
│   │   │   ├── npm-completion.1
│   │   │   ├── npm-config.1
│   │   │   ├── npm-dedupe.1
│   │   │   ├── npm-deprecate.1
│   │   │   ├── npm-dist-tag.1
│   │   │   ├── npm-docs.1
│   │   │   ├── npm-doctor.1
│   │   │   ├── npm-edit.1
│   │   │   ├── npm-exec.1
│   │   │   ├── npm-explain.1
│   │   │   ├── npm-explore.1
│   │   │   ├── npm-fund.1
│   │   │   ├── npm-help.1
│   │   │   ├── npm-help-search.1
│   │   │   ├── npm-hook.1
│   │   │   ├── npm-init.1
│   │   │   ├── npm-install.1
│   │   │   ├── npm-install-ci-test.1
│   │   │   ├── npm-install-test.1
│   │   │   ├── npm-link.1
│   │   │   ├── npm-logout.1
│   │   │   ├── npm-ls.1
│   │   │   ├── npm-org.1
│   │   │   ├── npm-outdated.1
│   │   │   ├── npm-owner.1
│   │   │   ├── npm-pack.1
│   │   │   ├── npm-ping.1
│   │   │   ├── npm-prefix.1
│   │   │   ├── npm-profile.1
│   │   │   ├── npm-prune.1
│   │   │   ├── npm-publish.1
│   │   │   ├── npm-rebuild.1
│   │   │   ├── npm-repo.1
│   │   │   ├── npm-restart.1
│   │   │   ├── npm-root.1
│   │   │   ├── npm-run-script.1
│   │   │   ├── npm-search.1
│   │   │   ├── npm-shrinkwrap.1
│   │   │   ├── npm-star.1
│   │   │   ├── npm-stars.1
│   │   │   ├── npm-start.1
│   │   │   ├── npm-stop.1
│   │   │   ├── npm-team.1
│   │   │   ├── npm-test.1
│   │   │   ├── npm-token.1
│   │   │   ├── npm-uninstall.1
│   │   │   ├── npm-unpublish.1
│   │   │   ├── npm-unstar.1
│   │   │   ├── npm-update.1
│   │   │   ├── npm-version.1
│   │   │   ├── npm-view.1
│   │   │   ├── npm-whoami.1
│   │   │   └── npx.1
│   │   ├── man5
│   │   │   ├── folders.5
│   │   │   ├── install.5
│   │   │   ├── npmrc.5
│   │   │   ├── package-json.5
│   │   │   ├── package-lock-json.5
│   │   │   ├── package-locks.5
│   │   │   └── shrinkwrap-json.5
│   │   └── man7
│   │   ├── config.7
│   │   ├── developers.7
│   │   ├── disputes.7
│   │   ├── orgs.7
│   │   ├── registry.7
│   │   ├── removal.7
│   │   ├── scope.7
│   │   ├── scripts.7
│   │   ├── semver.7
│   │   └── workspaces.7
│   ├── node_modules
│   │   ├── abbrev
│   │   │   ├── abbrev.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── agent-base
│   │   │   ├── dist
│   │   │   │   └── src
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   ├── index.js.map
│   │   │   │   ├── promisify.d.ts
│   │   │   │   ├── promisify.js
│   │   │   │   └── promisify.js.map
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── src
│   │   │   ├── index.ts
│   │   │   └── promisify.ts
│   │   ├── agentkeepalive
│   │   │   ├── browser.js
│   │   │   ├── History.md
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── agent.js
│   │   │   │   ├── constants.js
│   │   │   │   └── https_agent.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── aggregate-error
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── ajv
│   │   │   ├── dist
│   │   │   │   ├── ajv.bundle.js
│   │   │   │   ├── ajv.min.js
│   │   │   │   └── ajv.min.js.map
│   │   │   ├── lib
│   │   │   │   ├── ajv.d.ts
│   │   │   │   ├── ajv.js
│   │   │   │   ├── cache.js
│   │   │   │   ├── compile
│   │   │   │   │   ├── async.js
│   │   │   │   │   ├── equal.js
│   │   │   │   │   ├── error_classes.js
│   │   │   │   │   ├── formats.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── resolve.js
│   │   │   │   │   ├── rules.js
│   │   │   │   │   ├── schema_obj.js
│   │   │   │   │   ├── ucs2length.js
│   │   │   │   │   └── util.js
│   │   │   │   ├── data.js
│   │   │   │   ├── definition_schema.js
│   │   │   │   ├── dot
│   │   │   │   │   ├── allOf.jst
│   │   │   │   │   ├── anyOf.jst
│   │   │   │   │   ├── coerce.def
│   │   │   │   │   ├── comment.jst
│   │   │   │   │   ├── const.jst
│   │   │   │   │   ├── contains.jst
│   │   │   │   │   ├── custom.jst
│   │   │   │   │   ├── defaults.def
│   │   │   │   │   ├── definitions.def
│   │   │   │   │   ├── dependencies.jst
│   │   │   │   │   ├── enum.jst
│   │   │   │   │   ├── errors.def
│   │   │   │   │   ├── format.jst
│   │   │   │   │   ├── if.jst
│   │   │   │   │   ├── items.jst
│   │   │   │   │   ├── _limitItems.jst
│   │   │   │   │   ├── _limit.jst
│   │   │   │   │   ├── _limitLength.jst
│   │   │   │   │   ├── _limitProperties.jst
│   │   │   │   │   ├── missing.def
│   │   │   │   │   ├── multipleOf.jst
│   │   │   │   │   ├── not.jst
│   │   │   │   │   ├── oneOf.jst
│   │   │   │   │   ├── pattern.jst
│   │   │   │   │   ├── properties.jst
│   │   │   │   │   ├── propertyNames.jst
│   │   │   │   │   ├── ref.jst
│   │   │   │   │   ├── required.jst
│   │   │   │   │   ├── uniqueItems.jst
│   │   │   │   │   └── validate.jst
│   │   │   │   ├── dotjs
│   │   │   │   │   ├── allOf.js
│   │   │   │   │   ├── anyOf.js
│   │   │   │   │   ├── comment.js
│   │   │   │   │   ├── const.js
│   │   │   │   │   ├── contains.js
│   │   │   │   │   ├── custom.js
│   │   │   │   │   ├── dependencies.js
│   │   │   │   │   ├── enum.js
│   │   │   │   │   ├── format.js
│   │   │   │   │   ├── if.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── items.js
│   │   │   │   │   ├── _limitItems.js
│   │   │   │   │   ├── _limit.js
│   │   │   │   │   ├── _limitLength.js
│   │   │   │   │   ├── _limitProperties.js
│   │   │   │   │   ├── multipleOf.js
│   │   │   │   │   ├── not.js
│   │   │   │   │   ├── oneOf.js
│   │   │   │   │   ├── pattern.js
│   │   │   │   │   ├── properties.js
│   │   │   │   │   ├── propertyNames.js
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── ref.js
│   │   │   │   │   ├── required.js
│   │   │   │   │   ├── uniqueItems.js
│   │   │   │   │   └── validate.js
│   │   │   │   ├── keyword.js
│   │   │   │   └── refs
│   │   │   │   ├── data.json
│   │   │   │   ├── json-schema-draft-04.json
│   │   │   │   ├── json-schema-draft-06.json
│   │   │   │   ├── json-schema-draft-07.json
│   │   │   │   └── json-schema-secure.json
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── scripts
│   │   │   ├── bundle.js
│   │   │   ├── compile-dots.js
│   │   │   ├── info
│   │   │   ├── prepare-tests
│   │   │   ├── publish-built-version
│   │   │   └── travis-gh-pages
│   │   ├── ansicolors
│   │   │   ├── ansicolors.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ansi-regex
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── ansi-styles
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── ansistyles
│   │   │   ├── ansistyles.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── aproba
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── archy
│   │   │   ├── examples
│   │   │   │   ├── beep.js
│   │   │   │   └── multi_line.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.markdown
│   │   ├── are-we-there-yet
│   │   │   ├── CHANGES.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── tracker-base.js
│   │   │   ├── tracker-group.js
│   │   │   ├── tracker.js
│   │   │   └── tracker-stream.js
│   │   ├── asap
│   │   │   ├── asap.js
│   │   │   ├── browser-asap.js
│   │   │   ├── browser-raw.js
│   │   │   ├── CHANGES.md
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── raw.js
│   │   │   └── README.md
│   │   ├── asn1
│   │   │   ├── lib
│   │   │   │   ├── ber
│   │   │   │   │   ├── errors.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── reader.js
│   │   │   │   │   ├── types.js
│   │   │   │   │   └── writer.js
│   │   │   │   └── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── assert-plus
│   │   │   ├── assert.js
│   │   │   ├── AUTHORS
│   │   │   ├── CHANGES.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── asynckit
│   │   │   ├── bench.js
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── abort.js
│   │   │   │   ├── async.js
│   │   │   │   ├── defer.js
│   │   │   │   ├── iterate.js
│   │   │   │   ├── readable_asynckit.js
│   │   │   │   ├── readable_parallel.js
│   │   │   │   ├── readable_serial.js
│   │   │   │   ├── readable_serial_ordered.js
│   │   │   │   ├── state.js
│   │   │   │   ├── streamify.js
│   │   │   │   └── terminator.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── parallel.js
│   │   │   ├── README.md
│   │   │   ├── serial.js
│   │   │   ├── serialOrdered.js
│   │   │   └── stream.js
│   │   ├── aws4
│   │   │   ├── aws4.js
│   │   │   ├── LICENSE
│   │   │   ├── lru.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── aws-sign2
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── balanced-match
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── bcrypt-pbkdf
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── bin-links
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── bin-target.js
│   │   │   │   ├── check-bin.js
│   │   │   │   ├── check-bins.js
│   │   │   │   ├── fix-bin.js
│   │   │   │   ├── get-node-modules.js
│   │   │   │   ├── get-paths.js
│   │   │   │   ├── get-prefix.js
│   │   │   │   ├── is-windows.js
│   │   │   │   ├── link-bin.js
│   │   │   │   ├── link-bins.js
│   │   │   │   ├── link-gently.js
│   │   │   │   ├── link-mans.js
│   │   │   │   ├── man-target.js
│   │   │   │   └── shim-bin.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── brace-expansion
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── builtins
│   │   │   ├── builtins.json
│   │   │   ├── History.md
│   │   │   ├── License
│   │   │   ├── package.json
│   │   │   ├── Readme.md
│   │   │   └── test.js
│   │   ├── byte-size
│   │   │   ├── dist
│   │   │   │   └── index.js
│   │   │   ├── index.mjs
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.hbs
│   │   │   └── README.md
│   │   ├── cacache
│   │   │   ├── CHANGELOG.md
│   │   │   ├── get.js
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── content
│   │   │   │   │   ├── path.js
│   │   │   │   │   ├── read.js
│   │   │   │   │   ├── rm.js
│   │   │   │   │   └── write.js
│   │   │   │   ├── entry-index.js
│   │   │   │   ├── memoization.js
│   │   │   │   ├── util
│   │   │   │   │   ├── disposer.js
│   │   │   │   │   ├── fix-owner.js
│   │   │   │   │   ├── hash-to-segments.js
│   │   │   │   │   ├── move-file.js
│   │   │   │   │   └── tmp.js
│   │   │   │   └── verify.js
│   │   │   ├── LICENSE.md
│   │   │   ├── ls.js
│   │   │   ├── package.json
│   │   │   ├── put.js
│   │   │   ├── README.md
│   │   │   ├── rm.js
│   │   │   └── verify.js
│   │   ├── caseless
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── chalk
│   │   │   ├── index.d.ts
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   ├── readme.md
│   │   │   └── source
│   │   │   ├── index.js
│   │   │   ├── templates.js
│   │   │   └── util.js
│   │   ├── chownr
│   │   │   ├── chownr.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── cidr-regex
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── clean-stack
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── cli-columns
│   │   │   ├── color.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── cli-table3
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── node_modules
│   │   │   │   ├── ansi-regex
│   │   │   │   │   ├── index.d.ts
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── license
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── readme.md
│   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   ├── index.d.ts
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── license
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── readme.md
│   │   │   │   ├── string-width
│   │   │   │   │   ├── index.d.ts
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── license
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── readme.md
│   │   │   │   └── strip-ansi
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   ├── license
│   │   │   │   ├── package.json
│   │   │   │   └── readme.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── src
│   │   │   ├── cell.js
│   │   │   ├── layout-manager.js
│   │   │   ├── table.js
│   │   │   └── utils.js
│   │   ├── clone
│   │   │   ├── clone.iml
│   │   │   ├── clone.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── cmd-shim
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   └── to-batch-syntax.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── code-point-at
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── color-convert
│   │   │   ├── CHANGELOG.md
│   │   │   ├── conversions.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── route.js
│   │   ├── color-name
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── colors
│   │   │   ├── examples
│   │   │   │   ├── normal-usage.js
│   │   │   │   └── safe-string.js
│   │   │   ├── index.d.ts
│   │   │   ├── lib
│   │   │   │   ├── colors.js
│   │   │   │   ├── custom
│   │   │   │   │   ├── trap.js
│   │   │   │   │   └── zalgo.js
│   │   │   │   ├── extendStringPrototype.js
│   │   │   │   ├── index.js
│   │   │   │   ├── maps
│   │   │   │   │   ├── america.js
│   │   │   │   │   ├── rainbow.js
│   │   │   │   │   ├── random.js
│   │   │   │   │   └── zebra.js
│   │   │   │   ├── styles.js
│   │   │   │   └── system
│   │   │   │   ├── has-flag.js
│   │   │   │   └── supports-colors.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── safe.d.ts
│   │   │   ├── safe.js
│   │   │   └── themes
│   │   │   └── generic-logging.js
│   │   ├── columnify
│   │   │   ├── columnify.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   ├── Readme.md
│   │   │   ├── utils.js
│   │   │   └── width.js
│   │   ├── combined-stream
│   │   │   ├── lib
│   │   │   │   └── combined_stream.js
│   │   │   ├── License
│   │   │   ├── package.json
│   │   │   ├── Readme.md
│   │   │   └── yarn.lock
│   │   ├── common-ancestor-path
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── concat-map
│   │   │   ├── example
│   │   │   │   └── map.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.markdown
│   │   ├── console-control-strings
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── core-util-is
│   │   │   ├── float.patch
│   │   │   ├── lib
│   │   │   │   └── util.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── dashdash
│   │   │   ├── CHANGES.md
│   │   │   ├── etc
│   │   │   │   └── dashdash.bash_completion.in
│   │   │   ├── lib
│   │   │   │   └── dashdash.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── debug
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── src
│   │   │   ├── browser.js
│   │   │   ├── common.js
│   │   │   ├── index.js
│   │   │   └── node.js
│   │   ├── debuglog
│   │   │   ├── debuglog.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── defaults
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── delayed-stream
│   │   │   ├── lib
│   │   │   │   └── delayed_stream.js
│   │   │   ├── License
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── delegates
│   │   │   ├── History.md
│   │   │   ├── index.js
│   │   │   ├── License
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── depd
│   │   │   ├── History.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── browser
│   │   │   │   │   └── index.js
│   │   │   │   └── compat
│   │   │   │   ├── callsite-tostring.js
│   │   │   │   ├── event-listener-count.js
│   │   │   │   └── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── dezalgo
│   │   │   ├── dezalgo.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ecc-jsbn
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── ec.js
│   │   │   │   ├── LICENSE-jsbn
│   │   │   │   └── sec.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── editor
│   │   │   ├── example
│   │   │   │   ├── beep.json
│   │   │   │   └── edit.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.markdown
│   │   ├── emoji-regex
│   │   │   ├── es2015
│   │   │   │   ├── index.js
│   │   │   │   └── text.js
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE-MIT.txt
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── text.js
│   │   ├── encoding
│   │   │   ├── lib
│   │   │   │   └── encoding.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── env-paths
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── err-code
│   │   │   ├── bower.json
│   │   │   ├── index.js
│   │   │   ├── index.umd.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── extend
│   │   │   ├── CHANGELOG.md
│   │   │   ├── component.json
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── extsprintf
│   │   │   ├── jsl.node.conf
│   │   │   ├── lib
│   │   │   │   └── extsprintf.js
│   │   │   ├── LICENSE
│   │   │   ├── Makefile
│   │   │   ├── Makefile.targ
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── fast-deep-equal
│   │   │   ├── es6
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   ├── react.d.ts
│   │   │   │   └── react.js
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── react.d.ts
│   │   │   ├── react.js
│   │   │   └── README.md
│   │   ├── fast-json-stable-stringify
│   │   │   ├── benchmark
│   │   │   │   ├── index.js
│   │   │   │   └── test.json
│   │   │   ├── example
│   │   │   │   ├── key_cmp.js
│   │   │   │   ├── nested.js
│   │   │   │   ├── str.js
│   │   │   │   └── value_cmp.js
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── forever-agent
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── form-data
│   │   │   ├── lib
│   │   │   │   ├── browser.js
│   │   │   │   ├── form_data.js
│   │   │   │   └── populate.js
│   │   │   ├── License
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── README.md.bak
│   │   │   └── yarn.lock
│   │   ├── fs-minipass
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── fs.realpath
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── old.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── gauge
│   │   │   ├── base-theme.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── error.js
│   │   │   ├── has-color.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── node_modules
│   │   │   │   ├── aproba
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── is-fullwidth-code-point
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── license
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── readme.md
│   │   │   │   └── string-width
│   │   │   │   ├── index.js
│   │   │   │   ├── license
│   │   │   │   ├── package.json
│   │   │   │   └── readme.md
│   │   │   ├── package.json
│   │   │   ├── plumbing.js
│   │   │   ├── process.js
│   │   │   ├── progress-bar.js
│   │   │   ├── README.md
│   │   │   ├── render-template.js
│   │   │   ├── set-immediate.js
│   │   │   ├── set-interval.js
│   │   │   ├── spin.js
│   │   │   ├── template-item.js
│   │   │   ├── theme-set.js
│   │   │   ├── themes.js
│   │   │   └── wide-truncate.js
│   │   ├── getpass
│   │   │   ├── lib
│   │   │   │   └── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── glob
│   │   │   ├── changelog.md
│   │   │   ├── common.js
│   │   │   ├── glob.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── sync.js
│   │   ├── graceful-fs
│   │   │   ├── clone.js
│   │   │   ├── graceful-fs.js
│   │   │   ├── legacy-streams.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── polyfills.js
│   │   │   └── README.md
│   │   ├── har-schema
│   │   │   ├── lib
│   │   │   │   ├── afterRequest.json
│   │   │   │   ├── beforeRequest.json
│   │   │   │   ├── browser.json
│   │   │   │   ├── cache.json
│   │   │   │   ├── content.json
│   │   │   │   ├── cookie.json
│   │   │   │   ├── creator.json
│   │   │   │   ├── entry.json
│   │   │   │   ├── har.json
│   │   │   │   ├── header.json
│   │   │   │   ├── index.js
│   │   │   │   ├── log.json
│   │   │   │   ├── page.json
│   │   │   │   ├── pageTimings.json
│   │   │   │   ├── postData.json
│   │   │   │   ├── query.json
│   │   │   │   ├── request.json
│   │   │   │   ├── response.json
│   │   │   │   └── timings.json
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── har-validator
│   │   │   ├── lib
│   │   │   │   ├── async.js
│   │   │   │   ├── error.js
│   │   │   │   └── promise.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── has-flag
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── has-unicode
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── hosted-git-info
│   │   │   ├── CHANGELOG.md
│   │   │   ├── git-host-info.js
│   │   │   ├── git-host.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── http-cache-semantics
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── http-proxy-agent
│   │   │   ├── dist
│   │   │   │   ├── agent.d.ts
│   │   │   │   ├── agent.js
│   │   │   │   ├── agent.js.map
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   └── index.js.map
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── http-signature
│   │   │   ├── CHANGES.md
│   │   │   ├── http_signing.md
│   │   │   ├── lib
│   │   │   │   ├── index.js
│   │   │   │   ├── parser.js
│   │   │   │   ├── signer.js
│   │   │   │   ├── utils.js
│   │   │   │   └── verify.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── https-proxy-agent
│   │   │   ├── dist
│   │   │   │   ├── agent.d.ts
│   │   │   │   ├── agent.js
│   │   │   │   ├── agent.js.map
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   ├── index.js.map
│   │   │   │   ├── parse-proxy-response.d.ts
│   │   │   │   ├── parse-proxy-response.js
│   │   │   │   └── parse-proxy-response.js.map
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── humanize-ms
│   │   │   ├── History.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── iconv-lite
│   │   │   ├── Changelog.md
│   │   │   ├── encodings
│   │   │   │   ├── dbcs-codec.js
│   │   │   │   ├── dbcs-data.js
│   │   │   │   ├── index.js
│   │   │   │   ├── internal.js
│   │   │   │   ├── sbcs-codec.js
│   │   │   │   ├── sbcs-data-generated.js
│   │   │   │   ├── sbcs-data.js
│   │   │   │   ├── tables
│   │   │   │   │   ├── big5-added.json
│   │   │   │   │   ├── cp936.json
│   │   │   │   │   ├── cp949.json
│   │   │   │   │   ├── cp950.json
│   │   │   │   │   ├── eucjp.json
│   │   │   │   │   ├── gb18030-ranges.json
│   │   │   │   │   ├── gbk-added.json
│   │   │   │   │   └── shiftjis.json
│   │   │   │   ├── utf16.js
│   │   │   │   ├── utf32.js
│   │   │   │   └── utf7.js
│   │   │   ├── lib
│   │   │   │   ├── bom-handling.js
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   └── streams.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ignore-walk
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── imurmurhash
│   │   │   ├── imurmurhash.js
│   │   │   ├── imurmurhash.min.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── indent-string
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── infer-owner
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── inflight
│   │   │   ├── inflight.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── inherits
│   │   │   ├── inherits_browser.js
│   │   │   ├── inherits.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ini
│   │   │   ├── ini.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── init-package-json
│   │   │   ├── CHANGELOG.md
│   │   │   ├── default-input.js
│   │   │   ├── init-package-json.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ip
│   │   │   ├── lib
│   │   │   │   └── ip.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ip-regex
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── isarray
│   │   │   ├── component.json
│   │   │   ├── index.js
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── is-cidr
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── isexe
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── mode.js
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── windows.js
│   │   ├── is-fullwidth-code-point
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── is-lambda
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── isstream
│   │   │   ├── isstream.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── is-typedarray
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── jsbn
│   │   │   ├── example.html
│   │   │   ├── example.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── jsonparse
│   │   │   ├── bench.js
│   │   │   ├── examples
│   │   │   │   └── twitterfeed.js
│   │   │   ├── jsonparse.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.markdown
│   │   │   └── samplejson
│   │   │   ├── basic2.json
│   │   │   └── basic.json
│   │   ├── json-parse-even-better-errors
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── json-schema
│   │   │   ├── draft-00
│   │   │   │   ├── hyper-schema
│   │   │   │   ├── json-ref
│   │   │   │   ├── links
│   │   │   │   └── schema
│   │   │   ├── draft-01
│   │   │   │   ├── hyper-schema
│   │   │   │   ├── json-ref
│   │   │   │   ├── links
│   │   │   │   └── schema
│   │   │   ├── draft-02
│   │   │   │   ├── hyper-schema
│   │   │   │   ├── json-ref
│   │   │   │   ├── links
│   │   │   │   └── schema
│   │   │   ├── draft-03
│   │   │   │   ├── examples
│   │   │   │   │   ├── address
│   │   │   │   │   ├── calendar
│   │   │   │   │   ├── card
│   │   │   │   │   ├── geo
│   │   │   │   │   └── interfaces
│   │   │   │   ├── hyper-schema
│   │   │   │   ├── json-ref
│   │   │   │   ├── links
│   │   │   │   └── schema
│   │   │   ├── draft-04
│   │   │   │   ├── hyper-schema
│   │   │   │   ├── links
│   │   │   │   └── schema
│   │   │   ├── draft-zyp-json-schema-03.xml
│   │   │   ├── draft-zyp-json-schema-04.xml
│   │   │   ├── lib
│   │   │   │   ├── links.js
│   │   │   │   └── validate.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── json-schema-traverse
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── spec
│   │   │   ├── fixtures
│   │   │   │   └── schema.js
│   │   │   └── index.spec.js
│   │   ├── json-stringify-nice
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── tap-snapshots
│   │   │   └── test-basic.js-TAP.test.js
│   │   ├── json-stringify-safe
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── stringify.js
│   │   ├── jsprim
│   │   │   ├── CHANGES.md
│   │   │   ├── lib
│   │   │   │   └── jsprim.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── just-diff
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── just-diff-apply
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── leven
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── libnpmaccess
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmfund
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmhook
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmorg
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmpack
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmpublish
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── publish.js
│   │   │   ├── README.md
│   │   │   └── unpublish.js
│   │   ├── libnpmsearch
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmteam
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── libnpmversion
│   │   │   ├── lib
│   │   │   │   ├── commit.js
│   │   │   │   ├── enforce-clean.js
│   │   │   │   ├── index.js
│   │   │   │   ├── proc-log.js
│   │   │   │   ├── retrieve-tag.js
│   │   │   │   ├── tag.js
│   │   │   │   ├── version.js
│   │   │   │   └── write-json.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── lru-cache
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── make-fetch-happen
│   │   │   ├── agent.js
│   │   │   ├── cache.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── utils
│   │   │   │   ├── configure-options.js
│   │   │   │   ├── initialize-cache.js
│   │   │   │   ├── is-header-conditional.js
│   │   │   │   ├── iterable-to-object.js
│   │   │   │   └── make-policy.js
│   │   │   └── warning.js
│   │   ├── mime-db
│   │   │   ├── db.json
│   │   │   ├── HISTORY.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── mime-types
│   │   │   ├── HISTORY.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minimatch
│   │   │   ├── LICENSE
│   │   │   ├── minimatch.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-collect
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-fetch
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── abort-error.js
│   │   │   │   ├── blob.js
│   │   │   │   ├── body.js
│   │   │   │   ├── fetch-error.js
│   │   │   │   ├── headers.js
│   │   │   │   ├── index.js
│   │   │   │   ├── request.js
│   │   │   │   └── response.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-flush
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-json-stream
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-pipeline
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minipass-sized
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── minizlib
│   │   │   ├── constants.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── mkdirp
│   │   │   ├── bin
│   │   │   │   └── cmd.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── find-made.js
│   │   │   │   ├── mkdirp-manual.js
│   │   │   │   ├── mkdirp-native.js
│   │   │   │   ├── opts-arg.js
│   │   │   │   ├── path-arg.js
│   │   │   │   └── use-native.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.markdown
│   │   ├── mkdirp-infer-owner
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ms
│   │   │   ├── index.js
│   │   │   ├── license.md
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── mute-stream
│   │   │   ├── LICENSE
│   │   │   ├── mute.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── node-gyp
│   │   │   ├── addon.gypi
│   │   │   ├── bin
│   │   │   │   └── node-gyp.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── CONTRIBUTING.md
│   │   │   ├── gyp
│   │   │   │   ├── AUTHORS
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── CODE_OF_CONDUCT.md
│   │   │   │   ├── CONTRIBUTING.md
│   │   │   │   ├── data
│   │   │   │   │   └── win
│   │   │   │   │   └── large-pdb-shim.cc
│   │   │   │   ├── gyp
│   │   │   │   ├── gyp.bat
│   │   │   │   ├── gyp_main.py
│   │   │   │   ├── LICENSE
│   │   │   │   ├── pylib
│   │   │   │   │   └── gyp
│   │   │   │   │   ├── common.py
│   │   │   │   │   ├── common_test.py
│   │   │   │   │   ├── easy_xml.py
│   │   │   │   │   ├── easy_xml_test.py
│   │   │   │   │   ├── flock_tool.py
│   │   │   │   │   ├── generator
│   │   │   │   │   │   ├── analyzer.py
│   │   │   │   │   │   ├── android.py
│   │   │   │   │   │   ├── cmake.py
│   │   │   │   │   │   ├── compile_commands_json.py
│   │   │   │   │   │   ├── dump_dependency_json.py
│   │   │   │   │   │   ├── eclipse.py
│   │   │   │   │   │   ├── gypd.py
│   │   │   │   │   │   ├── gypsh.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── make.py
│   │   │   │   │   │   ├── msvs.py
│   │   │   │   │   │   ├── msvs_test.py
│   │   │   │   │   │   ├── ninja.py
│   │   │   │   │   │   ├── ninja_test.py
│   │   │   │   │   │   ├── xcode.py
│   │   │   │   │   │   └── xcode_test.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── input.py
│   │   │   │   │   ├── input_test.py
│   │   │   │   │   ├── mac_tool.py
│   │   │   │   │   ├── msvs_emulation.py
│   │   │   │   │   ├── MSVSNew.py
│   │   │   │   │   ├── MSVSProject.py
│   │   │   │   │   ├── MSVSSettings.py
│   │   │   │   │   ├── MSVSSettings_test.py
│   │   │   │   │   ├── MSVSToolFile.py
│   │   │   │   │   ├── MSVSUserFile.py
│   │   │   │   │   ├── MSVSUtil.py
│   │   │   │   │   ├── MSVSVersion.py
│   │   │   │   │   ├── ninja_syntax.py
│   │   │   │   │   ├── simple_copy.py
│   │   │   │   │   ├── win_tool.py
│   │   │   │   │   ├── xcode_emulation.py
│   │   │   │   │   ├── xcode_ninja.py
│   │   │   │   │   ├── xcodeproj_file.py
│   │   │   │   │   └── xml_fix.py
│   │   │   │   ├── README.md
│   │   │   │   ├── requirements_dev.txt
│   │   │   │   ├── setup.py
│   │   │   │   ├── test_gyp.py
│   │   │   │   └── tools
│   │   │   │   ├── emacs
│   │   │   │   │   ├── gyp.el
│   │   │   │   │   ├── gyp-tests.el
│   │   │   │   │   ├── README
│   │   │   │   │   ├── run-unit-tests.sh
│   │   │   │   │   └── testdata
│   │   │   │   │   ├── media.gyp
│   │   │   │   │   └── media.gyp.fontified
│   │   │   │   ├── graphviz.py
│   │   │   │   ├── pretty_gyp.py
│   │   │   │   ├── pretty_sln.py
│   │   │   │   ├── pretty_vcproj.py
│   │   │   │   ├── README
│   │   │   │   └── Xcode
│   │   │   │   ├── README
│   │   │   │   └── Specifications
│   │   │   │   ├── gyp.pbfilespec
│   │   │   │   └── gyp.xclangspec
│   │   │   ├── lib
│   │   │   │   ├── build.js
│   │   │   │   ├── clean.js
│   │   │   │   ├── configure.js
│   │   │   │   ├── find-node-directory.js
│   │   │   │   ├── find-python.js
│   │   │   │   ├── Find-VisualStudio.cs
│   │   │   │   ├── find-visualstudio.js
│   │   │   │   ├── install.js
│   │   │   │   ├── list.js
│   │   │   │   ├── node-gyp.js
│   │   │   │   ├── process-release.js
│   │   │   │   ├── proxy.js
│   │   │   │   ├── rebuild.js
│   │   │   │   ├── remove.js
│   │   │   │   └── util.js
│   │   │   ├── LICENSE
│   │   │   ├── macOS_Catalina_acid_test.sh
│   │   │   ├── macOS_Catalina.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── src
│   │   │   │   └── win_delay_load_hook.cc
│   │   │   └── update-gyp.py
│   │   ├── nopt
│   │   │   ├── bin
│   │   │   │   └── nopt.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── lib
│   │   │   │   └── nopt.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── normalize-package-data
│   │   │   ├── AUTHORS
│   │   │   ├── lib
│   │   │   │   ├── extract_description.js
│   │   │   │   ├── fixer.js
│   │   │   │   ├── make_warning.js
│   │   │   │   ├── normalize.js
│   │   │   │   ├── safe_format.js
│   │   │   │   ├── typos.json
│   │   │   │   └── warning_messages.json
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-audit-report
│   │   │   ├── CHANGELOG.md
│   │   │   ├── lib
│   │   │   │   ├── colors.js
│   │   │   │   ├── exit-code.js
│   │   │   │   ├── index.js
│   │   │   │   └── reporters
│   │   │   │   ├── detail.js
│   │   │   │   ├── install.js
│   │   │   │   ├── json.js
│   │   │   │   └── quiet.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-bundled
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── @npmcli
│   │   │   ├── arborist
│   │   │   │   ├── lib
│   │   │   │   │   ├── add-rm-pkg-deps.js
│   │   │   │   │   ├── arborist
│   │   │   │   │   │   ├── audit.js
│   │   │   │   │   │   ├── build-ideal-tree.js
│   │   │   │   │   │   ├── deduper.js
│   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   ├── load-actual.js
│   │   │   │   │   │   ├── load-virtual.js
│   │   │   │   │   │   ├── load-workspaces.js
│   │   │   │   │   │   ├── pruner.js
│   │   │   │   │   │   ├── rebuild.js
│   │   │   │   │   │   └── reify.js
│   │   │   │   │   ├── audit-report.js
│   │   │   │   │   ├── calc-dep-flags.js
│   │   │   │   │   ├── consistent-resolve.js
│   │   │   │   │   ├── debug.js
│   │   │   │   │   ├── dep-spec.js
│   │   │   │   │   ├── dep-valid.js
│   │   │   │   │   ├── diff.js
│   │   │   │   │   ├── edge.js
│   │   │   │   │   ├── from-path.js
│   │   │   │   │   ├── gather-dep-set.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── inventory.js
│   │   │   │   │   ├── link.js
│   │   │   │   │   ├── node.js
│   │   │   │   │   ├── optional-set.js
│   │   │   │   │   ├── peer-set.js
│   │   │   │   │   ├── proc-log.js
│   │   │   │   │   ├── realpath.js
│   │   │   │   │   ├── relpath.js
│   │   │   │   │   ├── reset-dep-flags.js
│   │   │   │   │   ├── retire-path.js
│   │   │   │   │   ├── shrinkwrap.js
│   │   │   │   │   ├── spec-from-lock.js
│   │   │   │   │   ├── tracker.js
│   │   │   │   │   ├── update-root-package-json.js
│   │   │   │   │   ├── version-from-tgz.js
│   │   │   │   │   ├── vuln.js
│   │   │   │   │   └── yarn-lock.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── ci-detect
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── config
│   │   │   │   ├── lib
│   │   │   │   │   ├── env-replace.js
│   │   │   │   │   ├── get-user-agent.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── nerf-dart.js
│   │   │   │   │   ├── parse-field.js
│   │   │   │   │   ├── proc-log.js
│   │   │   │   │   ├── set-envs.js
│   │   │   │   │   ├── type-defs.js
│   │   │   │   │   ├── type-description.js
│   │   │   │   │   └── umask.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── git
│   │   │   │   ├── lib
│   │   │   │   │   ├── clone.js
│   │   │   │   │   ├── env.js
│   │   │   │   │   ├── find.js
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── is-clean.js
│   │   │   │   │   ├── is.js
│   │   │   │   │   ├── lines-to-revs.js
│   │   │   │   │   ├── opts.js
│   │   │   │   │   ├── proc-log.js
│   │   │   │   │   ├── revs.js
│   │   │   │   │   ├── should-retry.js
│   │   │   │   │   ├── spawn.js
│   │   │   │   │   └── which.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── installed-package-contents
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── map-workspaces
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── metavuln-calculator
│   │   │   │   ├── lib
│   │   │   │   │   ├── advisory.js
│   │   │   │   │   ├── get-dep-spec.js
│   │   │   │   │   ├── hash.js
│   │   │   │   │   └── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── move-file
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE.md
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── name-from-folder
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   ├── node-gyp
│   │   │   │   ├── lib
│   │   │   │   │   └── index.js
│   │   │   │   └── package.json
│   │   │   ├── promise-spawn
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   └── run-script
│   │   │   ├── lib
│   │   │   │   ├── is-server-package.js
│   │   │   │   ├── is-windows.js
│   │   │   │   ├── make-spawn-args.js
│   │   │   │   ├── node-gyp-bin
│   │   │   │   │   ├── node-gyp
│   │   │   │   │   └── node-gyp.cmd
│   │   │   │   ├── package-envs.js
│   │   │   │   ├── run-script.js
│   │   │   │   ├── run-script-pkg.js
│   │   │   │   ├── set-path.js
│   │   │   │   ├── signal-manager.js
│   │   │   │   └── validate-options.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-install-checks
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npmlog
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── log.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-normalize-package-bin
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-package-arg
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── npa.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-packlist
│   │   │   ├── bin
│   │   │   │   └── index.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-pick-manifest
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-profile
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── npm-registry-fetch
│   │   │   ├── auth.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── check-response.js
│   │   │   ├── default-opts.js
│   │   │   ├── errors.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── silentlog.js
│   │   ├── npm-user-validate
│   │   │   ├── LICENSE
│   │   │   ├── npm-user-validate.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── number-is-nan
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── oauth-sign
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── object-assign
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── once
│   │   │   ├── LICENSE
│   │   │   ├── once.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── opener
│   │   │   ├── bin
│   │   │   │   └── opener-bin.js
│   │   │   ├── lib
│   │   │   │   └── opener.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── pacote
│   │   │   ├── lib
│   │   │   │   ├── bin.js
│   │   │   │   ├── dir.js
│   │   │   │   ├── fetcher.js
│   │   │   │   ├── file.js
│   │   │   │   ├── git.js
│   │   │   │   ├── index.js
│   │   │   │   ├── registry.js
│   │   │   │   ├── remote.js
│   │   │   │   └── util
│   │   │   │   ├── cache-dir.js
│   │   │   │   ├── is-package-bin.js
│   │   │   │   ├── npm.js
│   │   │   │   └── proc-log.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── parse-conflict-json
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── path-is-absolute
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── path-parse
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── test.js
│   │   ├── performance-now
│   │   │   ├── lib
│   │   │   │   ├── performance-now.js
│   │   │   │   └── performance-now.js.map
│   │   │   ├── license.txt
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── src
│   │   │   ├── index.d.ts
│   │   │   └── performance-now.coffee
│   │   ├── p-map
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── process-nextick-args
│   │   │   ├── index.js
│   │   │   ├── license.md
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── promise-all-reject-late
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── promise-call-limit
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── promise-inflight
│   │   │   ├── inflight.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── promise-retry
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── promzard
│   │   │   ├── example
│   │   │   │   ├── buffer.js
│   │   │   │   ├── index.js
│   │   │   │   ├── npm-init
│   │   │   │   │   ├── init-input.js
│   │   │   │   │   ├── init.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── README.md
│   │   │   │   └── substack-input.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── promzard.js
│   │   │   └── README.md
│   │   ├── psl
│   │   │   ├── browserstack-logo.svg
│   │   │   ├── data
│   │   │   │   └── rules.json
│   │   │   ├── dist
│   │   │   │   ├── psl.js
│   │   │   │   └── psl.min.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── puka
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── punycode
│   │   │   ├── LICENSE-MIT.txt
│   │   │   ├── package.json
│   │   │   ├── punycode.es6.js
│   │   │   ├── punycode.js
│   │   │   └── README.md
│   │   ├── qrcode-terminal
│   │   │   ├── bin
│   │   │   │   └── qrcode-terminal.js
│   │   │   ├── example
│   │   │   │   ├── basic.js
│   │   │   │   ├── basic.png
│   │   │   │   ├── callback.js
│   │   │   │   └── small-qrcode.js
│   │   │   ├── lib
│   │   │   │   └── main.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── vendor
│   │   │   └── QRCode
│   │   │   ├── index.js
│   │   │   ├── QR8bitByte.js
│   │   │   ├── QRBitBuffer.js
│   │   │   ├── QRErrorCorrectLevel.js
│   │   │   ├── QRMaskPattern.js
│   │   │   ├── QRMath.js
│   │   │   ├── QRMode.js
│   │   │   ├── QRPolynomial.js
│   │   │   ├── QRRSBlock.js
│   │   │   └── QRUtil.js
│   │   ├── qs
│   │   │   ├── CHANGELOG.md
│   │   │   ├── dist
│   │   │   │   └── qs.js
│   │   │   ├── lib
│   │   │   │   ├── formats.js
│   │   │   │   ├── index.js
│   │   │   │   ├── parse.js
│   │   │   │   ├── stringify.js
│   │   │   │   └── utils.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── read
│   │   │   ├── lib
│   │   │   │   └── read.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── readable-stream
│   │   │   ├── doc
│   │   │   │   └── wg-meetings
│   │   │   │   └── 2015-01-30.md
│   │   │   ├── duplex-browser.js
│   │   │   ├── duplex.js
│   │   │   ├── GOVERNANCE.md
│   │   │   ├── lib
│   │   │   │   ├── internal
│   │   │   │   │   └── streams
│   │   │   │   │   ├── BufferList.js
│   │   │   │   │   ├── destroy.js
│   │   │   │   │   ├── stream-browser.js
│   │   │   │   │   └── stream.js
│   │   │   │   ├── _stream_duplex.js
│   │   │   │   ├── _stream_passthrough.js
│   │   │   │   ├── _stream_readable.js
│   │   │   │   ├── _stream_transform.js
│   │   │   │   └── _stream_writable.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── passthrough.js
│   │   │   ├── readable-browser.js
│   │   │   ├── readable.js
│   │   │   ├── README.md
│   │   │   ├── transform.js
│   │   │   ├── writable-browser.js
│   │   │   └── writable.js
│   │   ├── read-cmd-shim
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── readdir-scoped-modules
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── readdir.js
│   │   │   └── README.md
│   │   ├── read-package-json
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── read-json.js
│   │   │   └── README.md
│   │   ├── read-package-json-fast
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── request
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── auth.js
│   │   │   │   ├── cookies.js
│   │   │   │   ├── getProxyFromURI.js
│   │   │   │   ├── har.js
│   │   │   │   ├── hawk.js
│   │   │   │   ├── helpers.js
│   │   │   │   ├── multipart.js
│   │   │   │   ├── oauth.js
│   │   │   │   ├── querystring.js
│   │   │   │   ├── redirect.js
│   │   │   │   └── tunnel.js
│   │   │   ├── LICENSE
│   │   │   ├── node_modules
│   │   │   │   └── uuid
│   │   │   │   ├── AUTHORS
│   │   │   │   ├── bin
│   │   │   │   │   └── uuid
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── index.js
│   │   │   │   ├── lib
│   │   │   │   │   ├── bytesToUuid.js
│   │   │   │   │   ├── md5-browser.js
│   │   │   │   │   ├── md5.js
│   │   │   │   │   ├── rng-browser.js
│   │   │   │   │   ├── rng.js
│   │   │   │   │   ├── sha1-browser.js
│   │   │   │   │   ├── sha1.js
│   │   │   │   │   └── v35.js
│   │   │   │   ├── LICENSE.md
│   │   │   │   ├── package.json
│   │   │   │   ├── README.md
│   │   │   │   ├── v1.js
│   │   │   │   ├── v3.js
│   │   │   │   ├── v4.js
│   │   │   │   └── v5.js
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── request.js
│   │   ├── resolve
│   │   │   ├── appveyor.yml
│   │   │   ├── example
│   │   │   │   ├── async.js
│   │   │   │   └── sync.js
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── async.js
│   │   │   │   ├── caller.js
│   │   │   │   ├── core.js
│   │   │   │   ├── core.json
│   │   │   │   ├── is-core.js
│   │   │   │   ├── node-modules-paths.js
│   │   │   │   ├── normalize-options.js
│   │   │   │   └── sync.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── readme.markdown
│   │   ├── retry
│   │   │   ├── equation.gif
│   │   │   ├── example
│   │   │   │   ├── dns.js
│   │   │   │   └── stop.js
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── retry.js
│   │   │   │   └── retry_operation.js
│   │   │   ├── License
│   │   │   ├── Makefile
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── rimraf
│   │   │   ├── bin.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── rimraf.js
│   │   ├── safe-buffer
│   │   │   ├── index.d.ts
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── safer-buffer
│   │   │   ├── dangerous.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── Porting-Buffer.md
│   │   │   ├── Readme.md
│   │   │   ├── safer.js
│   │   │   └── tests.js
│   │   ├── semver
│   │   │   ├── bin
│   │   │   │   └── semver.js
│   │   │   ├── CHANGELOG.md
│   │   │   ├── classes
│   │   │   │   ├── comparator.js
│   │   │   │   ├── index.js
│   │   │   │   ├── range.js
│   │   │   │   └── semver.js
│   │   │   ├── functions
│   │   │   │   ├── clean.js
│   │   │   │   ├── cmp.js
│   │   │   │   ├── coerce.js
│   │   │   │   ├── compare-build.js
│   │   │   │   ├── compare.js
│   │   │   │   ├── compare-loose.js
│   │   │   │   ├── diff.js
│   │   │   │   ├── eq.js
│   │   │   │   ├── gte.js
│   │   │   │   ├── gt.js
│   │   │   │   ├── inc.js
│   │   │   │   ├── lte.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── major.js
│   │   │   │   ├── minor.js
│   │   │   │   ├── neq.js
│   │   │   │   ├── parse.js
│   │   │   │   ├── patch.js
│   │   │   │   ├── prerelease.js
│   │   │   │   ├── rcompare.js
│   │   │   │   ├── rsort.js
│   │   │   │   ├── satisfies.js
│   │   │   │   ├── sort.js
│   │   │   │   └── valid.js
│   │   │   ├── index.js
│   │   │   ├── internal
│   │   │   │   ├── constants.js
│   │   │   │   ├── debug.js
│   │   │   │   ├── identifiers.js
│   │   │   │   └── re.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── preload.js
│   │   │   ├── range.bnf
│   │   │   ├── ranges
│   │   │   │   ├── gtr.js
│   │   │   │   ├── intersects.js
│   │   │   │   ├── ltr.js
│   │   │   │   ├── max-satisfying.js
│   │   │   │   ├── min-satisfying.js
│   │   │   │   ├── min-version.js
│   │   │   │   ├── outside.js
│   │   │   │   ├── simplify.js
│   │   │   │   ├── subset.js
│   │   │   │   ├── to-comparators.js
│   │   │   │   └── valid.js
│   │   │   └── README.md
│   │   ├── set-blocking
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── signal-exit
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.txt
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── signals.js
│   │   ├── smart-buffer
│   │   │   ├── build
│   │   │   │   ├── smartbuffer.js
│   │   │   │   ├── smartbuffer.js.map
│   │   │   │   ├── utils.js
│   │   │   │   └── utils.js.map
│   │   │   ├── docs
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── README_v3.md
│   │   │   │   └── ROADMAP.md
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── typings
│   │   │   ├── smartbuffer.d.ts
│   │   │   └── utils.d.ts
│   │   ├── socks
│   │   │   ├── build
│   │   │   │   ├── client
│   │   │   │   │   ├── socksclient.js
│   │   │   │   │   └── socksclient.js.map
│   │   │   │   ├── common
│   │   │   │   │   ├── constants.js
│   │   │   │   │   ├── constants.js.map
│   │   │   │   │   ├── helpers.js
│   │   │   │   │   ├── helpers.js.map
│   │   │   │   │   ├── receivebuffer.js
│   │   │   │   │   ├── receivebuffer.js.map
│   │   │   │   │   ├── util.js
│   │   │   │   │   └── util.js.map
│   │   │   │   ├── index.js
│   │   │   │   └── index.js.map
│   │   │   ├── docs
│   │   │   │   ├── examples
│   │   │   │   │   ├── index.md
│   │   │   │   │   ├── javascript
│   │   │   │   │   │   ├── associateExample.md
│   │   │   │   │   │   ├── bindExample.md
│   │   │   │   │   │   └── connectExample.md
│   │   │   │   │   └── typescript
│   │   │   │   │   ├── associateExample.md
│   │   │   │   │   ├── bindExample.md
│   │   │   │   │   └── connectExample.md
│   │   │   │   ├── index.md
│   │   │   │   └── migratingFromV1.md
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── typings
│   │   │   ├── client
│   │   │   │   └── socksclient.d.ts
│   │   │   ├── common
│   │   │   │   ├── constants.d.ts
│   │   │   │   ├── helpers.d.ts
│   │   │   │   ├── receiveBuffer.d.ts
│   │   │   │   └── util.d.ts
│   │   │   └── index.d.ts
│   │   ├── socks-proxy-agent
│   │   │   ├── dist
│   │   │   │   ├── agent.d.ts
│   │   │   │   ├── agent.js
│   │   │   │   ├── agent.js.map
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   └── index.js.map
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── sorted-object
│   │   │   ├── lib
│   │   │   │   └── sorted-object.js
│   │   │   ├── LICENSE.txt
│   │   │   └── package.json
│   │   ├── spdx-correct
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── spdx-exceptions
│   │   │   ├── index.json
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── spdx-expression-parse
│   │   │   ├── AUTHORS
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── parse.js
│   │   │   ├── README.md
│   │   │   └── scan.js
│   │   ├── spdx-license-ids
│   │   │   ├── deprecated.json
│   │   │   ├── index.json
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── sshpk
│   │   │   ├── bin
│   │   │   │   ├── sshpk-conv
│   │   │   │   ├── sshpk-sign
│   │   │   │   └── sshpk-verify
│   │   │   ├── lib
│   │   │   │   ├── algs.js
│   │   │   │   ├── certificate.js
│   │   │   │   ├── dhe.js
│   │   │   │   ├── ed-compat.js
│   │   │   │   ├── errors.js
│   │   │   │   ├── fingerprint.js
│   │   │   │   ├── formats
│   │   │   │   │   ├── auto.js
│   │   │   │   │   ├── dnssec.js
│   │   │   │   │   ├── openssh-cert.js
│   │   │   │   │   ├── pem.js
│   │   │   │   │   ├── pkcs1.js
│   │   │   │   │   ├── pkcs8.js
│   │   │   │   │   ├── putty.js
│   │   │   │   │   ├── rfc4253.js
│   │   │   │   │   ├── ssh.js
│   │   │   │   │   ├── ssh-private.js
│   │   │   │   │   ├── x509.js
│   │   │   │   │   └── x509-pem.js
│   │   │   │   ├── identity.js
│   │   │   │   ├── index.js
│   │   │   │   ├── key.js
│   │   │   │   ├── private-key.js
│   │   │   │   ├── signature.js
│   │   │   │   ├── ssh-buffer.js
│   │   │   │   └── utils.js
│   │   │   ├── LICENSE
│   │   │   ├── man
│   │   │   │   └── man1
│   │   │   │   ├── sshpk-conv.1
│   │   │   │   ├── sshpk-sign.1
│   │   │   │   └── sshpk-verify.1
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── ssri
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── string_decoder
│   │   │   ├── lib
│   │   │   │   └── string_decoder.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── stringify-package
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── string-width
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── node_modules
│   │   │   │   ├── ansi-regex
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── license
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── readme.md
│   │   │   │   └── strip-ansi
│   │   │   │   ├── index.js
│   │   │   │   ├── license
│   │   │   │   ├── package.json
│   │   │   │   └── readme.md
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── strip-ansi
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── supports-color
│   │   │   ├── browser.js
│   │   │   ├── index.js
│   │   │   ├── license
│   │   │   ├── package.json
│   │   │   └── readme.md
│   │   ├── tar
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── create.js
│   │   │   │   ├── extract.js
│   │   │   │   ├── get-write-flag.js
│   │   │   │   ├── header.js
│   │   │   │   ├── high-level-opt.js
│   │   │   │   ├── large-numbers.js
│   │   │   │   ├── list.js
│   │   │   │   ├── mkdir.js
│   │   │   │   ├── mode-fix.js
│   │   │   │   ├── pack.js
│   │   │   │   ├── parse.js
│   │   │   │   ├── path-reservations.js
│   │   │   │   ├── pax.js
│   │   │   │   ├── read-entry.js
│   │   │   │   ├── replace.js
│   │   │   │   ├── types.js
│   │   │   │   ├── unpack.js
│   │   │   │   ├── update.js
│   │   │   │   ├── warn-mixin.js
│   │   │   │   ├── winchars.js
│   │   │   │   └── write-entry.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── text-table
│   │   │   ├── example
│   │   │   │   ├── align.js
│   │   │   │   ├── center.js
│   │   │   │   ├── dotalign.js
│   │   │   │   ├── doubledot.js
│   │   │   │   └── table.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── readme.markdown
│   │   ├── tiny-relative-date
│   │   │   ├── lib
│   │   │   │   ├── factory.js
│   │   │   │   └── index.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   ├── src
│   │   │   │   ├── factory.js
│   │   │   │   └── index.js
│   │   │   └── translations
│   │   │   ├── da.js
│   │   │   ├── de.js
│   │   │   ├── en.js
│   │   │   ├── en-short.js
│   │   │   └── es.js
│   │   ├── @tootallnate
│   │   │   └── once
│   │   │   ├── dist
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   └── index.js.map
│   │   │   └── package.json
│   │   ├── tough-cookie
│   │   │   ├── lib
│   │   │   │   ├── cookie.js
│   │   │   │   ├── memstore.js
│   │   │   │   ├── pathMatch.js
│   │   │   │   ├── permuteDomain.js
│   │   │   │   ├── pubsuffix-psl.js
│   │   │   │   ├── store.js
│   │   │   │   └── version.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── treeverse
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── breadth.js
│   │   │   │   ├── depth-descent.js
│   │   │   │   └── depth.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── tunnel-agent
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── tweetnacl
│   │   │   ├── AUTHORS.md
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── nacl.d.ts
│   │   │   ├── nacl-fast.js
│   │   │   ├── nacl-fast.min.js
│   │   │   ├── nacl.js
│   │   │   ├── nacl.min.js
│   │   │   ├── package.json
│   │   │   ├── PULL_REQUEST_TEMPLATE.md
│   │   │   └── README.md
│   │   ├── typedarray-to-buffer
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── unique-filename
│   │   │   ├── coverage
│   │   │   │   ├── base.css
│   │   │   │   ├── index.html
│   │   │   │   ├── prettify.css
│   │   │   │   ├── prettify.js
│   │   │   │   ├── __root__
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── index.js.html
│   │   │   │   ├── sort-arrow-sprite.png
│   │   │   │   └── sorter.js
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── unique-slug
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── uri-js
│   │   │   ├── dist
│   │   │   │   ├── es5
│   │   │   │   │   ├── uri.all.d.ts
│   │   │   │   │   ├── uri.all.js
│   │   │   │   │   ├── uri.all.js.map
│   │   │   │   │   ├── uri.all.min.d.ts
│   │   │   │   │   ├── uri.all.min.js
│   │   │   │   │   └── uri.all.min.js.map
│   │   │   │   └── esnext
│   │   │   │   ├── index.d.ts
│   │   │   │   ├── index.js
│   │   │   │   ├── index.js.map
│   │   │   │   ├── regexps-iri.d.ts
│   │   │   │   ├── regexps-iri.js
│   │   │   │   ├── regexps-iri.js.map
│   │   │   │   ├── regexps-uri.d.ts
│   │   │   │   ├── regexps-uri.js
│   │   │   │   ├── regexps-uri.js.map
│   │   │   │   ├── schemes
│   │   │   │   │   ├── http.d.ts
│   │   │   │   │   ├── http.js
│   │   │   │   │   ├── http.js.map
│   │   │   │   │   ├── https.d.ts
│   │   │   │   │   ├── https.js
│   │   │   │   │   ├── https.js.map
│   │   │   │   │   ├── mailto.d.ts
│   │   │   │   │   ├── mailto.js
│   │   │   │   │   ├── mailto.js.map
│   │   │   │   │   ├── urn.d.ts
│   │   │   │   │   ├── urn.js
│   │   │   │   │   ├── urn.js.map
│   │   │   │   │   ├── urn-uuid.d.ts
│   │   │   │   │   ├── urn-uuid.js
│   │   │   │   │   ├── urn-uuid.js.map
│   │   │   │   │   ├── ws.d.ts
│   │   │   │   │   ├── ws.js
│   │   │   │   │   ├── ws.js.map
│   │   │   │   │   ├── wss.d.ts
│   │   │   │   │   ├── wss.js
│   │   │   │   │   └── wss.js.map
│   │   │   │   ├── uri.d.ts
│   │   │   │   ├── uri.js
│   │   │   │   ├── uri.js.map
│   │   │   │   ├── util.d.ts
│   │   │   │   ├── util.js
│   │   │   │   └── util.js.map
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── yarn.lock
│   │   ├── util-deprecate
│   │   │   ├── browser.js
│   │   │   ├── History.md
│   │   │   ├── LICENSE
│   │   │   ├── node.js
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── uuid
│   │   │   ├── CHANGELOG.md
│   │   │   ├── CONTRIBUTING.md
│   │   │   ├── dist
│   │   │   │   ├── bin
│   │   │   │   │   └── uuid
│   │   │   │   ├── esm-browser
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── md5.js
│   │   │   │   │   ├── nil.js
│   │   │   │   │   ├── parse.js
│   │   │   │   │   ├── regex.js
│   │   │   │   │   ├── rng.js
│   │   │   │   │   ├── sha1.js
│   │   │   │   │   ├── stringify.js
│   │   │   │   │   ├── v1.js
│   │   │   │   │   ├── v35.js
│   │   │   │   │   ├── v3.js
│   │   │   │   │   ├── v4.js
│   │   │   │   │   ├── v5.js
│   │   │   │   │   ├── validate.js
│   │   │   │   │   └── version.js
│   │   │   │   ├── esm-node
│   │   │   │   │   ├── index.js
│   │   │   │   │   ├── md5.js
│   │   │   │   │   ├── nil.js
│   │   │   │   │   ├── parse.js
│   │   │   │   │   ├── regex.js
│   │   │   │   │   ├── rng.js
│   │   │   │   │   ├── sha1.js
│   │   │   │   │   ├── stringify.js
│   │   │   │   │   ├── v1.js
│   │   │   │   │   ├── v35.js
│   │   │   │   │   ├── v3.js
│   │   │   │   │   ├── v4.js
│   │   │   │   │   ├── v5.js
│   │   │   │   │   ├── validate.js
│   │   │   │   │   └── version.js
│   │   │   │   ├── index.js
│   │   │   │   ├── md5-browser.js
│   │   │   │   ├── md5.js
│   │   │   │   ├── nil.js
│   │   │   │   ├── parse.js
│   │   │   │   ├── regex.js
│   │   │   │   ├── rng-browser.js
│   │   │   │   ├── rng.js
│   │   │   │   ├── sha1-browser.js
│   │   │   │   ├── sha1.js
│   │   │   │   ├── stringify.js
│   │   │   │   ├── umd
│   │   │   │   │   ├── uuid.min.js
│   │   │   │   │   ├── uuidNIL.min.js
│   │   │   │   │   ├── uuidParse.min.js
│   │   │   │   │   ├── uuidStringify.min.js
│   │   │   │   │   ├── uuidv1.min.js
│   │   │   │   │   ├── uuidv3.min.js
│   │   │   │   │   ├── uuidv4.min.js
│   │   │   │   │   ├── uuidv5.min.js
│   │   │   │   │   ├── uuidValidate.min.js
│   │   │   │   │   └── uuidVersion.min.js
│   │   │   │   ├── uuid-bin.js
│   │   │   │   ├── v1.js
│   │   │   │   ├── v35.js
│   │   │   │   ├── v3.js
│   │   │   │   ├── v4.js
│   │   │   │   ├── v5.js
│   │   │   │   ├── validate.js
│   │   │   │   └── version.js
│   │   │   ├── LICENSE.md
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── wrapper.mjs
│   │   ├── validate-npm-package-license
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── validate-npm-package-name
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── verror
│   │   │   ├── CHANGES.md
│   │   │   ├── lib
│   │   │   │   └── verror.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── walk-up-path
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── wcwidth
│   │   │   ├── combining.js
│   │   │   ├── docs
│   │   │   │   └── index.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── which
│   │   │   ├── bin
│   │   │   │   └── node-which
│   │   │   ├── CHANGELOG.md
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── which.js
│   │   ├── wide-align
│   │   │   ├── align.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── wrappy
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── README.md
│   │   │   └── wrappy.js
│   │   ├── write-file-atomic
│   │   │   ├── CHANGELOG.md
│   │   │   ├── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   └── yallist
│   │   ├── iterator.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── yallist.js
│   ├── package.json
│   ├── README.md
│   ├── scripts
│   │   ├── bundle-and-gitignore-deps.js
│   │   ├── changelog.js
│   │   ├── clean-old.sh
│   │   ├── docs-build.js
│   │   ├── install.sh
│   │   ├── maketest
│   │   ├── pr
│   │   ├── publish-tag.js
│   │   ├── release.sh
│   │   ├── relocate.sh
│   │   ├── resetdeps.sh
│   │   ├── update-authors.sh
│   │   └── update-dist-tags.js
│   └── tap-snapshots
│   ├── test-lib-config.js-TAP.test.js
│   ├── test-lib-dist-tag.js-TAP.test.js
│   ├── test-lib-fund.js-TAP.test.js
│   ├── test-lib-init.js-TAP.test.js
│   ├── test-lib-link.js-TAP.test.js
│   ├── test-lib-ls.js-TAP.test.js
│   ├── test-lib-outdated.js-TAP.test.js
│   ├── test-lib-owner.js-TAP.test.js
│   ├── test-lib-publish.js-TAP.test.js
│   ├── test-lib-stars.js-TAP.test.js
│   ├── test-lib-utils-cmd-list.js-TAP.test.js
│   ├── test-lib-utils-config.js-TAP.test.js
│   ├── test-lib-utils-error-handler.js-TAP.test.js
│   ├── test-lib-utils-error-message.js-TAP.test.js
│   ├── test-lib-utils-explain-dep.js-TAP.test.js
│   ├── test-lib-utils-explain-eresolve.js-TAP.test.js
│   ├── test-lib-utils-flat-options.js-TAP.test.js
│   ├── test-lib-utils-reify-finish.js-TAP.test.js
│   ├── test-lib-utils-reify-output.js-TAP.test.js
│   ├── test-lib-utils-tar.js-TAP.test.js
│   ├── test-lib-utils-update-notifier.js-TAP.test.js
│   ├── test-lib-view.js-TAP.test.js
│   └── test-tap-repo.js-TAP.test.js
├── nix-support
│   └── setup-hook
└── share
├── bash-completion
│   └── completions
│   └── npm
├── doc
│   └── node
│   ├── gdbinit
│   └── lldb_commands.py
├── man
│   ├── man1
│   │   ├── node.1.gz
│   │   ├── npm.1 -> ../../../lib/node_modules/npm/man/man1/npm.1
│   │   ├── npm-access.1 -> ../../../lib/node_modules/npm/man/man1/npm-access.1
│   │   ├── npm-adduser.1 -> ../../../lib/node_modules/npm/man/man1/npm-adduser.1
│   │   ├── npm-audit.1 -> ../../../lib/node_modules/npm/man/man1/npm-audit.1
│   │   ├── npm-bin.1 -> ../../../lib/node_modules/npm/man/man1/npm-bin.1
│   │   ├── npm-bugs.1 -> ../../../lib/node_modules/npm/man/man1/npm-bugs.1
│   │   ├── npm-cache.1 -> ../../../lib/node_modules/npm/man/man1/npm-cache.1
│   │   ├── npm-ci.1 -> ../../../lib/node_modules/npm/man/man1/npm-ci.1
│   │   ├── npm-completion.1 -> ../../../lib/node_modules/npm/man/man1/npm-completion.1
│   │   ├── npm-config.1 -> ../../../lib/node_modules/npm/man/man1/npm-config.1
│   │   ├── npm-dedupe.1 -> ../../../lib/node_modules/npm/man/man1/npm-dedupe.1
│   │   ├── npm-deprecate.1 -> ../../../lib/node_modules/npm/man/man1/npm-deprecate.1
│   │   ├── npm-dist-tag.1 -> ../../../lib/node_modules/npm/man/man1/npm-dist-tag.1
│   │   ├── npm-docs.1 -> ../../../lib/node_modules/npm/man/man1/npm-docs.1
│   │   ├── npm-doctor.1 -> ../../../lib/node_modules/npm/man/man1/npm-doctor.1
│   │   ├── npm-edit.1 -> ../../../lib/node_modules/npm/man/man1/npm-edit.1
│   │   ├── npm-exec.1 -> ../../../lib/node_modules/npm/man/man1/npm-exec.1
│   │   ├── npm-explain.1 -> ../../../lib/node_modules/npm/man/man1/npm-explain.1
│   │   ├── npm-explore.1 -> ../../../lib/node_modules/npm/man/man1/npm-explore.1
│   │   ├── npm-fund.1 -> ../../../lib/node_modules/npm/man/man1/npm-fund.1
│   │   ├── npm-help.1 -> ../../../lib/node_modules/npm/man/man1/npm-help.1
│   │   ├── npm-help-search.1 -> ../../../lib/node_modules/npm/man/man1/npm-help-search.1
│   │   ├── npm-hook.1 -> ../../../lib/node_modules/npm/man/man1/npm-hook.1
│   │   ├── npm-init.1 -> ../../../lib/node_modules/npm/man/man1/npm-init.1
│   │   ├── npm-install.1 -> ../../../lib/node_modules/npm/man/man1/npm-install.1
│   │   ├── npm-install-ci-test.1 -> ../../../lib/node_modules/npm/man/man1/npm-install-ci-test.1
│   │   ├── npm-install-test.1 -> ../../../lib/node_modules/npm/man/man1/npm-install-test.1
│   │   ├── npm-link.1 -> ../../../lib/node_modules/npm/man/man1/npm-link.1
│   │   ├── npm-logout.1 -> ../../../lib/node_modules/npm/man/man1/npm-logout.1
│   │   ├── npm-ls.1 -> ../../../lib/node_modules/npm/man/man1/npm-ls.1
│   │   ├── npm-org.1 -> ../../../lib/node_modules/npm/man/man1/npm-org.1
│   │   ├── npm-outdated.1 -> ../../../lib/node_modules/npm/man/man1/npm-outdated.1
│   │   ├── npm-owner.1 -> ../../../lib/node_modules/npm/man/man1/npm-owner.1
│   │   ├── npm-pack.1 -> ../../../lib/node_modules/npm/man/man1/npm-pack.1
│   │   ├── npm-ping.1 -> ../../../lib/node_modules/npm/man/man1/npm-ping.1
│   │   ├── npm-prefix.1 -> ../../../lib/node_modules/npm/man/man1/npm-prefix.1
│   │   ├── npm-profile.1 -> ../../../lib/node_modules/npm/man/man1/npm-profile.1
│   │   ├── npm-prune.1 -> ../../../lib/node_modules/npm/man/man1/npm-prune.1
│   │   ├── npm-publish.1 -> ../../../lib/node_modules/npm/man/man1/npm-publish.1
│   │   ├── npm-rebuild.1 -> ../../../lib/node_modules/npm/man/man1/npm-rebuild.1
│   │   ├── npm-repo.1 -> ../../../lib/node_modules/npm/man/man1/npm-repo.1
│   │   ├── npm-restart.1 -> ../../../lib/node_modules/npm/man/man1/npm-restart.1
│   │   ├── npm-root.1 -> ../../../lib/node_modules/npm/man/man1/npm-root.1
│   │   ├── npm-run-script.1 -> ../../../lib/node_modules/npm/man/man1/npm-run-script.1
│   │   ├── npm-search.1 -> ../../../lib/node_modules/npm/man/man1/npm-search.1
│   │   ├── npm-shrinkwrap.1 -> ../../../lib/node_modules/npm/man/man1/npm-shrinkwrap.1
│   │   ├── npm-star.1 -> ../../../lib/node_modules/npm/man/man1/npm-star.1
│   │   ├── npm-stars.1 -> ../../../lib/node_modules/npm/man/man1/npm-stars.1
│   │   ├── npm-start.1 -> ../../../lib/node_modules/npm/man/man1/npm-start.1
│   │   ├── npm-stop.1 -> ../../../lib/node_modules/npm/man/man1/npm-stop.1
│   │   ├── npm-team.1 -> ../../../lib/node_modules/npm/man/man1/npm-team.1
│   │   ├── npm-test.1 -> ../../../lib/node_modules/npm/man/man1/npm-test.1
│   │   ├── npm-token.1 -> ../../../lib/node_modules/npm/man/man1/npm-token.1
│   │   ├── npm-uninstall.1 -> ../../../lib/node_modules/npm/man/man1/npm-uninstall.1
│   │   ├── npm-unpublish.1 -> ../../../lib/node_modules/npm/man/man1/npm-unpublish.1
│   │   ├── npm-unstar.1 -> ../../../lib/node_modules/npm/man/man1/npm-unstar.1
│   │   ├── npm-update.1 -> ../../../lib/node_modules/npm/man/man1/npm-update.1
│   │   ├── npm-version.1 -> ../../../lib/node_modules/npm/man/man1/npm-version.1
│   │   ├── npm-view.1 -> ../../../lib/node_modules/npm/man/man1/npm-view.1
│   │   ├── npm-whoami.1 -> ../../../lib/node_modules/npm/man/man1/npm-whoami.1
│   │   └── npx.1 -> ../../../lib/node_modules/npm/man/man1/npx.1
│   ├── man5
│   │   ├── folders.5 -> ../../../lib/node_modules/npm/man/man5/folders.5
│   │   ├── install.5 -> ../../../lib/node_modules/npm/man/man5/install.5
│   │   ├── npmrc.5 -> ../../../lib/node_modules/npm/man/man5/npmrc.5
│   │   ├── package-json.5 -> ../../../lib/node_modules/npm/man/man5/package-json.5
│   │   ├── package-lock-json.5 -> ../../../lib/node_modules/npm/man/man5/package-lock-json.5
│   │   ├── package-locks.5 -> ../../../lib/node_modules/npm/man/man5/package-locks.5
│   │   └── shrinkwrap-json.5 -> ../../../lib/node_modules/npm/man/man5/shrinkwrap-json.5
│   └── man7
│   ├── config.7 -> ../../../lib/node_modules/npm/man/man7/config.7
│   ├── developers.7 -> ../../../lib/node_modules/npm/man/man7/developers.7
│   ├── disputes.7 -> ../../../lib/node_modules/npm/man/man7/disputes.7
│   ├── orgs.7 -> ../../../lib/node_modules/npm/man/man7/orgs.7
│   ├── registry.7 -> ../../../lib/node_modules/npm/man/man7/registry.7
│   ├── removal.7 -> ../../../lib/node_modules/npm/man/man7/removal.7
│   ├── scope.7 -> ../../../lib/node_modules/npm/man/man7/scope.7
│   ├── scripts.7 -> ../../../lib/node_modules/npm/man/man7/scripts.7
│   ├── semver.7 -> ../../../lib/node_modules/npm/man/man7/semver.7
│   └── workspaces.7 -> ../../../lib/node_modules/npm/man/man7/workspaces.7
└── systemtap
└── tapset
└── node.stp
482 directories, 2728 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment