On Sun Apr 25, 2021 at 06:53:28PM +0200, Denis Fondras wrote:
> Here is an update to Node.js v14.16.1 (LTS version).

Are all consumer happy with this version? There a some critical
applications which use node as build and/or run dependency.

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/node/Makefile,v
> retrieving revision 1.88
> diff -u -p -r1.88 Makefile
> --- Makefile  23 Feb 2021 19:39:27 -0000      1.88
> +++ Makefile  20 Apr 2021 20:27:48 -0000
> @@ -11,12 +11,11 @@ USE_WXNEEDED =            Yes
>  
>  COMMENT =            V8 JavaScript for clients and servers
>  
> -NODE_VERSION =               v12.16.1
> +NODE_VERSION =               v14.16.1
>  PLEDGE_VER =         1.1.2
>  DISTFILES =          node-pledge-{}${PLEDGE_VER}.tar.gz:0 \
>                       ${DISTNAME}-headers.tar.gz \
>                       ${DISTNAME}.tar.gz
> -REVISION =           1
>  
>  DISTNAME =           node-${NODE_VERSION}
>  PKGNAME =            ${DISTNAME:S/v//g}
> @@ -94,8 +93,8 @@ pre-configure:
>               ${MAKE_PROGRAM} ASM_ARCHS=BSD-x86-elf NO_ASM_ARCHS=
>  
>  post-configure:
> -     sed -i 's/-ldl //' ${WRKSRC}/out/deps/openssl/openssl.target.mk
> -     sed -i 's/-ldl //' ${WRKSRC}/out/deps/openssl/openssl-cli.target.mk
> +     sed -i 's/-ldl //' ${WRKSRC}/out/deps/openssl/openssl.target.mk \
> +         ${WRKSRC}/out/deps/openssl/openssl-cli.target.mk
>  
>  post-install:
>       ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/lang/node/distinfo,v
> retrieving revision 1.53
> diff -u -p -r1.53 distinfo
> --- distinfo  4 Apr 2020 16:42:57 -0000       1.53
> +++ distinfo  20 Apr 2021 20:27:48 -0000
> @@ -1,6 +1,6 @@
>  SHA256 (node-pledge-1.1.2.tar.gz) = 
> zY/JcbZ32mmtqWXXNn3/9aTh7Y3F6fAAaADDA8SYwEk=
> -SHA256 (node-v12.16.1-headers.tar.gz) = 
> gV5zJWG2vhsjibDKxT40tlrRg1pfA1TZiI2ZKkYTlH8=
> -SHA256 (node-v12.16.1.tar.gz) = T+jDRU+b7lu+ctRKolzZMYWbMDe3qUcwgbOyvRtGW5U=
> +SHA256 (node-v14.16.1-headers.tar.gz) = 
> iv8xfRMf1JWWFJU8y4GWOcaMKE18ggO+I8tGWeO19S8=
> +SHA256 (node-v14.16.1.tar.gz) = X1CAQnq93efyL9K6d80rih+GJTJ3oe7FS8mKICcozoA=
>  SIZE (node-pledge-1.1.2.tar.gz) = 3155
> -SIZE (node-v12.16.1-headers.tar.gz) = 563107
> -SIZE (node-v12.16.1.tar.gz) = 52290732
> +SIZE (node-v14.16.1-headers.tar.gz) = 596457
> +SIZE (node-v14.16.1.tar.gz) = 63152272
> Index: patches/patch-Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 patch-Makefile
> --- patches/patch-Makefile    24 Nov 2019 18:42:28 -0000      1.10
> +++ patches/patch-Makefile    20 Apr 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-Makefile,v 1.10 2019/11/
>  Index: Makefile
>  --- Makefile.orig
>  +++ Makefile
> -@@ -157,7 +157,7 @@ config.gypi: configure configure.py src/node_version.h
> +@@ -154,7 +154,7 @@ config.gypi: configure configure.py src/node_version.h
>       fi
>   
>   .PHONY: install
> Index: patches/patch-common_gypi
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-common_gypi,v
> retrieving revision 1.15
> diff -u -p -r1.15 patch-common_gypi
> --- patches/patch-common_gypi 22 Jul 2020 17:30:24 -0000      1.15
> +++ patches/patch-common_gypi 20 Apr 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-common_gypi,v 1.15 2020/
>  Index: common.gypi
>  --- common.gypi.orig
>  +++ common.gypi
> -@@ -390,7 +390,7 @@
> +@@ -404,7 +404,7 @@
>               'cflags': [ '-m32' ],
>               'ldflags': [ '-m32' ],
>             }],
> @@ -12,7 +12,7 @@ Index: common.gypi
>               'cflags': [ '-m64', '-mminimal-toc' ],
>               'ldflags': [ '-m64' ],
>             }],
> -@@ -497,6 +497,10 @@
> +@@ -532,6 +532,10 @@
>           'ldflags': [
>             '-Wl,--export-dynamic',
>           ],
> Index: patches/patch-configure_py
> ===================================================================
> RCS file: patches/patch-configure_py
> diff -N patches/patch-configure_py
> --- patches/patch-configure_py        31 Jul 2020 21:22:48 -0000      1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,17 +0,0 @@
> -$OpenBSD: patch-configure_py,v 1.1 2020/07/31 21:22:48 naddy Exp $
> -
> -account for CLANG_VENDOR when checking for llvm version
> -https://github.com/nodejs/node/commit/7f70c5de7073646b7c7d972ed4704cfcfe83af92
> -
> -Index: configure.py
> ---- configure.py.orig
> -+++ configure.py
> -@@ -740,7 +740,7 @@ def get_nasm_version(asm):
> - 
> - def get_llvm_version(cc):
> -   return get_version_helper(
> --    cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
> -+    cc, r"(^(?:.+ )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
> - 
> - def get_xcode_version(cc):
> -   return get_version_helper(
> Index: patches/patch-deps_npm_lib_npm_js
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-deps_npm_lib_npm_js,v
> retrieving revision 1.8
> diff -u -p -r1.8 patch-deps_npm_lib_npm_js
> --- patches/patch-deps_npm_lib_npm_js 24 Nov 2019 18:42:28 -0000      1.8
> +++ patches/patch-deps_npm_lib_npm_js 20 Apr 2021 20:27:48 -0000
> @@ -2,7 +2,7 @@ $OpenBSD: patch-deps_npm_lib_npm_js,v 1.
>  Index: deps/npm/lib/npm.js
>  --- deps/npm/lib/npm.js.orig
>  +++ deps/npm/lib/npm.js
> -@@ -357,7 +357,7 @@
> +@@ -363,7 +363,7 @@
>   
>           log.resume()
>   
> Index: patches/patch-deps_npm_node_modules_node-gyp_lib_install_js
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_npm_node_modules_node-gyp_lib_install_js,v
> retrieving revision 1.12
> diff -u -p -r1.12 patch-deps_npm_node_modules_node-gyp_lib_install_js
> --- patches/patch-deps_npm_node_modules_node-gyp_lib_install_js       4 Apr 
> 2020 16:42:57 -0000       1.12
> +++ patches/patch-deps_npm_node_modules_node-gyp_lib_install_js       20 Apr 
> 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_npm_node_modules_no
>  Index: deps/npm/node_modules/node-gyp/lib/install.js
>  --- deps/npm/node_modules/node-gyp/lib/install.js.orig
>  +++ deps/npm/node_modules/node-gyp/lib/install.js
> -@@ -128,7 +128,7 @@ function install (fs, gyp, argv, callback) {
> +@@ -129,7 +129,7 @@ function install (fs, gyp, argv, callback) {
>         }
>   
>         // now download the node tarball
> Index: patches/patch-deps_openssl_config_Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-deps_openssl_config_Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-deps_openssl_config_Makefile
> --- patches/patch-deps_openssl_config_Makefile        24 Nov 2019 18:42:28 
> -0000      1.3
> +++ patches/patch-deps_openssl_config_Makefile        20 Apr 2021 20:27:48 
> -0000
> @@ -1,4 +1,4 @@
> -$OpenBSD: patch-deps_openssl_config_Makefile,v 1.3 2019/11/24 18:42:28 
> abieber Exp $
> +$OpenBSD$
>  
>  Index: deps/openssl/config/Makefile
>  --- deps/openssl/config/Makefile.orig
> @@ -21,7 +21,7 @@ Index: deps/openssl/config/Makefile
>   # Supported architecture list
>  -ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86_64 \
>  +ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86-elf BSD-x86_64 \
> - darwin64-x86_64-cc darwin-i386-cc linux-aarch64 \
> + darwin64-x86_64-cc darwin-i386-cc darwin64-arm64-cc linux-aarch64 \
>   linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
>   linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
>  @@ -17,7 +17,6 @@ solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN3
> Index: patches/patch-deps_openssl_config_bn_conf_asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_bn_conf_asm_h,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_openssl_config_bn_conf_asm_h
> --- patches/patch-deps_openssl_config_bn_conf_asm_h   21 Jan 2019 23:46:01 
> -0000      1.1
> +++ patches/patch-deps_openssl_config_bn_conf_asm_h   20 Apr 2021 20:27:48 
> -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_bn_c
>  Index: deps/openssl/config/bn_conf_asm.h
>  --- deps/openssl/config/bn_conf_asm.h.orig
>  +++ deps/openssl/config/bn_conf_asm.h
> -@@ -22,7 +22,7 @@
> +@@ -24,7 +24,7 @@
>   #elif defined(_WIN32) && defined(_M_X64)
>   # include "./archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_config_bn_conf_no-asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_bn_conf_no-asm_h,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-deps_openssl_config_bn_conf_no-asm_h
> --- patches/patch-deps_openssl_config_bn_conf_no-asm_h        24 Nov 2019 
> 18:42:28 -0000      1.3
> +++ patches/patch-deps_openssl_config_bn_conf_no-asm_h        20 Apr 2021 
> 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_bn_c
>  Index: deps/openssl/config/bn_conf_no-asm.h
>  --- deps/openssl/config/bn_conf_no-asm.h.orig
>  +++ deps/openssl/config/bn_conf_no-asm.h
> -@@ -24,7 +24,7 @@
> +@@ -26,7 +26,7 @@
>   #elif defined(_WIN32) && defined(_M_ARM64)
>   # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_config_dso_conf_asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_dso_conf_asm_h,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_openssl_config_dso_conf_asm_h
> --- patches/patch-deps_openssl_config_dso_conf_asm_h  21 Jan 2019 23:46:01 
> -0000      1.1
> +++ patches/patch-deps_openssl_config_dso_conf_asm_h  20 Apr 2021 20:27:48 
> -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_dso_
>  Index: deps/openssl/config/dso_conf_asm.h
>  --- deps/openssl/config/dso_conf_asm.h.orig
>  +++ deps/openssl/config/dso_conf_asm.h
> -@@ -22,7 +22,7 @@
> +@@ -24,7 +24,7 @@
>   #elif defined(_WIN32) && defined(_M_X64)
>   # include "./archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_config_dso_conf_no-asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_dso_conf_no-asm_h,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-deps_openssl_config_dso_conf_no-asm_h
> --- patches/patch-deps_openssl_config_dso_conf_no-asm_h       24 Nov 2019 
> 18:42:28 -0000      1.3
> +++ patches/patch-deps_openssl_config_dso_conf_no-asm_h       20 Apr 2021 
> 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_dso_
>  Index: deps/openssl/config/dso_conf_no-asm.h
>  --- deps/openssl/config/dso_conf_no-asm.h.orig
>  +++ deps/openssl/config/dso_conf_no-asm.h
> -@@ -24,7 +24,7 @@
> +@@ -26,7 +26,7 @@
>   #elif defined(_WIN32) && defined(_M_ARM64)
>   # include "./archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_config_opensslconf_asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_opensslconf_asm_h,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_openssl_config_opensslconf_asm_h
> --- patches/patch-deps_openssl_config_opensslconf_asm_h       21 Jan 2019 
> 23:46:01 -0000      1.1
> +++ patches/patch-deps_openssl_config_opensslconf_asm_h       20 Apr 2021 
> 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_open
>  Index: deps/openssl/config/opensslconf_asm.h
>  --- deps/openssl/config/opensslconf_asm.h.orig
>  +++ deps/openssl/config/opensslconf_asm.h
> -@@ -109,7 +109,7 @@
> +@@ -112,7 +112,7 @@
>   #elif defined(_WIN32) && defined(_M_X64)
>   # include "./archs/VC-WIN64A/asm/include/openssl/opensslconf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_config_opensslconf_no-asm_h
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_config_opensslconf_no-asm_h,v
> retrieving revision 1.3
> diff -u -p -r1.3 patch-deps_openssl_config_opensslconf_no-asm_h
> --- patches/patch-deps_openssl_config_opensslconf_no-asm_h    24 Nov 2019 
> 18:42:28 -0000      1.3
> +++ patches/patch-deps_openssl_config_opensslconf_no-asm_h    20 Apr 2021 
> 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_config_open
>  Index: deps/openssl/config/opensslconf_no-asm.h
>  --- deps/openssl/config/opensslconf_no-asm.h.orig
>  +++ deps/openssl/config/opensslconf_no-asm.h
> -@@ -19,7 +19,7 @@
> +@@ -21,7 +21,7 @@
>   #elif defined(_WIN32) && defined(_M_ARM64)
>   # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h"
>   #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
> Index: patches/patch-deps_openssl_openssl_asm_gypi
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-deps_openssl_openssl_asm_gypi,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_openssl_openssl_asm_gypi
> --- patches/patch-deps_openssl_openssl_asm_gypi       21 Jan 2019 23:46:01 
> -0000      1.1
> +++ patches/patch-deps_openssl_openssl_asm_gypi       20 Apr 2021 20:27:48 
> -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_openssl_openssl_asm
>  Index: deps/openssl/openssl_asm.gypi
>  --- deps/openssl/openssl_asm.gypi.orig
>  +++ deps/openssl/openssl_asm.gypi
> -@@ -22,6 +22,8 @@
> +@@ -24,6 +24,8 @@
>         'includes': ['config/archs/linux-elf/asm/openssl.gypi'],
>       }, 'target_arch=="ia32" and OS=="mac"', {
>         'includes': ['config/archs/darwin-i386-cc/asm/openssl.gypi'],
> @@ -12,7 +12,7 @@ Index: deps/openssl/openssl_asm.gypi
>       }, 'target_arch=="ia32" and OS=="solaris"', {
>         'includes': ['config/archs/solaris-x86-gcc/asm/openssl.gypi'],
>       }, 'target_arch=="ia32" and OS=="win"', {
> -@@ -48,6 +50,8 @@
> +@@ -50,6 +52,8 @@
>         'includes': ['config/archs/BSD-x86_64/asm/openssl.gypi'],
>       }, 'target_arch=="x64" and OS=="mac"', {
>         'includes': ['config/archs/darwin64-x86_64-cc/asm/openssl.gypi'],
> Index: patches/patch-deps_openssl_openssl_no_asm_gypi
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_openssl_openssl_no_asm_gypi,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_openssl_openssl_no_asm_gypi
> --- patches/patch-deps_openssl_openssl_no_asm_gypi    21 Jan 2019 23:46:01 
> -0000      1.1
> +++ patches/patch-deps_openssl_openssl_no_asm_gypi    20 Apr 2021 20:27:48 
> -0000
> @@ -3,21 +3,14 @@ $OpenBSD: patch-deps_openssl_openssl_no_
>  Index: deps/openssl/openssl_no_asm.gypi
>  --- deps/openssl/openssl_no_asm.gypi.orig
>  +++ deps/openssl/openssl_no_asm.gypi
> -@@ -23,6 +23,8 @@
> +@@ -23,6 +23,10 @@
>         'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'],
>       }, 'target_arch=="ia32" and OS=="mac"', {
>         'includes': ['config/archs/darwin-i386-cc/no-asm/openssl.gypi'],
>  +    }, 'target_arch=="ia32" and OS=="openbsd"', {
>  +      'includes': ['config/archs/BSD-x86-elf/no-asm/openssl.gypi'],
> ++    }, 'target_arch=="x64" and OS=="openbsd"', {
> ++      'includes': ['config/archs/BSD-x86_64/no-asm/openssl.gypi'],
>       }, 'target_arch=="ia32" and OS=="solaris"', {
>         'includes': ['config/archs/solaris-x86-gcc/no-asm/openssl.gypi'],
>       }, 'target_arch=="ia32" and OS=="win"', {
> -@@ -34,6 +36,8 @@
> -       'includes': ['config/archs/BSD-x86_64/no-asm/openssl.gypi'],
> -     }, 'target_arch=="x64" and OS=="mac"', {
> -       'includes': ['config/archs/darwin64-x86_64-cc/no-asm/openssl.gypi'],
> -+    }, 'target_arch=="x64" and OS=="openbsd"', {
> -+      'includes': ['config/archs/BSD-x86_64/no-asm/openssl.gypi'],
> -     }, 'target_arch=="x64" and OS=="solaris"', {
> -       'includes': ['config/archs/solaris64-x86_64-gcc/no-asm/openssl.gypi'],
> -     }, 'target_arch=="x64" and OS=="win"', {
> Index: patches/patch-deps_v8_src_base_cpu_cc
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-deps_v8_src_base_cpu_cc,v
> retrieving revision 1.2
> diff -u -p -r1.2 patch-deps_v8_src_base_cpu_cc
> --- patches/patch-deps_v8_src_base_cpu_cc     21 Jan 2019 23:46:01 -0000      
> 1.2
> +++ patches/patch-deps_v8_src_base_cpu_cc     20 Apr 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-deps_v8_src_base_cpu_cc,
>  Index: deps/v8/src/base/cpu.cc
>  --- deps/v8/src/base/cpu.cc.orig
>  +++ deps/v8/src/base/cpu.cc
> -@@ -424,6 +424,8 @@ CPU::CPU()
> +@@ -427,6 +427,8 @@ CPU::CPU()
>   
>   #if V8_OS_LINUX
>   
> @@ -12,7 +12,7 @@ Index: deps/v8/src/base/cpu.cc
>     CPUInfo cpu_info;
>   
>     // Extract implementor from the "CPU implementer" field.
> -@@ -457,6 +459,8 @@ CPU::CPU()
> +@@ -460,6 +462,8 @@ CPU::CPU()
>       }
>       delete[] part;
>     }
> Index: patches/patch-deps_v8_src_base_platform_platform-openbsd_cc
> ===================================================================
> RCS file: 
> /cvs/ports/lang/node/patches/patch-deps_v8_src_base_platform_platform-openbsd_cc,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-deps_v8_src_base_platform_platform-openbsd_cc
> --- patches/patch-deps_v8_src_base_platform_platform-openbsd_cc       21 Jan 
> 2019 23:46:01 -0000      1.1
> +++ patches/patch-deps_v8_src_base_platform_platform-openbsd_cc       20 Apr 
> 2021 20:27:48 -0000
> @@ -7,8 +7,8 @@ Index: deps/v8/src/base/platform/platfor
>     // it. This injects a GC marker into the stream of events generated
>     // by the kernel and allows us to synchronize V8 code log and the
>     // kernel log.
> --  int size = sysconf(_SC_PAGESIZE);
> -+  size_t size = sysconf(_SC_PAGESIZE);
> +-  long size = sysconf(_SC_PAGESIZE);  // NOLINT: type more fit than uint64_t
> ++  size_t size = sysconf(_SC_PAGESIZE);  // NOLINT: type more fit than 
> uint64_t
>     FILE* f = fopen(OS::GetGCFakeMMapFile(), "w+");
>     if (f == nullptr) {
>       OS::PrintError("Failed to open %s\n", OS::GetGCFakeMMapFile());
> @@ -17,7 +17,7 @@ Index: deps/v8/src/base/platform/platfor
>     void* addr =
>         mmap(NULL, size, PROT_READ | PROT_EXEC, MAP_PRIVATE, fileno(f), 0);
>  -  DCHECK(addr != MAP_FAILED);
> --  OS::Free(addr, size);
> +-  CHECK(OS::Free(addr, size));
>  +  DCHECK_NE(MAP_FAILED, addr);
>  +  CHECK(Free(addr, size));
>     fclose(f);
> Index: patches/patch-deps_v8_src_base_platform_platform-posix_cc
> ===================================================================
> RCS file: patches/patch-deps_v8_src_base_platform_platform-posix_cc
> diff -N patches/patch-deps_v8_src_base_platform_platform-posix_cc
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-deps_v8_src_base_platform_platform-posix_cc 20 Apr 2021 
> 20:27:48 -0000
> @@ -0,0 +1,28 @@
> +$OpenBSD$
> +
> +Index: deps/v8/src/base/platform/platform-posix.cc
> +--- deps/v8/src/base/platform/platform-posix.cc.orig
> ++++ deps/v8/src/base/platform/platform-posix.cc
> +@@ -975,18 +975,12 @@ void Thread::SetThreadLocal(LocalStorageKey key, void*
> + 
> + // static
> + void* Stack::GetStackStart() {
> +-  pthread_attr_t attr;
> +-  int error = pthread_getattr_np(pthread_self(), &attr);
> ++  stack_t ss;
> ++  int error;
> ++  error = pthread_stackseg_np(pthread_self(), &ss);
> +   if (!error) {
> +-    void* base;
> +-    size_t size;
> +-    error = pthread_attr_getstack(&attr, &base, &size);
> +-    CHECK(!error);
> +-    pthread_attr_destroy(&attr);
> +-    return reinterpret_cast<uint8_t*>(base) + size;
> ++    return reinterpret_cast<uint8_t*>(ss.ss_sp) + ss.ss_size;
> +   }
> +-  pthread_attr_destroy(&attr);
> +-
> + #if defined(V8_LIBC_GLIBC)
> +   // pthread_getattr_np can fail for the main thread. In this case
> +   // just like NaCl we rely on the __libc_stack_end to give us
> Index: patches/patch-deps_v8_src_base_utils_random-number-generator_cc
> ===================================================================
> RCS file: patches/patch-deps_v8_src_base_utils_random-number-generator_cc
> diff -N patches/patch-deps_v8_src_base_utils_random-number-generator_cc
> --- patches/patch-deps_v8_src_base_utils_random-number-generator_cc   4 Apr 
> 2020 16:42:57 -0000       1.3
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,14 +0,0 @@
> -$OpenBSD: patch-deps_v8_src_base_utils_random-number-generator_cc,v 1.3 
> 2020/04/04 16:42:57 abieber Exp $
> -
> -Index: deps/v8/src/base/utils/random-number-generator.cc
> ---- deps/v8/src/base/utils/random-number-generator.cc.orig
> -+++ deps/v8/src/base/utils/random-number-generator.cc
> -@@ -51,7 +51,7 @@ RandomNumberGenerator::RandomNumberGenerator() {
> -   result = rand_s(&second_half);
> -   DCHECK_EQ(0, result);
> -   SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
> --#elif V8_OS_MACOSX
> -+#elif defined(V8_OS_MACOSX) || defined(V8_OS_OPENBSD)
> -   // Despite its prefix suggests it is not RC4 algorithm anymore.
> -   // It always succeeds while having decent performance and
> -   // no file descriptor involved.
> Index: patches/patch-lib_module_js
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-lib_module_js,v
> retrieving revision 1.13
> diff -u -p -r1.13 patch-lib_module_js
> --- patches/patch-lib_module_js       4 Apr 2020 16:42:57 -0000       1.13
> +++ patches/patch-lib_module_js       20 Apr 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-lib_module_js,v 1.13 202
>  Index: lib/internal/modules/cjs/loader.js
>  --- lib/internal/modules/cjs/loader.js.orig
>  +++ lib/internal/modules/cjs/loader.js
> -@@ -1260,7 +1260,10 @@ Module._initPaths = function() {
> +@@ -1179,7 +1179,10 @@ Module._initPaths = function() {
>       path.resolve(process.execPath, '..') :
>       path.resolve(process.execPath, '..', '..');
>   
> Index: patches/patch-node_gypi
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-node_gypi,v
> retrieving revision 1.8
> diff -u -p -r1.8 patch-node_gypi
> --- patches/patch-node_gypi   4 Apr 2020 16:42:57 -0000       1.8
> +++ patches/patch-node_gypi   20 Apr 2021 20:27:48 -0000
> @@ -3,7 +3,7 @@ $OpenBSD: patch-node_gypi,v 1.8 2020/04/
>  Index: node.gypi
>  --- node.gypi.orig
>  +++ node.gypi
> -@@ -204,11 +204,14 @@
> +@@ -203,11 +203,14 @@
>           'NODE_PLATFORM="darwin"',
>         ],
>       }],
> Index: patches/patch-src_cares_wrap_cc
> ===================================================================
> RCS file: patches/patch-src_cares_wrap_cc
> diff -N patches/patch-src_cares_wrap_cc
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-src_cares_wrap_cc   20 Apr 2021 20:27:48 -0000
> @@ -0,0 +1,13 @@
> +$OpenBSD$
> +
> +Index: src/cares_wrap.cc
> +--- src/cares_wrap.cc.orig
> ++++ src/cares_wrap.cc
> +@@ -52,6 +52,7 @@
> + 
> + #if defined(__OpenBSD__)
> + # define AI_V4MAPPED 0
> ++# define AI_ALL 0
> + #endif
> + 
> + namespace node {
> Index: patches/patch-tools_icu_icu-generic_gyp
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-tools_icu_icu-generic_gyp,v
> retrieving revision 1.5
> diff -u -p -r1.5 patch-tools_icu_icu-generic_gyp
> --- patches/patch-tools_icu_icu-generic_gyp   24 Nov 2019 18:42:28 -0000      
> 1.5
> +++ patches/patch-tools_icu_icu-generic_gyp   20 Apr 2021 20:27:48 -0000
> @@ -2,7 +2,7 @@ $OpenBSD: patch-tools_icu_icu-generic_gy
>  Index: tools/icu/icu-generic.gyp
>  --- tools/icu/icu-generic.gyp.orig
>  +++ tools/icu/icu-generic.gyp
> -@@ -546,6 +546,7 @@
> +@@ -551,6 +551,7 @@
>         'toolsets': [ 'host' ],
>         'type': 'executable',
>         'dependencies': [ 'icutools' ],
> Index: patches/patch-tools_test_py
> ===================================================================
> RCS file: /cvs/ports/lang/node/patches/patch-tools_test_py,v
> retrieving revision 1.8
> diff -u -p -r1.8 patch-tools_test_py
> --- patches/patch-tools_test_py       24 Nov 2019 18:42:28 -0000      1.8
> +++ patches/patch-tools_test_py       20 Apr 2021 20:27:48 -0000
> @@ -2,7 +2,7 @@ $OpenBSD: patch-tools_test_py,v 1.8 2019
>  Index: tools/test.py
>  --- tools/test.py.orig
>  +++ tools/test.py
> -@@ -893,9 +893,9 @@ class Context(object):
> +@@ -898,9 +898,9 @@ class Context(object):
>       if self.vm is not None:
>         return self.vm
>       if arch == 'none':
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/lang/node/pkg/PLIST,v
> retrieving revision 1.42
> diff -u -p -r1.42 PLIST
> --- pkg/PLIST 5 Jul 2020 09:00:11 -0000       1.42
> +++ pkg/PLIST 20 Apr 2021 20:27:48 -0000
> @@ -6,6 +6,32 @@ bin/npx
>  include/node/
>  include/node/common.gypi
>  include/node/config.gypi
> +include/node/cppgc/
> +include/node/cppgc/allocation.h
> +include/node/cppgc/common.h
> +include/node/cppgc/custom-space.h
> +include/node/cppgc/garbage-collected.h
> +include/node/cppgc/heap.h
> +include/node/cppgc/internal/
> +include/node/cppgc/internal/accessors.h
> +include/node/cppgc/internal/api-constants.h
> +include/node/cppgc/internal/compiler-specific.h
> +include/node/cppgc/internal/finalizer-trait.h
> +include/node/cppgc/internal/gc-info.h
> +include/node/cppgc/internal/logging.h
> +include/node/cppgc/internal/persistent-node.h
> +include/node/cppgc/internal/pointer-policies.h
> +include/node/cppgc/internal/prefinalizer-handler.h
> +include/node/cppgc/liveness-broker.h
> +include/node/cppgc/macros.h
> +include/node/cppgc/member.h
> +include/node/cppgc/persistent.h
> +include/node/cppgc/platform.h
> +include/node/cppgc/prefinalizer.h
> +include/node/cppgc/source-location.h
> +include/node/cppgc/trace-trait.h
> +include/node/cppgc/type-traits.h
> +include/node/cppgc/visitor.h
>  include/node/js_native_api.h
>  include/node/js_native_api_types.h
>  include/node/libplatform/
> @@ -305,6 +331,40 @@ include/node/openssl/archs/darwin-i386-c
>  include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/
>  
> include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h
>  include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h
> +include/node/openssl/archs/darwin64-arm64-cc/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm/include/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/
> +include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h
> +include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h
> +include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h
>  include/node/openssl/archs/darwin64-x86_64-cc/
>  include/node/openssl/archs/darwin64-x86_64-cc/asm/
>  include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/
> @@ -909,10 +969,10 @@ include/node/uv/tree.h
>  include/node/uv/unix.h
>  include/node/uv/version.h
>  include/node/uv/win.h
> +include/node/v8-fast-api-calls.h
>  include/node/v8-internal.h
>  include/node/v8-platform.h
>  include/node/v8-profiler.h
> -include/node/v8-testing.h
>  include/node/v8-util.h
>  include/node/v8-value-serializer-version.h
>  include/node/v8-version-string.h
> @@ -958,102 +1018,6 @@ lib/node_modules/agentkeepalive/lib/_htt
>  lib/node_modules/agentkeepalive/lib/agent.js
>  lib/node_modules/agentkeepalive/lib/https_agent.js
>  lib/node_modules/agentkeepalive/package.json
> -lib/node_modules/ajv/
> -lib/node_modules/ajv/.tonic_example.js
> -lib/node_modules/ajv/LICENSE
> -lib/node_modules/ajv/README.md
> -lib/node_modules/ajv/dist/
> -lib/node_modules/ajv/dist/ajv.bundle.js
> -lib/node_modules/ajv/dist/ajv.min.js
> -lib/node_modules/ajv/dist/ajv.min.js.map
> -lib/node_modules/ajv/dist/nodent.min.js
> -lib/node_modules/ajv/dist/regenerator.min.js
> -lib/node_modules/ajv/lib/
> -lib/node_modules/ajv/lib/$data.js
> -lib/node_modules/ajv/lib/ajv.d.ts
> -lib/node_modules/ajv/lib/ajv.js
> -lib/node_modules/ajv/lib/cache.js
> -lib/node_modules/ajv/lib/compile/
> -lib/node_modules/ajv/lib/compile/_rules.js
> -lib/node_modules/ajv/lib/compile/async.js
> -lib/node_modules/ajv/lib/compile/equal.js
> -lib/node_modules/ajv/lib/compile/error_classes.js
> -lib/node_modules/ajv/lib/compile/formats.js
> -lib/node_modules/ajv/lib/compile/index.js
> -lib/node_modules/ajv/lib/compile/resolve.js
> -lib/node_modules/ajv/lib/compile/rules.js
> -lib/node_modules/ajv/lib/compile/schema_obj.js
> -lib/node_modules/ajv/lib/compile/ucs2length.js
> -lib/node_modules/ajv/lib/compile/util.js
> -lib/node_modules/ajv/lib/dot/
> -lib/node_modules/ajv/lib/dot/_limit.jst
> -lib/node_modules/ajv/lib/dot/_limitItems.jst
> -lib/node_modules/ajv/lib/dot/_limitLength.jst
> -lib/node_modules/ajv/lib/dot/_limitProperties.jst
> -lib/node_modules/ajv/lib/dot/allOf.jst
> -lib/node_modules/ajv/lib/dot/anyOf.jst
> -lib/node_modules/ajv/lib/dot/coerce.def
> -lib/node_modules/ajv/lib/dot/const.jst
> -lib/node_modules/ajv/lib/dot/contains.jst
> -lib/node_modules/ajv/lib/dot/custom.jst
> -lib/node_modules/ajv/lib/dot/defaults.def
> -lib/node_modules/ajv/lib/dot/definitions.def
> -lib/node_modules/ajv/lib/dot/dependencies.jst
> -lib/node_modules/ajv/lib/dot/enum.jst
> -lib/node_modules/ajv/lib/dot/errors.def
> -lib/node_modules/ajv/lib/dot/format.jst
> -lib/node_modules/ajv/lib/dot/items.jst
> -lib/node_modules/ajv/lib/dot/missing.def
> -lib/node_modules/ajv/lib/dot/multipleOf.jst
> -lib/node_modules/ajv/lib/dot/not.jst
> -lib/node_modules/ajv/lib/dot/oneOf.jst
> -lib/node_modules/ajv/lib/dot/pattern.jst
> -lib/node_modules/ajv/lib/dot/properties.jst
> -lib/node_modules/ajv/lib/dot/propertyNames.jst
> -lib/node_modules/ajv/lib/dot/ref.jst
> -lib/node_modules/ajv/lib/dot/required.jst
> -lib/node_modules/ajv/lib/dot/uniqueItems.jst
> -lib/node_modules/ajv/lib/dot/validate.jst
> -lib/node_modules/ajv/lib/dotjs/
> -lib/node_modules/ajv/lib/dotjs/README.md
> -lib/node_modules/ajv/lib/dotjs/_limit.js
> -lib/node_modules/ajv/lib/dotjs/_limitItems.js
> -lib/node_modules/ajv/lib/dotjs/_limitLength.js
> -lib/node_modules/ajv/lib/dotjs/_limitProperties.js
> -lib/node_modules/ajv/lib/dotjs/allOf.js
> -lib/node_modules/ajv/lib/dotjs/anyOf.js
> -lib/node_modules/ajv/lib/dotjs/const.js
> -lib/node_modules/ajv/lib/dotjs/contains.js
> -lib/node_modules/ajv/lib/dotjs/custom.js
> -lib/node_modules/ajv/lib/dotjs/dependencies.js
> -lib/node_modules/ajv/lib/dotjs/enum.js
> -lib/node_modules/ajv/lib/dotjs/format.js
> -lib/node_modules/ajv/lib/dotjs/items.js
> -lib/node_modules/ajv/lib/dotjs/multipleOf.js
> -lib/node_modules/ajv/lib/dotjs/not.js
> -lib/node_modules/ajv/lib/dotjs/oneOf.js
> -lib/node_modules/ajv/lib/dotjs/pattern.js
> -lib/node_modules/ajv/lib/dotjs/properties.js
> -lib/node_modules/ajv/lib/dotjs/propertyNames.js
> -lib/node_modules/ajv/lib/dotjs/ref.js
> -lib/node_modules/ajv/lib/dotjs/required.js
> -lib/node_modules/ajv/lib/dotjs/uniqueItems.js
> -lib/node_modules/ajv/lib/dotjs/validate.js
> -lib/node_modules/ajv/lib/keyword.js
> -lib/node_modules/ajv/lib/patternGroups.js
> -lib/node_modules/ajv/lib/refs/
> -lib/node_modules/ajv/lib/refs/$data.json
> -lib/node_modules/ajv/lib/refs/json-schema-draft-04.json
> -lib/node_modules/ajv/lib/refs/json-schema-draft-06.json
> -lib/node_modules/ajv/lib/refs/json-schema-v5.json
> -lib/node_modules/ajv/package.json
> -lib/node_modules/ajv/scripts/
> -lib/node_modules/ajv/scripts/.eslintrc.yml
> -lib/node_modules/ajv/scripts/bundle.js
> -lib/node_modules/ajv/scripts/compile-dots.js
> -lib/node_modules/ajv/scripts/info
> -lib/node_modules/ajv/scripts/prepare-tests
> -lib/node_modules/ajv/scripts/travis-gh-pages
>  lib/node_modules/ansi-align/
>  lib/node_modules/ansi-align/CHANGELOG.md
>  lib/node_modules/ansi-align/LICENSE
> @@ -1103,7 +1067,6 @@ lib/node_modules/are-we-there-yet/index.
>  lib/node_modules/are-we-there-yet/node_modules/
>  lib/node_modules/are-we-there-yet/node_modules/readable-stream/
>  lib/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml
> -lib/node_modules/are-we-there-yet/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/are-we-there-yet/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE
>  lib/node_modules/are-we-there-yet/node_modules/readable-stream/README.md
> @@ -1211,7 +1174,6 @@ lib/node_modules/balanced-match/README.m
>  lib/node_modules/balanced-match/index.js
>  lib/node_modules/balanced-match/package.json
>  lib/node_modules/bcrypt-pbkdf/
> -lib/node_modules/bcrypt-pbkdf/CONTRIBUTING.md
>  lib/node_modules/bcrypt-pbkdf/LICENSE
>  lib/node_modules/bcrypt-pbkdf/README.md
>  lib/node_modules/bcrypt-pbkdf/index.js
> @@ -1425,7 +1387,18 @@ lib/node_modules/cliui/node_modules/ansi
>  lib/node_modules/cliui/node_modules/ansi-regex/license
>  lib/node_modules/cliui/node_modules/ansi-regex/package.json
>  lib/node_modules/cliui/node_modules/ansi-regex/readme.md
> +lib/node_modules/cliui/node_modules/is-fullwidth-code-point/
> +lib/node_modules/cliui/node_modules/is-fullwidth-code-point/index.js
> +lib/node_modules/cliui/node_modules/is-fullwidth-code-point/license
> +lib/node_modules/cliui/node_modules/is-fullwidth-code-point/package.json
> +lib/node_modules/cliui/node_modules/is-fullwidth-code-point/readme.md
> +lib/node_modules/cliui/node_modules/string-width/
> +lib/node_modules/cliui/node_modules/string-width/index.js
> +lib/node_modules/cliui/node_modules/string-width/license
> +lib/node_modules/cliui/node_modules/string-width/package.json
> +lib/node_modules/cliui/node_modules/string-width/readme.md
>  lib/node_modules/cliui/node_modules/strip-ansi/
> +lib/node_modules/cliui/node_modules/strip-ansi/index.d.ts
>  lib/node_modules/cliui/node_modules/strip-ansi/index.js
>  lib/node_modules/cliui/node_modules/strip-ansi/license
>  lib/node_modules/cliui/node_modules/strip-ansi/package.json
> @@ -1445,12 +1418,6 @@ lib/node_modules/cmd-shim/index.js
>  lib/node_modules/cmd-shim/lib/
>  lib/node_modules/cmd-shim/lib/to-batch-syntax.js
>  lib/node_modules/cmd-shim/package.json
> -lib/node_modules/co/
> -lib/node_modules/co/History.md
> -lib/node_modules/co/LICENSE
> -lib/node_modules/co/Readme.md
> -lib/node_modules/co/index.js
> -lib/node_modules/co/package.json
>  lib/node_modules/code-point-at/
>  lib/node_modules/code-point-at/index.js
>  lib/node_modules/code-point-at/license
> @@ -1530,7 +1497,6 @@ lib/node_modules/concat-stream/index.js
>  lib/node_modules/concat-stream/node_modules/
>  lib/node_modules/concat-stream/node_modules/readable-stream/
>  lib/node_modules/concat-stream/node_modules/readable-stream/.travis.yml
> -lib/node_modules/concat-stream/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/concat-stream/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/concat-stream/node_modules/readable-stream/LICENSE
>  lib/node_modules/concat-stream/node_modules/readable-stream/README.md
> @@ -1781,7 +1747,6 @@ lib/node_modules/duplexify/index.js
>  lib/node_modules/duplexify/node_modules/
>  lib/node_modules/duplexify/node_modules/readable-stream/
>  lib/node_modules/duplexify/node_modules/readable-stream/.travis.yml
> -lib/node_modules/duplexify/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/duplexify/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/duplexify/node_modules/readable-stream/LICENSE
>  lib/node_modules/duplexify/node_modules/readable-stream/README.md
> @@ -1836,6 +1801,16 @@ lib/node_modules/editor/example/beep.jso
>  lib/node_modules/editor/example/edit.js
>  lib/node_modules/editor/index.js
>  lib/node_modules/editor/package.json
> +lib/node_modules/emoji-regex/
> +lib/node_modules/emoji-regex/LICENSE-MIT.txt
> +lib/node_modules/emoji-regex/README.md
> +lib/node_modules/emoji-regex/es2015/
> +lib/node_modules/emoji-regex/es2015/index.js
> +lib/node_modules/emoji-regex/es2015/text.js
> +lib/node_modules/emoji-regex/index.d.ts
> +lib/node_modules/emoji-regex/index.js
> +lib/node_modules/emoji-regex/package.json
> +lib/node_modules/emoji-regex/text.js
>  lib/node_modules/encoding/
>  lib/node_modules/encoding/.npmignore
>  lib/node_modules/encoding/.travis.yml
> @@ -1851,6 +1826,7 @@ lib/node_modules/end-of-stream/README.md
>  lib/node_modules/end-of-stream/index.js
>  lib/node_modules/end-of-stream/package.json
>  lib/node_modules/env-paths/
> +lib/node_modules/env-paths/index.d.ts
>  lib/node_modules/env-paths/index.js
>  lib/node_modules/env-paths/license
>  lib/node_modules/env-paths/package.json
> @@ -1998,12 +1974,6 @@ lib/node_modules/extsprintf/jsl.node.con
>  lib/node_modules/extsprintf/lib/
>  lib/node_modules/extsprintf/lib/extsprintf.js
>  lib/node_modules/extsprintf/package.json
> -lib/node_modules/fast-deep-equal/
> -lib/node_modules/fast-deep-equal/LICENSE
> -lib/node_modules/fast-deep-equal/README.md
> -lib/node_modules/fast-deep-equal/index.d.ts
> -lib/node_modules/fast-deep-equal/index.js
> -lib/node_modules/fast-deep-equal/package.json
>  lib/node_modules/fast-json-stable-stringify/
>  lib/node_modules/fast-json-stable-stringify/.eslintrc.yml
>  lib/node_modules/fast-json-stable-stringify/.npmignore
> @@ -2031,11 +2001,6 @@ lib/node_modules/find-npm-prefix/LICENSE
>  lib/node_modules/find-npm-prefix/README.md
>  lib/node_modules/find-npm-prefix/find-prefix.js
>  lib/node_modules/find-npm-prefix/package.json
> -lib/node_modules/find-up/
> -lib/node_modules/find-up/index.js
> -lib/node_modules/find-up/license
> -lib/node_modules/find-up/package.json
> -lib/node_modules/find-up/readme.md
>  lib/node_modules/flush-write-stream/
>  lib/node_modules/flush-write-stream/.travis.yml
>  lib/node_modules/flush-write-stream/LICENSE
> @@ -2045,7 +2010,6 @@ lib/node_modules/flush-write-stream/inde
>  lib/node_modules/flush-write-stream/node_modules/
>  lib/node_modules/flush-write-stream/node_modules/readable-stream/
>  lib/node_modules/flush-write-stream/node_modules/readable-stream/.travis.yml
> -lib/node_modules/flush-write-stream/node_modules/readable-stream/CONTRIBUTING.md
>  
> lib/node_modules/flush-write-stream/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/flush-write-stream/node_modules/readable-stream/LICENSE
>  lib/node_modules/flush-write-stream/node_modules/readable-stream/README.md
> @@ -2104,7 +2068,6 @@ lib/node_modules/from2/index.js
>  lib/node_modules/from2/node_modules/
>  lib/node_modules/from2/node_modules/readable-stream/
>  lib/node_modules/from2/node_modules/readable-stream/.travis.yml
> -lib/node_modules/from2/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/from2/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/from2/node_modules/readable-stream/LICENSE
>  lib/node_modules/from2/node_modules/readable-stream/README.md
> @@ -2176,7 +2139,6 @@ lib/node_modules/fs-write-stream-atomic/
>  lib/node_modules/fs-write-stream-atomic/node_modules/iferr/package.json
>  lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/
>  
> lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/.travis.yml
> -lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/CONTRIBUTING.md
>  
> lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/LICENSE
>  
> lib/node_modules/fs-write-stream-atomic/node_modules/readable-stream/README.md
> @@ -2295,8 +2257,11 @@ lib/node_modules/gentle-fs/node_modules/
>  lib/node_modules/gentle-fs/node_modules/iferr/package.json
>  lib/node_modules/gentle-fs/package.json
>  lib/node_modules/get-caller-file/
> +lib/node_modules/get-caller-file/LICENSE.md
>  lib/node_modules/get-caller-file/README.md
> +lib/node_modules/get-caller-file/index.d.ts
>  lib/node_modules/get-caller-file/index.js
> +lib/node_modules/get-caller-file/index.js.map
>  lib/node_modules/get-caller-file/package.json
>  lib/node_modules/get-stream/
>  lib/node_modules/get-stream/buffer-stream.js
> @@ -2376,6 +2341,132 @@ lib/node_modules/har-validator/lib/
>  lib/node_modules/har-validator/lib/async.js
>  lib/node_modules/har-validator/lib/error.js
>  lib/node_modules/har-validator/lib/promise.js
> +lib/node_modules/har-validator/node_modules/
> +lib/node_modules/har-validator/node_modules/ajv/
> +lib/node_modules/har-validator/node_modules/ajv/.tonic_example.js
> +lib/node_modules/har-validator/node_modules/ajv/LICENSE
> +lib/node_modules/har-validator/node_modules/ajv/README.md
> +lib/node_modules/har-validator/node_modules/ajv/dist/
> +lib/node_modules/har-validator/node_modules/ajv/dist/ajv.bundle.js
> +lib/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js
> +lib/node_modules/har-validator/node_modules/ajv/dist/ajv.min.js.map
> +lib/node_modules/har-validator/node_modules/ajv/lib/
> +lib/node_modules/har-validator/node_modules/ajv/lib/ajv.d.ts
> +lib/node_modules/har-validator/node_modules/ajv/lib/ajv.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/cache.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/async.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/equal.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/error_classes.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/formats.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/index.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/resolve.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/rules.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/schema_obj.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/ucs2length.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/compile/util.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/data.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/definition_schema.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/_limit.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/_limitItems.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/_limitLength.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/_limitProperties.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/allOf.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/anyOf.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/coerce.def
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/comment.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/const.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/contains.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/custom.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/defaults.def
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/definitions.def
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/dependencies.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/enum.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/errors.def
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/format.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/if.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/items.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/missing.def
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/multipleOf.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/not.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/oneOf.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/pattern.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/properties.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/propertyNames.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/ref.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/required.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/uniqueItems.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dot/validate.jst
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/README.md
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limit.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitItems.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitLength.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/_limitProperties.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/allOf.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/anyOf.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/comment.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/const.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/contains.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/custom.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/dependencies.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/enum.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/format.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/if.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/index.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/items.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/multipleOf.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/not.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/oneOf.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/pattern.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/properties.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/propertyNames.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/ref.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/required.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/uniqueItems.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/dotjs/validate.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/keyword.js
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/data.json
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-draft-04.json
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-draft-06.json
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-draft-07.json
> +lib/node_modules/har-validator/node_modules/ajv/lib/refs/json-schema-secure.json
> +lib/node_modules/har-validator/node_modules/ajv/package.json
> +lib/node_modules/har-validator/node_modules/ajv/scripts/
> +lib/node_modules/har-validator/node_modules/ajv/scripts/.eslintrc.yml
> +lib/node_modules/har-validator/node_modules/ajv/scripts/bundle.js
> +lib/node_modules/har-validator/node_modules/ajv/scripts/compile-dots.js
> +lib/node_modules/har-validator/node_modules/ajv/scripts/info
> +lib/node_modules/har-validator/node_modules/ajv/scripts/prepare-tests
> +lib/node_modules/har-validator/node_modules/ajv/scripts/publish-built-version
> +lib/node_modules/har-validator/node_modules/ajv/scripts/travis-gh-pages
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/LICENSE
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/README.md
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/es6/
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/es6/index.d.ts
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/es6/index.js
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/es6/react.d.ts
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/es6/react.js
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/index.d.ts
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/index.js
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/package.json
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/react.d.ts
> +lib/node_modules/har-validator/node_modules/fast-deep-equal/react.js
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/.eslintrc.yml
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/.travis.yml
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/LICENSE
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/README.md
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/index.js
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/package.json
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/spec/
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/spec/.eslintrc.yml
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/spec/fixtures/
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/spec/fixtures/schema.js
> +lib/node_modules/har-validator/node_modules/json-schema-traverse/spec/index.spec.js
>  lib/node_modules/har-validator/package.json
>  lib/node_modules/has/
>  lib/node_modules/has-flag/
> @@ -2528,10 +2619,6 @@ lib/node_modules/init-package-json/READM
>  lib/node_modules/init-package-json/default-input.js
>  lib/node_modules/init-package-json/init-package-json.js
>  lib/node_modules/init-package-json/package.json
> -lib/node_modules/invert-kv/
> -lib/node_modules/invert-kv/index.js
> -lib/node_modules/invert-kv/package.json
> -lib/node_modules/invert-kv/readme.md
>  lib/node_modules/ip/
>  lib/node_modules/ip-regex/
>  lib/node_modules/ip-regex/index.js
> @@ -2558,7 +2645,6 @@ lib/node_modules/is-callable/index.js
>  lib/node_modules/is-callable/package.json
>  lib/node_modules/is-callable/test.js
>  lib/node_modules/is-ci/
> -lib/node_modules/is-ci/.travis.yml
>  lib/node_modules/is-ci/LICENSE
>  lib/node_modules/is-ci/README.md
>  lib/node_modules/is-ci/bin.js
> @@ -2572,7 +2658,6 @@ lib/node_modules/is-ci/node_modules/ci-i
>  lib/node_modules/is-ci/node_modules/ci-info/package.json
>  lib/node_modules/is-ci/node_modules/ci-info/vendors.json
>  lib/node_modules/is-ci/package.json
> -lib/node_modules/is-ci/test.js
>  lib/node_modules/is-cidr/
>  lib/node_modules/is-cidr/LICENSE
>  lib/node_modules/is-cidr/README.md
> @@ -2696,19 +2781,6 @@ lib/node_modules/json-parse-better-error
>  lib/node_modules/json-parse-better-errors/index.js
>  lib/node_modules/json-parse-better-errors/package.json
>  lib/node_modules/json-schema/
> -lib/node_modules/json-schema-traverse/
> -lib/node_modules/json-schema-traverse/.eslintrc.yml
> -lib/node_modules/json-schema-traverse/.npmignore
> -lib/node_modules/json-schema-traverse/.travis.yml
> -lib/node_modules/json-schema-traverse/LICENSE
> -lib/node_modules/json-schema-traverse/README.md
> -lib/node_modules/json-schema-traverse/index.js
> -lib/node_modules/json-schema-traverse/package.json
> -lib/node_modules/json-schema-traverse/spec/
> -lib/node_modules/json-schema-traverse/spec/.eslintrc.yml
> -lib/node_modules/json-schema-traverse/spec/fixtures/
> -lib/node_modules/json-schema-traverse/spec/fixtures/schema.js
> -lib/node_modules/json-schema-traverse/spec/index.spec.js
>  lib/node_modules/json-schema/README.md
>  lib/node_modules/json-schema/draft-00/
>  lib/node_modules/json-schema/draft-00/hyper-schema
> @@ -2768,7 +2840,6 @@ lib/node_modules/jsonparse/samplejson/ba
>  lib/node_modules/jsonparse/samplejson/basic2.json
>  lib/node_modules/jsprim/
>  lib/node_modules/jsprim/CHANGES.md
> -lib/node_modules/jsprim/CONTRIBUTING.md
>  lib/node_modules/jsprim/LICENSE
>  lib/node_modules/jsprim/README.md
>  lib/node_modules/jsprim/lib/
> @@ -2786,12 +2857,6 @@ lib/node_modules/lazy-property/README.md
>  lib/node_modules/lazy-property/component.json
>  lib/node_modules/lazy-property/lazyProperty.js
>  lib/node_modules/lazy-property/package.json
> -lib/node_modules/lcid/
> -lib/node_modules/lcid/index.js
> -lib/node_modules/lcid/lcid.json
> -lib/node_modules/lcid/license
> -lib/node_modules/lcid/package.json
> -lib/node_modules/lcid/readme.md
>  lib/node_modules/libcipm/
>  lib/node_modules/libcipm/CHANGELOG.md
>  lib/node_modules/libcipm/LICENSE.md
> @@ -2838,8 +2903,6 @@ lib/node_modules/libnpm/verify-lock.js
>  lib/node_modules/libnpmaccess/
>  lib/node_modules/libnpmaccess/.travis.yml
>  lib/node_modules/libnpmaccess/CHANGELOG.md
> -lib/node_modules/libnpmaccess/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmaccess/CONTRIBUTING.md
>  lib/node_modules/libnpmaccess/LICENSE
>  lib/node_modules/libnpmaccess/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmaccess/README.md
> @@ -2848,8 +2911,6 @@ lib/node_modules/libnpmaccess/index.js
>  lib/node_modules/libnpmaccess/package.json
>  lib/node_modules/libnpmconfig/
>  lib/node_modules/libnpmconfig/CHANGELOG.md
> -lib/node_modules/libnpmconfig/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmconfig/CONTRIBUTING.md
>  lib/node_modules/libnpmconfig/LICENSE
>  lib/node_modules/libnpmconfig/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmconfig/README.md
> @@ -2892,8 +2953,6 @@ lib/node_modules/libnpmhook/package.json
>  lib/node_modules/libnpmorg/
>  lib/node_modules/libnpmorg/.travis.yml
>  lib/node_modules/libnpmorg/CHANGELOG.md
> -lib/node_modules/libnpmorg/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmorg/CONTRIBUTING.md
>  lib/node_modules/libnpmorg/LICENSE
>  lib/node_modules/libnpmorg/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmorg/README.md
> @@ -2903,8 +2962,6 @@ lib/node_modules/libnpmorg/package.json
>  lib/node_modules/libnpmpublish/
>  lib/node_modules/libnpmpublish/.travis.yml
>  lib/node_modules/libnpmpublish/CHANGELOG.md
> -lib/node_modules/libnpmpublish/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmpublish/CONTRIBUTING.md
>  lib/node_modules/libnpmpublish/LICENSE
>  lib/node_modules/libnpmpublish/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmpublish/README.md
> @@ -2916,8 +2973,6 @@ lib/node_modules/libnpmpublish/unpublish
>  lib/node_modules/libnpmsearch/
>  lib/node_modules/libnpmsearch/.travis.yml
>  lib/node_modules/libnpmsearch/CHANGELOG.md
> -lib/node_modules/libnpmsearch/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmsearch/CONTRIBUTING.md
>  lib/node_modules/libnpmsearch/LICENSE
>  lib/node_modules/libnpmsearch/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmsearch/README.md
> @@ -2927,8 +2982,6 @@ lib/node_modules/libnpmsearch/package.js
>  lib/node_modules/libnpmteam/
>  lib/node_modules/libnpmteam/.travis.yml
>  lib/node_modules/libnpmteam/CHANGELOG.md
> -lib/node_modules/libnpmteam/CODE_OF_CONDUCT.md
> -lib/node_modules/libnpmteam/CONTRIBUTING.md
>  lib/node_modules/libnpmteam/LICENSE
>  lib/node_modules/libnpmteam/PULL_REQUEST_TEMPLATE
>  lib/node_modules/libnpmteam/README.md
> @@ -2972,11 +3025,6 @@ lib/node_modules/libnpx/package.json
>  lib/node_modules/libnpx/parse-args.js
>  lib/node_modules/libnpx/util.js
>  lib/node_modules/libnpx/y.js
> -lib/node_modules/locate-path/
> -lib/node_modules/locate-path/index.js
> -lib/node_modules/locate-path/license
> -lib/node_modules/locate-path/package.json
> -lib/node_modules/locate-path/readme.md
>  lib/node_modules/lock-verify/
>  lib/node_modules/lock-verify/LICENSE
>  lib/node_modules/lock-verify/README.md
> @@ -3082,19 +3130,15 @@ lib/node_modules/make-fetch-happen/index
>  lib/node_modules/make-fetch-happen/package.json
>  lib/node_modules/make-fetch-happen/warning.js
>  lib/node_modules/meant/
> -lib/node_modules/meant/.npmignore
> -lib/node_modules/meant/.travis.yml
> +lib/node_modules/meant/.github/
> +lib/node_modules/meant/.github/workflows/
> +lib/node_modules/meant/.github/workflows/ci.yml
>  lib/node_modules/meant/CHANGELOG.md
>  lib/node_modules/meant/LICENSE
>  lib/node_modules/meant/README.md
>  lib/node_modules/meant/index.js
>  lib/node_modules/meant/package.json
>  lib/node_modules/meant/test.js
> -lib/node_modules/mem/
> -lib/node_modules/mem/index.js
> -lib/node_modules/mem/license
> -lib/node_modules/mem/package.json
> -lib/node_modules/mem/readme.md
>  lib/node_modules/mime-db/
>  lib/node_modules/mime-db/HISTORY.md
>  lib/node_modules/mime-db/LICENSE
> @@ -3108,11 +3152,6 @@ lib/node_modules/mime-types/LICENSE
>  lib/node_modules/mime-types/README.md
>  lib/node_modules/mime-types/index.js
>  lib/node_modules/mime-types/package.json
> -lib/node_modules/mimic-fn/
> -lib/node_modules/mimic-fn/index.js
> -lib/node_modules/mimic-fn/license
> -lib/node_modules/mimic-fn/package.json
> -lib/node_modules/mimic-fn/readme.md
>  lib/node_modules/minimatch/
>  lib/node_modules/minimatch/LICENSE
>  lib/node_modules/minimatch/README.md
> @@ -3145,15 +3184,21 @@ lib/node_modules/mississippi/license
>  lib/node_modules/mississippi/package.json
>  lib/node_modules/mississippi/readme.md
>  lib/node_modules/mkdirp/
> -lib/node_modules/mkdirp/.travis.yml
>  lib/node_modules/mkdirp/LICENSE
>  lib/node_modules/mkdirp/README.markdown
>  lib/node_modules/mkdirp/bin/
>  lib/node_modules/mkdirp/bin/cmd.js
>  lib/node_modules/mkdirp/bin/usage.txt
> -lib/node_modules/mkdirp/examples/
> -lib/node_modules/mkdirp/examples/pow.js
>  lib/node_modules/mkdirp/index.js
> +lib/node_modules/mkdirp/node_modules/
> +lib/node_modules/mkdirp/node_modules/minimist/
> +lib/node_modules/mkdirp/node_modules/minimist/.travis.yml
> +lib/node_modules/mkdirp/node_modules/minimist/LICENSE
> +lib/node_modules/mkdirp/node_modules/minimist/example/
> +lib/node_modules/mkdirp/node_modules/minimist/example/parse.js
> +lib/node_modules/mkdirp/node_modules/minimist/index.js
> +lib/node_modules/mkdirp/node_modules/minimist/package.json
> +lib/node_modules/mkdirp/node_modules/minimist/readme.markdown
>  lib/node_modules/mkdirp/package.json
>  lib/node_modules/move-concurrently/
>  lib/node_modules/move-concurrently/LICENSE
> @@ -3207,9 +3252,10 @@ lib/node_modules/node-gyp/
>  lib/node_modules/node-gyp/.github/
>  lib/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md
>  lib/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md
> +lib/node_modules/node-gyp/.github/workflows/
> +lib/node_modules/node-gyp/.github/workflows/Python_tests.yml
>  lib/node_modules/node-gyp/.travis.yml
>  lib/node_modules/node-gyp/CHANGELOG.md
> -lib/node_modules/node-gyp/CONTRIBUTING.md
>  lib/node_modules/node-gyp/LICENSE
>  lib/node_modules/node-gyp/README.md
>  lib/node_modules/node-gyp/addon.gypi
> @@ -3263,7 +3309,6 @@ lib/node_modules/node-gyp/gyp/pylib/gyp/
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}mac_tool.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}msvs_emulation.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}ninja_syntax.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}ordered_dict.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}simple_copy.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}win_tool.${MODPY_PYC_MAGIC_TAG}pyc
>  
> lib/node_modules/node-gyp/gyp/pylib/gyp/${MODPY_PYCACHE}xcode_emulation.${MODPY_PYC_MAGIC_TAG}pyc
> @@ -3314,7 +3359,6 @@ lib/node_modules/node-gyp/gyp/pylib/gyp/
>  lib/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py
>  lib/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py
>  lib/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py
> -lib/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
>  lib/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py
>  lib/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py
>  lib/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
> @@ -3361,30 +3405,11 @@ lib/node_modules/node-gyp/lib/install.js
>  lib/node_modules/node-gyp/lib/list.js
>  lib/node_modules/node-gyp/lib/node-gyp.js
>  lib/node_modules/node-gyp/lib/process-release.js
> +lib/node_modules/node-gyp/lib/proxy.js
>  lib/node_modules/node-gyp/lib/rebuild.js
>  lib/node_modules/node-gyp/lib/remove.js
>  lib/node_modules/node-gyp/lib/util.js
> -lib/node_modules/node-gyp/node_modules/
> -lib/node_modules/node-gyp/node_modules/nopt/
> -lib/node_modules/node-gyp/node_modules/nopt/.npmignore
> -lib/node_modules/node-gyp/node_modules/nopt/.travis.yml
> -lib/node_modules/node-gyp/node_modules/nopt/LICENSE
> -lib/node_modules/node-gyp/node_modules/nopt/README.md
> -lib/node_modules/node-gyp/node_modules/nopt/bin/
> -lib/node_modules/node-gyp/node_modules/nopt/bin/nopt.js
> -lib/node_modules/node-gyp/node_modules/nopt/examples/
> -lib/node_modules/node-gyp/node_modules/nopt/examples/my-program.js
> -lib/node_modules/node-gyp/node_modules/nopt/lib/
> -lib/node_modules/node-gyp/node_modules/nopt/lib/nopt.js
> -lib/node_modules/node-gyp/node_modules/nopt/package.json
> -lib/node_modules/node-gyp/node_modules/semver/
> -lib/node_modules/node-gyp/node_modules/semver/LICENSE
> -lib/node_modules/node-gyp/node_modules/semver/README.md
> -lib/node_modules/node-gyp/node_modules/semver/bin/
> -lib/node_modules/node-gyp/node_modules/semver/bin/semver
> -lib/node_modules/node-gyp/node_modules/semver/package.json
> -lib/node_modules/node-gyp/node_modules/semver/range.bnf
> -lib/node_modules/node-gyp/node_modules/semver/semver.js
> +lib/node_modules/node-gyp/macOS_Catalina.md
>  lib/node_modules/node-gyp/package.json
>  lib/node_modules/node-gyp/src/
>  lib/node_modules/node-gyp/src/win_delay_load_hook.cc
> @@ -3409,15 +3434,11 @@ lib/node_modules/node-pledge/pledge_10x.
>  lib/node_modules/node-pledge/test.js
>  lib/node_modules/node-pledge/version.js
>  lib/node_modules/nopt/
> -lib/node_modules/nopt/.npmignore
> -lib/node_modules/nopt/.travis.yml
>  lib/node_modules/nopt/CHANGELOG.md
>  lib/node_modules/nopt/LICENSE
>  lib/node_modules/nopt/README.md
>  lib/node_modules/nopt/bin/
>  lib/node_modules/nopt/bin/nopt.js
> -lib/node_modules/nopt/examples/
> -lib/node_modules/nopt/examples/my-program.js
>  lib/node_modules/nopt/lib/
>  lib/node_modules/nopt/lib/nopt.js
>  lib/node_modules/nopt/package.json
> @@ -3569,6 +3590,7 @@ lib/node_modules/npm-user-validate/packa
>  lib/node_modules/npm/.licensee.json
>  lib/node_modules/npm/.mailmap
>  lib/node_modules/npm/.npmignore
> +lib/node_modules/npm/.npmrc
>  lib/node_modules/npm/.travis.yml
>  lib/node_modules/npm/AUTHORS
>  lib/node_modules/npm/CHANGELOG.md
> @@ -3576,7 +3598,6 @@ lib/node_modules/npm/CONTRIBUTING.md
>  lib/node_modules/npm/LICENSE
>  lib/node_modules/npm/Makefile
>  lib/node_modules/npm/README.md
> -lib/node_modules/npm/appveyor.yml
>  lib/node_modules/npm/bin/
>  lib/node_modules/npm/bin/node-gyp-bin/
>  lib/node_modules/npm/bin/node-gyp-bin/node-gyp
> @@ -3816,22 +3837,6 @@ lib/node_modules/npm/docs/public/configu
>  lib/node_modules/npm/docs/public/configuring-npm/package-locks/index.html
>  lib/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/
>  lib/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html
> -lib/node_modules/npm/docs/public/google-fonts/
> -lib/node_modules/npm/docs/public/google-fonts/s/
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/v18/
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKGlZ5q4.woff
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/v18/QldKNThLqRwH-OJ1UHjlKGlZ5qg.woff2
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/v18/QldXNThLqRwH-OJ1UHjlKGHiw71p5_o.woff
> -lib/node_modules/npm/docs/public/google-fonts/s/inconsolata/v18/QldXNThLqRwH-OJ1UHjlKGHiw71p5_w.woff2
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEw.woff
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEw.woff
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2
> -lib/node_modules/npm/docs/public/google-fonts/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedA.woff
>  lib/node_modules/npm/docs/public/icons/
>  lib/node_modules/npm/docs/public/icons/icon-144x144.png
>  lib/node_modules/npm/docs/public/icons/icon-192x192.png
> @@ -4109,6 +4114,7 @@ lib/node_modules/npm/lib/utils/pick-mani
>  lib/node_modules/npm/lib/utils/pulse-till-done.js
>  lib/node_modules/npm/lib/utils/read-local-package.js
>  lib/node_modules/npm/lib/utils/read-user-info.js
> +lib/node_modules/npm/lib/utils/replace-info.js
>  lib/node_modules/npm/lib/utils/save-stack.js
>  lib/node_modules/npm/lib/utils/spawn.js
>  lib/node_modules/npm/lib/utils/temp-filename.js
> @@ -4209,7 +4215,6 @@ lib/node_modules/npm/node_modules/JSONSt
>  lib/node_modules/npm/node_modules/abbrev
>  lib/node_modules/npm/node_modules/agent-base
>  lib/node_modules/npm/node_modules/agentkeepalive
> -lib/node_modules/npm/node_modules/ajv
>  lib/node_modules/npm/node_modules/ansi-align
>  lib/node_modules/npm/node_modules/ansi-regex
>  lib/node_modules/npm/node_modules/ansi-styles
> @@ -4249,7 +4254,6 @@ lib/node_modules/npm/node_modules/cli-ta
>  lib/node_modules/npm/node_modules/cliui
>  lib/node_modules/npm/node_modules/clone
>  lib/node_modules/npm/node_modules/cmd-shim
> -lib/node_modules/npm/node_modules/co
>  lib/node_modules/npm/node_modules/code-point-at
>  lib/node_modules/npm/node_modules/color-convert
>  lib/node_modules/npm/node_modules/color-name
> @@ -4286,6 +4290,7 @@ lib/node_modules/npm/node_modules/duplex
>  lib/node_modules/npm/node_modules/duplexify
>  lib/node_modules/npm/node_modules/ecc-jsbn
>  lib/node_modules/npm/node_modules/editor
> +lib/node_modules/npm/node_modules/emoji-regex
>  lib/node_modules/npm/node_modules/encoding
>  lib/node_modules/npm/node_modules/end-of-stream
>  lib/node_modules/npm/node_modules/env-paths
> @@ -4299,11 +4304,9 @@ lib/node_modules/npm/node_modules/escape
>  lib/node_modules/npm/node_modules/execa
>  lib/node_modules/npm/node_modules/extend
>  lib/node_modules/npm/node_modules/extsprintf
> -lib/node_modules/npm/node_modules/fast-deep-equal
>  lib/node_modules/npm/node_modules/fast-json-stable-stringify
>  lib/node_modules/npm/node_modules/figgy-pudding
>  lib/node_modules/npm/node_modules/find-npm-prefix
> -lib/node_modules/npm/node_modules/find-up
>  lib/node_modules/npm/node_modules/flush-write-stream
>  lib/node_modules/npm/node_modules/forever-agent
>  lib/node_modules/npm/node_modules/form-data
> @@ -4345,7 +4348,6 @@ lib/node_modules/npm/node_modules/inflig
>  lib/node_modules/npm/node_modules/inherits
>  lib/node_modules/npm/node_modules/ini
>  lib/node_modules/npm/node_modules/init-package-json
> -lib/node_modules/npm/node_modules/invert-kv
>  lib/node_modules/npm/node_modules/ip
>  lib/node_modules/npm/node_modules/ip-regex
>  lib/node_modules/npm/node_modules/is-callable
> @@ -4369,13 +4371,11 @@ lib/node_modules/npm/node_modules/isstre
>  lib/node_modules/npm/node_modules/jsbn
>  lib/node_modules/npm/node_modules/json-parse-better-errors
>  lib/node_modules/npm/node_modules/json-schema
> -lib/node_modules/npm/node_modules/json-schema-traverse
>  lib/node_modules/npm/node_modules/json-stringify-safe
>  lib/node_modules/npm/node_modules/jsonparse
>  lib/node_modules/npm/node_modules/jsprim
>  lib/node_modules/npm/node_modules/latest-version
>  lib/node_modules/npm/node_modules/lazy-property
> -lib/node_modules/npm/node_modules/lcid
>  lib/node_modules/npm/node_modules/libcipm
>  lib/node_modules/npm/node_modules/libnpm
>  lib/node_modules/npm/node_modules/libnpmaccess
> @@ -4386,7 +4386,6 @@ lib/node_modules/npm/node_modules/libnpm
>  lib/node_modules/npm/node_modules/libnpmsearch
>  lib/node_modules/npm/node_modules/libnpmteam
>  lib/node_modules/npm/node_modules/libnpx
> -lib/node_modules/npm/node_modules/locate-path
>  lib/node_modules/npm/node_modules/lock-verify
>  lib/node_modules/npm/node_modules/lockfile
>  lib/node_modules/npm/node_modules/lodash._baseindexof
> @@ -4407,10 +4406,8 @@ lib/node_modules/npm/node_modules/lru-ca
>  lib/node_modules/npm/node_modules/make-dir
>  lib/node_modules/npm/node_modules/make-fetch-happen
>  lib/node_modules/npm/node_modules/meant
> -lib/node_modules/npm/node_modules/mem
>  lib/node_modules/npm/node_modules/mime-db
>  lib/node_modules/npm/node_modules/mime-types
> -lib/node_modules/npm/node_modules/mimic-fn
>  lib/node_modules/npm/node_modules/minimatch
>  lib/node_modules/npm/node_modules/minimist
>  lib/node_modules/npm/node_modules/minizlib
> @@ -4447,13 +4444,9 @@ lib/node_modules/npm/node_modules/object
>  lib/node_modules/npm/node_modules/once
>  lib/node_modules/npm/node_modules/opener
>  lib/node_modules/npm/node_modules/os-homedir
> -lib/node_modules/npm/node_modules/os-locale
>  lib/node_modules/npm/node_modules/os-tmpdir
>  lib/node_modules/npm/node_modules/osenv
>  lib/node_modules/npm/node_modules/p-finally
> -lib/node_modules/npm/node_modules/p-limit
> -lib/node_modules/npm/node_modules/p-locate
> -lib/node_modules/npm/node_modules/p-try
>  lib/node_modules/npm/node_modules/package-json
>  lib/node_modules/npm/node_modules/pacote
>  lib/node_modules/npm/node_modules/parallel-transform
> @@ -4550,6 +4543,7 @@ lib/node_modules/npm/node_modules/unique
>  lib/node_modules/npm/node_modules/unpipe
>  lib/node_modules/npm/node_modules/unzip-response
>  lib/node_modules/npm/node_modules/update-notifier
> +lib/node_modules/npm/node_modules/uri-js
>  lib/node_modules/npm/node_modules/url-parse-lax
>  lib/node_modules/npm/node_modules/util-deprecate
>  lib/node_modules/npm/node_modules/util-extend
> @@ -4589,6 +4583,10 @@ lib/node_modules/npm/scripts/publish-tag
>  lib/node_modules/npm/scripts/release.sh
>  lib/node_modules/npm/scripts/relocate.sh
>  lib/node_modules/npm/scripts/update-authors.sh
> +lib/node_modules/npm/scripts/update-dist-tags.js
> +lib/node_modules/npm/tap-snapshots/
> +lib/node_modules/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
> +lib/node_modules/npm/tap-snapshots/test-tap-repo.js-TAP.test.js
>  lib/node_modules/npmlog/
>  lib/node_modules/npmlog/CHANGELOG.md
>  lib/node_modules/npmlog/LICENSE
> @@ -4652,11 +4650,6 @@ lib/node_modules/os-homedir/index.js
>  lib/node_modules/os-homedir/license
>  lib/node_modules/os-homedir/package.json
>  lib/node_modules/os-homedir/readme.md
> -lib/node_modules/os-locale/
> -lib/node_modules/os-locale/index.js
> -lib/node_modules/os-locale/license
> -lib/node_modules/os-locale/package.json
> -lib/node_modules/os-locale/readme.md
>  lib/node_modules/os-tmpdir/
>  lib/node_modules/os-tmpdir/index.js
>  lib/node_modules/os-tmpdir/license
> @@ -4672,21 +4665,6 @@ lib/node_modules/p-finally/index.js
>  lib/node_modules/p-finally/license
>  lib/node_modules/p-finally/package.json
>  lib/node_modules/p-finally/readme.md
> -lib/node_modules/p-limit/
> -lib/node_modules/p-limit/index.js
> -lib/node_modules/p-limit/license
> -lib/node_modules/p-limit/package.json
> -lib/node_modules/p-limit/readme.md
> -lib/node_modules/p-locate/
> -lib/node_modules/p-locate/index.js
> -lib/node_modules/p-locate/license
> -lib/node_modules/p-locate/package.json
> -lib/node_modules/p-locate/readme.md
> -lib/node_modules/p-try/
> -lib/node_modules/p-try/index.js
> -lib/node_modules/p-try/license
> -lib/node_modules/p-try/package.json
> -lib/node_modules/p-try/readme.md
>  lib/node_modules/package-json/
>  lib/node_modules/package-json/index.js
>  lib/node_modules/package-json/license
> @@ -4745,7 +4723,6 @@ lib/node_modules/parallel-transform/inde
>  lib/node_modules/parallel-transform/node_modules/
>  lib/node_modules/parallel-transform/node_modules/readable-stream/
>  lib/node_modules/parallel-transform/node_modules/readable-stream/.travis.yml
> -lib/node_modules/parallel-transform/node_modules/readable-stream/CONTRIBUTING.md
>  
> lib/node_modules/parallel-transform/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/parallel-transform/node_modules/readable-stream/LICENSE
>  lib/node_modules/parallel-transform/node_modules/readable-stream/README.md
> @@ -5008,15 +4985,6 @@ lib/node_modules/rc/cli.js
>  lib/node_modules/rc/index.js
>  lib/node_modules/rc/lib/
>  lib/node_modules/rc/lib/utils.js
> -lib/node_modules/rc/node_modules/
> -lib/node_modules/rc/node_modules/minimist/
> -lib/node_modules/rc/node_modules/minimist/.travis.yml
> -lib/node_modules/rc/node_modules/minimist/LICENSE
> -lib/node_modules/rc/node_modules/minimist/example/
> -lib/node_modules/rc/node_modules/minimist/example/parse.js
> -lib/node_modules/rc/node_modules/minimist/index.js
> -lib/node_modules/rc/node_modules/minimist/package.json
> -lib/node_modules/rc/node_modules/minimist/readme.markdown
>  lib/node_modules/rc/package.json
>  lib/node_modules/read/
>  lib/node_modules/read-cmd-shim/
> @@ -5049,7 +5017,6 @@ lib/node_modules/read/lib/
>  lib/node_modules/read/lib/read.js
>  lib/node_modules/read/package.json
>  lib/node_modules/readable-stream/
> -lib/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/readable-stream/LICENSE
>  lib/node_modules/readable-stream/README.md
> @@ -5068,6 +5035,8 @@ lib/node_modules/readable-stream/lib/int
>  lib/node_modules/readable-stream/lib/internal/streams/buffer_list.js
>  lib/node_modules/readable-stream/lib/internal/streams/destroy.js
>  lib/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
> +lib/node_modules/readable-stream/lib/internal/streams/from-browser.js
> +lib/node_modules/readable-stream/lib/internal/streams/from.js
>  lib/node_modules/readable-stream/lib/internal/streams/pipeline.js
>  lib/node_modules/readable-stream/lib/internal/streams/state.js
>  lib/node_modules/readable-stream/lib/internal/streams/stream-browser.js
> @@ -5081,6 +5050,7 @@ lib/node_modules/readdir-scoped-modules/
>  lib/node_modules/readdir-scoped-modules/package.json
>  lib/node_modules/readdir-scoped-modules/readdir.js
>  lib/node_modules/registry-auth-token/
> +lib/node_modules/registry-auth-token/.npmignore
>  lib/node_modules/registry-auth-token/CHANGELOG.md
>  lib/node_modules/registry-auth-token/LICENSE
>  lib/node_modules/registry-auth-token/README.md
> @@ -5121,13 +5091,11 @@ lib/node_modules/require-directory/READM
>  lib/node_modules/require-directory/index.js
>  lib/node_modules/require-directory/package.json
>  lib/node_modules/require-main-filename/
> -lib/node_modules/require-main-filename/.npmignore
> -lib/node_modules/require-main-filename/.travis.yml
> +lib/node_modules/require-main-filename/CHANGELOG.md
>  lib/node_modules/require-main-filename/LICENSE.txt
>  lib/node_modules/require-main-filename/README.md
>  lib/node_modules/require-main-filename/index.js
>  lib/node_modules/require-main-filename/package.json
> -lib/node_modules/require-main-filename/test.js
>  lib/node_modules/resolve-from/
>  lib/node_modules/resolve-from/index.js
>  lib/node_modules/resolve-from/license
> @@ -5451,7 +5419,6 @@ lib/node_modules/stream-iterate/index.js
>  lib/node_modules/stream-iterate/node_modules/
>  lib/node_modules/stream-iterate/node_modules/readable-stream/
>  lib/node_modules/stream-iterate/node_modules/readable-stream/.travis.yml
> -lib/node_modules/stream-iterate/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/stream-iterate/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/stream-iterate/node_modules/readable-stream/LICENSE
>  lib/node_modules/stream-iterate/node_modules/readable-stream/README.md
> @@ -5527,6 +5494,13 @@ lib/node_modules/string_decoder/LICENSE
>  lib/node_modules/string_decoder/README.md
>  lib/node_modules/string_decoder/lib/
>  lib/node_modules/string_decoder/lib/string_decoder.js
> +lib/node_modules/string_decoder/node_modules/
> +lib/node_modules/string_decoder/node_modules/safe-buffer/
> +lib/node_modules/string_decoder/node_modules/safe-buffer/LICENSE
> +lib/node_modules/string_decoder/node_modules/safe-buffer/README.md
> +lib/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts
> +lib/node_modules/string_decoder/node_modules/safe-buffer/index.js
> +lib/node_modules/string_decoder/node_modules/safe-buffer/package.json
>  lib/node_modules/string_decoder/package.json
>  lib/node_modules/stringify-package/
>  lib/node_modules/stringify-package/CHANGELOG.md
> @@ -5624,7 +5598,6 @@ lib/node_modules/through2/README.md
>  lib/node_modules/through2/node_modules/
>  lib/node_modules/through2/node_modules/readable-stream/
>  lib/node_modules/through2/node_modules/readable-stream/.travis.yml
> -lib/node_modules/through2/node_modules/readable-stream/CONTRIBUTING.md
>  lib/node_modules/through2/node_modules/readable-stream/GOVERNANCE.md
>  lib/node_modules/through2/node_modules/readable-stream/LICENSE
>  lib/node_modules/through2/node_modules/readable-stream/README.md
> @@ -5775,6 +5748,64 @@ lib/node_modules/update-notifier/index.j
>  lib/node_modules/update-notifier/license
>  lib/node_modules/update-notifier/package.json
>  lib/node_modules/update-notifier/readme.md
> +lib/node_modules/uri-js/
> +lib/node_modules/uri-js/LICENSE
> +lib/node_modules/uri-js/README.md
> +lib/node_modules/uri-js/dist/
> +lib/node_modules/uri-js/dist/es5/
> +lib/node_modules/uri-js/dist/es5/uri.all.d.ts
> +lib/node_modules/uri-js/dist/es5/uri.all.js
> +lib/node_modules/uri-js/dist/es5/uri.all.js.map
> +lib/node_modules/uri-js/dist/es5/uri.all.min.d.ts
> +lib/node_modules/uri-js/dist/es5/uri.all.min.js
> +lib/node_modules/uri-js/dist/es5/uri.all.min.js.map
> +lib/node_modules/uri-js/dist/esnext/
> +lib/node_modules/uri-js/dist/esnext/index.d.ts
> +lib/node_modules/uri-js/dist/esnext/index.js
> +lib/node_modules/uri-js/dist/esnext/index.js.map
> +lib/node_modules/uri-js/dist/esnext/regexps-iri.d.ts
> +lib/node_modules/uri-js/dist/esnext/regexps-iri.js
> +lib/node_modules/uri-js/dist/esnext/regexps-iri.js.map
> +lib/node_modules/uri-js/dist/esnext/regexps-uri.d.ts
> +lib/node_modules/uri-js/dist/esnext/regexps-uri.js
> +lib/node_modules/uri-js/dist/esnext/regexps-uri.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/
> +lib/node_modules/uri-js/dist/esnext/schemes/http.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/http.js
> +lib/node_modules/uri-js/dist/esnext/schemes/http.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/https.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/https.js
> +lib/node_modules/uri-js/dist/esnext/schemes/https.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/mailto.js
> +lib/node_modules/uri-js/dist/esnext/schemes/mailto.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js
> +lib/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/urn.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/urn.js
> +lib/node_modules/uri-js/dist/esnext/schemes/urn.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/ws.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/ws.js
> +lib/node_modules/uri-js/dist/esnext/schemes/ws.js.map
> +lib/node_modules/uri-js/dist/esnext/schemes/wss.d.ts
> +lib/node_modules/uri-js/dist/esnext/schemes/wss.js
> +lib/node_modules/uri-js/dist/esnext/schemes/wss.js.map
> +lib/node_modules/uri-js/dist/esnext/uri.d.ts
> +lib/node_modules/uri-js/dist/esnext/uri.js
> +lib/node_modules/uri-js/dist/esnext/uri.js.map
> +lib/node_modules/uri-js/dist/esnext/util.d.ts
> +lib/node_modules/uri-js/dist/esnext/util.js
> +lib/node_modules/uri-js/dist/esnext/util.js.map
> +lib/node_modules/uri-js/node_modules/
> +lib/node_modules/uri-js/node_modules/punycode/
> +lib/node_modules/uri-js/node_modules/punycode/LICENSE-MIT.txt
> +lib/node_modules/uri-js/node_modules/punycode/README.md
> +lib/node_modules/uri-js/node_modules/punycode/package.json
> +lib/node_modules/uri-js/node_modules/punycode/punycode.es6.js
> +lib/node_modules/uri-js/node_modules/punycode/punycode.js
> +lib/node_modules/uri-js/package.json
> +lib/node_modules/uri-js/yarn.lock
>  lib/node_modules/url-parse-lax/
>  lib/node_modules/url-parse-lax/index.js
>  lib/node_modules/url-parse-lax/license
> @@ -5837,7 +5868,6 @@ lib/node_modules/validate-npm-package-na
>  lib/node_modules/verror/
>  lib/node_modules/verror/.npmignore
>  lib/node_modules/verror/CHANGES.md
> -lib/node_modules/verror/CONTRIBUTING.md
>  lib/node_modules/verror/LICENSE
>  lib/node_modules/verror/README.md
>  lib/node_modules/verror/lib/
> @@ -5910,11 +5940,27 @@ lib/node_modules/wrap-ansi/
>  lib/node_modules/wrap-ansi/index.js
>  lib/node_modules/wrap-ansi/license
>  lib/node_modules/wrap-ansi/node_modules/
> +lib/node_modules/wrap-ansi/node_modules/ansi-regex/
> +lib/node_modules/wrap-ansi/node_modules/ansi-regex/index.js
> +lib/node_modules/wrap-ansi/node_modules/ansi-regex/license
> +lib/node_modules/wrap-ansi/node_modules/ansi-regex/package.json
> +lib/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md
> +lib/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/
> +lib/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/index.js
> +lib/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/license
> +lib/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/package.json
> +lib/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point/readme.md
>  lib/node_modules/wrap-ansi/node_modules/string-width/
>  lib/node_modules/wrap-ansi/node_modules/string-width/index.js
>  lib/node_modules/wrap-ansi/node_modules/string-width/license
>  lib/node_modules/wrap-ansi/node_modules/string-width/package.json
>  lib/node_modules/wrap-ansi/node_modules/string-width/readme.md
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/index.d.ts
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/index.js
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/license
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/package.json
> +lib/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md
>  lib/node_modules/wrap-ansi/package.json
>  lib/node_modules/wrap-ansi/readme.md
>  lib/node_modules/wrappy/
> @@ -5962,18 +6008,27 @@ lib/node_modules/yargs-parser/README.md
>  lib/node_modules/yargs-parser/index.js
>  lib/node_modules/yargs-parser/lib/
>  lib/node_modules/yargs-parser/lib/tokenize-arg-string.js
> +lib/node_modules/yargs-parser/node_modules/
> +lib/node_modules/yargs-parser/node_modules/camelcase/
> +lib/node_modules/yargs-parser/node_modules/camelcase/index.d.ts
> +lib/node_modules/yargs-parser/node_modules/camelcase/index.js
> +lib/node_modules/yargs-parser/node_modules/camelcase/license
> +lib/node_modules/yargs-parser/node_modules/camelcase/package.json
> +lib/node_modules/yargs-parser/node_modules/camelcase/readme.md
>  lib/node_modules/yargs-parser/package.json
>  lib/node_modules/yargs/CHANGELOG.md
>  lib/node_modules/yargs/LICENSE
>  lib/node_modules/yargs/README.md
> -lib/node_modules/yargs/completion.sh.hbs
>  lib/node_modules/yargs/index.js
>  lib/node_modules/yargs/lib/
>  lib/node_modules/yargs/lib/apply-extends.js
>  lib/node_modules/yargs/lib/argsert.js
>  lib/node_modules/yargs/lib/command.js
> +lib/node_modules/yargs/lib/completion-templates.js
>  lib/node_modules/yargs/lib/completion.js
> +lib/node_modules/yargs/lib/is-promise.js
>  lib/node_modules/yargs/lib/levenshtein.js
> +lib/node_modules/yargs/lib/middleware.js
>  lib/node_modules/yargs/lib/obj-filter.js
>  lib/node_modules/yargs/lib/usage.js
>  lib/node_modules/yargs/lib/validation.js
> @@ -6003,11 +6058,54 @@ lib/node_modules/yargs/locales/tr.json
>  lib/node_modules/yargs/locales/zh_CN.json
>  lib/node_modules/yargs/locales/zh_TW.json
>  lib/node_modules/yargs/node_modules/
> -lib/node_modules/yargs/node_modules/y18n/
> -lib/node_modules/yargs/node_modules/y18n/LICENSE
> -lib/node_modules/yargs/node_modules/y18n/README.md
> -lib/node_modules/yargs/node_modules/y18n/index.js
> -lib/node_modules/yargs/node_modules/y18n/package.json
> +lib/node_modules/yargs/node_modules/ansi-regex/
> +lib/node_modules/yargs/node_modules/ansi-regex/index.js
> +lib/node_modules/yargs/node_modules/ansi-regex/license
> +lib/node_modules/yargs/node_modules/ansi-regex/package.json
> +lib/node_modules/yargs/node_modules/ansi-regex/readme.md
> +lib/node_modules/yargs/node_modules/find-up/
> +lib/node_modules/yargs/node_modules/find-up/index.js
> +lib/node_modules/yargs/node_modules/find-up/license
> +lib/node_modules/yargs/node_modules/find-up/package.json
> +lib/node_modules/yargs/node_modules/find-up/readme.md
> +lib/node_modules/yargs/node_modules/is-fullwidth-code-point/
> +lib/node_modules/yargs/node_modules/is-fullwidth-code-point/index.js
> +lib/node_modules/yargs/node_modules/is-fullwidth-code-point/license
> +lib/node_modules/yargs/node_modules/is-fullwidth-code-point/package.json
> +lib/node_modules/yargs/node_modules/is-fullwidth-code-point/readme.md
> +lib/node_modules/yargs/node_modules/locate-path/
> +lib/node_modules/yargs/node_modules/locate-path/index.js
> +lib/node_modules/yargs/node_modules/locate-path/license
> +lib/node_modules/yargs/node_modules/locate-path/package.json
> +lib/node_modules/yargs/node_modules/locate-path/readme.md
> +lib/node_modules/yargs/node_modules/p-limit/
> +lib/node_modules/yargs/node_modules/p-limit/index.d.ts
> +lib/node_modules/yargs/node_modules/p-limit/index.js
> +lib/node_modules/yargs/node_modules/p-limit/license
> +lib/node_modules/yargs/node_modules/p-limit/package.json
> +lib/node_modules/yargs/node_modules/p-limit/readme.md
> +lib/node_modules/yargs/node_modules/p-locate/
> +lib/node_modules/yargs/node_modules/p-locate/index.js
> +lib/node_modules/yargs/node_modules/p-locate/license
> +lib/node_modules/yargs/node_modules/p-locate/package.json
> +lib/node_modules/yargs/node_modules/p-locate/readme.md
> +lib/node_modules/yargs/node_modules/p-try/
> +lib/node_modules/yargs/node_modules/p-try/index.d.ts
> +lib/node_modules/yargs/node_modules/p-try/index.js
> +lib/node_modules/yargs/node_modules/p-try/license
> +lib/node_modules/yargs/node_modules/p-try/package.json
> +lib/node_modules/yargs/node_modules/p-try/readme.md
> +lib/node_modules/yargs/node_modules/string-width/
> +lib/node_modules/yargs/node_modules/string-width/index.js
> +lib/node_modules/yargs/node_modules/string-width/license
> +lib/node_modules/yargs/node_modules/string-width/package.json
> +lib/node_modules/yargs/node_modules/string-width/readme.md
> +lib/node_modules/yargs/node_modules/strip-ansi/
> +lib/node_modules/yargs/node_modules/strip-ansi/index.d.ts
> +lib/node_modules/yargs/node_modules/strip-ansi/index.js
> +lib/node_modules/yargs/node_modules/strip-ansi/license
> +lib/node_modules/yargs/node_modules/strip-ansi/package.json
> +lib/node_modules/yargs/node_modules/strip-ansi/readme.md
>  lib/node_modules/yargs/package.json
>  lib/node_modules/yargs/yargs.js
>  @man man/man1/node.1
> 

Reply via email to