diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000..15d9310
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,3 @@
+github:
+ - kemboi22
+ - compgeniuses
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..03d9549
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..5af9c98
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..1466a7b
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/ns8-vaultwarden.iml b/.idea/ns8-vaultwarden.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/ns8-vaultwarden.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..7093614
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "lastFilter": {
+ "state": "OPEN",
+ "assignee": "kemboi22"
+ }
+}
+ {
+ "selectedUrlAndAccountId": {
+ "url": "git@github.com:compgeniuses/ns8-vaultwarden.git",
+ "accountId": "c2baa4e2-d255-4623-860f-3ad0f310f78d"
+ }
+}
+
+
+
+
+ {
+ "customColor": "",
+ "associatedIndex": 4
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1716842277543
+
+
+ 1716842277543
+
+
+
+
+
+ 1716842813792
+
+
+
+ 1716842813792
+
+
+
+ 1716844332530
+
+
+
+ 1716844332530
+
+
+
+ 1716844752504
+
+
+
+ 1716844752504
+
+
+
+ 1716845252168
+
+
+
+ 1716845252168
+
+
+
+ 1716846024495
+
+
+
+ 1716846024495
+
+
+
+ 1716846456167
+
+
+
+ 1716846456167
+
+
+
+ 1716847180529
+
+
+
+ 1716847180529
+
+
+
+ 1716848975199
+
+
+
+ 1716848975199
+
+
+
+ 1716849622576
+
+
+
+ 1716849622576
+
+
+
+ 1716850908572
+
+
+
+ 1716850908572
+
+
+
+ 1716851784389
+
+
+
+ 1716851784389
+
+
+
+ 1716853342181
+
+
+
+ 1716853342181
+
+
+
+ 1716855418216
+
+
+
+ 1716855418216
+
+
+
+ 1716856467623
+
+
+
+ 1716856467623
+
+
+
+ 1716907659813
+
+
+
+ 1716907659813
+
+
+
+ 1716909135220
+
+
+
+ 1716909135220
+
+
+
+ 1716909459890
+
+
+
+ 1716909459890
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 8c39592..13a0e50 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,19 @@ vaultwarden is a community-supported open-source document management system that
Instantiate the module with:
+ ```shell
add-module ghcr.io/compgeniuses/vaultwarden:latest 1
+ ```
The output of the command will return the instance name.
Output example:
{"module_id": "vaultwarden", "image_name": "vaultwarden", "image_url": "ghcr.io/compgeniuses/vaultwarden:latest"}
+## Update Module
+```shell
+api-cli run update-module --data '{"module_url":"ghcr.io/compgeniuses/vaultwarden:latest","instances":["vaultwarden"],"force":true}'
+```
## Configure
Let's assume that the vaultwarden instance is named `vaultwarden1`.
diff --git a/build-images.sh b/build-images.sh
index c611111..fe10866 100644
--- a/build-images.sh
+++ b/build-images.sh
@@ -11,7 +11,7 @@ set -e
# Prepare variables for later use
images=()
# The image will be pushed to GitHub container registry
-repobase="${REPOBASE:-ghcr.io/compgeniuses}"
+repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
# Configure the image name
reponame="vaultwarden"
vaultwarden_version="1.30.5"
diff --git a/imageroot/actions/configure-module/00install_argon b/imageroot/actions/configure-module/00install_argon
new file mode 100755
index 0000000..5039c26
--- /dev/null
+++ b/imageroot/actions/configure-module/00install_argon
@@ -0,0 +1,18 @@
+#!/usr/bin/env python3
+
+#
+# Copyright (C) 2023 Nethesis S.r.l.
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+
+import subprocess
+
+def install_argon2():
+ command = ["pip", "install", "argon2-cffi"]
+ try:
+ subprocess.run(command, check=True)
+ print("argon2-cffi installed successfully.")
+ except subprocess.CalledProcessError as e:
+ print(f"Error occurred while installing argon2-cffi: {str(e)}")
+
+install_argon2()
\ No newline at end of file
diff --git a/imageroot/actions/configure-module/20configure b/imageroot/actions/configure-module/20configure
index 9fbf3b0..cd58f62 100755
--- a/imageroot/actions/configure-module/20configure
+++ b/imageroot/actions/configure-module/20configure
@@ -12,16 +12,30 @@ import agent
data = json.load(sys.stdin)
+
+# vaultwarden domain settings
+host = data.get("host", "")
+DOMAIN = "https://"+host
+# Testing SMTP Settings on Enviroment
+rdb = agent.redis_connect(use_replica=True)
+smtp_settings = agent.get_smarthost_settings(rdb)
+agent.set_env("SMTP_HOST", smtp_settings['host'])
+agent.set_env("SMTP_PORT", smtp_settings['port'])
+agent.set_env("SMTP_USERNAME", smtp_settings['username'])
+agent.set_env("SMTP_PASSWORD", smtp_settings['password'])
+agent.set_env("SMTP_ENCRYPTION", smtp_settings['encrypt_smtp'])
+agent.set_env("SMTP_FROM", smtp_settings['username'])
+
# Define missing variables
SENDS_ALLOWED = data.get("SENDS_ALLOWED", "")
EMERGENCY_ACCESS_ALLOWED = data.get("EMERGENCY_ACCESS_ALLOWED", "")
WEB_VAULT_ENABLED = data.get("WEB_VAULT_ENABLED", "")
-SIGNUPS_ALLOWED = data.get("SIGNUPS_ALLOWED", "")
+SIGNUPS_ALLOWED = data.get("SIGNUPS_ALLOWED", False)
SIGNUPS_VERIFY = data.get("SIGNUPS_VERIFY", "")
SIGNUPS_VERIFY_RESEND_TIME = data.get("SIGNUPS_VERIFY_RESEND_TIME", "")
SIGNUPS_VERIFY_RESEND_LIMIT = data.get("SIGNUPS_VERIFY_RESEND_LIMIT", "")
SIGNUPS_DOMAINS_WHITELIST = data.get("SIGNUPS_DOMAINS_WHITELIST", "")
-INVITATIONS_ALLOWED = data.get("INVITATIONS_ALLOWED", "")
+INVITATIONS_ALLOWED = data.get("INVITATIONS_ALLOWED", False)
PUSH_ENABLED = data.get("PUSH_ENABLED", "")
PUSH_RELAY_URI = data.get("PUSH_RELAY_URI", "")
PUSH_IDENTITY_URI = data.get("PUSH_IDENTITY_URI", "")
@@ -29,11 +43,6 @@ PUSH_INSTALLATION_ID = data.get("PUSH_INSTALLATION_ID", "")
PUSH_INSTALLATION_KEY = data.get("PUSH_INSTALLATION_KEY", "")
SHOW_PASSWORD_HINT = data.get("SHOW_PASSWORD_HINT", "")
-# vaultwarden domain settings
-host = data.get("host", "")
-DOMAIN = "https://"+host
-
-
# Setup configuration from user input.
agent.set_env("DOMAIN", DOMAIN)
agent.set_env("SENDS_ALLOWED", SENDS_ALLOWED)
@@ -51,12 +60,13 @@ agent.set_env("LOGIN_RATELIMIT_SECONDS", "60")
agent.set_env("ADMIN_RATELIMIT_MAX_BURST", "10")
agent.set_env("ADMIN_RATELIMIT_SECONDS", "60")
# push
-agent.set_env("SHOW_PASSWORD_HINT")
-agent.set_env("PUSH_ENABLED")
-agent.set_env("PUSH_INSTALLATION_ID")
-agent.set_env("PUSH_INSTALLATION_KEY")
-agent.set_env("PUSH_RELAY_URI")
-agent.set_env("PUSH_IDENTITY_URI")
+agent.set_env("SHOW_PASSWORD_HINT", SHOW_PASSWORD_HINT)
+agent.set_env("PUSH_ENABLED", PUSH_ENABLED)
+agent.set_env("PUSH_INSTALLATION_ID", PUSH_INSTALLATION_ID)
+agent.set_env("PUSH_INSTALLATION_KEY", PUSH_INSTALLATION_KEY)
+agent.set_env("PUSH_RELAY_URI", PUSH_RELAY_URI)
+agent.set_env("PUSH_IDENTITY_URI",PUSH_IDENTITY_URI)
+
# Make sure everything is saved inside the environment file
# just before starting systemd unit
agent.dump_env()
diff --git a/imageroot/actions/configure-module/25generate-hash b/imageroot/actions/configure-module/25generate-hash
new file mode 100755
index 0000000..174525c
--- /dev/null
+++ b/imageroot/actions/configure-module/25generate-hash
@@ -0,0 +1,36 @@
+#!/usr/bin/env python3
+
+#
+# Copyright (C) 2023 Nethesis S.r.l.
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+import os
+import json
+import sys
+import agent
+import secrets
+import subprocess
+import binascii
+from argon2 import PasswordHasher
+
+data = json.load(sys.stdin)
+
+# Generate a random admin token
+VAULTWARDEN_ADMIN_TOKEN = data.get("ADMIN_TOKEN", '')
+
+
+# Create a PasswordHasher object with the desired parameters
+ph = PasswordHasher(time_cost=3, memory_cost=65540, parallelism=4, hash_len=32, salt_len=16)
+
+# Generate a random salt
+salt = os.urandom(32)
+
+# Hash the password
+hashed_admin_token = ph.hash(VAULTWARDEN_ADMIN_TOKEN, salt=salt)
+
+
+# Set the environment variable
+agent.set_env("ADMIN_TOKEN", f'{hashed_admin_token}')
+# Make sure everything is saved inside the environment file
+# just before starting systemd unit
+agent.dump_env()
\ No newline at end of file
diff --git a/imageroot/actions/configure-module/80start_services b/imageroot/actions/configure-module/80start_services
index 5837850..7a46391 100755
--- a/imageroot/actions/configure-module/80start_services
+++ b/imageroot/actions/configure-module/80start_services
@@ -9,4 +9,5 @@
touch smarthost.env
-systemctl --user enable vaultwarden.service
\ No newline at end of file
+systemctl --user enable vaultwarden.service
+systemctl --user restart vaultwarden.service
\ No newline at end of file
diff --git a/imageroot/actions/create-module/20configure b/imageroot/actions/create-module/20configure
index b03c300..a315e2b 100755
--- a/imageroot/actions/create-module/20configure
+++ b/imageroot/actions/create-module/20configure
@@ -4,47 +4,58 @@
# Copyright (C) 2023 Nethesis S.r.l.
# SPDX-License-Identifier: GPL-3.0-or-later
-import os
-import json
-import sys
-import agent
-import secrets
-import pyargon2
-import binascii
-import subprocess
-
-data = json.load(sys.stdin)
-
-# Generate a random hex string of length 40
-def generate_random_hex(length):
- random_bytes = secrets.token_bytes(length)
- random_hex = binascii.hexlify(random_bytes).decode('utf-8')
- return random_hex
-
-# Generate a random admin token
-VAULTWARDEN_ADMIN_TOKEN = generate_random_hex(20)
-
-# Hash the admin token using Argon2
-hashed_admin_token = pyargon2.hash.hash_password(VAULTWARDEN_ADMIN_TOKEN)
-
-# Set the environment variable
-agent.set_env("ADMIN_TOKEN", hashed_admin_token)
-
-#======= Attempt using sub Proc========
-# Execute the command to hash the admin token using Argon2 and print the result
-proc = subprocess.Popen(
- ["echo", "-n", VAULTWARDEN_ADMIN_TOKEN],
- stdout=subprocess.PIPE,
-)
-hashed_admin_token = subprocess.check_output(
- ["argon2", "$(openssl rand -base64 32)", "-e", "-id", "-k", "65540", "-t", "3", "-p", "4"],
- stdin=proc.stdout,
- text=True
-)
-
-# Set the environment variable
-agent.set_env("ADMIN_TOKEN", hashed_admin_token.strip())
-
-# Make sure everything is saved inside the environment file
-# just before starting systemd unit
-agent.dump_env()
+# import os # Import the os module for operating system functionality
+# import json # Import the json module for JSON parsing
+# import sys # Import the sys module for system-specific parameters and functions
+# import agent # Import the agent module for communication with the agent
+# import secrets # Import the secrets module for generating secure random numbers
+# import pyargon2 # Import the pyargon2 module for Argon2 hashing
+# import binascii # Import the binascii module for binary-to-text encoding and decoding
+# import subprocess # Import the subprocess module for spawning new processes
+
+# try:
+# import pyargon2 # Try to import pyargon2
+# except ModuleNotFoundError:
+# print("pyargon2 not found. Attempting to install...") # Print message indicating that pyargon2 is not found
+
+# # Try pip install
+# try:
+# subprocess.run(["pip", "install", "pyargon2"], check=True) # Try to install pyargon2 using pip
+# except subprocess.CalledProcessError:
+# # If pip install fails, try pip3 install
+# try:
+# subprocess.run(["pip3", "install", "pyargon2"], check=True) # Try to install pyargon2 using pip3
+# except subprocess.CalledProcessError:
+# print("Failed to install pyargon2. Please install it manually.") # Print message indicating installation failure
+# sys.exit(1) # Exit the script with a non-zero status code
+
+# # Try importing pyargon2 again
+# try:
+# import pyargon2 # Try to import pyargon2 again
+# except ModuleNotFoundError:
+# print("pyargon2 installation successful but import still failed.") # Print message indicating import failure
+# sys.exit(1) # Exit the script with a non-zero status code
+
+# # Now pyargon2 is successfully imported, continue with your script
+
+# data = json.load(sys.stdin) # Load JSON data from stdin
+
+# # Generate a random hex string of length 40
+# def generate_random_hex(length):
+# random_bytes = secrets.token_bytes(length) # Generate secure random bytes
+# random_hex = binascii.hexlify(random_bytes).decode('utf-8') # Convert bytes to hex string
+# return random_hex # Return the generated hex string
+
+# # Generate a random admin token
+# VAULTWARDEN_ADMIN_TOKEN = generate_random_hex(20)
+
+# # Hash the admin token using Argon2
+# hashed_admin_token = pyargon2.hash.hash_password(VAULTWARDEN_ADMIN_TOKEN)
+
+# # Set the environment variable
+# agent.set_env("ADMIN_TOKEN", hashed_admin_token)
+
+# # Make sure everything is saved inside the environment file
+# # just before starting systemd unit
+# agent.dump_env()
+
diff --git a/imageroot/systemd/user/vaultwarden-app.service b/imageroot/systemd/user/vaultwarden-app.service
index 000f866..bc32ba7 100644
--- a/imageroot/systemd/user/vaultwarden-app.service
+++ b/imageroot/systemd/user/vaultwarden-app.service
@@ -23,22 +23,26 @@ TimeoutStopSec=70
ExecStartPre=/bin/mkdir -p config
ExecStartPre=/bin/rm -f %t/vaultwarden-app.pid %t/vaultwarden-app.ctr-id
ExecStartPre=-runagent discover-smarthost
-ExecStartPost=/usr/bin/bash -c "while ! /usr/bin/podman exec vaultwarden-app /usr/bin/curl http://127.0.0.1:80/vaultwarden ; do sleep 3 ; done"
ExecStart=/usr/bin/podman run --conmon-pidfile %t/vaultwarden-app.pid \
--cidfile %t/vaultwarden-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/vaultwarden.pod-id --replace -d --name vaultwarden-app \
- --volume=vaultwarden-data:/data \
+ --volume vaultwarden-data:/data:Z \
--env-file=smarthost.env \
--env=vaultwarden_* \
+ --env USE_SENDMAIL=false \
+ --env ADMIN_TOKEN=${ADMIN_TOKEN} \
--env SMTP_HOST=${SMTP_HOST} \
--env SMTP_FROM=${SMTP_FROM} \
- --env SMTP_FROM_NAME=${SMTP_FROM_NAME} \
--env SMTP_SECURITY=${SMTP_ENCRYPTION} \
--env SMTP_PORT=${SMTP_PORT} \
--env SMTP_USERNAME=${SMTP_USERNAME} \
--env SMTP_PASSWORD=${SMTP_PASSWORD} \
- --env SMTP_AUTH_MECHANISM=${SMTP_AUTH_MECHANISM} \
+ --env LOG_FILE=/data/vaultwarden.log \
+ --env WEBSOCKET_ENABLED=true \
${SERVER_IMAGE}
+ # --env SENDMAIL_COMMAND=/usr/sbin/sendmail \
+
+#ExecStartPost=/usr/bin/bash -c "while ! /usr/bin/podman exec vaultwarden-app /usr/bin/curl http://127.0.0.1:80/vaultwarden ; do sleep 3 ; done"
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/vaultwarden-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP vaultwarden-app
SyslogIdentifier=%u
diff --git a/imageroot/systemd/user/vaultwarden.service b/imageroot/systemd/user/vaultwarden.service
index 2a9bc17..951d2dc 100644
--- a/imageroot/systemd/user/vaultwarden.service
+++ b/imageroot/systemd/user/vaultwarden.service
@@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/vaultwarden.pid %t/vaultwarden.pod-id
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/vaultwarden.pid \
--pod-id-file %t/vaultwarden.pod-id \
--name vaultwarden \
- --publish 127.0.0.1:${TCP_PORT}:8080 \
+ --publish 127.0.0.1:${TCP_PORT}:80 \
--replace
ExecStart=/usr/bin/podman pod start --pod-id-file %t/vaultwarden.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/vaultwarden.pod-id -t 10
diff --git a/ui/public/metadata.json b/ui/public/metadata.json
index 9c19a02..c615040 100644
--- a/ui/public/metadata.json
+++ b/ui/public/metadata.json
@@ -1,5 +1,5 @@
{
- "name": "VAultwarden",
+ "name": "Vaultwarden",
"description": {
"en": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.."
},
@@ -8,6 +8,10 @@
{
"name": "Martin Bhuong",
"email": "martin@genius.ke"
+ },
+ {
+ "name": "Kemboi Elvis",
+ "email": "kemboielvis@genius.ke"
}
],
"docs": {
diff --git a/ui/src/views/Settings.vue b/ui/src/views/Settings.vue
index b332236..197644a 100644
--- a/ui/src/views/Settings.vue
+++ b/ui/src/views/Settings.vue
@@ -35,7 +35,7 @@
v-model="ADMIN_TOKEN"
class="mg-bottom"
:invalid-message="$t(error.ADMIN_TOKEN)"
- :disabled="loading.getConfiguration || loading.configureModule"
+ :disabled="loading.getConfiguration"
type="password"
ref="ADMIN_TOKEN"
>
@@ -214,15 +214,6 @@ export default {
isValidationOk = false;
}
- if (!this.ADMIN_TOKEN) {
- this.error.ADMIN_TOKEN = "common.required";
-
- if (isValidationOk) {
- this.focusElement("ADMIN_TOKEN");
- }
- isValidationOk = false;
- }
-
return isValidationOk;
},
configureModuleValidationFailed(validationErrors) {
@@ -275,7 +266,7 @@ export default {
action: taskAction,
data: {
host: this.host,
- ADMIN_TOKEN: this.ADMIN_TOKEND,
+ ADMIN_TOKEN: this.ADMIN_TOKEN,
lets_encrypt: this.isLetsEncryptEnabled,
http2https: this.isHttpToHttpsEnabled,
},
diff --git a/ui/yarn.lock b/ui/yarn.lock
index 2e107e3..af2281e 100644
--- a/ui/yarn.lock
+++ b/ui/yarn.lock
@@ -4,19 +4,19 @@
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/code-frame/download/@babel/code-frame-7.14.5.tgz?cache=0&sync_timestamp=1623280493738&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.14.5.tgz?cache=0&sync_timestamp=1623280493738&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fcode-frame%2Fdownload%2F%40babel%2Fcode-frame-7.14.5.tgz"
integrity sha1-I7CNdA6D9JxeWZRfvxtD6Au/Tts=
dependencies:
"@babel/highlight" "^7.14.5"
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.14.7.tgz?cache=0&sync_timestamp=1624312556795&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/compat-data/download/@babel/compat-data-7.14.7.tgz?cache=0&sync_timestamp=1624312556795&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.14.7.tgz"
integrity sha1-ewR9ejqJpn0iWNxh9gTwmPG8fgg=
"@babel/core@^7.11.0":
version "7.14.6"
- resolved "https://registry.nlark.com/@babel/core/download/@babel/core-7.14.6.tgz"
+ resolved "https://registry.npmmirror.com/@babel/core/download/@babel/core-7.14.6.tgz"
integrity sha1-4IFOwalQAy/xbBOich3jmoQW/Ks=
dependencies:
"@babel/code-frame" "^7.14.5"
@@ -37,7 +37,7 @@
"@babel/generator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/generator/download/@babel/generator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/generator/download/@babel/generator-7.14.5.tgz"
integrity sha1-hI17nwMcrKnQzQrwGwY/Im9S14U=
dependencies:
"@babel/types" "^7.14.5"
@@ -46,14 +46,14 @@
"@babel/helper-annotate-as-pure@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.14.5.tgz?cache=0&sync_timestamp=1623280355986&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.14.5.tgz?cache=0&sync_timestamp=1623280355986&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.14.5.tgz"
integrity sha1-e/R47Dtxcm1WqMpXdbBG/CmHnmE=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/download/@babel/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz"
integrity sha1-uTm0P4w3dlRDoZrnStixWXjgoZE=
dependencies:
"@babel/helper-explode-assignable-expression" "^7.14.5"
@@ -61,7 +61,7 @@
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.9.6":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.14.5.tgz"
integrity sha1-epnF0JZ5Eely/iw0EffVtJhJjs8=
dependencies:
"@babel/compat-data" "^7.14.5"
@@ -71,7 +71,7 @@
"@babel/helper-create-class-features-plugin@^7.14.5":
version "7.14.6"
- resolved "https://registry.nlark.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.14.6.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.14.6.tgz"
integrity sha1-8RRGm2wG+LXFnGxOdGIfUIU2JUI=
dependencies:
"@babel/helper-annotate-as-pure" "^7.14.5"
@@ -83,7 +83,7 @@
"@babel/helper-create-regexp-features-plugin@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.14.5.tgz"
integrity sha1-x9WsXpz2IcJgV3Ivt6ikxYiTWMQ=
dependencies:
"@babel/helper-annotate-as-pure" "^7.14.5"
@@ -91,7 +91,7 @@
"@babel/helper-define-polyfill-provider@^0.2.2":
version "0.2.3"
- resolved "https://registry.nlark.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.2.3.tgz?cache=0&sync_timestamp=1622025470416&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-define-polyfill-provider%2Fdownload%2F%40babel%2Fhelper-define-polyfill-provider-0.2.3.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/download/@babel/helper-define-polyfill-provider-0.2.3.tgz?cache=0&sync_timestamp=1622025470416&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-define-polyfill-provider%2Fdownload%2F%40babel%2Fhelper-define-polyfill-provider-0.2.3.tgz"
integrity sha1-BSXt7FCUZTooJojTTYRuTHXpwLY=
dependencies:
"@babel/helper-compilation-targets" "^7.13.0"
@@ -105,14 +105,14 @@
"@babel/helper-explode-assignable-expression@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.14.5.tgz?cache=0&sync_timestamp=1623280355925&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-explode-assignable-expression%2Fdownload%2F%40babel%2Fhelper-explode-assignable-expression-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/download/@babel/helper-explode-assignable-expression-7.14.5.tgz?cache=0&sync_timestamp=1623280355925&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-explode-assignable-expression%2Fdownload%2F%40babel%2Fhelper-explode-assignable-expression-7.14.5.tgz"
integrity sha1-iqcucIIFx7tkPkXHO0OGzfKh9kU=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-function-name@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-function-name/download/@babel/helper-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280496655&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-function-name/download/@babel/helper-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280496655&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.14.5.tgz"
integrity sha1-ieLEdJcvFdjiM7Uu6MSA4s/NUMQ=
dependencies:
"@babel/helper-get-function-arity" "^7.14.5"
@@ -121,35 +121,35 @@
"@babel/helper-get-function-arity@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.14.5.tgz?cache=0&sync_timestamp=1623280360950&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.14.5.tgz?cache=0&sync_timestamp=1623280360950&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-get-function-arity%2Fdownload%2F%40babel%2Fhelper-get-function-arity-7.14.5.tgz"
integrity sha1-Jfv6V5sJN+7h87gF7OTOOYxDGBU=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-hoist-variables@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.14.5.tgz?cache=0&sync_timestamp=1623280361512&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-hoist-variables%2Fdownload%2F%40babel%2Fhelper-hoist-variables-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-hoist-variables/download/@babel/helper-hoist-variables-7.14.5.tgz?cache=0&sync_timestamp=1623280361512&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-hoist-variables%2Fdownload%2F%40babel%2Fhelper-hoist-variables-7.14.5.tgz"
integrity sha1-4N0nwzp45XfXyIhJFqPn7x98f40=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-member-expression-to-functions@^7.14.5":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.14.7.tgz?cache=0&sync_timestamp=1624312576071&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/download/@babel/helper-member-expression-to-functions-7.14.7.tgz?cache=0&sync_timestamp=1624312576071&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-member-expression-to-functions%2Fdownload%2F%40babel%2Fhelper-member-expression-to-functions-7.14.7.tgz"
integrity sha1-l+ViRL65QhH+J3vYGOOjKcZveXA=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.8.3":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-module-imports/download/@babel/helper-module-imports-7.14.5.tgz"
integrity sha1-bRpE32o4yVeqfDEtoHZCnxG0IvM=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-module-transforms@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.14.5.tgz?cache=0&sync_timestamp=1623280498246&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.14.5.tgz?cache=0&sync_timestamp=1623280498246&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.14.5.tgz"
integrity sha1-feQvENeJtCPrkC69JAMcp3yx4Q4=
dependencies:
"@babel/helper-module-imports" "^7.14.5"
@@ -163,19 +163,19 @@
"@babel/helper-optimise-call-expression@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.14.5.tgz?cache=0&sync_timestamp=1623280360981&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/download/@babel/helper-optimise-call-expression-7.14.5.tgz?cache=0&sync_timestamp=1623280360981&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-optimise-call-expression%2Fdownload%2F%40babel%2Fhelper-optimise-call-expression-7.14.5.tgz"
integrity sha1-8nOVqGGeBmWz8DZM3bQcJdcbSZw=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.14.5.tgz"
integrity sha1-WsgizpfuxGdBq3ClF5ceRDpwxak=
"@babel/helper-remap-async-to-generator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.14.5.tgz?cache=0&sync_timestamp=1623280497079&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-remap-async-to-generator%2Fdownload%2F%40babel%2Fhelper-remap-async-to-generator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.14.5.tgz?cache=0&sync_timestamp=1623280497079&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-remap-async-to-generator%2Fdownload%2F%40babel%2Fhelper-remap-async-to-generator-7.14.5.tgz"
integrity sha1-UUOckTYSlY9UqYek/8nuWHogRdY=
dependencies:
"@babel/helper-annotate-as-pure" "^7.14.5"
@@ -184,7 +184,7 @@
"@babel/helper-replace-supers@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.14.5.tgz?cache=0&sync_timestamp=1623280498044&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-replace-supers/download/@babel/helper-replace-supers-7.14.5.tgz?cache=0&sync_timestamp=1623280498044&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-replace-supers%2Fdownload%2F%40babel%2Fhelper-replace-supers-7.14.5.tgz"
integrity sha1-DswLA8Qc1We0Ak6gFhNMKEFKu5Q=
dependencies:
"@babel/helper-member-expression-to-functions" "^7.14.5"
@@ -194,38 +194,38 @@
"@babel/helper-simple-access@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.14.5.tgz?cache=0&sync_timestamp=1623280360968&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-simple-access/download/@babel/helper-simple-access-7.14.5.tgz?cache=0&sync_timestamp=1623280360968&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.14.5.tgz"
integrity sha1-ZuqFz1O6C05Yi6d/yBP1OryqQcQ=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.14.5.tgz?cache=0&sync_timestamp=1623280361594&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-skip-transparent-expression-wrappers%2Fdownload%2F%40babel%2Fhelper-skip-transparent-expression-wrappers-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/download/@babel/helper-skip-transparent-expression-wrappers-7.14.5.tgz?cache=0&sync_timestamp=1623280361594&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-skip-transparent-expression-wrappers%2Fdownload%2F%40babel%2Fhelper-skip-transparent-expression-wrappers-7.14.5.tgz"
integrity sha1-lvSGrAUMqfRLAJ++W305TKs6DuQ=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-split-export-declaration@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.14.5.tgz?cache=0&sync_timestamp=1623280495142&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.14.5.tgz?cache=0&sync_timestamp=1623280495142&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-split-export-declaration%2Fdownload%2F%40babel%2Fhelper-split-export-declaration-7.14.5.tgz"
integrity sha1-IrI6VO9RwrdgXYUZMMGXbdC8aTo=
dependencies:
"@babel/types" "^7.14.5"
"@babel/helper-validator-identifier@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.5.tgz?cache=0&sync_timestamp=1623280480584&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.14.5.tgz?cache=0&sync_timestamp=1623280480584&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.14.5.tgz"
integrity sha1-0PDid8US4Mk4J3+qhaOWjJpEwOg=
"@babel/helper-validator-option@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-validator-option/download/@babel/helper-validator-option-7.14.5.tgz"
integrity sha1-bnKh//GNXfy4eOHmLxoCHEty1aM=
"@babel/helper-wrap-function@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.14.5.tgz?cache=0&sync_timestamp=1623280496748&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.14.5.tgz?cache=0&sync_timestamp=1623280496748&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.14.5.tgz"
integrity sha1-WRnRFb8P4yi4pdY7y2EPUWAfK/8=
dependencies:
"@babel/helper-function-name" "^7.14.5"
@@ -235,7 +235,7 @@
"@babel/helpers@^7.14.6":
version "7.14.6"
- resolved "https://registry.nlark.com/@babel/helpers/download/@babel/helpers-7.14.6.tgz?cache=0&sync_timestamp=1623707857471&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.14.6.tgz"
+ resolved "https://registry.npmmirror.com/@babel/helpers/download/@babel/helpers-7.14.6.tgz?cache=0&sync_timestamp=1623707857471&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fhelpers%2Fdownload%2F%40babel%2Fhelpers-7.14.6.tgz"
integrity sha1-W1gwa5XxtH4qAZlDT6hlj6bCFjU=
dependencies:
"@babel/template" "^7.14.5"
@@ -244,7 +244,7 @@
"@babel/highlight@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/highlight/download/@babel/highlight-7.14.5.tgz"
integrity sha1-aGGlLwOWZAUAH2qlNKAaJNmejNk=
dependencies:
"@babel/helper-validator-identifier" "^7.14.5"
@@ -253,12 +253,12 @@
"@babel/parser@^7.12.5", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.7.tgz?cache=0&sync_timestamp=1624312534250&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/parser/download/@babel/parser-7.14.7.tgz?cache=0&sync_timestamp=1624312534250&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.14.7.tgz"
integrity sha1-YJlyDIg5yoZaJjfmyFhS6tC9tZU=
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz?cache=0&sync_timestamp=1623280495759&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining%2Fdownload%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/download/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz?cache=0&sync_timestamp=1623280495759&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining%2Fdownload%2F%40babel%2Fplugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz"
integrity sha1-S0ZzAuFUjtOxvkO+rizJz0Xgu34=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -267,7 +267,7 @@
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.14.7.tgz?cache=0&sync_timestamp=1624312557089&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/download/@babel/plugin-proposal-async-generator-functions-7.14.7.tgz?cache=0&sync_timestamp=1624312557089&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-async-generator-functions%2Fdownload%2F%40babel%2Fplugin-proposal-async-generator-functions-7.14.7.tgz"
integrity sha1-eEpIw9jtBz9lrc8wtXvL9sgRms4=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -276,7 +276,7 @@
"@babel/plugin-proposal-class-properties@^7.14.5", "@babel/plugin-proposal-class-properties@^7.8.3":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.14.5.tgz?cache=0&sync_timestamp=1623280498146&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-class-properties%2Fdownload%2F%40babel%2Fplugin-proposal-class-properties-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/download/@babel/plugin-proposal-class-properties-7.14.5.tgz?cache=0&sync_timestamp=1623280498146&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-class-properties%2Fdownload%2F%40babel%2Fplugin-proposal-class-properties-7.14.5.tgz"
integrity sha1-QNHuFAxbHjGjUPT17tlFCWVZtC4=
dependencies:
"@babel/helper-create-class-features-plugin" "^7.14.5"
@@ -284,7 +284,7 @@
"@babel/plugin-proposal-class-static-block@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-class-static-block/download/@babel/plugin-proposal-class-static-block-7.14.5.tgz?cache=0&sync_timestamp=1623280496836&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-class-static-block%2Fdownload%2F%40babel%2Fplugin-proposal-class-static-block-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/download/@babel/plugin-proposal-class-static-block-7.14.5.tgz?cache=0&sync_timestamp=1623280496836&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-class-static-block%2Fdownload%2F%40babel%2Fplugin-proposal-class-static-block-7.14.5.tgz"
integrity sha1-FY6eENRJw4Se8+zelKA9nxhBtoE=
dependencies:
"@babel/helper-create-class-features-plugin" "^7.14.5"
@@ -293,7 +293,7 @@
"@babel/plugin-proposal-decorators@^7.8.3":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.14.5.tgz?cache=0&sync_timestamp=1623280497760&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-decorators%2Fdownload%2F%40babel%2Fplugin-proposal-decorators-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/download/@babel/plugin-proposal-decorators-7.14.5.tgz?cache=0&sync_timestamp=1623280497760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-decorators%2Fdownload%2F%40babel%2Fplugin-proposal-decorators-7.14.5.tgz"
integrity sha1-WbxN/B1mW1pnSc95j/Qil+0bLB0=
dependencies:
"@babel/helper-create-class-features-plugin" "^7.14.5"
@@ -302,7 +302,7 @@
"@babel/plugin-proposal-dynamic-import@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/download/@babel/plugin-proposal-dynamic-import-7.14.5.tgz"
integrity sha1-DGYX30YcDB+P/ztHzVl3I2AQHSw=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -310,7 +310,7 @@
"@babel/plugin-proposal-export-namespace-from@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/download/@babel/plugin-proposal-export-namespace-from-7.14.5.tgz"
integrity sha1-260kQxDObM0IMHIWfYzqg6Uvr3Y=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -318,7 +318,7 @@
"@babel/plugin-proposal-json-strings@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/download/@babel/plugin-proposal-json-strings-7.14.5.tgz"
integrity sha1-ON5g2zYug6PYyUSshY3fnwwiOes=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -326,7 +326,7 @@
"@babel/plugin-proposal-logical-assignment-operators@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/download/@babel/plugin-proposal-logical-assignment-operators-7.14.5.tgz"
integrity sha1-bmIpwqmbAqspFfglceDMZGpAxzg=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -334,7 +334,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz"
integrity sha1-7jhYnOAOLMWbKZ7D6kBvzToP2vY=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -342,7 +342,7 @@
"@babel/plugin-proposal-numeric-separator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/download/@babel/plugin-proposal-numeric-separator-7.14.5.tgz"
integrity sha1-g2Mb8z2aUd8YTCECoGmsDFjAXxg=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -350,7 +350,7 @@
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.14.7.tgz?cache=0&sync_timestamp=1624312560247&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-object-rest-spread%2Fdownload%2F%40babel%2Fplugin-proposal-object-rest-spread-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.14.7.tgz?cache=0&sync_timestamp=1624312560247&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-object-rest-spread%2Fdownload%2F%40babel%2Fplugin-proposal-object-rest-spread-7.14.7.tgz"
integrity sha1-WSCis99/eQHfAgWXTAZBsT/Z02M=
dependencies:
"@babel/compat-data" "^7.14.7"
@@ -361,7 +361,7 @@
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/download/@babel/plugin-proposal-optional-catch-binding-7.14.5.tgz"
integrity sha1-k53W7d7/Omf997PwRLU0cmJZjDw=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -369,7 +369,7 @@
"@babel/plugin-proposal-optional-chaining@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.14.5.tgz?cache=0&sync_timestamp=1623280496829&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.14.5.tgz?cache=0&sync_timestamp=1623280496829&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.14.5.tgz"
integrity sha1-+oNlHmCjYOPxN5fu8AuNUZaVtgM=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -378,7 +378,7 @@
"@babel/plugin-proposal-private-methods@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.14.5.tgz?cache=0&sync_timestamp=1623280497383&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-private-methods%2Fdownload%2F%40babel%2Fplugin-proposal-private-methods-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/download/@babel/plugin-proposal-private-methods-7.14.5.tgz?cache=0&sync_timestamp=1623280497383&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-private-methods%2Fdownload%2F%40babel%2Fplugin-proposal-private-methods-7.14.5.tgz"
integrity sha1-N0RklZlrKUXzD1vltg1eKqT1eS0=
dependencies:
"@babel/helper-create-class-features-plugin" "^7.14.5"
@@ -386,7 +386,7 @@
"@babel/plugin-proposal-private-property-in-object@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-private-property-in-object/download/@babel/plugin-proposal-private-property-in-object-7.14.5.tgz?cache=0&sync_timestamp=1623280497552&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-private-property-in-object%2Fdownload%2F%40babel%2Fplugin-proposal-private-property-in-object-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/download/@babel/plugin-proposal-private-property-in-object-7.14.5.tgz?cache=0&sync_timestamp=1623280497552&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-private-property-in-object%2Fdownload%2F%40babel%2Fplugin-proposal-private-property-in-object-7.14.5.tgz"
integrity sha1-n2Wk0Ek6lAtMAfiqnT8YlKWH9jY=
dependencies:
"@babel/helper-annotate-as-pure" "^7.14.5"
@@ -396,7 +396,7 @@
"@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496734&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-unicode-property-regex%2Fdownload%2F%40babel%2Fplugin-proposal-unicode-property-regex-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/download/@babel/plugin-proposal-unicode-property-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496734&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-proposal-unicode-property-regex%2Fdownload%2F%40babel%2Fplugin-proposal-unicode-property-regex-7.14.5.tgz"
integrity sha1-D5XuDnV6XWR/N42qDsp+k/qou+g=
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
@@ -418,14 +418,14 @@
"@babel/plugin-syntax-class-static-block@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-class-static-block/download/@babel/plugin-syntax-class-static-block-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/download/@babel/plugin-syntax-class-static-block-7.14.5.tgz"
integrity sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-decorators@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/download/@babel/plugin-syntax-decorators-7.14.5.tgz"
integrity sha1-6vucDL4JyK/rlkujp7vWOUWnLyA=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -439,7 +439,7 @@
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
version "7.8.3"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/download/@babel/plugin-syntax-export-namespace-from-7.8.3.tgz"
integrity sha1-AolkqbqA28CUyRXEh618TnpmRlo=
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
@@ -453,7 +453,7 @@
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.8.3":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/download/@babel/plugin-syntax-jsx-7.14.5.tgz"
integrity sha1-AA4uJdhnPM5JMAUXo+2kTCY+QgE=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -474,7 +474,7 @@
"@babel/plugin-syntax-numeric-separator@^7.10.4":
version "7.10.4"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/download/@babel/plugin-syntax-numeric-separator-7.10.4.tgz"
integrity sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
@@ -488,7 +488,7 @@
"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
version "7.8.3"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/download/@babel/plugin-syntax-optional-catch-binding-7.8.3.tgz"
integrity sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
@@ -502,28 +502,28 @@
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-private-property-in-object/download/@babel/plugin-syntax-private-property-in-object-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/download/@babel/plugin-syntax-private-property-in-object-7.14.5.tgz"
integrity sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-top-level-await@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/download/@babel/plugin-syntax-top-level-await-7.14.5.tgz"
integrity sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-arrow-functions@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/download/@babel/plugin-transform-arrow-functions-7.14.5.tgz"
integrity sha1-9xh9lYinaN0IC/TJ/+EX6mL3hio=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-async-to-generator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.14.5.tgz?cache=0&sync_timestamp=1623280498427&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-async-to-generator%2Fdownload%2F%40babel%2Fplugin-transform-async-to-generator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/download/@babel/plugin-transform-async-to-generator-7.14.5.tgz?cache=0&sync_timestamp=1623280498427&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-async-to-generator%2Fdownload%2F%40babel%2Fplugin-transform-async-to-generator-7.14.5.tgz"
integrity sha1-cseJCE2PIJSsuUVjOUPvhEPTnmc=
dependencies:
"@babel/helper-module-imports" "^7.14.5"
@@ -532,21 +532,21 @@
"@babel/plugin-transform-block-scoped-functions@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/download/@babel/plugin-transform-block-scoped-functions-7.14.5.tgz"
integrity sha1-5IZB2ZnUvBV6Z+8zautUvET9OtQ=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-block-scoping@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.14.5.tgz"
integrity sha1-jMY+YeUPQuB45vCb53WnXyPvmTk=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-classes@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.14.5.tgz?cache=0&sync_timestamp=1623280498247&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-classes/download/@babel/plugin-transform-classes-7.14.5.tgz?cache=0&sync_timestamp=1623280498247&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-classes%2Fdownload%2F%40babel%2Fplugin-transform-classes-7.14.5.tgz"
integrity sha1-DpjoIJezhVCwO0g/m1GnjeCsss8=
dependencies:
"@babel/helper-annotate-as-pure" "^7.14.5"
@@ -559,21 +559,21 @@
"@babel/plugin-transform-computed-properties@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/download/@babel/plugin-transform-computed-properties-7.14.5.tgz"
integrity sha1-G514mHQg0RIj1BGVRhzEO5dLIE8=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-destructuring@^7.14.7":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.14.7.tgz?cache=0&sync_timestamp=1624312558389&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-destructuring%2Fdownload%2F%40babel%2Fplugin-transform-destructuring-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/download/@babel/plugin-transform-destructuring-7.14.7.tgz?cache=0&sync_timestamp=1624312558389&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-destructuring%2Fdownload%2F%40babel%2Fplugin-transform-destructuring-7.14.7.tgz"
integrity sha1-CtWO034j4iCE0QnxhSYINeVVdXY=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496540&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/download/@babel/plugin-transform-dotall-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496540&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-dotall-regex%2Fdownload%2F%40babel%2Fplugin-transform-dotall-regex-7.14.5.tgz"
integrity sha1-L2v3bka9+AQ7Tn4WzyRTJim6DHo=
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
@@ -581,14 +581,14 @@
"@babel/plugin-transform-duplicate-keys@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/download/@babel/plugin-transform-duplicate-keys-7.14.5.tgz"
integrity sha1-NlpIRIgb3xUB46nwJw5/D5EXeVQ=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-exponentiation-operator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.14.5.tgz?cache=0&sync_timestamp=1623280496635&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-exponentiation-operator%2Fdownload%2F%40babel%2Fplugin-transform-exponentiation-operator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/download/@babel/plugin-transform-exponentiation-operator-7.14.5.tgz?cache=0&sync_timestamp=1623280496635&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-exponentiation-operator%2Fdownload%2F%40babel%2Fplugin-transform-exponentiation-operator-7.14.5.tgz"
integrity sha1-UVS43Wo9/m2Qkj1hckvT3uuQtJM=
dependencies:
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
@@ -596,14 +596,14 @@
"@babel/plugin-transform-for-of@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-for-of/download/@babel/plugin-transform-for-of-7.14.5.tgz"
integrity sha1-2uOEYT3o93wZaohpy/YCpE9/wOs=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-function-name@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280496735&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-function-name%2Fdownload%2F%40babel%2Fplugin-transform-function-name-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-function-name/download/@babel/plugin-transform-function-name-7.14.5.tgz?cache=0&sync_timestamp=1623280496735&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-function-name%2Fdownload%2F%40babel%2Fplugin-transform-function-name-7.14.5.tgz"
integrity sha1-6Bxl7LkAdG1/MYAva+0fUtkV1vI=
dependencies:
"@babel/helper-function-name" "^7.14.5"
@@ -611,21 +611,21 @@
"@babel/plugin-transform-literals@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-literals/download/@babel/plugin-transform-literals-7.14.5.tgz"
integrity sha1-QdBsf/XU0J489Fh70+zzkwxzD3g=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-member-expression-literals@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/download/@babel/plugin-transform-member-expression-literals-7.14.5.tgz"
integrity sha1-s5zVISor8jWmF9Mg7CtIvMCRuKc=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-modules-amd@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.14.5.tgz?cache=0&sync_timestamp=1623280497009&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-amd%2Fdownload%2F%40babel%2Fplugin-transform-modules-amd-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/download/@babel/plugin-transform-modules-amd-7.14.5.tgz?cache=0&sync_timestamp=1623280497009&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-modules-amd%2Fdownload%2F%40babel%2Fplugin-transform-modules-amd-7.14.5.tgz"
integrity sha1-T9nOfjQRy4uDhISAtwQdgwBIWPc=
dependencies:
"@babel/helper-module-transforms" "^7.14.5"
@@ -634,7 +634,7 @@
"@babel/plugin-transform-modules-commonjs@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.14.5.tgz?cache=0&sync_timestamp=1623280498468&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-commonjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-commonjs-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.14.5.tgz?cache=0&sync_timestamp=1623280498468&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-modules-commonjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-commonjs-7.14.5.tgz"
integrity sha1-eq7g6pgoPelNqYso+MNXAUKdrZc=
dependencies:
"@babel/helper-module-transforms" "^7.14.5"
@@ -644,7 +644,7 @@
"@babel/plugin-transform-modules-systemjs@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.14.5.tgz?cache=0&sync_timestamp=1623280498446&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-systemjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-systemjs-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/download/@babel/plugin-transform-modules-systemjs-7.14.5.tgz?cache=0&sync_timestamp=1623280498446&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-modules-systemjs%2Fdownload%2F%40babel%2Fplugin-transform-modules-systemjs-7.14.5.tgz"
integrity sha1-x1NC74sw3N5CldNAGq4k5lY47Sk=
dependencies:
"@babel/helper-hoist-variables" "^7.14.5"
@@ -655,7 +655,7 @@
"@babel/plugin-transform-modules-umd@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.14.5.tgz?cache=0&sync_timestamp=1623280498647&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-modules-umd%2Fdownload%2F%40babel%2Fplugin-transform-modules-umd-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/download/@babel/plugin-transform-modules-umd-7.14.5.tgz?cache=0&sync_timestamp=1623280498647&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-modules-umd%2Fdownload%2F%40babel%2Fplugin-transform-modules-umd-7.14.5.tgz"
integrity sha1-+2Yt/uaXzOJ0p82lJRkKeQlqpuA=
dependencies:
"@babel/helper-module-transforms" "^7.14.5"
@@ -663,21 +663,21 @@
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.14.7.tgz?cache=0&sync_timestamp=1624312558636&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.14.7.tgz?cache=0&sync_timestamp=1624312558636&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.14.7.tgz"
integrity sha1-YMBokqz53yMeJWwkRkv+ywkI/U4=
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
"@babel/plugin-transform-new-target@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-new-target/download/@babel/plugin-transform-new-target-7.14.5.tgz"
integrity sha1-Mb2ui5JdyEB26/zSqZQBQ67X2/g=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-object-super@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.14.5.tgz?cache=0&sync_timestamp=1623280496860&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-object-super%2Fdownload%2F%40babel%2Fplugin-transform-object-super-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-object-super/download/@babel/plugin-transform-object-super-7.14.5.tgz?cache=0&sync_timestamp=1623280496860&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-object-super%2Fdownload%2F%40babel%2Fplugin-transform-object-super-7.14.5.tgz"
integrity sha1-0LX66snphZehYanPeMUn7ZNM3EU=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -685,35 +685,35 @@
"@babel/plugin-transform-parameters@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-parameters/download/@babel/plugin-transform-parameters-7.14.5.tgz"
integrity sha1-SWYuhqHz3cysY2On37H/ChWK/rM=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-property-literals@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/download/@babel/plugin-transform-property-literals-7.14.5.tgz"
integrity sha1-DduqH4PbNgbxzfSEb6HftHNFizQ=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-regenerator@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/download/@babel/plugin-transform-regenerator-7.14.5.tgz"
integrity sha1-lnb9VwftKPUicnxbPAqoVERAsE8=
dependencies:
regenerator-transform "^0.14.2"
"@babel/plugin-transform-reserved-words@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.14.5.tgz?cache=0&sync_timestamp=1623280351577&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-reserved-words%2Fdownload%2F%40babel%2Fplugin-transform-reserved-words-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/download/@babel/plugin-transform-reserved-words-7.14.5.tgz?cache=0&sync_timestamp=1623280351577&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-reserved-words%2Fdownload%2F%40babel%2Fplugin-transform-reserved-words-7.14.5.tgz"
integrity sha1-xEWJtmHP2++NQwDcx0ad/6kvgwQ=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-runtime@^7.11.0":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.14.5.tgz?cache=0&sync_timestamp=1623280488027&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-runtime/download/@babel/plugin-transform-runtime-7.14.5.tgz?cache=0&sync_timestamp=1623280488027&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-runtime%2Fdownload%2F%40babel%2Fplugin-transform-runtime-7.14.5.tgz"
integrity sha1-MEkdrUnGBZ+Pj6XuiJagCJ6YdSM=
dependencies:
"@babel/helper-module-imports" "^7.14.5"
@@ -725,14 +725,14 @@
"@babel/plugin-transform-shorthand-properties@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/download/@babel/plugin-transform-shorthand-properties-7.14.5.tgz"
integrity sha1-l/E4VfFAkzjYyty6ymcK154JGlg=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-spread@^7.14.6":
version "7.14.6"
- resolved "https://registry.nlark.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.14.6.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-spread/download/@babel/plugin-transform-spread-7.14.6.tgz"
integrity sha1-a9QOV/596UqpBIUZY7VhZlL3MUQ=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
@@ -740,35 +740,35 @@
"@babel/plugin-transform-sticky-regex@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/download/@babel/plugin-transform-sticky-regex-7.14.5.tgz"
integrity sha1-W2F1Qmdei3dhKUOB88KMYz9Arrk=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-template-literals@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.14.5.tgz?cache=0&sync_timestamp=1623280350943&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-template-literals%2Fdownload%2F%40babel%2Fplugin-transform-template-literals-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/download/@babel/plugin-transform-template-literals-7.14.5.tgz?cache=0&sync_timestamp=1623280350943&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-template-literals%2Fdownload%2F%40babel%2Fplugin-transform-template-literals-7.14.5.tgz"
integrity sha1-pfK8Izk32EU4hdxza92Nn/q/PZM=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-typeof-symbol@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/download/@babel/plugin-transform-typeof-symbol-7.14.5.tgz"
integrity sha1-Oa8nOemJor0pG/a1PxaYFCPUV9Q=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-unicode-escapes@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.14.5.tgz?cache=0&sync_timestamp=1623280350966&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-unicode-escapes%2Fdownload%2F%40babel%2Fplugin-transform-unicode-escapes-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/download/@babel/plugin-transform-unicode-escapes-7.14.5.tgz?cache=0&sync_timestamp=1623280350966&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-unicode-escapes%2Fdownload%2F%40babel%2Fplugin-transform-unicode-escapes-7.14.5.tgz"
integrity sha1-nUvSpoHjxdes9PV/qeURddkdDGs=
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-transform-unicode-regex@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496836&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-transform-unicode-regex%2Fdownload%2F%40babel%2Fplugin-transform-unicode-regex-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/download/@babel/plugin-transform-unicode-regex-7.14.5.tgz?cache=0&sync_timestamp=1623280496836&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fplugin-transform-unicode-regex%2Fdownload%2F%40babel%2Fplugin-transform-unicode-regex-7.14.5.tgz"
integrity sha1-TNCbbIQl3YElXHzrP7GDbnQUOC4=
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
@@ -776,7 +776,7 @@
"@babel/preset-env@^7.11.0":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/preset-env/download/@babel/preset-env-7.14.7.tgz?cache=0&sync_timestamp=1624312534130&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/preset-env/download/@babel/preset-env-7.14.7.tgz?cache=0&sync_timestamp=1624312534130&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Fpreset-env%2Fdownload%2F%40babel%2Fpreset-env-7.14.7.tgz"
integrity sha1-XHCyLUwtiTsD2MiGpcF0IlArkyo=
dependencies:
"@babel/compat-data" "^7.14.7"
@@ -866,14 +866,14 @@
"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4":
version "7.14.6"
- resolved "https://registry.nlark.com/@babel/runtime/download/@babel/runtime-7.14.6.tgz"
+ resolved "https://registry.npmmirror.com/@babel/runtime/download/@babel/runtime-7.14.6.tgz"
integrity sha1-U1IDvAiS78fexgvcJ7Ls9uQJBi0=
dependencies:
regenerator-runtime "^0.13.4"
"@babel/template@^7.0.0", "@babel/template@^7.14.5":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/template/download/@babel/template-7.14.5.tgz?cache=0&sync_timestamp=1623280496540&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/template/download/@babel/template-7.14.5.tgz?cache=0&sync_timestamp=1623280496540&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.14.5.tgz"
integrity sha1-qbydizM1T/blWpxg0RCSAKaJdPQ=
dependencies:
"@babel/code-frame" "^7.14.5"
@@ -882,7 +882,7 @@
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0":
version "7.14.7"
- resolved "https://registry.nlark.com/@babel/traverse/download/@babel/traverse-7.14.7.tgz?cache=0&sync_timestamp=1624312533533&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.14.7.tgz"
+ resolved "https://registry.npmmirror.com/@babel/traverse/download/@babel/traverse-7.14.7.tgz?cache=0&sync_timestamp=1624312533533&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Ftraverse%2Fdownload%2F%40babel%2Ftraverse-7.14.7.tgz"
integrity sha1-ZAB8l3TP3Dq9I7B4C8GKPONjF1M=
dependencies:
"@babel/code-frame" "^7.14.5"
@@ -897,7 +897,7 @@
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
version "7.14.5"
- resolved "https://registry.nlark.com/@babel/types/download/@babel/types-7.14.5.tgz?cache=0&sync_timestamp=1623280355970&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.14.5.tgz"
+ resolved "https://registry.npmmirror.com/@babel/types/download/@babel/types-7.14.5.tgz?cache=0&sync_timestamp=1623280355970&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.14.5.tgz"
integrity sha1-O7mXuoKaIQTO2yBonEpbgSHTg/8=
dependencies:
"@babel/helper-validator-identifier" "^7.14.5"
@@ -965,17 +965,17 @@
"@hapi/address@2.x.x":
version "2.1.4"
- resolved "https://registry.nlark.com/@hapi/address/download/@hapi/address-2.1.4.tgz"
+ resolved "https://registry.npmmirror.com/@hapi/address/download/@hapi/address-2.1.4.tgz"
integrity sha1-XWftQ/P9QaadS5/3tW58DR0KgeU=
"@hapi/bourne@1.x.x":
version "1.3.2"
- resolved "https://registry.nlark.com/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz"
+ resolved "https://registry.npmmirror.com/@hapi/bourne/download/@hapi/bourne-1.3.2.tgz"
integrity sha1-CnCVreoGckPOMoPhtWuKj0U7JCo=
"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0":
version "8.5.1"
- resolved "https://registry.nlark.com/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz"
+ resolved "https://registry.npmmirror.com/@hapi/hoek/download/@hapi/hoek-8.5.1.tgz"
integrity sha1-/elgZMpEbeyMVajC8TCVewcMbgY=
"@hapi/joi@^15.0.1":
@@ -990,7 +990,7 @@
"@hapi/topo@3.x.x":
version "3.1.6"
- resolved "https://registry.nlark.com/@hapi/topo/download/@hapi/topo-3.1.6.tgz?cache=0&sync_timestamp=1624917331235&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40hapi%2Ftopo%2Fdownload%2F%40hapi%2Ftopo-3.1.6.tgz"
+ resolved "https://registry.npmmirror.com/@hapi/topo/download/@hapi/topo-3.1.6.tgz?cache=0&sync_timestamp=1624917331235&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40hapi%2Ftopo%2Fdownload%2F%40hapi%2Ftopo-3.1.6.tgz"
integrity sha1-aNk1+j6uf91asNf5U/MgXYsr/Ck=
dependencies:
"@hapi/hoek" "^8.3.0"
@@ -1012,10 +1012,10 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"
-"@nethserver/ns8-ui-lib@^0.1.22":
- version "0.1.25"
- resolved "https://registry.npmjs.org/@nethserver/ns8-ui-lib/-/ns8-ui-lib-0.1.25.tgz"
- integrity sha512-jSYcG/PDd356Dvdb7BZkMBC+h9fxHvROWTrPsXRplCV4GsTcygO8Uc3H/ch3eo51Rre4qqrk/AP7j5Tzz3tBzQ==
+"@nethserver/ns8-ui-lib@^0.1.32":
+ version "0.1.32"
+ resolved "https://registry.npmmirror.com/@nethserver/ns8-ui-lib/-/ns8-ui-lib-0.1.32.tgz#7556dd5c7f96ff166597552c9b20e02599d86ba6"
+ integrity sha512-CqW+Qr65uFiKYe/cG0qahRD+3ojXhDxMJ8Mf8M9CXDHY0WSWygyGYAftLxF8rtQkOdGHlaYv7cSK7TctHggHGA==
dependencies:
"@rollup/plugin-json" "^4.1.0"
core-js "^3.15.2"
@@ -1038,7 +1038,7 @@
"@nodelib/fs.stat@^1.1.2":
version "1.1.3"
- resolved "https://registry.nlark.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz?cache=0&sync_timestamp=1622792692185&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40nodelib%2Ffs.stat%2Fdownload%2F%40nodelib%2Ffs.stat-1.1.3.tgz"
+ resolved "https://registry.npmmirror.com/@nodelib/fs.stat/download/@nodelib/fs.stat-1.1.3.tgz?cache=0&sync_timestamp=1622792692185&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40nodelib%2Ffs.stat%2Fdownload%2F%40nodelib%2Ffs.stat-1.1.3.tgz"
integrity sha1-K1o6s/kYzKSKjHVMCBaOPwPrphs=
"@nodelib/fs.walk@^1.2.3":
@@ -1072,7 +1072,7 @@
"@soda/friendly-errors-webpack-plugin@^1.7.1":
version "1.8.0"
- resolved "https://registry.nlark.com/@soda/friendly-errors-webpack-plugin/download/@soda/friendly-errors-webpack-plugin-1.8.0.tgz"
+ resolved "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/download/@soda/friendly-errors-webpack-plugin-1.8.0.tgz"
integrity sha1-hHUdgqkwGdXJLAzw5FrFkIfNIkA=
dependencies:
chalk "^2.4.2"
@@ -1082,7 +1082,7 @@
"@soda/get-current-script@^1.0.0":
version "1.0.2"
- resolved "https://registry.nlark.com/@soda/get-current-script/download/@soda/get-current-script-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/@soda/get-current-script/download/@soda/get-current-script-1.0.2.tgz"
integrity sha1-pTUV2yXYA4N0OBtzryC7Ty5QjYc=
"@szmarczak/http-timer@^4.0.5":
@@ -1094,7 +1094,7 @@
"@types/body-parser@*":
version "1.19.1"
- resolved "https://registry.nlark.com/@types/body-parser/download/@types/body-parser-1.19.1.tgz"
+ resolved "https://registry.npmmirror.com/@types/body-parser/download/@types/body-parser-1.19.1.tgz"
integrity sha1-DAF0xCp9AXuBgwPUtdlpywt1kpw=
dependencies:
"@types/connect" "*"
@@ -1112,7 +1112,7 @@
"@types/connect-history-api-fallback@*":
version "1.3.5"
- resolved "https://registry.nlark.com/@types/connect-history-api-fallback/download/@types/connect-history-api-fallback-1.3.5.tgz"
+ resolved "https://registry.npmmirror.com/@types/connect-history-api-fallback/download/@types/connect-history-api-fallback-1.3.5.tgz"
integrity sha1-0feooJ0O1aV67lrpwYq5uAMgXa4=
dependencies:
"@types/express-serve-static-core" "*"
@@ -1120,7 +1120,7 @@
"@types/connect@*":
version "3.4.35"
- resolved "https://registry.nlark.com/@types/connect/download/@types/connect-3.4.35.tgz?cache=0&sync_timestamp=1625603731952&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fconnect%2Fdownload%2F%40types%2Fconnect-3.4.35.tgz"
+ resolved "https://registry.npmmirror.com/@types/connect/download/@types/connect-3.4.35.tgz?cache=0&sync_timestamp=1625603731952&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fconnect%2Fdownload%2F%40types%2Fconnect-3.4.35.tgz"
integrity sha1-X89q5EXkAh0fwiGaSHPMc6O7KtE=
dependencies:
"@types/node" "*"
@@ -1132,7 +1132,7 @@
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
version "4.17.24"
- resolved "https://registry.nlark.com/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.24.tgz?cache=0&sync_timestamp=1625762045247&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fexpress-serve-static-core%2Fdownload%2F%40types%2Fexpress-serve-static-core-4.17.24.tgz"
+ resolved "https://registry.npmmirror.com/@types/express-serve-static-core/download/@types/express-serve-static-core-4.17.24.tgz?cache=0&sync_timestamp=1625762045247&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fexpress-serve-static-core%2Fdownload%2F%40types%2Fexpress-serve-static-core-4.17.24.tgz"
integrity sha1-6kH5O/fg1ZzVp2ZlBo7WqraBXAc=
dependencies:
"@types/node" "*"
@@ -1141,7 +1141,7 @@
"@types/express@*":
version "4.17.13"
- resolved "https://registry.nlark.com/@types/express/download/@types/express-4.17.13.tgz?cache=0&sync_timestamp=1625604706340&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fexpress%2Fdownload%2F%40types%2Fexpress-4.17.13.tgz"
+ resolved "https://registry.npmmirror.com/@types/express/download/@types/express-4.17.13.tgz?cache=0&sync_timestamp=1625604706340&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fexpress%2Fdownload%2F%40types%2Fexpress-4.17.13.tgz"
integrity sha1-p24plXKJmbq1GjP6vOHXBaNwkDQ=
dependencies:
"@types/body-parser" "*"
@@ -1151,7 +1151,7 @@
"@types/glob@^7.1.1":
version "7.1.4"
- resolved "https://registry.nlark.com/@types/glob/download/@types/glob-7.1.4.tgz?cache=0&sync_timestamp=1625605251114&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.4.tgz"
+ resolved "https://registry.npmmirror.com/@types/glob/download/@types/glob-7.1.4.tgz?cache=0&sync_timestamp=1625605251114&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fglob%2Fdownload%2F%40types%2Fglob-7.1.4.tgz"
integrity sha1-6lniHS7lxReRTLS8jkFTuZ5WZnI=
dependencies:
"@types/minimatch" "*"
@@ -1164,14 +1164,14 @@
"@types/http-proxy@^1.17.5":
version "1.17.7"
- resolved "https://registry.nlark.com/@types/http-proxy/download/@types/http-proxy-1.17.7.tgz"
+ resolved "https://registry.npmmirror.com/@types/http-proxy/download/@types/http-proxy-1.17.7.tgz"
integrity sha1-MOqFzCyGg2g1Kjfw0NNYHiSDTG8=
dependencies:
"@types/node" "*"
"@types/json-schema@^7.0.5":
version "7.0.8"
- resolved "https://registry.nlark.com/@types/json-schema/download/@types/json-schema-7.0.8.tgz?cache=0&sync_timestamp=1625607854960&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fjson-schema%2Fdownload%2F%40types%2Fjson-schema-7.0.8.tgz"
+ resolved "https://registry.npmmirror.com/@types/json-schema/download/@types/json-schema-7.0.8.tgz?cache=0&sync_timestamp=1625607854960&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fjson-schema%2Fdownload%2F%40types%2Fjson-schema-7.0.8.tgz"
integrity sha1-7fG/Hb9OBEE8qOWxezt9fVS1mBg=
"@types/json-schema@^7.0.8":
@@ -1188,42 +1188,42 @@
"@types/mime@^1":
version "1.3.2"
- resolved "https://registry.nlark.com/@types/mime/download/@types/mime-1.3.2.tgz?cache=0&sync_timestamp=1621241982026&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fmime%2Fdownload%2F%40types%2Fmime-1.3.2.tgz"
+ resolved "https://registry.npmmirror.com/@types/mime/download/@types/mime-1.3.2.tgz?cache=0&sync_timestamp=1621241982026&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fmime%2Fdownload%2F%40types%2Fmime-1.3.2.tgz"
integrity sha1-k+Jb+e51/g/YC1lLxP6w6GIRG1o=
"@types/minimatch@*":
version "3.0.5"
- resolved "https://registry.nlark.com/@types/minimatch/download/@types/minimatch-3.0.5.tgz?cache=0&sync_timestamp=1625616367269&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.5.tgz"
+ resolved "https://registry.npmmirror.com/@types/minimatch/download/@types/minimatch-3.0.5.tgz?cache=0&sync_timestamp=1625616367269&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.5.tgz"
integrity sha1-EAHMXmo3BLg8I2An538vWOoBD0A=
"@types/minimist@^1.2.0":
version "1.2.2"
- resolved "https://registry.nlark.com/@types/minimist/download/@types/minimist-1.2.2.tgz?cache=0&sync_timestamp=1625616331893&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fminimist%2Fdownload%2F%40types%2Fminimist-1.2.2.tgz"
+ resolved "https://registry.npmmirror.com/@types/minimist/download/@types/minimist-1.2.2.tgz?cache=0&sync_timestamp=1625616331893&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fminimist%2Fdownload%2F%40types%2Fminimist-1.2.2.tgz"
integrity sha1-7nceK6Sz3Fs3KTXVSf2WF780W4w=
"@types/node@*":
version "16.3.2"
- resolved "https://registry.nlark.com/@types/node/download/@types/node-16.3.2.tgz"
+ resolved "https://registry.npmmirror.com/@types/node/download/@types/node-16.3.2.tgz"
integrity sha1-ZVQygX+DtRrIacLVHdgwX7g0LhY=
"@types/normalize-package-data@^2.4.0":
version "2.4.1"
- resolved "https://registry.nlark.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.1.tgz"
+ resolved "https://registry.npmmirror.com/@types/normalize-package-data/download/@types/normalize-package-data-2.4.1.tgz"
integrity sha1-0zV0eaD9/dWQf+Z+F+CoXJBuEwE=
"@types/q@^1.5.1":
version "1.5.5"
- resolved "https://registry.nlark.com/@types/q/download/@types/q-1.5.5.tgz"
+ resolved "https://registry.npmmirror.com/@types/q/download/@types/q-1.5.5.tgz"
integrity sha1-daKo59irSyMEFFBdkjNdHctTpt8=
"@types/qs@*":
version "6.9.7"
- resolved "https://registry.nlark.com/@types/qs/download/@types/qs-6.9.7.tgz?cache=0&sync_timestamp=1625678512400&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fqs%2Fdownload%2F%40types%2Fqs-6.9.7.tgz"
+ resolved "https://registry.npmmirror.com/@types/qs/download/@types/qs-6.9.7.tgz?cache=0&sync_timestamp=1625678512400&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fqs%2Fdownload%2F%40types%2Fqs-6.9.7.tgz"
integrity sha1-Y7t9Bn2xB8weRXwwO8JdUR/r9ss=
"@types/range-parser@*":
version "1.2.4"
- resolved "https://registry.nlark.com/@types/range-parser/download/@types/range-parser-1.2.4.tgz"
+ resolved "https://registry.npmmirror.com/@types/range-parser/download/@types/range-parser-1.2.4.tgz"
integrity sha1-zWZ7z90CUhOq+3ylkVqTJZCs3Nw=
"@types/responselike@*", "@types/responselike@^1.0.0":
@@ -1235,7 +1235,7 @@
"@types/serve-static@*":
version "1.13.10"
- resolved "https://registry.nlark.com/@types/serve-static/download/@types/serve-static-1.13.10.tgz"
+ resolved "https://registry.npmmirror.com/@types/serve-static/download/@types/serve-static-1.13.10.tgz"
integrity sha1-9eDOh5fS18xevtpIpSyWxPpHqNk=
dependencies:
"@types/mime" "^1"
@@ -1243,24 +1243,24 @@
"@types/source-list-map@*":
version "0.1.2"
- resolved "https://registry.nlark.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz"
+ resolved "https://registry.npmmirror.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz"
integrity sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk=
"@types/tapable@^1":
version "1.0.8"
- resolved "https://registry.nlark.com/@types/tapable/download/@types/tapable-1.0.8.tgz"
+ resolved "https://registry.npmmirror.com/@types/tapable/download/@types/tapable-1.0.8.tgz"
integrity sha1-uUpDkchWZse3Mpn9OtedT6pDUxA=
"@types/uglify-js@*":
version "3.13.1"
- resolved "https://registry.nlark.com/@types/uglify-js/download/@types/uglify-js-3.13.1.tgz"
+ resolved "https://registry.npmmirror.com/@types/uglify-js/download/@types/uglify-js-3.13.1.tgz"
integrity sha1-XoienoHpQkXHW2RQYA4cXqKHiuo=
dependencies:
source-map "^0.6.1"
"@types/webpack-dev-server@^3.11.0":
version "3.11.5"
- resolved "https://registry.nlark.com/@types/webpack-dev-server/download/@types/webpack-dev-server-3.11.5.tgz?cache=0&sync_timestamp=1625251416312&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fwebpack-dev-server%2Fdownload%2F%40types%2Fwebpack-dev-server-3.11.5.tgz"
+ resolved "https://registry.npmmirror.com/@types/webpack-dev-server/download/@types/webpack-dev-server-3.11.5.tgz?cache=0&sync_timestamp=1625251416312&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fwebpack-dev-server%2Fdownload%2F%40types%2Fwebpack-dev-server-3.11.5.tgz"
integrity sha1-9KJUo90GZ8juSvkNQq/bStHWB/M=
dependencies:
"@types/connect-history-api-fallback" "*"
@@ -1271,7 +1271,7 @@
"@types/webpack-sources@*":
version "2.1.1"
- resolved "https://registry.nlark.com/@types/webpack-sources/download/@types/webpack-sources-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/@types/webpack-sources/download/@types/webpack-sources-2.1.1.tgz"
integrity sha1-avF+Oj3tce7CuYAI18EvSYoKRQY=
dependencies:
"@types/node" "*"
@@ -1280,7 +1280,7 @@
"@types/webpack@^4", "@types/webpack@^4.0.0":
version "4.41.30"
- resolved "https://registry.nlark.com/@types/webpack/download/@types/webpack-4.41.30.tgz?cache=0&sync_timestamp=1625251159886&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fwebpack%2Fdownload%2F%40types%2Fwebpack-4.41.30.tgz"
+ resolved "https://registry.npmmirror.com/@types/webpack/download/@types/webpack-4.41.30.tgz?cache=0&sync_timestamp=1625251159886&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Fwebpack%2Fdownload%2F%40types%2Fwebpack-4.41.30.tgz"
integrity sha1-/T220NQeFFqO7q/NPEp8zekGjdw=
dependencies:
"@types/node" "*"
@@ -1292,7 +1292,7 @@
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
version "1.2.1"
- resolved "https://registry.nlark.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz"
+ resolved "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/download/@vue/babel-helper-vue-jsx-merge-props-1.2.1.tgz"
integrity sha1-MWJKelBfsU2h1YAjclpMXycOaoE=
"@vue/babel-helper-vue-transform-on@^1.0.2":
@@ -1302,7 +1302,7 @@
"@vue/babel-plugin-jsx@^1.0.3":
version "1.0.6"
- resolved "https://registry.nlark.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.6.tgz"
+ resolved "https://registry.npmmirror.com/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.6.tgz"
integrity sha1-GEvzVBq279vlB5q4sgwZ4q8QC/s=
dependencies:
"@babel/helper-module-imports" "^7.0.0"
@@ -1329,7 +1329,7 @@
"@vue/babel-preset-app@^4.5.13":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.13.tgz?cache=0&sync_timestamp=1623216266111&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/babel-preset-app/download/@vue/babel-preset-app-4.5.13.tgz?cache=0&sync_timestamp=1623216266111&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fbabel-preset-app%2Fdownload%2F%40vue%2Fbabel-preset-app-4.5.13.tgz"
integrity sha1-y0dTIeTHP38RDawppIwqnLgK/rY=
dependencies:
"@babel/core" "^7.11.0"
@@ -1372,7 +1372,7 @@
"@vue/babel-sugar-composition-api-render-instance@^1.2.4":
version "1.2.4"
- resolved "https://registry.nlark.com/@vue/babel-sugar-composition-api-render-instance/download/@vue/babel-sugar-composition-api-render-instance-1.2.4.tgz"
+ resolved "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/download/@vue/babel-sugar-composition-api-render-instance-1.2.4.tgz"
integrity sha1-5MvGmXw0T6wnF4WteikyXFHWjRk=
dependencies:
"@babel/plugin-syntax-jsx" "^7.2.0"
@@ -1414,12 +1414,12 @@
"@vue/cli-overlay@^4.5.13":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-overlay/download/@vue/cli-overlay-4.5.13.tgz?cache=0&sync_timestamp=1623216432384&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-overlay/download/@vue/cli-overlay-4.5.13.tgz?cache=0&sync_timestamp=1623216432384&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-overlay%2Fdownload%2F%40vue%2Fcli-overlay-4.5.13.tgz"
integrity sha1-Tx/SFhvo9p1suoB58/DX3E3uR6c=
"@vue/cli-plugin-babel@~4.5.0":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.13.tgz?cache=0&sync_timestamp=1623216433198&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-plugin-babel/download/@vue/cli-plugin-babel-4.5.13.tgz?cache=0&sync_timestamp=1623216433198&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-plugin-babel%2Fdownload%2F%40vue%2Fcli-plugin-babel-4.5.13.tgz"
integrity sha1-qJxILtzE6h0TVkXOxQKn9f1MMOc=
dependencies:
"@babel/core" "^7.11.0"
@@ -1432,7 +1432,7 @@
"@vue/cli-plugin-eslint@~4.5.0":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.13.tgz?cache=0&sync_timestamp=1623216432012&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-plugin-eslint/download/@vue/cli-plugin-eslint-4.5.13.tgz?cache=0&sync_timestamp=1623216432012&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-plugin-eslint%2Fdownload%2F%40vue%2Fcli-plugin-eslint-4.5.13.tgz"
integrity sha1-i68i0NltdnIMdQZka5b09iwFvfo=
dependencies:
"@vue/cli-shared-utils" "^4.5.13"
@@ -1444,19 +1444,19 @@
"@vue/cli-plugin-router@^4.5.13", "@vue/cli-plugin-router@~4.5.0":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.13.tgz?cache=0&sync_timestamp=1623216431715&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-plugin-router/download/@vue/cli-plugin-router-4.5.13.tgz?cache=0&sync_timestamp=1623216431715&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-plugin-router%2Fdownload%2F%40vue%2Fcli-plugin-router-4.5.13.tgz"
integrity sha1-C2fIiYor8TKUGRmiouXzqsvZ/74=
dependencies:
"@vue/cli-shared-utils" "^4.5.13"
"@vue/cli-plugin-vuex@^4.5.13", "@vue/cli-plugin-vuex@~4.5.0":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.13.tgz?cache=0&sync_timestamp=1623216431849&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-plugin-vuex/download/@vue/cli-plugin-vuex-4.5.13.tgz?cache=0&sync_timestamp=1623216431849&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-plugin-vuex%2Fdownload%2F%40vue%2Fcli-plugin-vuex-4.5.13.tgz"
integrity sha1-mGRti8HmnPbGpsui/tPqzgNWw2A=
"@vue/cli-service@~4.5.0":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-service/download/@vue/cli-service-4.5.13.tgz?cache=0&sync_timestamp=1623216432986&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-service/download/@vue/cli-service-4.5.13.tgz?cache=0&sync_timestamp=1623216432986&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-service%2Fdownload%2F%40vue%2Fcli-service-4.5.13.tgz"
integrity sha1-oJ5oSoAWhLbiTlQUrTBlCXDuye0=
dependencies:
"@intervolga/optimize-cssnano-plugin" "^1.0.5"
@@ -1519,7 +1519,7 @@
"@vue/cli-shared-utils@^4.5.13":
version "4.5.13"
- resolved "https://registry.nlark.com/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.13.tgz?cache=0&sync_timestamp=1623216261420&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.13.tgz"
+ resolved "https://registry.npmmirror.com/@vue/cli-shared-utils/download/@vue/cli-shared-utils-4.5.13.tgz?cache=0&sync_timestamp=1623216261420&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcli-shared-utils%2Fdownload%2F%40vue%2Fcli-shared-utils-4.5.13.tgz"
integrity sha1-rNQPMbR5DxY0KSvapfypXcHg/1A=
dependencies:
"@hapi/joi" "^15.0.1"
@@ -1537,7 +1537,7 @@
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2":
version "3.2.2"
- resolved "https://registry.nlark.com/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.2.2.tgz?cache=0&sync_timestamp=1623744148967&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcomponent-compiler-utils%2Fdownload%2F%40vue%2Fcomponent-compiler-utils-3.2.2.tgz"
+ resolved "https://registry.npmmirror.com/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.2.2.tgz?cache=0&sync_timestamp=1623744148967&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Fcomponent-compiler-utils%2Fdownload%2F%40vue%2Fcomponent-compiler-utils-3.2.2.tgz"
integrity sha1-L37V/u2C/38ChKzBHVJe5+/yJGA=
dependencies:
consolidate "^0.15.1"
@@ -1560,7 +1560,7 @@
"@vue/preload-webpack-plugin@^1.1.0":
version "1.1.2"
- resolved "https://registry.nlark.com/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz"
+ resolved "https://registry.npmmirror.com/@vue/preload-webpack-plugin/download/@vue/preload-webpack-plugin-1.1.2.tgz"
integrity sha1-zrkktOyzucQ4ccekKaAvhCPmIas=
"@vue/web-component-wrapper@^1.2.0":
@@ -1570,7 +1570,7 @@
"@webassemblyjs/ast@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz?cache=0&sync_timestamp=1625473420080&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fast%2Fdownload%2F%40webassemblyjs%2Fast-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz?cache=0&sync_timestamp=1625473420080&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fast%2Fdownload%2F%40webassemblyjs%2Fast-1.9.0.tgz"
integrity sha1-vYUGBLQEJFmlpBzX0zjL7Wle2WQ=
dependencies:
"@webassemblyjs/helper-module-context" "1.9.0"
@@ -1579,29 +1579,29 @@
"@webassemblyjs/floating-point-hex-parser@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.9.0.tgz"
integrity sha1-PD07Jxvd/ITesA9xNEQ4MR1S/7Q=
"@webassemblyjs/helper-api-error@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz?cache=0&sync_timestamp=1625473346773&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fhelper-api-error%2Fdownload%2F%40webassemblyjs%2Fhelper-api-error-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/download/@webassemblyjs/helper-api-error-1.9.0.tgz?cache=0&sync_timestamp=1625473346773&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fhelper-api-error%2Fdownload%2F%40webassemblyjs%2Fhelper-api-error-1.9.0.tgz"
integrity sha1-ID9nbjM7lsnaLuqzzO8zxFkotqI=
"@webassemblyjs/helper-buffer@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/download/@webassemblyjs/helper-buffer-1.9.0.tgz"
integrity sha1-oUQtJpxf6yP8vJ73WdrDVH8p3gA=
"@webassemblyjs/helper-code-frame@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fhelper-code-frame%2Fdownload%2F%40webassemblyjs%2Fhelper-code-frame-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-code-frame/download/@webassemblyjs/helper-code-frame-1.9.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fhelper-code-frame%2Fdownload%2F%40webassemblyjs%2Fhelper-code-frame-1.9.0.tgz"
integrity sha1-ZH+Iks0gQ6gqwMjF51w28dkVnyc=
dependencies:
"@webassemblyjs/wast-printer" "1.9.0"
"@webassemblyjs/helper-fsm@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-fsm/download/@webassemblyjs/helper-fsm-1.9.0.tgz"
integrity sha1-wFJWtxJEIUZx9LCOwQitY7cO3bg=
"@webassemblyjs/helper-module-context@1.9.0":
@@ -1613,12 +1613,12 @@
"@webassemblyjs/helper-wasm-bytecode@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz"
integrity sha1-T+2L6sm4wU+MWLcNEk1UndH+V5A=
"@webassemblyjs/helper-wasm-section@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz?cache=0&sync_timestamp=1625473466570&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fhelper-wasm-section%2Fdownload%2F%40webassemblyjs%2Fhelper-wasm-section-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/download/@webassemblyjs/helper-wasm-section-1.9.0.tgz?cache=0&sync_timestamp=1625473466570&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fhelper-wasm-section%2Fdownload%2F%40webassemblyjs%2Fhelper-wasm-section-1.9.0.tgz"
integrity sha1-WkE41aYpK6GLBMWuSXF+QWeWU0Y=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1628,26 +1628,26 @@
"@webassemblyjs/ieee754@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/ieee754/download/@webassemblyjs/ieee754-1.9.0.tgz"
integrity sha1-Fceg+6roP7JhQ7us9tbfFwKtOeQ=
dependencies:
"@xtuc/ieee754" "^1.2.0"
"@webassemblyjs/leb128@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/leb128/download/@webassemblyjs/leb128-1.9.0.tgz"
integrity sha1-8Zygt2ptxVYjoJz/p2noOPoeHJU=
dependencies:
"@xtuc/long" "4.2.2"
"@webassemblyjs/utf8@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/utf8/download/@webassemblyjs/utf8-1.9.0.tgz"
integrity sha1-BNM7Y2945qaBMifoJAL3Y3tiKas=
"@webassemblyjs/wasm-edit@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/download/@webassemblyjs/wasm-edit-1.9.0.tgz"
integrity sha1-P+bXnT8PkiGDqoYALELdJWz+6c8=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1661,7 +1661,7 @@
"@webassemblyjs/wasm-gen@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz?cache=0&sync_timestamp=1625473464969&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fwasm-gen%2Fdownload%2F%40webassemblyjs%2Fwasm-gen-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/download/@webassemblyjs/wasm-gen-1.9.0.tgz?cache=0&sync_timestamp=1625473464969&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fwasm-gen%2Fdownload%2F%40webassemblyjs%2Fwasm-gen-1.9.0.tgz"
integrity sha1-ULxw7Gje2OJ2OwGhQYv0NJGnpJw=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1672,7 +1672,7 @@
"@webassemblyjs/wasm-opt@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz?cache=0&sync_timestamp=1625473467198&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fwasm-opt%2Fdownload%2F%40webassemblyjs%2Fwasm-opt-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/download/@webassemblyjs/wasm-opt-1.9.0.tgz?cache=0&sync_timestamp=1625473467198&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fwasm-opt%2Fdownload%2F%40webassemblyjs%2Fwasm-opt-1.9.0.tgz"
integrity sha1-IhEYHlsxMmRDzIES658LkChyGmE=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1682,7 +1682,7 @@
"@webassemblyjs/wasm-parser@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz?cache=0&sync_timestamp=1625473417746&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fwasm-parser%2Fdownload%2F%40webassemblyjs%2Fwasm-parser-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/download/@webassemblyjs/wasm-parser-1.9.0.tgz?cache=0&sync_timestamp=1625473417746&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fwasm-parser%2Fdownload%2F%40webassemblyjs%2Fwasm-parser-1.9.0.tgz"
integrity sha1-nUjkSCbfSmWYKUqmyHRp1kL/9l4=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1694,7 +1694,7 @@
"@webassemblyjs/wast-parser@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40webassemblyjs%2Fwast-parser%2Fdownload%2F%40webassemblyjs%2Fwast-parser-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wast-parser/download/@webassemblyjs/wast-parser-1.9.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40webassemblyjs%2Fwast-parser%2Fdownload%2F%40webassemblyjs%2Fwast-parser-1.9.0.tgz"
integrity sha1-MDERXXmsW9JhVWzsw/qQo+9FGRQ=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1706,7 +1706,7 @@
"@webassemblyjs/wast-printer@1.9.0":
version "1.9.0"
- resolved "https://registry.nlark.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz"
+ resolved "https://registry.npmmirror.com/@webassemblyjs/wast-printer/download/@webassemblyjs/wast-printer-1.9.0.tgz"
integrity sha1-STXVTIX+9jewDOn1I3dFHQDUeJk=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -1715,7 +1715,7 @@
"@xtuc/ieee754@^1.2.0":
version "1.2.0"
- resolved "https://registry.nlark.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz"
+ resolved "https://registry.npmmirror.com/@xtuc/ieee754/download/@xtuc/ieee754-1.2.0.tgz"
integrity sha1-7vAUoxRa5Hehy8AM0eVSM23Ot5A=
"@xtuc/long@4.2.2":
@@ -1733,27 +1733,27 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
acorn-jsx@^5.2.0:
version "5.3.2"
- resolved "https://registry.nlark.com/acorn-jsx/download/acorn-jsx-5.3.2.tgz"
+ resolved "https://registry.npmmirror.com/acorn-jsx/download/acorn-jsx-5.3.2.tgz"
integrity sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=
acorn-walk@^7.1.1:
version "7.2.0"
- resolved "https://registry.nlark.com/acorn-walk/download/acorn-walk-7.2.0.tgz?cache=0&sync_timestamp=1624951990736&other_urls=https%3A%2F%2Fregistry.nlark.com%2Facorn-walk%2Fdownload%2Facorn-walk-7.2.0.tgz"
+ resolved "https://registry.npmmirror.com/acorn-walk/download/acorn-walk-7.2.0.tgz?cache=0&sync_timestamp=1624951990736&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Facorn-walk%2Fdownload%2Facorn-walk-7.2.0.tgz"
integrity sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w=
acorn@^6.4.1:
version "6.4.2"
- resolved "https://registry.nlark.com/acorn/download/acorn-6.4.2.tgz"
+ resolved "https://registry.npmmirror.com/acorn/download/acorn-6.4.2.tgz"
integrity sha1-NYZv1xBSjpLeEM8GAWSY5H454eY=
acorn@^7.1.1, acorn@^7.4.0:
version "7.4.1"
- resolved "https://registry.nlark.com/acorn/download/acorn-7.4.1.tgz"
+ resolved "https://registry.npmmirror.com/acorn/download/acorn-7.4.1.tgz"
integrity sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=
address@^1.1.2:
version "1.1.2"
- resolved "https://registry.nlark.com/address/download/address-1.1.2.tgz"
+ resolved "https://registry.npmmirror.com/address/download/address-1.1.2.tgz"
integrity sha1-vxEWycdYxRt6kz0pa3LCIe2UKLY=
ajv-errors@^1.0.0:
@@ -1768,7 +1768,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
version "6.12.6"
- resolved "https://registry.nlark.com/ajv/download/ajv-6.12.6.tgz?cache=0&sync_timestamp=1625392420722&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fajv%2Fdownload%2Fajv-6.12.6.tgz"
+ resolved "https://registry.npmmirror.com/ajv/download/ajv-6.12.6.tgz?cache=0&sync_timestamp=1625392420722&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fajv%2Fdownload%2Fajv-6.12.6.tgz"
integrity sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=
dependencies:
fast-deep-equal "^3.1.1"
@@ -1820,14 +1820,14 @@ ansi-regex@^5.0.0:
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
- resolved "https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1618995588464&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz"
+ resolved "https://registry.npmmirror.com/ansi-styles/download/ansi-styles-3.2.1.tgz?cache=0&sync_timestamp=1618995588464&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fansi-styles%2Fdownload%2Fansi-styles-3.2.1.tgz"
integrity sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=
dependencies:
color-convert "^1.9.0"
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
version "4.3.0"
- resolved "https://registry.nlark.com/ansi-styles/download/ansi-styles-4.3.0.tgz?cache=0&sync_timestamp=1618995588464&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-styles%2Fdownload%2Fansi-styles-4.3.0.tgz"
+ resolved "https://registry.npmmirror.com/ansi-styles/download/ansi-styles-4.3.0.tgz?cache=0&sync_timestamp=1618995588464&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fansi-styles%2Fdownload%2Fansi-styles-4.3.0.tgz"
integrity sha1-7dgDYornHATIWuegkG7a00tkiTc=
dependencies:
color-convert "^2.0.1"
@@ -1882,7 +1882,7 @@ arr-flatten@^1.1.0:
arr-union@^3.1.0:
version "3.1.0"
- resolved "https://registry.nlark.com/arr-union/download/arr-union-3.1.0.tgz"
+ resolved "https://registry.npmmirror.com/arr-union/download/arr-union-3.1.0.tgz"
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
array-flatten@1.1.1:
@@ -1904,12 +1904,12 @@ array-union@^1.0.1, array-union@^1.0.2:
array-uniq@^1.0.1:
version "1.0.3"
- resolved "https://registry.nlark.com/array-uniq/download/array-uniq-1.0.3.tgz?cache=0&sync_timestamp=1620042102127&other_urls=https%3A%2F%2Fregistry.nlark.com%2Farray-uniq%2Fdownload%2Farray-uniq-1.0.3.tgz"
+ resolved "https://registry.npmmirror.com/array-uniq/download/array-uniq-1.0.3.tgz?cache=0&sync_timestamp=1620042102127&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Farray-uniq%2Fdownload%2Farray-uniq-1.0.3.tgz"
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
array-unique@^0.3.2:
version "0.3.2"
- resolved "https://registry.nlark.com/array-unique/download/array-unique-0.3.2.tgz"
+ resolved "https://registry.npmmirror.com/array-unique/download/array-unique-0.3.2.tgz"
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
asn1.js@^5.2.0:
@@ -1924,14 +1924,14 @@ asn1.js@^5.2.0:
asn1@~0.2.3:
version "0.2.4"
- resolved "https://registry.nlark.com/asn1/download/asn1-0.2.4.tgz"
+ resolved "https://registry.npmmirror.com/asn1/download/asn1-0.2.4.tgz"
integrity sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=
dependencies:
safer-buffer "~2.1.0"
assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/assert-plus/download/assert-plus-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/assert-plus/download/assert-plus-1.0.0.tgz"
integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
assert@^1.1.1:
@@ -1944,7 +1944,7 @@ assert@^1.1.1:
assign-symbols@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/assign-symbols/download/assign-symbols-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/assign-symbols/download/assign-symbols-1.0.0.tgz"
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
astral-regex@^1.0.0:
@@ -1991,7 +1991,7 @@ atob@^2.1.2:
autoprefixer@^9.8.6:
version "9.8.6"
- resolved "https://registry.nlark.com/autoprefixer/download/autoprefixer-9.8.6.tgz"
+ resolved "https://registry.npmmirror.com/autoprefixer/download/autoprefixer-9.8.6.tgz"
integrity sha1-O3NZTKG/kmYyDFrPFYjXTep0IQ8=
dependencies:
browserslist "^4.12.0"
@@ -2055,7 +2055,7 @@ babel-plugin-dynamic-import-node@^2.3.3:
babel-plugin-polyfill-corejs2@^0.2.2:
version "0.2.2"
- resolved "https://registry.nlark.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.2.2.tgz?cache=0&sync_timestamp=1622023845989&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbabel-plugin-polyfill-corejs2%2Fdownload%2Fbabel-plugin-polyfill-corejs2-0.2.2.tgz"
+ resolved "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/download/babel-plugin-polyfill-corejs2-0.2.2.tgz?cache=0&sync_timestamp=1622023845989&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbabel-plugin-polyfill-corejs2%2Fdownload%2Fbabel-plugin-polyfill-corejs2-0.2.2.tgz"
integrity sha1-6RJHheb9lPlLYYp5VOVpMFO/Uyc=
dependencies:
"@babel/compat-data" "^7.13.11"
@@ -2064,7 +2064,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
babel-plugin-polyfill-corejs3@^0.2.2:
version "0.2.3"
- resolved "https://registry.nlark.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.2.3.tgz"
+ resolved "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/download/babel-plugin-polyfill-corejs3-0.2.3.tgz"
integrity sha1-cq3WjPCKi/E5um5t/AsdUECY5Xs=
dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2"
@@ -2072,14 +2072,14 @@ babel-plugin-polyfill-corejs3@^0.2.2:
babel-plugin-polyfill-regenerator@^0.2.2:
version "0.2.2"
- resolved "https://registry.nlark.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.2.2.tgz"
+ resolved "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/download/babel-plugin-polyfill-regenerator-0.2.2.tgz"
integrity sha1-sxDI1kKsraNIwfo7Pmzg6FG+4Hc=
dependencies:
"@babel/helper-define-polyfill-provider" "^0.2.2"
balanced-match@^1.0.0:
version "1.0.2"
- resolved "https://registry.nlark.com/balanced-match/download/balanced-match-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/balanced-match/download/balanced-match-1.0.2.tgz"
integrity sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=
base64-js@^1.0.2:
@@ -2124,12 +2124,12 @@ bfj@^6.1.1:
big.js@^3.1.3:
version "3.2.0"
- resolved "https://registry.nlark.com/big.js/download/big.js-3.2.0.tgz?cache=0&sync_timestamp=1620075729477&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbig.js%2Fdownload%2Fbig.js-3.2.0.tgz"
+ resolved "https://registry.npmmirror.com/big.js/download/big.js-3.2.0.tgz?cache=0&sync_timestamp=1620075729477&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbig.js%2Fdownload%2Fbig.js-3.2.0.tgz"
integrity sha1-pfwpi4G54Nyi5FiCR4S2XFK6WI4=
big.js@^5.2.2:
version "5.2.2"
- resolved "https://registry.nlark.com/big.js/download/big.js-5.2.2.tgz?cache=0&sync_timestamp=1620075729477&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbig.js%2Fdownload%2Fbig.js-5.2.2.tgz"
+ resolved "https://registry.npmmirror.com/big.js/download/big.js-5.2.2.tgz?cache=0&sync_timestamp=1620075729477&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbig.js%2Fdownload%2Fbig.js-5.2.2.tgz"
integrity sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=
binary-extensions@^1.0.0:
@@ -2235,7 +2235,7 @@ brorand@^1.0.1, brorand@^1.1.0:
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
version "1.2.0"
- resolved "https://registry.nlark.com/browserify-aes/download/browserify-aes-1.2.0.tgz"
+ resolved "https://registry.npmmirror.com/browserify-aes/download/browserify-aes-1.2.0.tgz"
integrity sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=
dependencies:
buffer-xor "^1.0.3"
@@ -2247,7 +2247,7 @@ browserify-aes@^1.0.0, browserify-aes@^1.0.4:
browserify-cipher@^1.0.0:
version "1.0.1"
- resolved "https://registry.nlark.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz"
+ resolved "https://registry.npmmirror.com/browserify-cipher/download/browserify-cipher-1.0.1.tgz"
integrity sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=
dependencies:
browserify-aes "^1.0.4"
@@ -2266,7 +2266,7 @@ browserify-des@^1.0.0:
browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
version "4.1.0"
- resolved "https://registry.nlark.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz"
+ resolved "https://registry.npmmirror.com/browserify-rsa/download/browserify-rsa-4.1.0.tgz"
integrity sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=
dependencies:
bn.js "^5.0.0"
@@ -2296,7 +2296,7 @@ browserify-zlib@^0.2.0:
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.16.6:
version "4.16.6"
- resolved "https://registry.nlark.com/browserslist/download/browserslist-4.16.6.tgz?cache=0&sync_timestamp=1619789155823&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.16.6.tgz"
+ resolved "https://registry.npmmirror.com/browserslist/download/browserslist-4.16.6.tgz?cache=0&sync_timestamp=1619789155823&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.16.6.tgz"
integrity sha1-15ASd6WojlVO0wWxg+ybDAj2b6I=
dependencies:
caniuse-lite "^1.0.30001219"
@@ -2327,7 +2327,7 @@ buffer-xor@^1.0.3:
buffer@^4.3.0:
version "4.9.2"
- resolved "https://registry.nlark.com/buffer/download/buffer-4.9.2.tgz?cache=0&sync_timestamp=1618846959596&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbuffer%2Fdownload%2Fbuffer-4.9.2.tgz"
+ resolved "https://registry.npmmirror.com/buffer/download/buffer-4.9.2.tgz?cache=0&sync_timestamp=1618846959596&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fbuffer%2Fdownload%2Fbuffer-4.9.2.tgz"
integrity sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg=
dependencies:
base64-js "^1.0.2"
@@ -2351,7 +2351,7 @@ bytes@3.1.0:
cacache@^12.0.2, cacache@^12.0.3:
version "12.0.4"
- resolved "https://registry.nlark.com/cacache/download/cacache-12.0.4.tgz?cache=0&sync_timestamp=1621949651040&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcacache%2Fdownload%2Fcacache-12.0.4.tgz"
+ resolved "https://registry.npmmirror.com/cacache/download/cacache-12.0.4.tgz?cache=0&sync_timestamp=1621949651040&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcacache%2Fdownload%2Fcacache-12.0.4.tgz"
integrity sha1-ZovL0QWutfHZL+JVcOyVJcj6pAw=
dependencies:
bluebird "^3.5.5"
@@ -2417,7 +2417,7 @@ cacheable-request@^7.0.1:
call-bind@^1.0.0, call-bind@^1.0.2:
version "1.0.2"
- resolved "https://registry.nlark.com/call-bind/download/call-bind-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/call-bind/download/call-bind-1.0.2.tgz"
integrity sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=
dependencies:
function-bind "^1.1.1"
@@ -2444,12 +2444,12 @@ caller-path@^2.0.0:
callsites@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/callsites/download/callsites-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/callsites/download/callsites-2.0.0.tgz"
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
callsites@^3.0.0:
version "3.1.0"
- resolved "https://registry.nlark.com/callsites/download/callsites-3.1.0.tgz"
+ resolved "https://registry.npmmirror.com/callsites/download/callsites-3.1.0.tgz"
integrity sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=
camel-case@3.0.x:
@@ -2462,12 +2462,12 @@ camel-case@3.0.x:
camelcase@^5.0.0, camelcase@^5.3.1:
version "5.3.1"
- resolved "https://registry.nlark.com/camelcase/download/camelcase-5.3.1.tgz"
+ resolved "https://registry.npmmirror.com/camelcase/download/camelcase-5.3.1.tgz"
integrity sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=
camelcase@^6.0.0:
version "6.2.0"
- resolved "https://registry.nlark.com/camelcase/download/camelcase-6.2.0.tgz"
+ resolved "https://registry.npmmirror.com/camelcase/download/camelcase-6.2.0.tgz"
integrity sha1-kkr4gcnVJaydh/QNlk5c6pgqGAk=
caniuse-api@^3.0.0:
@@ -2517,7 +2517,7 @@ caseless@~0.12.0:
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
- resolved "https://registry.nlark.com/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1618995297666&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz"
+ resolved "https://registry.npmmirror.com/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1618995297666&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz"
integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=
dependencies:
ansi-styles "^3.2.1"
@@ -2526,7 +2526,7 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4
chalk@^4.0.0, chalk@^4.1.0:
version "4.1.1"
- resolved "https://registry.nlark.com/chalk/download/chalk-4.1.1.tgz?cache=0&sync_timestamp=1618995297666&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-4.1.1.tgz"
+ resolved "https://registry.npmmirror.com/chalk/download/chalk-4.1.1.tgz?cache=0&sync_timestamp=1618995297666&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fchalk%2Fdownload%2Fchalk-4.1.1.tgz"
integrity sha1-yAs/qyi/Y3HmhjMl7uZ+YYt35q0=
dependencies:
ansi-styles "^4.1.0"
@@ -2544,7 +2544,7 @@ check-types@^8.0.3:
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1:
version "3.5.2"
- resolved "https://registry.nlark.com/chokidar/download/chokidar-3.5.2.tgz"
+ resolved "https://registry.npmmirror.com/chokidar/download/chokidar-3.5.2.tgz"
integrity sha1-26OXb8rbAW9m/TZQIdkWANAcHnU=
dependencies:
anymatch "~3.1.2"
@@ -2559,7 +2559,7 @@ check-types@^8.0.3:
chokidar@^2.1.8:
version "2.1.8"
- resolved "https://registry.nlark.com/chokidar/download/chokidar-2.1.8.tgz"
+ resolved "https://registry.npmmirror.com/chokidar/download/chokidar-2.1.8.tgz"
integrity sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=
dependencies:
anymatch "^2.0.0"
@@ -2578,7 +2578,7 @@ chokidar@^2.1.8:
chownr@^1.1.1:
version "1.1.4"
- resolved "https://registry.nlark.com/chownr/download/chownr-1.1.4.tgz"
+ resolved "https://registry.npmmirror.com/chownr/download/chownr-1.1.4.tgz"
integrity sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=
chrome-trace-event@^1.0.2:
@@ -2588,7 +2588,7 @@ chrome-trace-event@^1.0.2:
ci-info@^1.5.0:
version "1.6.0"
- resolved "https://registry.nlark.com/ci-info/download/ci-info-1.6.0.tgz?cache=0&sync_timestamp=1622039942508&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fci-info%2Fdownload%2Fci-info-1.6.0.tgz"
+ resolved "https://registry.npmmirror.com/ci-info/download/ci-info-1.6.0.tgz?cache=0&sync_timestamp=1622039942508&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fci-info%2Fdownload%2Fci-info-1.6.0.tgz"
integrity sha1-LKINu5zrMtRSSmgzAzE/AwSx5Jc=
ci-info@^2.0.0:
@@ -2598,7 +2598,7 @@ ci-info@^2.0.0:
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
version "1.0.4"
- resolved "https://registry.nlark.com/cipher-base/download/cipher-base-1.0.4.tgz"
+ resolved "https://registry.npmmirror.com/cipher-base/download/cipher-base-1.0.4.tgz"
integrity sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=
dependencies:
inherits "^2.0.1"
@@ -2606,7 +2606,7 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
class-utils@^0.3.5:
version "0.3.6"
- resolved "https://registry.nlark.com/class-utils/download/class-utils-0.3.6.tgz"
+ resolved "https://registry.npmmirror.com/class-utils/download/class-utils-0.3.6.tgz"
integrity sha1-+TNprouafOAv1B+q0MqDAzGQxGM=
dependencies:
arr-union "^3.1.0"
@@ -2616,7 +2616,7 @@ class-utils@^0.3.5:
clean-css@4.2.x:
version "4.2.3"
- resolved "https://registry.nlark.com/clean-css/download/clean-css-4.2.3.tgz?cache=0&sync_timestamp=1624616848608&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fclean-css%2Fdownload%2Fclean-css-4.2.3.tgz"
+ resolved "https://registry.npmmirror.com/clean-css/download/clean-css-4.2.3.tgz?cache=0&sync_timestamp=1624616848608&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fclean-css%2Fdownload%2Fclean-css-4.2.3.tgz"
integrity sha1-UHtd59l7SO5T2ErbAWD/YhY4D3g=
dependencies:
source-map "~0.6.0"
@@ -2637,7 +2637,7 @@ cli-cursor@^3.1.0:
cli-highlight@^2.1.4:
version "2.1.11"
- resolved "https://registry.nlark.com/cli-highlight/download/cli-highlight-2.1.11.tgz"
+ resolved "https://registry.npmmirror.com/cli-highlight/download/cli-highlight-2.1.11.tgz"
integrity sha1-SXNvpFLwqvT65YDjCssmgo0twb8=
dependencies:
chalk "^4.0.0"
@@ -2790,24 +2790,24 @@ colorspace@1.1.x:
combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.8"
- resolved "https://registry.nlark.com/combined-stream/download/combined-stream-1.0.8.tgz"
+ resolved "https://registry.npmmirror.com/combined-stream/download/combined-stream-1.0.8.tgz"
integrity sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=
dependencies:
delayed-stream "~1.0.0"
commander@2.17.x:
version "2.17.1"
- resolved "https://registry.nlark.com/commander/download/commander-2.17.1.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.17.1.tgz"
+ resolved "https://registry.npmmirror.com/commander/download/commander-2.17.1.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcommander%2Fdownload%2Fcommander-2.17.1.tgz"
integrity sha1-vXerfebelCBc6sxy8XFtKfIKd78=
commander@^2.18.0, commander@^2.20.0:
version "2.20.3"
- resolved "https://registry.nlark.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz"
+ resolved "https://registry.npmmirror.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz"
integrity sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=
commander@~2.19.0:
version "2.19.0"
- resolved "https://registry.nlark.com/commander/download/commander-2.19.0.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.19.0.tgz"
+ resolved "https://registry.npmmirror.com/commander/download/commander-2.19.0.tgz?cache=0&sync_timestamp=1624609478024&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcommander%2Fdownload%2Fcommander-2.19.0.tgz"
integrity sha1-9hmKqE5bg8RgVLlN3tv+1e6f8So=
commondir@^1.0.1:
@@ -2817,7 +2817,7 @@ commondir@^1.0.1:
component-emitter@^1.2.1:
version "1.3.0"
- resolved "https://registry.nlark.com/component-emitter/download/component-emitter-1.3.0.tgz"
+ resolved "https://registry.npmmirror.com/component-emitter/download/component-emitter-1.3.0.tgz"
integrity sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A=
compressible@~2.0.16:
@@ -2842,7 +2842,7 @@ compression@^1.7.4:
concat-map@0.0.1:
version "0.0.1"
- resolved "https://registry.nlark.com/concat-map/download/concat-map-0.0.1.tgz"
+ resolved "https://registry.npmmirror.com/concat-map/download/concat-map-0.0.1.tgz"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
concat-stream@^1.5.0:
@@ -2903,7 +2903,7 @@ content-type@~1.0.4:
convert-source-map@^1.7.0:
version "1.8.0"
- resolved "https://registry.nlark.com/convert-source-map/download/convert-source-map-1.8.0.tgz?cache=0&sync_timestamp=1624045501202&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fconvert-source-map%2Fdownload%2Fconvert-source-map-1.8.0.tgz"
+ resolved "https://registry.npmmirror.com/convert-source-map/download/convert-source-map-1.8.0.tgz?cache=0&sync_timestamp=1624045501202&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fconvert-source-map%2Fdownload%2Fconvert-source-map-1.8.0.tgz"
integrity sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=
dependencies:
safe-buffer "~5.1.1"
@@ -2937,7 +2937,7 @@ copy-descriptor@^0.1.0:
copy-webpack-plugin@^5.1.1:
version "5.1.2"
- resolved "https://registry.nlark.com/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz"
+ resolved "https://registry.npmmirror.com/copy-webpack-plugin/download/copy-webpack-plugin-5.1.2.tgz"
integrity sha1-ioieHcr6bJHGzUvhrRWPHTgjuuI=
dependencies:
cacache "^12.0.3"
@@ -2955,7 +2955,7 @@ copy-webpack-plugin@^5.1.1:
core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.5:
version "3.15.2"
- resolved "https://registry.nlark.com/core-js-compat/download/core-js-compat-3.15.2.tgz?cache=0&sync_timestamp=1624966008077&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js-compat%2Fdownload%2Fcore-js-compat-3.15.2.tgz"
+ resolved "https://registry.npmmirror.com/core-js-compat/download/core-js-compat-3.15.2.tgz?cache=0&sync_timestamp=1624966008077&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcore-js-compat%2Fdownload%2Fcore-js-compat-3.15.2.tgz"
integrity sha1-Rycvu0eYgN4UtOYIH3HzSS9b08s=
dependencies:
browserslist "^4.16.6"
@@ -2963,7 +2963,7 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.5:
core-js@^3.15.2, core-js@^3.6.5:
version "3.15.2"
- resolved "https://registry.nlark.com/core-js/download/core-js-3.15.2.tgz?cache=0&sync_timestamp=1624966050136&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcore-js%2Fdownload%2Fcore-js-3.15.2.tgz"
+ resolved "https://registry.npmmirror.com/core-js/download/core-js-3.15.2.tgz?cache=0&sync_timestamp=1624966050136&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcore-js%2Fdownload%2Fcore-js-3.15.2.tgz"
integrity sha1-dAZg0v9V7zTOZk1+JFURnFvdPWE=
core-util-is@1.0.2, core-util-is@~1.0.0:
@@ -2973,7 +2973,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
cosmiconfig@^5.0.0:
version "5.2.1"
- resolved "https://registry.nlark.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz"
+ resolved "https://registry.npmmirror.com/cosmiconfig/download/cosmiconfig-5.2.1.tgz"
integrity sha1-BA9yaAnFked6F8CjYmykW08Wixo=
dependencies:
import-fresh "^2.0.0"
@@ -3070,7 +3070,7 @@ css-color-names@0.0.4, css-color-names@^0.0.4:
css-declaration-sorter@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz?cache=0&sync_timestamp=1620754692154&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-declaration-sorter%2Fdownload%2Fcss-declaration-sorter-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/css-declaration-sorter/download/css-declaration-sorter-4.0.1.tgz?cache=0&sync_timestamp=1620754692154&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-declaration-sorter%2Fdownload%2Fcss-declaration-sorter-4.0.1.tgz"
integrity sha1-wZiUD2OnbX42wecQGLABchBUyyI=
dependencies:
postcss "^7.0.1"
@@ -3078,7 +3078,7 @@ css-declaration-sorter@^4.0.1:
css-loader@^3.5.3:
version "3.6.0"
- resolved "https://registry.nlark.com/css-loader/download/css-loader-3.6.0.tgz?cache=0&sync_timestamp=1626181461689&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-loader%2Fdownload%2Fcss-loader-3.6.0.tgz"
+ resolved "https://registry.npmmirror.com/css-loader/download/css-loader-3.6.0.tgz?cache=0&sync_timestamp=1626181461689&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-loader%2Fdownload%2Fcss-loader-3.6.0.tgz"
integrity sha1-Lkssfm4tJ/jI8o9hv/zS5ske9kU=
dependencies:
camelcase "^5.3.1"
@@ -3102,7 +3102,7 @@ css-select-base-adapter@^0.1.1:
css-select@^2.0.0:
version "2.1.0"
- resolved "https://registry.nlark.com/css-select/download/css-select-2.1.0.tgz?cache=0&sync_timestamp=1622994276976&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-select%2Fdownload%2Fcss-select-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/css-select/download/css-select-2.1.0.tgz?cache=0&sync_timestamp=1622994276976&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-select%2Fdownload%2Fcss-select-2.1.0.tgz"
integrity sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=
dependencies:
boolbase "^1.0.0"
@@ -3112,7 +3112,7 @@ css-select@^2.0.0:
css-select@^4.1.3:
version "4.1.3"
- resolved "https://registry.nlark.com/css-select/download/css-select-4.1.3.tgz?cache=0&sync_timestamp=1622994276976&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-select%2Fdownload%2Fcss-select-4.1.3.tgz"
+ resolved "https://registry.npmmirror.com/css-select/download/css-select-4.1.3.tgz?cache=0&sync_timestamp=1622994276976&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-select%2Fdownload%2Fcss-select-4.1.3.tgz"
integrity sha1-pwRA9wMX8maRGK10/xBeZYSccGc=
dependencies:
boolbase "^1.0.0"
@@ -3139,12 +3139,12 @@ css-tree@^1.1.2:
css-what@^3.2.1:
version "3.4.2"
- resolved "https://registry.nlark.com/css-what/download/css-what-3.4.2.tgz?cache=0&sync_timestamp=1622227030976&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-what%2Fdownload%2Fcss-what-3.4.2.tgz"
+ resolved "https://registry.npmmirror.com/css-what/download/css-what-3.4.2.tgz?cache=0&sync_timestamp=1622227030976&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-what%2Fdownload%2Fcss-what-3.4.2.tgz"
integrity sha1-6nAm/LAXd+295SEk4h8yfnrpUOQ=
css-what@^5.0.0:
version "5.0.1"
- resolved "https://registry.nlark.com/css-what/download/css-what-5.0.1.tgz?cache=0&sync_timestamp=1622227030976&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcss-what%2Fdownload%2Fcss-what-5.0.1.tgz"
+ resolved "https://registry.npmmirror.com/css-what/download/css-what-5.0.1.tgz?cache=0&sync_timestamp=1622227030976&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fcss-what%2Fdownload%2Fcss-what-5.0.1.tgz"
integrity sha1-PvqCATH0ZpqKwkCPnDLnx96fTK0=
cssesc@^3.0.0:
@@ -3154,7 +3154,7 @@ cssesc@^3.0.0:
cssnano-preset-default@^4.0.0, cssnano-preset-default@^4.0.8:
version "4.0.8"
- resolved "https://registry.nlark.com/cssnano-preset-default/download/cssnano-preset-default-4.0.8.tgz"
+ resolved "https://registry.npmmirror.com/cssnano-preset-default/download/cssnano-preset-default-4.0.8.tgz"
integrity sha1-kgYisfwelaNOiDggPxOXpQTy0/8=
dependencies:
css-declaration-sorter "^4.0.1"
@@ -3212,7 +3212,7 @@ cssnano-util-same-parent@^4.0.0:
cssnano@^4.0.0, cssnano@^4.1.10:
version "4.1.11"
- resolved "https://registry.nlark.com/cssnano/download/cssnano-4.1.11.tgz"
+ resolved "https://registry.npmmirror.com/cssnano/download/cssnano-4.1.11.tgz"
integrity sha1-x7X1uB2iacsf2YLLlgwSAJEMmpk=
dependencies:
cosmiconfig "^5.0.0"
@@ -3234,7 +3234,7 @@ cyclist@^1.0.1:
dashdash@^1.12.0:
version "1.14.1"
- resolved "https://registry.nlark.com/dashdash/download/dashdash-1.14.1.tgz"
+ resolved "https://registry.npmmirror.com/dashdash/download/dashdash-1.14.1.tgz"
integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
dependencies:
assert-plus "^1.0.0"
@@ -3256,26 +3256,26 @@ date-fns@^2.23.0:
de-indent@^1.0.2:
version "1.0.2"
- resolved "https://registry.nlark.com/de-indent/download/de-indent-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/de-indent/download/de-indent-1.0.2.tgz"
integrity sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=
debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
version "2.6.9"
- resolved "https://registry.nlark.com/debug/download/debug-2.6.9.tgz"
+ resolved "https://registry.npmmirror.com/debug/download/debug-2.6.9.tgz"
integrity sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=
dependencies:
ms "2.0.0"
debug@^3.1.1, debug@^3.2.6:
version "3.2.7"
- resolved "https://registry.nlark.com/debug/download/debug-3.2.7.tgz"
+ resolved "https://registry.npmmirror.com/debug/download/debug-3.2.7.tgz"
integrity sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=
dependencies:
ms "^2.1.1"
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
version "4.3.2"
- resolved "https://registry.nlark.com/debug/download/debug-4.3.2.tgz"
+ resolved "https://registry.npmmirror.com/debug/download/debug-4.3.2.tgz"
integrity sha1-8KScGKyHeeMdSgxgKd+3aHPHQos=
dependencies:
ms "2.1.2"
@@ -3336,7 +3336,7 @@ default-gateway@^5.0.5:
defaults@^1.0.3:
version "1.0.3"
- resolved "https://registry.nlark.com/defaults/download/defaults-1.0.3.tgz"
+ resolved "https://registry.npmmirror.com/defaults/download/defaults-1.0.3.tgz"
integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=
dependencies:
clone "^1.0.2"
@@ -3355,21 +3355,21 @@ define-properties@^1.1.2, define-properties@^1.1.3:
define-property@^0.2.5:
version "0.2.5"
- resolved "https://registry.nlark.com/define-property/download/define-property-0.2.5.tgz"
+ resolved "https://registry.npmmirror.com/define-property/download/define-property-0.2.5.tgz"
integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
dependencies:
is-descriptor "^0.1.0"
define-property@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/define-property/download/define-property-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/define-property/download/define-property-1.0.0.tgz"
integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
dependencies:
is-descriptor "^1.0.0"
define-property@^2.0.2:
version "2.0.2"
- resolved "https://registry.nlark.com/define-property/download/define-property-2.0.2.tgz"
+ resolved "https://registry.npmmirror.com/define-property/download/define-property-2.0.2.tgz"
integrity sha1-1Flono1lS6d+AqgX+HENcCyxbp0=
dependencies:
is-descriptor "^1.0.2"
@@ -3413,7 +3413,7 @@ destroy@~1.0.4:
detect-node@^2.0.4:
version "2.1.0"
- resolved "https://registry.nlark.com/detect-node/download/detect-node-2.1.0.tgz?cache=0&sync_timestamp=1621147029891&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdetect-node%2Fdownload%2Fdetect-node-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/detect-node/download/detect-node-2.1.0.tgz?cache=0&sync_timestamp=1621147029891&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdetect-node%2Fdownload%2Fdetect-node-2.1.0.tgz"
integrity sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=
diffie-hellman@^5.0.0:
@@ -3439,7 +3439,7 @@ dns-equal@^1.0.0:
dns-packet@^1.3.1:
version "1.3.4"
- resolved "https://registry.nlark.com/dns-packet/download/dns-packet-1.3.4.tgz"
+ resolved "https://registry.npmmirror.com/dns-packet/download/dns-packet-1.3.4.tgz"
integrity sha1-40VQZYJKJQe6iGxVqJljuxB97G8=
dependencies:
ip "^1.1.0"
@@ -3461,14 +3461,14 @@ doctrine@^3.0.0:
dom-converter@^0.2.0:
version "0.2.0"
- resolved "https://registry.nlark.com/dom-converter/download/dom-converter-0.2.0.tgz"
+ resolved "https://registry.npmmirror.com/dom-converter/download/dom-converter-0.2.0.tgz"
integrity sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=
dependencies:
utila "~0.4"
dom-serializer@0:
version "0.2.2"
- resolved "https://registry.nlark.com/dom-serializer/download/dom-serializer-0.2.2.tgz?cache=0&sync_timestamp=1621256900132&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdom-serializer%2Fdownload%2Fdom-serializer-0.2.2.tgz"
+ resolved "https://registry.npmmirror.com/dom-serializer/download/dom-serializer-0.2.2.tgz?cache=0&sync_timestamp=1621256900132&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdom-serializer%2Fdownload%2Fdom-serializer-0.2.2.tgz"
integrity sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=
dependencies:
domelementtype "^2.0.1"
@@ -3476,7 +3476,7 @@ dom-serializer@0:
dom-serializer@^1.0.1:
version "1.3.2"
- resolved "https://registry.nlark.com/dom-serializer/download/dom-serializer-1.3.2.tgz?cache=0&sync_timestamp=1621256900132&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdom-serializer%2Fdownload%2Fdom-serializer-1.3.2.tgz"
+ resolved "https://registry.npmmirror.com/dom-serializer/download/dom-serializer-1.3.2.tgz?cache=0&sync_timestamp=1621256900132&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdom-serializer%2Fdownload%2Fdom-serializer-1.3.2.tgz"
integrity sha1-YgZDfTLO767HFhgDIwx6ILwbTZE=
dependencies:
domelementtype "^2.0.1"
@@ -3507,7 +3507,7 @@ domhandler@^4.0.0, domhandler@^4.2.0:
domutils@^1.7.0:
version "1.7.0"
- resolved "https://registry.nlark.com/domutils/download/domutils-1.7.0.tgz"
+ resolved "https://registry.npmmirror.com/domutils/download/domutils-1.7.0.tgz"
integrity sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=
dependencies:
dom-serializer "0"
@@ -3515,7 +3515,7 @@ domutils@^1.7.0:
domutils@^2.5.2, domutils@^2.6.0:
version "2.7.0"
- resolved "https://registry.nlark.com/domutils/download/domutils-2.7.0.tgz"
+ resolved "https://registry.npmmirror.com/domutils/download/domutils-2.7.0.tgz"
integrity sha1-jrrwxB66/PVbC3LsMcVjI3EsVEI=
dependencies:
dom-serializer "^1.0.1"
@@ -3536,7 +3536,7 @@ dotenv-expand@^5.1.0:
dotenv@^8.2.0:
version "8.6.0"
- resolved "https://registry.nlark.com/dotenv/download/dotenv-8.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fdotenv%2Fdownload%2Fdotenv-8.6.0.tgz"
+ resolved "https://registry.npmmirror.com/dotenv/download/dotenv-8.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fdotenv%2Fdownload%2Fdotenv-8.6.0.tgz"
integrity sha1-Bhr2ZNGff02PxuT/m1hM4jety4s=
duplexer@^0.1.1:
@@ -3579,12 +3579,12 @@ ejs@^2.6.1:
electron-to-chromium@^1.3.723:
version "1.3.775"
- resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.775.tgz?cache=0&sync_timestamp=1626214018159&other_urls=https%3A%2F%2Fregistry.nlark.com%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.775.tgz"
+ resolved "https://registry.npmmirror.com/electron-to-chromium/download/electron-to-chromium-1.3.775.tgz?cache=0&sync_timestamp=1626214018159&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.775.tgz"
integrity sha1-BGUX0fLOp1Pgb/9UmZW53EXiAII=
elliptic@^6.5.3:
version "6.5.4"
- resolved "https://registry.nlark.com/elliptic/download/elliptic-6.5.4.tgz"
+ resolved "https://registry.npmmirror.com/elliptic/download/elliptic-6.5.4.tgz"
integrity sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=
dependencies:
bn.js "^4.11.9"
@@ -3597,12 +3597,12 @@ elliptic@^6.5.3:
emoji-regex@^7.0.1:
version "7.0.3"
- resolved "https://registry.nlark.com/emoji-regex/download/emoji-regex-7.0.3.tgz"
+ resolved "https://registry.npmmirror.com/emoji-regex/download/emoji-regex-7.0.3.tgz"
integrity sha1-kzoEBShgyF6DwSJHnEdIqOTHIVY=
emoji-regex@^8.0.0:
version "8.0.0"
- resolved "https://registry.nlark.com/emoji-regex/download/emoji-regex-8.0.0.tgz"
+ resolved "https://registry.npmmirror.com/emoji-regex/download/emoji-regex-8.0.0.tgz"
integrity sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=
emojis-list@^2.0.0:
@@ -3634,7 +3634,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
enhanced-resolve@^4.5.0:
version "4.5.0"
- resolved "https://registry.nlark.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz?cache=0&sync_timestamp=1620663108627&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.5.0.tgz"
+ resolved "https://registry.npmmirror.com/enhanced-resolve/download/enhanced-resolve-4.5.0.tgz?cache=0&sync_timestamp=1620663108627&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fenhanced-resolve%2Fdownload%2Fenhanced-resolve-4.5.0.tgz"
integrity sha1-Lzz9hNvjtIfxjy2y7x4GSlccpew=
dependencies:
graceful-fs "^4.1.2"
@@ -3643,7 +3643,7 @@ enhanced-resolve@^4.5.0:
entities@^2.0.0:
version "2.2.0"
- resolved "https://registry.nlark.com/entities/download/entities-2.2.0.tgz"
+ resolved "https://registry.npmmirror.com/entities/download/entities-2.2.0.tgz"
integrity sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU=
errno@^0.1.3, errno@~0.1.7:
@@ -3662,14 +3662,14 @@ error-ex@^1.3.1:
error-stack-parser@^2.0.2:
version "2.0.6"
- resolved "https://registry.nlark.com/error-stack-parser/download/error-stack-parser-2.0.6.tgz"
+ resolved "https://registry.npmmirror.com/error-stack-parser/download/error-stack-parser-2.0.6.tgz"
integrity sha1-WpmnB716TFinl5AtSNgoA+3mqtg=
dependencies:
stackframe "^1.1.1"
es-abstract@^1.17.2, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
version "1.18.3"
- resolved "https://registry.nlark.com/es-abstract/download/es-abstract-1.18.3.tgz?cache=0&sync_timestamp=1622157977003&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fes-abstract%2Fdownload%2Fes-abstract-1.18.3.tgz"
+ resolved "https://registry.npmmirror.com/es-abstract/download/es-abstract-1.18.3.tgz?cache=0&sync_timestamp=1622157977003&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fes-abstract%2Fdownload%2Fes-abstract-1.18.3.tgz"
integrity sha1-JcTDOAonqiA8RLK2hbupTaMbY+A=
dependencies:
call-bind "^1.0.2"
@@ -3705,7 +3705,7 @@ escalade@^3.1.1:
escape-html@~1.0.3:
version "1.0.3"
- resolved "https://registry.nlark.com/escape-html/download/escape-html-1.0.3.tgz"
+ resolved "https://registry.npmmirror.com/escape-html/download/escape-html-1.0.3.tgz"
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
escape-string-regexp@^1.0.5:
@@ -3715,7 +3715,7 @@ escape-string-regexp@^1.0.5:
eslint-config-prettier@^6.0.0:
version "6.15.0"
- resolved "https://registry.nlark.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz"
+ resolved "https://registry.npmmirror.com/eslint-config-prettier/download/eslint-config-prettier-6.15.0.tgz"
integrity sha1-f5P2y31FqS8VN6cOzAY2bhrG/tk=
dependencies:
get-stdin "^6.0.0"
@@ -3740,7 +3740,7 @@ eslint-plugin-prettier@^3.3.1:
eslint-plugin-vue@^6.2.2:
version "6.2.2"
- resolved "https://registry.nlark.com/eslint-plugin-vue/download/eslint-plugin-vue-6.2.2.tgz?cache=0&sync_timestamp=1625569836364&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-6.2.2.tgz"
+ resolved "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-6.2.2.tgz?cache=0&sync_timestamp=1625569836364&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-6.2.2.tgz"
integrity sha1-J/7NmjokeJsPER7N1UCp5WGY4P4=
dependencies:
natural-compare "^1.4.0"
@@ -3765,19 +3765,19 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1:
eslint-utils@^1.4.3:
version "1.4.3"
- resolved "https://registry.nlark.com/eslint-utils/download/eslint-utils-1.4.3.tgz?cache=0&sync_timestamp=1620975590529&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-utils%2Fdownload%2Feslint-utils-1.4.3.tgz"
+ resolved "https://registry.npmmirror.com/eslint-utils/download/eslint-utils-1.4.3.tgz?cache=0&sync_timestamp=1620975590529&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint-utils%2Fdownload%2Feslint-utils-1.4.3.tgz"
integrity sha1-dP7HxU0Hdrb2fgJRBAtYBlZOmB8=
dependencies:
eslint-visitor-keys "^1.1.0"
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
version "1.3.0"
- resolved "https://registry.nlark.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz"
+ resolved "https://registry.npmmirror.com/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz"
integrity sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=
eslint@^6.7.2:
version "6.8.0"
- resolved "https://registry.nlark.com/eslint/download/eslint-6.8.0.tgz?cache=0&sync_timestamp=1625263912208&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint%2Fdownload%2Feslint-6.8.0.tgz"
+ resolved "https://registry.npmmirror.com/eslint/download/eslint-6.8.0.tgz?cache=0&sync_timestamp=1625263912208&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Feslint%2Fdownload%2Feslint-6.8.0.tgz"
integrity sha1-YiYtZylzn5J1cjgkMC+yJ8jJP/s=
dependencies:
"@babel/code-frame" "^7.0.0"
@@ -3820,7 +3820,7 @@ eslint@^6.7.2:
espree@^6.1.2, espree@^6.2.1:
version "6.2.1"
- resolved "https://registry.nlark.com/espree/download/espree-6.2.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fespree%2Fdownload%2Fespree-6.2.1.tgz"
+ resolved "https://registry.npmmirror.com/espree/download/espree-6.2.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fespree%2Fdownload%2Fespree-6.2.1.tgz"
integrity sha1-d/xy4f10SiBSwg84pbV1gy6Cc0o=
dependencies:
acorn "^7.1.1"
@@ -3848,12 +3848,12 @@ esrecurse@^4.1.0, esrecurse@^4.3.0:
estraverse@^4.1.1:
version "4.3.0"
- resolved "https://registry.nlark.com/estraverse/download/estraverse-4.3.0.tgz"
+ resolved "https://registry.npmmirror.com/estraverse/download/estraverse-4.3.0.tgz"
integrity sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=
estraverse@^5.1.0, estraverse@^5.2.0:
version "5.2.0"
- resolved "https://registry.nlark.com/estraverse/download/estraverse-5.2.0.tgz"
+ resolved "https://registry.npmmirror.com/estraverse/download/estraverse-5.2.0.tgz"
integrity sha1-MH30JUfmzHMk088DwVXVzbjFOIA=
estree-walker@^1.0.1:
@@ -3903,7 +3903,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
execa@^0.8.0:
version "0.8.0"
- resolved "https://registry.nlark.com/execa/download/execa-0.8.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fexeca%2Fdownload%2Fexeca-0.8.0.tgz"
+ resolved "https://registry.npmmirror.com/execa/download/execa-0.8.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fexeca%2Fdownload%2Fexeca-0.8.0.tgz"
integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=
dependencies:
cross-spawn "^5.0.1"
@@ -3916,7 +3916,7 @@ execa@^0.8.0:
execa@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/execa/download/execa-1.0.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fexeca%2Fdownload%2Fexeca-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/execa/download/execa-1.0.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fexeca%2Fdownload%2Fexeca-1.0.0.tgz"
integrity sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=
dependencies:
cross-spawn "^6.0.0"
@@ -3929,7 +3929,7 @@ execa@^1.0.0:
execa@^3.3.0:
version "3.4.0"
- resolved "https://registry.nlark.com/execa/download/execa-3.4.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fexeca%2Fdownload%2Fexeca-3.4.0.tgz"
+ resolved "https://registry.npmmirror.com/execa/download/execa-3.4.0.tgz?cache=0&sync_timestamp=1622825306359&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fexeca%2Fdownload%2Fexeca-3.4.0.tgz"
integrity sha1-wI7UVQ72XYWPrCaf/IVyRG8364k=
dependencies:
cross-spawn "^7.0.0"
@@ -4057,7 +4057,7 @@ fast-diff@^1.1.2:
fast-glob@^2.2.6:
version "2.2.7"
- resolved "https://registry.nlark.com/fast-glob/download/fast-glob-2.2.7.tgz"
+ resolved "https://registry.npmmirror.com/fast-glob/download/fast-glob-2.2.7.tgz"
integrity sha1-aVOFfDr6R1//ku5gFdUtpwpM050=
dependencies:
"@mrmlnc/readdir-enhanced" "^2.2.1"
@@ -4102,7 +4102,7 @@ fastq@^1.6.0:
faye-websocket@^0.11.3:
version "0.11.4"
- resolved "https://registry.nlark.com/faye-websocket/download/faye-websocket-0.11.4.tgz"
+ resolved "https://registry.npmmirror.com/faye-websocket/download/faye-websocket-0.11.4.tgz"
integrity sha1-fw2Sdc/dhqHJY9yLZfzEUe3Lsdo=
dependencies:
websocket-driver ">=0.5.1"
@@ -4119,7 +4119,7 @@ figgy-pudding@^3.5.1:
figures@^3.0.0:
version "3.2.0"
- resolved "https://registry.nlark.com/figures/download/figures-3.2.0.tgz"
+ resolved "https://registry.npmmirror.com/figures/download/figures-3.2.0.tgz"
integrity sha1-YlwYvSk8YE3EqN2y/r8MiDQXRq8=
dependencies:
escape-string-regexp "^1.0.5"
@@ -4146,7 +4146,7 @@ file-uri-to-path@1.0.0:
filesize@^3.6.1:
version "3.6.1"
- resolved "https://registry.nlark.com/filesize/download/filesize-3.6.1.tgz"
+ resolved "https://registry.npmmirror.com/filesize/download/filesize-3.6.1.tgz"
integrity sha1-CQuz7gG2+AGoqL6Z0xcQs0Irsxc=
fill-range@^4.0.0:
@@ -4250,7 +4250,7 @@ flatpickr@4.6.9:
flatted@^2.0.0:
version "2.0.2"
- resolved "https://registry.nlark.com/flatted/download/flatted-2.0.2.tgz"
+ resolved "https://registry.npmmirror.com/flatted/download/flatted-2.0.2.tgz"
integrity sha1-RXWyHivO50NKqb5mL0t7X5wrUTg=
flush-write-stream@^1.0.0:
@@ -4292,12 +4292,12 @@ form-data@~2.3.2:
forwarded@0.2.0:
version "0.2.0"
- resolved "https://registry.nlark.com/forwarded/download/forwarded-0.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fforwarded%2Fdownload%2Fforwarded-0.2.0.tgz"
+ resolved "https://registry.npmmirror.com/forwarded/download/forwarded-0.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fforwarded%2Fdownload%2Fforwarded-0.2.0.tgz"
integrity sha1-ImmTZCiq1MFcfr6XeahL8LKoGBE=
fragment-cache@^0.2.1:
version "0.2.1"
- resolved "https://registry.nlark.com/fragment-cache/download/fragment-cache-0.2.1.tgz"
+ resolved "https://registry.npmmirror.com/fragment-cache/download/fragment-cache-0.2.1.tgz"
integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
dependencies:
map-cache "^0.2.2"
@@ -4309,7 +4309,7 @@ fresh@0.5.2:
from2@^2.1.0:
version "2.3.0"
- resolved "https://registry.nlark.com/from2/download/from2-2.3.0.tgz"
+ resolved "https://registry.npmmirror.com/from2/download/from2-2.3.0.tgz"
integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
dependencies:
inherits "^2.0.1"
@@ -4317,7 +4317,7 @@ from2@^2.1.0:
fs-extra@^7.0.1:
version "7.0.1"
- resolved "https://registry.nlark.com/fs-extra/download/fs-extra-7.0.1.tgz"
+ resolved "https://registry.npmmirror.com/fs-extra/download/fs-extra-7.0.1.tgz"
integrity sha1-TxicRKoSO4lfcigE9V6iPq3DSOk=
dependencies:
graceful-fs "^4.1.2"
@@ -4422,14 +4422,14 @@ get-value@^2.0.3, get-value@^2.0.6:
getpass@^0.1.1:
version "0.1.7"
- resolved "https://registry.nlark.com/getpass/download/getpass-0.1.7.tgz"
+ resolved "https://registry.npmmirror.com/getpass/download/getpass-0.1.7.tgz"
integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
dependencies:
assert-plus "^1.0.0"
glob-parent@^3.1.0:
version "3.1.0"
- resolved "https://registry.nlark.com/glob-parent/download/glob-parent-3.1.0.tgz?cache=0&sync_timestamp=1620073245729&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob-parent%2Fdownload%2Fglob-parent-3.1.0.tgz"
+ resolved "https://registry.npmmirror.com/glob-parent/download/glob-parent-3.1.0.tgz?cache=0&sync_timestamp=1620073245729&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob-parent%2Fdownload%2Fglob-parent-3.1.0.tgz"
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
dependencies:
is-glob "^3.1.0"
@@ -4437,7 +4437,7 @@ glob-parent@^3.1.0:
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
- resolved "https://registry.nlark.com/glob-parent/download/glob-parent-5.1.2.tgz?cache=0&sync_timestamp=1620073245729&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob-parent%2Fdownload%2Fglob-parent-5.1.2.tgz"
+ resolved "https://registry.npmmirror.com/glob-parent/download/glob-parent-5.1.2.tgz?cache=0&sync_timestamp=1620073245729&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob-parent%2Fdownload%2Fglob-parent-5.1.2.tgz"
integrity sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=
dependencies:
is-glob "^4.0.1"
@@ -4449,7 +4449,7 @@ glob-to-regexp@^0.3.0:
glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
version "7.1.7"
- resolved "https://registry.nlark.com/glob/download/glob-7.1.7.tgz?cache=0&sync_timestamp=1620337555606&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglob%2Fdownload%2Fglob-7.1.7.tgz"
+ resolved "https://registry.npmmirror.com/glob/download/glob-7.1.7.tgz?cache=0&sync_timestamp=1620337555606&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob%2Fdownload%2Fglob-7.1.7.tgz"
integrity sha1-Oxk+kjPwHULQs/eClLvutBj5SpA=
dependencies:
fs.realpath "^1.0.0"
@@ -4461,19 +4461,19 @@ glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
globals@^11.1.0:
version "11.12.0"
- resolved "https://registry.nlark.com/globals/download/globals-11.12.0.tgz"
+ resolved "https://registry.npmmirror.com/globals/download/globals-11.12.0.tgz"
integrity sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=
globals@^12.1.0:
version "12.4.0"
- resolved "https://registry.nlark.com/globals/download/globals-12.4.0.tgz"
+ resolved "https://registry.npmmirror.com/globals/download/globals-12.4.0.tgz"
integrity sha1-oYgTV2pBsAokqX5/gVkYwuGZJfg=
dependencies:
type-fest "^0.8.1"
globby@^6.1.0:
version "6.1.0"
- resolved "https://registry.nlark.com/globby/download/globby-6.1.0.tgz"
+ resolved "https://registry.npmmirror.com/globby/download/globby-6.1.0.tgz"
integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
dependencies:
array-union "^1.0.1"
@@ -4484,7 +4484,7 @@ globby@^6.1.0:
globby@^7.1.1:
version "7.1.1"
- resolved "https://registry.nlark.com/globby/download/globby-7.1.1.tgz"
+ resolved "https://registry.npmmirror.com/globby/download/globby-7.1.1.tgz"
integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA=
dependencies:
array-union "^1.0.1"
@@ -4496,7 +4496,7 @@ globby@^7.1.1:
globby@^9.2.0:
version "9.2.0"
- resolved "https://registry.nlark.com/globby/download/globby-9.2.0.tgz"
+ resolved "https://registry.npmmirror.com/globby/download/globby-9.2.0.tgz"
integrity sha1-/QKacGxwPSm90XD0tts6P3p8tj0=
dependencies:
"@types/glob" "^7.1.1"
@@ -4653,7 +4653,7 @@ hex-color-regex@^1.1.0:
highlight.js@^10.7.1:
version "10.7.3"
- resolved "https://registry.nlark.com/highlight.js/download/highlight.js-10.7.3.tgz"
+ resolved "https://registry.npmmirror.com/highlight.js/download/highlight.js-10.7.3.tgz"
integrity sha1-aXJy45kTVuQMPKxWanTu9oF1ZTE=
hmac-drbg@^1.0.1:
@@ -4672,7 +4672,7 @@ hoopy@^0.1.4:
hosted-git-info@^2.1.4:
version "2.8.9"
- resolved "https://registry.nlark.com/hosted-git-info/download/hosted-git-info-2.8.9.tgz"
+ resolved "https://registry.npmmirror.com/hosted-git-info/download/hosted-git-info-2.8.9.tgz"
integrity sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k=
hpack.js@^2.1.6:
@@ -4725,7 +4725,7 @@ html-tags@^3.1.0:
html-webpack-plugin@^3.2.0:
version "3.2.0"
- resolved "https://registry.nlark.com/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz"
+ resolved "https://registry.npmmirror.com/html-webpack-plugin/download/html-webpack-plugin-3.2.0.tgz"
integrity sha1-sBq71yOsqqeze2r0SS69oD2d03s=
dependencies:
html-minifier "^3.2.3"
@@ -4738,7 +4738,7 @@ html-webpack-plugin@^3.2.0:
htmlparser2@^6.1.0:
version "6.1.0"
- resolved "https://registry.nlark.com/htmlparser2/download/htmlparser2-6.1.0.tgz"
+ resolved "https://registry.npmmirror.com/htmlparser2/download/htmlparser2-6.1.0.tgz"
integrity sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=
dependencies:
domelementtype "^2.0.1"
@@ -4758,7 +4758,7 @@ http-deceiver@^1.2.7:
http-errors@1.7.2:
version "1.7.2"
- resolved "https://registry.nlark.com/http-errors/download/http-errors-1.7.2.tgz"
+ resolved "https://registry.npmmirror.com/http-errors/download/http-errors-1.7.2.tgz"
integrity sha1-T1ApzxMjnzEDblsuVSkrz7zIXI8=
dependencies:
depd "~1.1.2"
@@ -4769,7 +4769,7 @@ http-errors@1.7.2:
http-errors@~1.6.2:
version "1.6.3"
- resolved "https://registry.nlark.com/http-errors/download/http-errors-1.6.3.tgz"
+ resolved "https://registry.npmmirror.com/http-errors/download/http-errors-1.6.3.tgz"
integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=
dependencies:
depd "~1.1.2"
@@ -4779,7 +4779,7 @@ http-errors@~1.6.2:
http-errors@~1.7.2:
version "1.7.3"
- resolved "https://registry.nlark.com/http-errors/download/http-errors-1.7.3.tgz"
+ resolved "https://registry.npmmirror.com/http-errors/download/http-errors-1.7.3.tgz"
integrity sha1-bGGeT5xgMIw4UZSYwU+7EKrOuwY=
dependencies:
depd "~1.1.2"
@@ -4795,7 +4795,7 @@ http-parser-js@>=0.5.1:
http-proxy-middleware@0.19.1:
version "0.19.1"
- resolved "https://registry.nlark.com/http-proxy-middleware/download/http-proxy-middleware-0.19.1.tgz?cache=0&sync_timestamp=1625171994433&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhttp-proxy-middleware%2Fdownload%2Fhttp-proxy-middleware-0.19.1.tgz"
+ resolved "https://registry.npmmirror.com/http-proxy-middleware/download/http-proxy-middleware-0.19.1.tgz?cache=0&sync_timestamp=1625171994433&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhttp-proxy-middleware%2Fdownload%2Fhttp-proxy-middleware-0.19.1.tgz"
integrity sha1-GDx9xKoUeRUDBkmMIQza+WCApDo=
dependencies:
http-proxy "^1.17.0"
@@ -4805,7 +4805,7 @@ http-proxy-middleware@0.19.1:
http-proxy-middleware@^1.0.0:
version "1.3.1"
- resolved "https://registry.nlark.com/http-proxy-middleware/download/http-proxy-middleware-1.3.1.tgz?cache=0&sync_timestamp=1625171994433&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhttp-proxy-middleware%2Fdownload%2Fhttp-proxy-middleware-1.3.1.tgz"
+ resolved "https://registry.npmmirror.com/http-proxy-middleware/download/http-proxy-middleware-1.3.1.tgz?cache=0&sync_timestamp=1625171994433&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fhttp-proxy-middleware%2Fdownload%2Fhttp-proxy-middleware-1.3.1.tgz"
integrity sha1-Q3ANbZ7st0Gb8IahKND3IF2etmU=
dependencies:
"@types/http-proxy" "^1.17.5"
@@ -4847,12 +4847,12 @@ https-browserify@^1.0.0:
human-signals@^1.1.1:
version "1.1.1"
- resolved "https://registry.nlark.com/human-signals/download/human-signals-1.1.1.tgz"
+ resolved "https://registry.npmmirror.com/human-signals/download/human-signals-1.1.1.tgz"
integrity sha1-xbHNFPUK6uCatsWf5jujOV/k36M=
iconv-lite@0.4.24, iconv-lite@^0.4.24:
version "0.4.24"
- resolved "https://registry.nlark.com/iconv-lite/download/iconv-lite-0.4.24.tgz"
+ resolved "https://registry.npmmirror.com/iconv-lite/download/iconv-lite-0.4.24.tgz"
integrity sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=
dependencies:
safer-buffer ">= 2.1.2 < 3"
@@ -4886,7 +4886,7 @@ ignore@^4.0.3, ignore@^4.0.6:
import-cwd@^2.0.0:
version "2.1.0"
- resolved "https://registry.nlark.com/import-cwd/download/import-cwd-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/import-cwd/download/import-cwd-2.1.0.tgz"
integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
dependencies:
import-from "^2.1.0"
@@ -4909,7 +4909,7 @@ import-fresh@^3.0.0:
import-from@^2.1.0:
version "2.1.0"
- resolved "https://registry.nlark.com/import-from/download/import-from-2.1.0.tgz?cache=0&sync_timestamp=1622533823695&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fimport-from%2Fdownload%2Fimport-from-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/import-from/download/import-from-2.1.0.tgz?cache=0&sync_timestamp=1622533823695&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fimport-from%2Fdownload%2Fimport-from-2.1.0.tgz"
integrity sha1-M1238qev/VOqpHHUuAId7ja387E=
dependencies:
resolve-from "^3.0.0"
@@ -4924,7 +4924,7 @@ import-local@^2.0.0:
imurmurhash@^0.1.4:
version "0.1.4"
- resolved "https://registry.nlark.com/imurmurhash/download/imurmurhash-0.1.4.tgz"
+ resolved "https://registry.npmmirror.com/imurmurhash/download/imurmurhash-0.1.4.tgz"
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
indexes-of@^1.0.1:
@@ -4934,12 +4934,12 @@ indexes-of@^1.0.1:
infer-owner@^1.0.3:
version "1.0.4"
- resolved "https://registry.nlark.com/infer-owner/download/infer-owner-1.0.4.tgz"
+ resolved "https://registry.npmmirror.com/infer-owner/download/infer-owner-1.0.4.tgz"
integrity sha1-xM78qo5RBRwqQLos6KPScpWvlGc=
inflight@^1.0.4:
version "1.0.6"
- resolved "https://registry.nlark.com/inflight/download/inflight-1.0.6.tgz"
+ resolved "https://registry.npmmirror.com/inflight/download/inflight-1.0.6.tgz"
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
dependencies:
once "^1.3.0"
@@ -4962,7 +4962,7 @@ inherits@2.0.3:
inquirer@^7.0.0, inquirer@^7.1.0:
version "7.3.3"
- resolved "https://registry.nlark.com/inquirer/download/inquirer-7.3.3.tgz?cache=0&sync_timestamp=1623781192876&other_urls=https%3A%2F%2Fregistry.nlark.com%2Finquirer%2Fdownload%2Finquirer-7.3.3.tgz"
+ resolved "https://registry.npmmirror.com/inquirer/download/inquirer-7.3.3.tgz?cache=0&sync_timestamp=1623781192876&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Finquirer%2Fdownload%2Finquirer-7.3.3.tgz"
integrity sha1-BNF2sq8Er8FXqD/XwQDpjuCq0AM=
dependencies:
ansi-escapes "^4.2.1"
@@ -4981,7 +4981,7 @@ inquirer@^7.0.0, inquirer@^7.1.0:
internal-ip@^4.3.0:
version "4.3.0"
- resolved "https://registry.nlark.com/internal-ip/download/internal-ip-4.3.0.tgz"
+ resolved "https://registry.npmmirror.com/internal-ip/download/internal-ip-4.3.0.tgz"
integrity sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=
dependencies:
default-gateway "^4.2.0"
@@ -4999,7 +4999,7 @@ ip@^1.1.0, ip@^1.1.5:
ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
version "1.9.1"
- resolved "https://registry.nlark.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz"
+ resolved "https://registry.npmmirror.com/ipaddr.js/download/ipaddr.js-1.9.1.tgz"
integrity sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=
is-absolute-url@^2.0.0:
@@ -5035,36 +5035,36 @@ is-arguments@^1.0.4:
is-arrayish@^0.2.1:
version "0.2.1"
- resolved "https://registry.nlark.com/is-arrayish/download/is-arrayish-0.2.1.tgz"
+ resolved "https://registry.npmmirror.com/is-arrayish/download/is-arrayish-0.2.1.tgz"
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
is-arrayish@^0.3.1:
version "0.3.2"
- resolved "https://registry.nlark.com/is-arrayish/download/is-arrayish-0.3.2.tgz"
+ resolved "https://registry.npmmirror.com/is-arrayish/download/is-arrayish-0.3.2.tgz"
integrity sha1-RXSirlb3qyBolvtDHq7tBm/fjwM=
is-bigint@^1.0.1:
version "1.0.2"
- resolved "https://registry.nlark.com/is-bigint/download/is-bigint-1.0.2.tgz?cache=0&sync_timestamp=1620161578872&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-bigint%2Fdownload%2Fis-bigint-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/is-bigint/download/is-bigint-1.0.2.tgz?cache=0&sync_timestamp=1620161578872&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-bigint%2Fdownload%2Fis-bigint-1.0.2.tgz"
integrity sha1-/7OBRCUDI1rSReqJ5Fs9v/BA7lo=
is-binary-path@^1.0.0:
version "1.0.1"
- resolved "https://registry.nlark.com/is-binary-path/download/is-binary-path-1.0.1.tgz"
+ resolved "https://registry.npmmirror.com/is-binary-path/download/is-binary-path-1.0.1.tgz"
integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
dependencies:
binary-extensions "^1.0.0"
is-binary-path@~2.1.0:
version "2.1.0"
- resolved "https://registry.nlark.com/is-binary-path/download/is-binary-path-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/is-binary-path/download/is-binary-path-2.1.0.tgz"
integrity sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=
dependencies:
binary-extensions "^2.0.0"
is-boolean-object@^1.1.0:
version "1.1.1"
- resolved "https://registry.nlark.com/is-boolean-object/download/is-boolean-object-1.1.1.tgz?cache=0&sync_timestamp=1620428521406&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-boolean-object%2Fdownload%2Fis-boolean-object-1.1.1.tgz"
+ resolved "https://registry.npmmirror.com/is-boolean-object/download/is-boolean-object-1.1.1.tgz?cache=0&sync_timestamp=1620428521406&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-boolean-object%2Fdownload%2Fis-boolean-object-1.1.1.tgz"
integrity sha1-PAh48DXLghIo01DS4eNnGXFqPeg=
dependencies:
call-bind "^1.0.2"
@@ -5100,7 +5100,7 @@ is-color-stop@^1.0.0:
is-core-module@^2.2.0:
version "2.5.0"
- resolved "https://registry.nlark.com/is-core-module/download/is-core-module-2.5.0.tgz"
+ resolved "https://registry.npmmirror.com/is-core-module/download/is-core-module-2.5.0.tgz"
integrity sha1-91SENhfHC/0pt72HMnQAzaXBhJE=
dependencies:
has "^1.0.3"
@@ -5121,7 +5121,7 @@ is-data-descriptor@^1.0.0:
is-date-object@^1.0.1:
version "1.0.4"
- resolved "https://registry.nlark.com/is-date-object/download/is-date-object-1.0.4.tgz?cache=0&sync_timestamp=1620451921850&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-date-object%2Fdownload%2Fis-date-object-1.0.4.tgz"
+ resolved "https://registry.npmmirror.com/is-date-object/download/is-date-object-1.0.4.tgz?cache=0&sync_timestamp=1620451921850&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-date-object%2Fdownload%2Fis-date-object-1.0.4.tgz"
integrity sha1-VQz8wDr62gXuo90wmBx7CVUfc+U=
is-descriptor@^0.1.0:
@@ -5181,14 +5181,14 @@ is-fullwidth-code-point@^3.0.0:
is-glob@^3.1.0:
version "3.1.0"
- resolved "https://registry.nlark.com/is-glob/download/is-glob-3.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-glob%2Fdownload%2Fis-glob-3.1.0.tgz"
+ resolved "https://registry.npmmirror.com/is-glob/download/is-glob-3.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-glob%2Fdownload%2Fis-glob-3.1.0.tgz"
integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
dependencies:
is-extglob "^2.1.0"
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/is-glob/download/is-glob-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-glob%2Fdownload%2Fis-glob-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/is-glob/download/is-glob-4.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-glob%2Fdownload%2Fis-glob-4.0.1.tgz"
integrity sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=
dependencies:
is-extglob "^2.1.1"
@@ -5200,19 +5200,19 @@ is-negative-zero@^2.0.1:
is-number-object@^1.0.4:
version "1.0.5"
- resolved "https://registry.nlark.com/is-number-object/download/is-number-object-1.0.5.tgz"
+ resolved "https://registry.npmmirror.com/is-number-object/download/is-number-object-1.0.5.tgz"
integrity sha1-bt+u7XlQz/Ga/tzp+/yp7m3Sies=
is-number@^3.0.0:
version "3.0.0"
- resolved "https://registry.nlark.com/is-number/download/is-number-3.0.0.tgz"
+ resolved "https://registry.npmmirror.com/is-number/download/is-number-3.0.0.tgz"
integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
dependencies:
kind-of "^3.0.2"
is-number@^7.0.0:
version "7.0.0"
- resolved "https://registry.nlark.com/is-number/download/is-number-7.0.0.tgz"
+ resolved "https://registry.npmmirror.com/is-number/download/is-number-7.0.0.tgz"
integrity sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=
is-obj@^2.0.0:
@@ -5227,14 +5227,14 @@ is-path-cwd@^2.0.0:
is-path-in-cwd@^2.0.0:
version "2.1.0"
- resolved "https://registry.nlark.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz?cache=0&sync_timestamp=1620047156679&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-path-in-cwd%2Fdownload%2Fis-path-in-cwd-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/is-path-in-cwd/download/is-path-in-cwd-2.1.0.tgz?cache=0&sync_timestamp=1620047156679&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-path-in-cwd%2Fdownload%2Fis-path-in-cwd-2.1.0.tgz"
integrity sha1-v+Lcomxp85cmWkAJljYCk1oFOss=
dependencies:
is-path-inside "^2.1.0"
is-path-inside@^2.1.0:
version "2.1.0"
- resolved "https://registry.nlark.com/is-path-inside/download/is-path-inside-2.1.0.tgz?cache=0&sync_timestamp=1620046845369&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-path-inside%2Fdownload%2Fis-path-inside-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/is-path-inside/download/is-path-inside-2.1.0.tgz?cache=0&sync_timestamp=1620046845369&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-path-inside%2Fdownload%2Fis-path-inside-2.1.0.tgz"
integrity sha1-fJgQWH1lmkDSe8201WFuqwWUlLI=
dependencies:
path-is-inside "^1.0.2"
@@ -5258,7 +5258,7 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
is-regex@^1.0.4, is-regex@^1.1.3:
version "1.1.3"
- resolved "https://registry.nlark.com/is-regex/download/is-regex-1.1.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-regex%2Fdownload%2Fis-regex-1.1.3.tgz"
+ resolved "https://registry.npmmirror.com/is-regex/download/is-regex-1.1.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-regex%2Fdownload%2Fis-regex-1.1.3.tgz"
integrity sha1-0Cn5r/ZEi5Prvj8z2scVEf3L758=
dependencies:
call-bind "^1.0.2"
@@ -5281,12 +5281,12 @@ is-stream@^2.0.0:
is-string@^1.0.5, is-string@^1.0.6:
version "1.0.6"
- resolved "https://registry.nlark.com/is-string/download/is-string-1.0.6.tgz?cache=0&sync_timestamp=1620448302935&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-string%2Fdownload%2Fis-string-1.0.6.tgz"
+ resolved "https://registry.npmmirror.com/is-string/download/is-string-1.0.6.tgz?cache=0&sync_timestamp=1620448302935&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-string%2Fdownload%2Fis-string-1.0.6.tgz"
integrity sha1-P+XVmS+w2TQE8yWE1LAXmnG1Sl8=
is-symbol@^1.0.2, is-symbol@^1.0.3:
version "1.0.4"
- resolved "https://registry.nlark.com/is-symbol/download/is-symbol-1.0.4.tgz?cache=0&sync_timestamp=1620501182675&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-symbol%2Fdownload%2Fis-symbol-1.0.4.tgz"
+ resolved "https://registry.npmmirror.com/is-symbol/download/is-symbol-1.0.4.tgz?cache=0&sync_timestamp=1620501182675&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-symbol%2Fdownload%2Fis-symbol-1.0.4.tgz"
integrity sha1-ptrJO2NbBjymhyI23oiRClevE5w=
dependencies:
has-symbols "^1.0.2"
@@ -5303,19 +5303,19 @@ is-windows@^1.0.2:
is-wsl@^1.1.0:
version "1.1.0"
- resolved "https://registry.nlark.com/is-wsl/download/is-wsl-1.1.0.tgz"
+ resolved "https://registry.npmmirror.com/is-wsl/download/is-wsl-1.1.0.tgz"
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
is-wsl@^2.1.1:
version "2.2.0"
- resolved "https://registry.nlark.com/is-wsl/download/is-wsl-2.2.0.tgz"
+ resolved "https://registry.npmmirror.com/is-wsl/download/is-wsl-2.2.0.tgz"
integrity sha1-dKTHbnfKn9P5MvKQwX6jJs0VcnE=
dependencies:
is-docker "^2.0.0"
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/isarray/download/isarray-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/isarray/download/isarray-1.0.0.tgz"
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
isexe@^2.0.0:
@@ -5342,12 +5342,12 @@ isstream@~0.1.2:
javascript-stringify@^2.0.1:
version "2.1.0"
- resolved "https://registry.nlark.com/javascript-stringify/download/javascript-stringify-2.1.0.tgz"
+ resolved "https://registry.npmmirror.com/javascript-stringify/download/javascript-stringify-2.1.0.tgz"
integrity sha1-J8dlOb4U2L0Sghmi1zGwkzeQTnk=
js-message@1.0.7:
version "1.0.7"
- resolved "https://registry.nlark.com/js-message/download/js-message-1.0.7.tgz"
+ resolved "https://registry.npmmirror.com/js-message/download/js-message-1.0.7.tgz"
integrity sha1-+93QU8ekcCGHG7iyyVOXzBfCDkc=
js-queue@2.0.2:
@@ -5359,12 +5359,12 @@ js-queue@2.0.2:
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
- resolved "https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz"
+ resolved "https://registry.npmmirror.com/js-tokens/download/js-tokens-4.0.0.tgz"
integrity sha1-GSA/tZmR35jjoocFDUZHzerzJJk=
js-yaml@^3.13.1:
version "3.14.1"
- resolved "https://registry.nlark.com/js-yaml/download/js-yaml-3.14.1.tgz?cache=0&sync_timestamp=1618847165988&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.1.tgz"
+ resolved "https://registry.npmmirror.com/js-yaml/download/js-yaml-3.14.1.tgz?cache=0&sync_timestamp=1618847165988&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjs-yaml%2Fdownload%2Fjs-yaml-3.14.1.tgz"
integrity sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=
dependencies:
argparse "^1.0.7"
@@ -5407,7 +5407,7 @@ json-schema-traverse@^0.4.1:
json-schema@0.2.3:
version "0.2.3"
- resolved "https://registry.nlark.com/json-schema/download/json-schema-0.2.3.tgz"
+ resolved "https://registry.npmmirror.com/json-schema/download/json-schema-0.2.3.tgz"
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
json-stable-stringify-without-jsonify@^1.0.1:
@@ -5417,12 +5417,12 @@ json-stable-stringify-without-jsonify@^1.0.1:
json-stringify-safe@~5.0.1:
version "5.0.1"
- resolved "https://registry.nlark.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz"
+ resolved "https://registry.npmmirror.com/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz"
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
json3@^3.3.3:
version "3.3.3"
- resolved "https://registry.nlark.com/json3/download/json3-3.3.3.tgz"
+ resolved "https://registry.npmmirror.com/json3/download/json3-3.3.3.tgz"
integrity sha1-f8EON1/FrkLEcFpcwKpvYr4wW4E=
json5@^0.5.0:
@@ -5446,7 +5446,7 @@ json5@^2.1.2:
jsonfile@^4.0.0:
version "4.0.0"
- resolved "https://registry.nlark.com/jsonfile/download/jsonfile-4.0.0.tgz?cache=0&sync_timestamp=1618846895804&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fjsonfile%2Fdownload%2Fjsonfile-4.0.0.tgz"
+ resolved "https://registry.npmmirror.com/jsonfile/download/jsonfile-4.0.0.tgz?cache=0&sync_timestamp=1618846895804&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjsonfile%2Fdownload%2Fjsonfile-4.0.0.tgz"
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
optionalDependencies:
graceful-fs "^4.1.6"
@@ -5559,7 +5559,7 @@ loader-runner@^2.3.1, loader-runner@^2.4.0:
loader-utils@^0.2.16:
version "0.2.17"
- resolved "https://registry.nlark.com/loader-utils/download/loader-utils-0.2.17.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.nlark.com%2Floader-utils%2Fdownload%2Floader-utils-0.2.17.tgz"
+ resolved "https://registry.npmmirror.com/loader-utils/download/loader-utils-0.2.17.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Floader-utils%2Fdownload%2Floader-utils-0.2.17.tgz"
integrity sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=
dependencies:
big.js "^3.1.3"
@@ -5569,7 +5569,7 @@ loader-utils@^0.2.16:
loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
version "1.4.0"
- resolved "https://registry.nlark.com/loader-utils/download/loader-utils-1.4.0.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.nlark.com%2Floader-utils%2Fdownload%2Floader-utils-1.4.0.tgz"
+ resolved "https://registry.npmmirror.com/loader-utils/download/loader-utils-1.4.0.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Floader-utils%2Fdownload%2Floader-utils-1.4.0.tgz"
integrity sha1-xXm140yzSxp07cbB+za/o3HVphM=
dependencies:
big.js "^5.2.2"
@@ -5578,7 +5578,7 @@ loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4
loader-utils@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/loader-utils/download/loader-utils-2.0.0.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.nlark.com%2Floader-utils%2Fdownload%2Floader-utils-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/loader-utils/download/loader-utils-2.0.0.tgz?cache=0&sync_timestamp=1618846850760&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Floader-utils%2Fdownload%2Floader-utils-2.0.0.tgz"
integrity sha1-5MrOW4FtQloWa18JfhDNErNgZLA=
dependencies:
big.js "^5.2.2"
@@ -5602,12 +5602,12 @@ locate-path@^5.0.0:
lodash.debounce@^4.0.8:
version "4.0.8"
- resolved "https://registry.nlark.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz"
+ resolved "https://registry.npmmirror.com/lodash.debounce/download/lodash.debounce-4.0.8.tgz"
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
lodash.defaultsdeep@^4.6.1:
version "4.6.1"
- resolved "https://registry.nlark.com/lodash.defaultsdeep/download/lodash.defaultsdeep-4.6.1.tgz"
+ resolved "https://registry.npmmirror.com/lodash.defaultsdeep/download/lodash.defaultsdeep-4.6.1.tgz"
integrity sha1-US6b1yHSctlOPTpjZT+hdRZ0HKY=
lodash.kebabcase@^4.1.1:
@@ -5642,7 +5642,7 @@ lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17
log-symbols@^2.2.0:
version "2.2.0"
- resolved "https://registry.nlark.com/log-symbols/download/log-symbols-2.2.0.tgz?cache=0&sync_timestamp=1618847128438&other_urls=https%3A%2F%2Fregistry.nlark.com%2Flog-symbols%2Fdownload%2Flog-symbols-2.2.0.tgz"
+ resolved "https://registry.npmmirror.com/log-symbols/download/log-symbols-2.2.0.tgz?cache=0&sync_timestamp=1618847128438&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Flog-symbols%2Fdownload%2Flog-symbols-2.2.0.tgz"
integrity sha1-V0Dhxdbw39pK2TI7UzIQfva0xAo=
dependencies:
chalk "^2.0.1"
@@ -5752,12 +5752,12 @@ md5.js@^1.3.4:
mdn-data@2.0.14:
version "2.0.14"
- resolved "https://registry.nlark.com/mdn-data/download/mdn-data-2.0.14.tgz?cache=0&sync_timestamp=1622679251490&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmdn-data%2Fdownload%2Fmdn-data-2.0.14.tgz"
+ resolved "https://registry.npmmirror.com/mdn-data/download/mdn-data-2.0.14.tgz?cache=0&sync_timestamp=1622679251490&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmdn-data%2Fdownload%2Fmdn-data-2.0.14.tgz"
integrity sha1-cRP8QoGRfWPOKbQ0RvcB5owlulA=
mdn-data@2.0.4:
version "2.0.4"
- resolved "https://registry.nlark.com/mdn-data/download/mdn-data-2.0.4.tgz?cache=0&sync_timestamp=1622679251490&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmdn-data%2Fdownload%2Fmdn-data-2.0.4.tgz"
+ resolved "https://registry.npmmirror.com/mdn-data/download/mdn-data-2.0.4.tgz?cache=0&sync_timestamp=1622679251490&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmdn-data%2Fdownload%2Fmdn-data-2.0.4.tgz"
integrity sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs=
media-typer@0.3.0:
@@ -5795,7 +5795,7 @@ merge-source-map@^1.1.0:
merge-stream@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/merge-stream/download/merge-stream-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/merge-stream/download/merge-stream-2.0.0.tgz"
integrity sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=
merge2@^1.2.3, merge2@^1.3.0:
@@ -5845,12 +5845,12 @@ miller-rabin@^4.0.0:
mime-db@1.48.0, "mime-db@>= 1.43.0 < 2":
version "1.48.0"
- resolved "https://registry.nlark.com/mime-db/download/mime-db-1.48.0.tgz"
+ resolved "https://registry.npmmirror.com/mime-db/download/mime-db-1.48.0.tgz"
integrity sha1-41sxBF3X6to6qtU37YijOvvvLR0=
mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
version "2.1.31"
- resolved "https://registry.nlark.com/mime-types/download/mime-types-2.1.31.tgz?cache=0&sync_timestamp=1622569246607&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmime-types%2Fdownload%2Fmime-types-2.1.31.tgz"
+ resolved "https://registry.npmmirror.com/mime-types/download/mime-types-2.1.31.tgz?cache=0&sync_timestamp=1622569246607&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmime-types%2Fdownload%2Fmime-types-2.1.31.tgz"
integrity sha1-oA12t0MXxh+cLbIhi46fjpxcnms=
dependencies:
mime-db "1.48.0"
@@ -5887,7 +5887,7 @@ mimic-response@^3.1.0:
mini-css-extract-plugin@^0.9.0:
version "0.9.0"
- resolved "https://registry.nlark.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1625489451546&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz"
+ resolved "https://registry.npmmirror.com/mini-css-extract-plugin/download/mini-css-extract-plugin-0.9.0.tgz?cache=0&sync_timestamp=1625489451546&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmini-css-extract-plugin%2Fdownload%2Fmini-css-extract-plugin-0.9.0.tgz"
integrity sha1-R/LPB6oWWrNXM7H8l9TEbAVkM54=
dependencies:
loader-utils "^1.1.0"
@@ -5897,7 +5897,7 @@ mini-css-extract-plugin@^0.9.0:
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
version "1.0.1"
- resolved "https://registry.nlark.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz"
+ resolved "https://registry.npmmirror.com/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz"
integrity sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=
minimalistic-crypto-utils@^1.0.1:
@@ -5907,7 +5907,7 @@ minimalistic-crypto-utils@^1.0.1:
minimatch@^3.0.4:
version "3.0.4"
- resolved "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz"
+ resolved "https://registry.npmmirror.com/minimatch/download/minimatch-3.0.4.tgz"
integrity sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=
dependencies:
brace-expansion "^1.1.7"
@@ -5969,22 +5969,22 @@ move-concurrently@^1.0.1:
ms@2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/ms/download/ms-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz"
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
ms@2.1.1:
version "2.1.1"
- resolved "https://registry.nlark.com/ms/download/ms-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/ms/download/ms-2.1.1.tgz"
integrity sha1-MKWGTrPrsKZvLr5tcnrwagnYbgo=
ms@2.1.2:
version "2.1.2"
- resolved "https://registry.nlark.com/ms/download/ms-2.1.2.tgz"
+ resolved "https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz"
integrity sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=
ms@^2.1.1:
version "2.1.3"
- resolved "https://registry.nlark.com/ms/download/ms-2.1.3.tgz"
+ resolved "https://registry.npmmirror.com/ms/download/ms-2.1.3.tgz"
integrity sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=
multicast-dns-service-types@^1.1.0:
@@ -5994,7 +5994,7 @@ multicast-dns-service-types@^1.1.0:
multicast-dns@^6.0.1:
version "6.2.3"
- resolved "https://registry.nlark.com/multicast-dns/download/multicast-dns-6.2.3.tgz?cache=0&sync_timestamp=1621890310673&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fmulticast-dns%2Fdownload%2Fmulticast-dns-6.2.3.tgz"
+ resolved "https://registry.npmmirror.com/multicast-dns/download/multicast-dns-6.2.3.tgz?cache=0&sync_timestamp=1621890310673&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fmulticast-dns%2Fdownload%2Fmulticast-dns-6.2.3.tgz"
integrity sha1-oOx72QVcQoL3kMPIL04o2zsxsik=
dependencies:
dns-packet "^1.3.1"
@@ -6002,7 +6002,7 @@ multicast-dns@^6.0.1:
mute-stream@0.0.8:
version "0.0.8"
- resolved "https://registry.nlark.com/mute-stream/download/mute-stream-0.0.8.tgz"
+ resolved "https://registry.npmmirror.com/mute-stream/download/mute-stream-0.0.8.tgz"
integrity sha1-FjDEKyJR/4HiooPelqVJfqkuXg0=
mz@^2.4.0:
@@ -6043,12 +6043,12 @@ natural-compare@^1.4.0:
negotiator@0.6.2:
version "0.6.2"
- resolved "https://registry.nlark.com/negotiator/download/negotiator-0.6.2.tgz"
+ resolved "https://registry.npmmirror.com/negotiator/download/negotiator-0.6.2.tgz"
integrity sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=
neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2:
version "2.6.2"
- resolved "https://registry.nlark.com/neo-async/download/neo-async-2.6.2.tgz"
+ resolved "https://registry.npmmirror.com/neo-async/download/neo-async-2.6.2.tgz"
integrity sha1-tKr7k+OustgXTKU88WOrfXMIMF8=
nice-try@^1.0.4:
@@ -6070,7 +6070,7 @@ node-forge@^0.10.0:
node-ipc@^9.1.1:
version "9.2.1"
- resolved "https://registry.nlark.com/node-ipc/download/node-ipc-9.2.1.tgz?cache=0&sync_timestamp=1625689062990&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-ipc%2Fdownload%2Fnode-ipc-9.2.1.tgz"
+ resolved "https://registry.npmmirror.com/node-ipc/download/node-ipc-9.2.1.tgz?cache=0&sync_timestamp=1625689062990&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnode-ipc%2Fdownload%2Fnode-ipc-9.2.1.tgz"
integrity sha1-sy9mEV+dbOhB3E7CAJ1qcz+Yu2s=
dependencies:
event-pubsub "4.3.0"
@@ -6108,7 +6108,7 @@ node-libs-browser@^2.2.1:
node-releases@^1.1.71:
version "1.1.73"
- resolved "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060315626&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz"
+ resolved "https://registry.npmmirror.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060315626&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz"
integrity sha1-3U6B3dUnf/hGuAtSu0DEnt96eyA=
normalize-package-data@^2.5.0:
@@ -6123,19 +6123,19 @@ normalize-package-data@^2.5.0:
normalize-path@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/normalize-path/download/normalize-path-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/normalize-path/download/normalize-path-1.0.0.tgz"
integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=
normalize-path@^2.1.1:
version "2.1.1"
- resolved "https://registry.nlark.com/normalize-path/download/normalize-path-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/normalize-path/download/normalize-path-2.1.1.tgz"
integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
dependencies:
remove-trailing-separator "^1.0.1"
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
- resolved "https://registry.nlark.com/normalize-path/download/normalize-path-3.0.0.tgz"
+ resolved "https://registry.npmmirror.com/normalize-path/download/normalize-path-3.0.0.tgz"
integrity sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=
normalize-range@^0.1.2:
@@ -6145,7 +6145,7 @@ normalize-range@^0.1.2:
normalize-url@1.9.1:
version "1.9.1"
- resolved "https://registry.nlark.com/normalize-url/download/normalize-url-1.9.1.tgz"
+ resolved "https://registry.npmmirror.com/normalize-url/download/normalize-url-1.9.1.tgz"
integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
dependencies:
object-assign "^4.0.1"
@@ -6155,7 +6155,7 @@ normalize-url@1.9.1:
normalize-url@^3.0.0:
version "3.3.0"
- resolved "https://registry.nlark.com/normalize-url/download/normalize-url-3.3.0.tgz"
+ resolved "https://registry.npmmirror.com/normalize-url/download/normalize-url-3.3.0.tgz"
integrity sha1-suHE3E98bVd0PfczpPWXjRhlBVk=
normalize-url@^6.0.1:
@@ -6193,12 +6193,12 @@ nth-check@^2.0.0:
num2fraction@^1.2.2:
version "1.2.2"
- resolved "https://registry.nlark.com/num2fraction/download/num2fraction-1.2.2.tgz"
+ resolved "https://registry.npmmirror.com/num2fraction/download/num2fraction-1.2.2.tgz"
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
oauth-sign@~0.9.0:
version "0.9.0"
- resolved "https://registry.nlark.com/oauth-sign/download/oauth-sign-0.9.0.tgz"
+ resolved "https://registry.npmmirror.com/oauth-sign/download/oauth-sign-0.9.0.tgz"
integrity sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU=
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
@@ -6217,12 +6217,12 @@ object-copy@^0.1.0:
object-hash@^1.1.4:
version "1.3.1"
- resolved "https://registry.nlark.com/object-hash/download/object-hash-1.3.1.tgz?cache=0&sync_timestamp=1622019441830&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fobject-hash%2Fdownload%2Fobject-hash-1.3.1.tgz"
+ resolved "https://registry.npmmirror.com/object-hash/download/object-hash-1.3.1.tgz?cache=0&sync_timestamp=1622019441830&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fobject-hash%2Fdownload%2Fobject-hash-1.3.1.tgz"
integrity sha1-/eRSCYqVHLFF8Dm7fUVUSd3BJt8=
object-inspect@^1.10.3:
version "1.11.0"
- resolved "https://registry.nlark.com/object-inspect/download/object-inspect-1.11.0.tgz"
+ resolved "https://registry.npmmirror.com/object-inspect/download/object-inspect-1.11.0.tgz"
integrity sha1-nc6xRs7dQUig2eUauI00z1CZIrE=
object-is@^1.0.1:
@@ -6235,7 +6235,7 @@ object-is@^1.0.1:
object-keys@^1.0.12, object-keys@^1.1.1:
version "1.1.1"
- resolved "https://registry.nlark.com/object-keys/download/object-keys-1.1.1.tgz"
+ resolved "https://registry.npmmirror.com/object-keys/download/object-keys-1.1.1.tgz"
integrity sha1-HEfyct8nfzsdrwYWd9nILiMixg4=
object-visit@^1.0.0:
@@ -6266,14 +6266,14 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
object.pick@^1.3.0:
version "1.3.0"
- resolved "https://registry.nlark.com/object.pick/download/object.pick-1.3.0.tgz"
+ resolved "https://registry.npmmirror.com/object.pick/download/object.pick-1.3.0.tgz"
integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
dependencies:
isobject "^3.0.1"
object.values@^1.1.0:
version "1.1.4"
- resolved "https://registry.nlark.com/object.values/download/object.values-1.1.4.tgz"
+ resolved "https://registry.npmmirror.com/object.values/download/object.values-1.1.4.tgz"
integrity sha1-DSc3YoM+gWtpOmN9MAc+cFFTWzA=
dependencies:
call-bind "^1.0.2"
@@ -6299,7 +6299,7 @@ on-headers@~1.0.2:
once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"
- resolved "https://registry.nlark.com/once/download/once-1.4.0.tgz"
+ resolved "https://registry.npmmirror.com/once/download/once-1.4.0.tgz"
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
dependencies:
wrappy "1"
@@ -6313,21 +6313,21 @@ one-time@^1.0.0:
onetime@^2.0.0:
version "2.0.1"
- resolved "https://registry.nlark.com/onetime/download/onetime-2.0.1.tgz"
+ resolved "https://registry.npmmirror.com/onetime/download/onetime-2.0.1.tgz"
integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=
dependencies:
mimic-fn "^1.0.0"
onetime@^5.1.0:
version "5.1.2"
- resolved "https://registry.nlark.com/onetime/download/onetime-5.1.2.tgz"
+ resolved "https://registry.npmmirror.com/onetime/download/onetime-5.1.2.tgz"
integrity sha1-0Oluu1awdHbfHdnEgG5SN5hcpF4=
dependencies:
mimic-fn "^2.1.0"
open@^6.3.0:
version "6.4.0"
- resolved "https://registry.nlark.com/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1624208846596&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fopen%2Fdownload%2Fopen-6.4.0.tgz"
+ resolved "https://registry.npmmirror.com/open/download/open-6.4.0.tgz?cache=0&sync_timestamp=1624208846596&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fopen%2Fdownload%2Fopen-6.4.0.tgz"
integrity sha1-XBPpbQ3IlGhhZPGJZez+iJ7PyKk=
dependencies:
is-wsl "^1.1.0"
@@ -6358,7 +6358,7 @@ optionator@^0.8.3:
ora@^3.4.0:
version "3.4.0"
- resolved "https://registry.nlark.com/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1623137999944&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fora%2Fdownload%2Fora-3.4.0.tgz"
+ resolved "https://registry.npmmirror.com/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1623137999944&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fora%2Fdownload%2Fora-3.4.0.tgz"
integrity sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=
dependencies:
chalk "^2.4.2"
@@ -6428,7 +6428,7 @@ p-map@^2.0.0:
p-retry@^3.0.1:
version "3.0.1"
- resolved "https://registry.nlark.com/p-retry/download/p-retry-3.0.1.tgz"
+ resolved "https://registry.npmmirror.com/p-retry/download/p-retry-3.0.1.tgz"
integrity sha1-MWtMiJPiyNwc+okfQGxLQivr8yg=
dependencies:
retry "^0.12.0"
@@ -6445,7 +6445,7 @@ pako@~1.0.5:
parallel-transform@^1.1.0:
version "1.2.0"
- resolved "https://registry.nlark.com/parallel-transform/download/parallel-transform-1.2.0.tgz"
+ resolved "https://registry.npmmirror.com/parallel-transform/download/parallel-transform-1.2.0.tgz"
integrity sha1-kEnKN9bLIYLDsdLHIL6U0UpYFPw=
dependencies:
cyclist "^1.0.1"
@@ -6468,7 +6468,7 @@ parent-module@^1.0.0:
parse-asn1@^5.0.0, parse-asn1@^5.1.5:
version "5.1.6"
- resolved "https://registry.nlark.com/parse-asn1/download/parse-asn1-5.1.6.tgz"
+ resolved "https://registry.npmmirror.com/parse-asn1/download/parse-asn1-5.1.6.tgz"
integrity sha1-OFCAo+wTy2KmLTlAnLPoiETNrtQ=
dependencies:
asn1.js "^5.2.0"
@@ -6497,19 +6497,19 @@ parse-json@^5.0.0:
parse5-htmlparser2-tree-adapter@^6.0.0:
version "6.0.1"
- resolved "https://registry.nlark.com/parse5-htmlparser2-tree-adapter/download/parse5-htmlparser2-tree-adapter-6.0.1.tgz"
+ resolved "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/download/parse5-htmlparser2-tree-adapter-6.0.1.tgz"
integrity sha1-LN+a2CMyEUA3DU2/XT6Sx8jdxuY=
dependencies:
parse5 "^6.0.1"
parse5@^5.1.1:
version "5.1.1"
- resolved "https://registry.nlark.com/parse5/download/parse5-5.1.1.tgz"
+ resolved "https://registry.npmmirror.com/parse5/download/parse5-5.1.1.tgz"
integrity sha1-9o5OW6GFKsLK3AD0VV//bCq7YXg=
parse5@^6.0.1:
version "6.0.1"
- resolved "https://registry.nlark.com/parse5/download/parse5-6.0.1.tgz"
+ resolved "https://registry.npmmirror.com/parse5/download/parse5-6.0.1.tgz"
integrity sha1-4aHAhcVps9wIMhGE8Zo5zCf3wws=
parseurl@~1.3.2, parseurl@~1.3.3:
@@ -6571,7 +6571,7 @@ path-key@^3.0.0, path-key@^3.1.0:
path-parse@^1.0.6:
version "1.0.7"
- resolved "https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz"
+ resolved "https://registry.npmmirror.com/path-parse/download/path-parse-1.0.7.tgz"
integrity sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=
path-to-regexp@0.1.7:
@@ -6604,7 +6604,7 @@ performance-now@^2.1.0:
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
version "2.3.0"
- resolved "https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz?cache=0&sync_timestamp=1621648229747&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpicomatch%2Fdownload%2Fpicomatch-2.3.0.tgz"
+ resolved "https://registry.npmmirror.com/picomatch/download/picomatch-2.3.0.tgz?cache=0&sync_timestamp=1621648229747&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpicomatch%2Fdownload%2Fpicomatch-2.3.0.tgz"
integrity sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI=
picomatch@^2.2.2:
@@ -6641,35 +6641,35 @@ pinkie@^2.0.0:
pkg-dir@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/pkg-dir/download/pkg-dir-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/pkg-dir/download/pkg-dir-1.0.0.tgz"
integrity sha1-ektQio1bstYp1EcFb/TpyTFM89Q=
dependencies:
find-up "^1.0.0"
pkg-dir@^3.0.0:
version "3.0.0"
- resolved "https://registry.nlark.com/pkg-dir/download/pkg-dir-3.0.0.tgz"
+ resolved "https://registry.npmmirror.com/pkg-dir/download/pkg-dir-3.0.0.tgz"
integrity sha1-J0kCDyOe2ZCIGx9xIQ1R62UjvqM=
dependencies:
find-up "^3.0.0"
pkg-dir@^4.1.0:
version "4.2.0"
- resolved "https://registry.nlark.com/pkg-dir/download/pkg-dir-4.2.0.tgz"
+ resolved "https://registry.npmmirror.com/pkg-dir/download/pkg-dir-4.2.0.tgz"
integrity sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=
dependencies:
find-up "^4.0.0"
pnp-webpack-plugin@^1.6.4:
version "1.6.4"
- resolved "https://registry.nlark.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.6.4.tgz"
+ resolved "https://registry.npmmirror.com/pnp-webpack-plugin/download/pnp-webpack-plugin-1.6.4.tgz"
integrity sha1-yXEaxNxIpoXauvyG+Lbdn434QUk=
dependencies:
ts-pnp "^1.1.6"
portfinder@^1.0.26:
version "1.0.28"
- resolved "https://registry.nlark.com/portfinder/download/portfinder-1.0.28.tgz"
+ resolved "https://registry.npmmirror.com/portfinder/download/portfinder-1.0.28.tgz"
integrity sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=
dependencies:
async "^2.6.2"
@@ -6678,7 +6678,7 @@ portfinder@^1.0.26:
posix-character-classes@^0.1.0:
version "0.1.1"
- resolved "https://registry.nlark.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz"
+ resolved "https://registry.npmmirror.com/posix-character-classes/download/posix-character-classes-0.1.1.tgz"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
postcss-calc@^7.0.1:
@@ -6692,7 +6692,7 @@ postcss-calc@^7.0.1:
postcss-colormin@^4.0.3:
version "4.0.3"
- resolved "https://registry.nlark.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz"
+ resolved "https://registry.npmmirror.com/postcss-colormin/download/postcss-colormin-4.0.3.tgz"
integrity sha1-rgYLzpPteUrHEmTwgTLVUJVr04E=
dependencies:
browserslist "^4.0.0"
@@ -6703,7 +6703,7 @@ postcss-colormin@^4.0.3:
postcss-convert-values@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-convert-values/download/postcss-convert-values-4.0.1.tgz"
integrity sha1-yjgT7U2g+BL51DcDWE5Enr4Ymn8=
dependencies:
postcss "^7.0.0"
@@ -6711,35 +6711,35 @@ postcss-convert-values@^4.0.1:
postcss-discard-comments@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1621449637100&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-discard-comments/download/postcss-discard-comments-4.0.2.tgz?cache=0&sync_timestamp=1621449637100&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-discard-comments%2Fdownload%2Fpostcss-discard-comments-4.0.2.tgz"
integrity sha1-H7q9LCRr/2qq15l7KwkY9NevQDM=
dependencies:
postcss "^7.0.0"
postcss-discard-duplicates@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1621449637548&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-discard-duplicates/download/postcss-discard-duplicates-4.0.2.tgz?cache=0&sync_timestamp=1621449637548&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-discard-duplicates%2Fdownload%2Fpostcss-discard-duplicates-4.0.2.tgz"
integrity sha1-P+EzzTyCKC5VD8myORdqkge3hOs=
dependencies:
postcss "^7.0.0"
postcss-discard-empty@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-discard-empty/download/postcss-discard-empty-4.0.1.tgz"
integrity sha1-yMlR6fc+2UKAGUWERKAq2Qu592U=
dependencies:
postcss "^7.0.0"
postcss-discard-overridden@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-discard-overridden/download/postcss-discard-overridden-4.0.1.tgz"
integrity sha1-ZSrvipZybwKfXj4AFG7npOdV/1c=
dependencies:
postcss "^7.0.0"
postcss-load-config@^2.0.0:
version "2.1.2"
- resolved "https://registry.nlark.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz?cache=0&sync_timestamp=1623669505598&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-load-config%2Fdownload%2Fpostcss-load-config-2.1.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-load-config/download/postcss-load-config-2.1.2.tgz?cache=0&sync_timestamp=1623669505598&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-load-config%2Fdownload%2Fpostcss-load-config-2.1.2.tgz"
integrity sha1-xepQTyxK7zPHNZo03jVzdyrXUCo=
dependencies:
cosmiconfig "^5.0.0"
@@ -6747,7 +6747,7 @@ postcss-load-config@^2.0.0:
postcss-loader@^3.0.0:
version "3.0.0"
- resolved "https://registry.nlark.com/postcss-loader/download/postcss-loader-3.0.0.tgz?cache=0&sync_timestamp=1625142952652&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-loader%2Fdownload%2Fpostcss-loader-3.0.0.tgz"
+ resolved "https://registry.npmmirror.com/postcss-loader/download/postcss-loader-3.0.0.tgz?cache=0&sync_timestamp=1625142952652&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-loader%2Fdownload%2Fpostcss-loader-3.0.0.tgz"
integrity sha1-a5eUPkfHLYRfqeA/Jzdz1OjdbC0=
dependencies:
loader-utils "^1.1.0"
@@ -6757,7 +6757,7 @@ postcss-loader@^3.0.0:
postcss-merge-longhand@^4.0.11:
version "4.0.11"
- resolved "https://registry.nlark.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1621449633343&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz"
+ resolved "https://registry.npmmirror.com/postcss-merge-longhand/download/postcss-merge-longhand-4.0.11.tgz?cache=0&sync_timestamp=1621449633343&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-merge-longhand%2Fdownload%2Fpostcss-merge-longhand-4.0.11.tgz"
integrity sha1-YvSaE+Sg7gTnuY9CuxYGLKJUniQ=
dependencies:
css-color-names "0.0.4"
@@ -6767,7 +6767,7 @@ postcss-merge-longhand@^4.0.11:
postcss-merge-rules@^4.0.3:
version "4.0.3"
- resolved "https://registry.nlark.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1622234708577&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz"
+ resolved "https://registry.npmmirror.com/postcss-merge-rules/download/postcss-merge-rules-4.0.3.tgz?cache=0&sync_timestamp=1622234708577&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-merge-rules%2Fdownload%2Fpostcss-merge-rules-4.0.3.tgz"
integrity sha1-NivqT/Wh+Y5AdacTxsslrv75plA=
dependencies:
browserslist "^4.0.0"
@@ -6779,7 +6779,7 @@ postcss-merge-rules@^4.0.3:
postcss-minify-font-values@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-minify-font-values/download/postcss-minify-font-values-4.0.2.tgz"
integrity sha1-zUw0TM5HQ0P6xdgiBqssvLiv1aY=
dependencies:
postcss "^7.0.0"
@@ -6787,7 +6787,7 @@ postcss-minify-font-values@^4.0.2:
postcss-minify-gradients@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1621449641874&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1621449641874&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz"
integrity sha1-k7KcL/UJnFNe7NpWxKpuZlpmNHE=
dependencies:
cssnano-util-get-arguments "^4.0.0"
@@ -6797,7 +6797,7 @@ postcss-minify-gradients@^4.0.2:
postcss-minify-params@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-minify-params/download/postcss-minify-params-4.0.2.tgz"
integrity sha1-a5zvAwwR41Jh+V9hjJADbWgNuHQ=
dependencies:
alphanum-sort "^1.0.0"
@@ -6809,7 +6809,7 @@ postcss-minify-params@^4.0.2:
postcss-minify-selectors@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1621449646852&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-minify-selectors/download/postcss-minify-selectors-4.0.2.tgz?cache=0&sync_timestamp=1621449646852&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-minify-selectors%2Fdownload%2Fpostcss-minify-selectors-4.0.2.tgz"
integrity sha1-4uXrQL/uUA0M2SQ1APX46kJi+9g=
dependencies:
alphanum-sort "^1.0.0"
@@ -6819,7 +6819,7 @@ postcss-minify-selectors@^4.0.2:
postcss-modules-extract-imports@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/postcss-modules-extract-imports/download/postcss-modules-extract-imports-2.0.0.tgz"
integrity sha1-gYcZoa4doyX5gyRGsBE27rSTzX4=
dependencies:
postcss "^7.0.5"
@@ -6852,14 +6852,14 @@ postcss-modules-values@^3.0.0:
postcss-normalize-charset@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1621449638213&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-charset/download/postcss-normalize-charset-4.0.1.tgz?cache=0&sync_timestamp=1621449638213&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-charset%2Fdownload%2Fpostcss-normalize-charset-4.0.1.tgz"
integrity sha1-izWt067oOhNrBHHg1ZvlilAoXdQ=
dependencies:
postcss "^7.0.0"
postcss-normalize-display-values@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1621449642365&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-display-values/download/postcss-normalize-display-values-4.0.2.tgz?cache=0&sync_timestamp=1621449642365&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-display-values%2Fdownload%2Fpostcss-normalize-display-values-4.0.2.tgz"
integrity sha1-Db4EpM6QY9RmftK+R2u4MMglk1o=
dependencies:
cssnano-util-get-match "^4.0.0"
@@ -6868,7 +6868,7 @@ postcss-normalize-display-values@^4.0.2:
postcss-normalize-positions@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-positions/download/postcss-normalize-positions-4.0.2.tgz"
integrity sha1-BfdX+E8mBDc3g2ipH4ky1LECkX8=
dependencies:
cssnano-util-get-arguments "^4.0.0"
@@ -6878,7 +6878,7 @@ postcss-normalize-positions@^4.0.2:
postcss-normalize-repeat-style@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz?cache=0&sync_timestamp=1621449641578&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-repeat-style%2Fdownload%2Fpostcss-normalize-repeat-style-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-repeat-style/download/postcss-normalize-repeat-style-4.0.2.tgz?cache=0&sync_timestamp=1621449641578&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-repeat-style%2Fdownload%2Fpostcss-normalize-repeat-style-4.0.2.tgz"
integrity sha1-xOu8KJ85kaAo1EdRy90RkYsXkQw=
dependencies:
cssnano-util-get-arguments "^4.0.0"
@@ -6888,7 +6888,7 @@ postcss-normalize-repeat-style@^4.0.2:
postcss-normalize-string@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1621449639735&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz?cache=0&sync_timestamp=1621449639735&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-string%2Fdownload%2Fpostcss-normalize-string-4.0.2.tgz"
integrity sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=
dependencies:
has "^1.0.0"
@@ -6897,7 +6897,7 @@ postcss-normalize-string@^4.0.2:
postcss-normalize-timing-functions@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-timing-functions/download/postcss-normalize-timing-functions-4.0.2.tgz"
integrity sha1-jgCcoqOUnNr4rSPmtquZy159KNk=
dependencies:
cssnano-util-get-match "^4.0.0"
@@ -6906,7 +6906,7 @@ postcss-normalize-timing-functions@^4.0.2:
postcss-normalize-unicode@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-unicode/download/postcss-normalize-unicode-4.0.1.tgz"
integrity sha1-hBvUj9zzAZrUuqdJOj02O1KuHPs=
dependencies:
browserslist "^4.0.0"
@@ -6915,7 +6915,7 @@ postcss-normalize-unicode@^4.0.1:
postcss-normalize-url@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz?cache=0&sync_timestamp=1623330501030&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-url%2Fdownload%2Fpostcss-normalize-url-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-url/download/postcss-normalize-url-4.0.1.tgz?cache=0&sync_timestamp=1623330501030&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-url%2Fdownload%2Fpostcss-normalize-url-4.0.1.tgz"
integrity sha1-EOQ3+GvHx+WPe5ZS7YeNqqlfquE=
dependencies:
is-absolute-url "^2.0.0"
@@ -6925,7 +6925,7 @@ postcss-normalize-url@^4.0.1:
postcss-normalize-whitespace@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz?cache=0&sync_timestamp=1621449638831&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-normalize-whitespace%2Fdownload%2Fpostcss-normalize-whitespace-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-normalize-whitespace/download/postcss-normalize-whitespace-4.0.2.tgz?cache=0&sync_timestamp=1621449638831&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-normalize-whitespace%2Fdownload%2Fpostcss-normalize-whitespace-4.0.2.tgz"
integrity sha1-vx1AcP5Pzqh9E0joJdjMDF+qfYI=
dependencies:
postcss "^7.0.0"
@@ -6933,7 +6933,7 @@ postcss-normalize-whitespace@^4.0.2:
postcss-ordered-values@^4.1.2:
version "4.1.2"
- resolved "https://registry.nlark.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz?cache=0&sync_timestamp=1623330500745&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-ordered-values%2Fdownload%2Fpostcss-ordered-values-4.1.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-ordered-values/download/postcss-ordered-values-4.1.2.tgz?cache=0&sync_timestamp=1623330500745&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-ordered-values%2Fdownload%2Fpostcss-ordered-values-4.1.2.tgz"
integrity sha1-DPdcgg7H1cTSgBiVWeC1ceusDu4=
dependencies:
cssnano-util-get-arguments "^4.0.0"
@@ -6942,7 +6942,7 @@ postcss-ordered-values@^4.1.2:
postcss-reduce-initial@^4.0.3:
version "4.0.3"
- resolved "https://registry.nlark.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz?cache=0&sync_timestamp=1621449642120&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-reduce-initial%2Fdownload%2Fpostcss-reduce-initial-4.0.3.tgz"
+ resolved "https://registry.npmmirror.com/postcss-reduce-initial/download/postcss-reduce-initial-4.0.3.tgz?cache=0&sync_timestamp=1621449642120&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-reduce-initial%2Fdownload%2Fpostcss-reduce-initial-4.0.3.tgz"
integrity sha1-f9QuvqXpyBRgljniwuhK4nC6SN8=
dependencies:
browserslist "^4.0.0"
@@ -6952,7 +6952,7 @@ postcss-reduce-initial@^4.0.3:
postcss-reduce-transforms@^4.0.2:
version "4.0.2"
- resolved "https://registry.nlark.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz?cache=0&sync_timestamp=1621449643353&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-reduce-transforms%2Fdownload%2Fpostcss-reduce-transforms-4.0.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-reduce-transforms/download/postcss-reduce-transforms-4.0.2.tgz?cache=0&sync_timestamp=1621449643353&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-reduce-transforms%2Fdownload%2Fpostcss-reduce-transforms-4.0.2.tgz"
integrity sha1-F++kBerMbge+NBSlyi0QdGgdTik=
dependencies:
cssnano-util-get-match "^4.0.0"
@@ -6962,7 +6962,7 @@ postcss-reduce-transforms@^4.0.2:
postcss-selector-parser@^3.0.0:
version "3.1.2"
- resolved "https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz?cache=0&sync_timestamp=1620752990832&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-3.1.2.tgz"
+ resolved "https://registry.npmmirror.com/postcss-selector-parser/download/postcss-selector-parser-3.1.2.tgz?cache=0&sync_timestamp=1620752990832&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-3.1.2.tgz"
integrity sha1-sxD1xMD9r3b5SQK7qjDbaqhPUnA=
dependencies:
dot-prop "^5.2.0"
@@ -6971,7 +6971,7 @@ postcss-selector-parser@^3.0.0:
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
version "6.0.6"
- resolved "https://registry.nlark.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1620752990832&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz"
+ resolved "https://registry.npmmirror.com/postcss-selector-parser/download/postcss-selector-parser-6.0.6.tgz?cache=0&sync_timestamp=1620752990832&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-selector-parser%2Fdownload%2Fpostcss-selector-parser-6.0.6.tgz"
integrity sha1-LFu6gXSsL2mBq2MaQqsO5UrzMuo=
dependencies:
cssesc "^3.0.0"
@@ -6979,7 +6979,7 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
postcss-svgo@^4.0.3:
version "4.0.3"
- resolved "https://registry.nlark.com/postcss-svgo/download/postcss-svgo-4.0.3.tgz?cache=0&sync_timestamp=1622234708688&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-svgo%2Fdownload%2Fpostcss-svgo-4.0.3.tgz"
+ resolved "https://registry.npmmirror.com/postcss-svgo/download/postcss-svgo-4.0.3.tgz?cache=0&sync_timestamp=1622234708688&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-svgo%2Fdownload%2Fpostcss-svgo-4.0.3.tgz"
integrity sha1-NDos26yVBdQWJD1Jb3JPOIlMlB4=
dependencies:
postcss "^7.0.0"
@@ -6988,7 +6988,7 @@ postcss-svgo@^4.0.3:
postcss-unique-selectors@^4.0.1:
version "4.0.1"
- resolved "https://registry.nlark.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz?cache=0&sync_timestamp=1621449642845&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-unique-selectors%2Fdownload%2Fpostcss-unique-selectors-4.0.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-unique-selectors/download/postcss-unique-selectors-4.0.1.tgz?cache=0&sync_timestamp=1621449642845&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-unique-selectors%2Fdownload%2Fpostcss-unique-selectors-4.0.1.tgz"
integrity sha1-lEaRHzKJv9ZMbWgPBzwDsfnuS6w=
dependencies:
alphanum-sort "^1.0.0"
@@ -6997,17 +6997,17 @@ postcss-unique-selectors@^4.0.1:
postcss-value-parser@^3.0.0:
version "3.3.1"
- resolved "https://registry.nlark.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz?cache=0&sync_timestamp=1618846993987&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-3.3.1.tgz"
+ resolved "https://registry.npmmirror.com/postcss-value-parser/download/postcss-value-parser-3.3.1.tgz?cache=0&sync_timestamp=1618846993987&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-3.3.1.tgz"
integrity sha1-n/giVH4okyE88cMO+lGsX9G6goE=
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
version "4.1.0"
- resolved "https://registry.nlark.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz?cache=0&sync_timestamp=1618846993987&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-4.1.0.tgz"
+ resolved "https://registry.npmmirror.com/postcss-value-parser/download/postcss-value-parser-4.1.0.tgz?cache=0&sync_timestamp=1618846993987&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss-value-parser%2Fdownload%2Fpostcss-value-parser-4.1.0.tgz"
integrity sha1-RD9qIM7WSBor2k+oUypuVdeJoss=
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.36"
- resolved "https://registry.nlark.com/postcss/download/postcss-7.0.36.tgz?cache=0&sync_timestamp=1623900620710&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpostcss%2Fdownload%2Fpostcss-7.0.36.tgz"
+ resolved "https://registry.npmmirror.com/postcss/download/postcss-7.0.36.tgz?cache=0&sync_timestamp=1623900620710&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fpostcss%2Fdownload%2Fpostcss-7.0.36.tgz"
integrity sha1-BW+M/6k5ZiqPWQWVDAfVKFZE38s=
dependencies:
chalk "^2.4.2"
@@ -7033,17 +7033,17 @@ prettier-linter-helpers@^1.0.0:
prettier@^1.18.2:
version "1.19.1"
- resolved "https://registry.nlark.com/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz"
+ resolved "https://registry.npmmirror.com/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz"
integrity sha1-99f1/4qc2HKnvkyhQglZVqYHl8s=
prettier@^2.2.1:
version "2.3.2"
- resolved "https://registry.nlark.com/prettier/download/prettier-2.3.2.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprettier%2Fdownload%2Fprettier-2.3.2.tgz"
+ resolved "https://registry.npmmirror.com/prettier/download/prettier-2.3.2.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fprettier%2Fdownload%2Fprettier-2.3.2.tgz"
integrity sha1-7ygKBewlNxLkhiM9tcbyNEHnNC0=
pretty-error@^2.0.2:
version "2.1.2"
- resolved "https://registry.nlark.com/pretty-error/download/pretty-error-2.1.2.tgz"
+ resolved "https://registry.npmmirror.com/pretty-error/download/pretty-error-2.1.2.tgz"
integrity sha1-von4LYGxyG7I/fvDhQRYgnJ/k7Y=
dependencies:
lodash "^4.17.20"
@@ -7066,12 +7066,12 @@ progress@^2.0.0:
promise-inflight@^1.0.1:
version "1.0.1"
- resolved "https://registry.nlark.com/promise-inflight/download/promise-inflight-1.0.1.tgz"
+ resolved "https://registry.npmmirror.com/promise-inflight/download/promise-inflight-1.0.1.tgz"
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
proxy-addr@~2.0.5:
version "2.0.7"
- resolved "https://registry.nlark.com/proxy-addr/download/proxy-addr-2.0.7.tgz"
+ resolved "https://registry.npmmirror.com/proxy-addr/download/proxy-addr-2.0.7.tgz"
integrity sha1-8Z/mnOqzEe65S0LnDowgcPm6ECU=
dependencies:
forwarded "0.2.0"
@@ -7122,7 +7122,7 @@ pump@^3.0.0:
pumpify@^1.3.3:
version "1.5.1"
- resolved "https://registry.nlark.com/pumpify/download/pumpify-1.5.1.tgz"
+ resolved "https://registry.npmmirror.com/pumpify/download/pumpify-1.5.1.tgz"
integrity sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=
dependencies:
duplexify "^3.6.0"
@@ -7131,17 +7131,17 @@ pumpify@^1.3.3:
punycode@1.3.2:
version "1.3.2"
- resolved "https://registry.nlark.com/punycode/download/punycode-1.3.2.tgz"
+ resolved "https://registry.npmmirror.com/punycode/download/punycode-1.3.2.tgz"
integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
punycode@^1.2.4:
version "1.4.1"
- resolved "https://registry.nlark.com/punycode/download/punycode-1.4.1.tgz"
+ resolved "https://registry.npmmirror.com/punycode/download/punycode-1.4.1.tgz"
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1"
- resolved "https://registry.nlark.com/punycode/download/punycode-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/punycode/download/punycode-2.1.1.tgz"
integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew=
q@^1.1.2:
@@ -7161,7 +7161,7 @@ qs@~6.5.2:
query-string@^4.1.0:
version "4.3.4"
- resolved "https://registry.nlark.com/query-string/download/query-string-4.3.4.tgz"
+ resolved "https://registry.npmmirror.com/query-string/download/query-string-4.3.4.tgz"
integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s=
dependencies:
object-assign "^4.1.0"
@@ -7169,12 +7169,12 @@ query-string@^4.1.0:
querystring-es3@^0.2.0:
version "0.2.1"
- resolved "https://registry.nlark.com/querystring-es3/download/querystring-es3-0.2.1.tgz"
+ resolved "https://registry.npmmirror.com/querystring-es3/download/querystring-es3-0.2.1.tgz"
integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
querystring@0.2.0:
version "0.2.0"
- resolved "https://registry.nlark.com/querystring/download/querystring-0.2.0.tgz"
+ resolved "https://registry.npmmirror.com/querystring/download/querystring-0.2.0.tgz"
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
querystringify@^2.1.1:
@@ -7209,7 +7209,7 @@ randomfill@^1.0.3:
range-parser@^1.2.1, range-parser@~1.2.1:
version "1.2.1"
- resolved "https://registry.nlark.com/range-parser/download/range-parser-1.2.1.tgz"
+ resolved "https://registry.npmmirror.com/range-parser/download/range-parser-1.2.1.tgz"
integrity sha1-PPNwI9GZ4cJNGlW4SADC8+ZGgDE=
raw-body@2.4.0:
@@ -7256,7 +7256,7 @@ readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.6.0:
readdirp@^2.2.1:
version "2.2.1"
- resolved "https://registry.nlark.com/readdirp/download/readdirp-2.2.1.tgz"
+ resolved "https://registry.npmmirror.com/readdirp/download/readdirp-2.2.1.tgz"
integrity sha1-DodiKjMlqjPokihcr4tOhGUppSU=
dependencies:
graceful-fs "^4.1.11"
@@ -7265,7 +7265,7 @@ readdirp@^2.2.1:
readdirp@~3.6.0:
version "3.6.0"
- resolved "https://registry.nlark.com/readdirp/download/readdirp-3.6.0.tgz"
+ resolved "https://registry.npmmirror.com/readdirp/download/readdirp-3.6.0.tgz"
integrity sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=
dependencies:
picomatch "^2.2.1"
@@ -7312,7 +7312,7 @@ regexp.prototype.flags@^1.2.0:
regexpp@^2.0.1:
version "2.0.1"
- resolved "https://registry.nlark.com/regexpp/download/regexpp-2.0.1.tgz"
+ resolved "https://registry.npmmirror.com/regexpp/download/regexpp-2.0.1.tgz"
integrity sha1-jRnTHPYySCtYkEn4KB+T28uk0H8=
regexpu-core@^4.7.1:
@@ -7351,7 +7351,7 @@ remove-trailing-separator@^1.0.1:
renderkid@^2.0.4:
version "2.0.7"
- resolved "https://registry.nlark.com/renderkid/download/renderkid-2.0.7.tgz"
+ resolved "https://registry.npmmirror.com/renderkid/download/renderkid-2.0.7.tgz"
integrity sha1-Rk8namvc7mBvShWZP5sp/HTKhgk=
dependencies:
css-select "^4.1.3"
@@ -7471,12 +7471,12 @@ restore-cursor@^3.1.0:
ret@~0.1.10:
version "0.1.15"
- resolved "https://registry.nlark.com/ret/download/ret-0.1.15.tgz"
+ resolved "https://registry.npmmirror.com/ret/download/ret-0.1.15.tgz"
integrity sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=
retry@^0.12.0:
version "0.12.0"
- resolved "https://registry.nlark.com/retry/download/retry-0.12.0.tgz"
+ resolved "https://registry.npmmirror.com/retry/download/retry-0.12.0.tgz"
integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
reusify@^1.0.4:
@@ -7537,7 +7537,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
rxjs@^6.6.0:
version "6.6.7"
- resolved "https://registry.nlark.com/rxjs/download/rxjs-6.6.7.tgz?cache=0&sync_timestamp=1625506674823&other_urls=https%3A%2F%2Fregistry.nlark.com%2Frxjs%2Fdownload%2Frxjs-6.6.7.tgz"
+ resolved "https://registry.npmmirror.com/rxjs/download/rxjs-6.6.7.tgz?cache=0&sync_timestamp=1625506674823&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Frxjs%2Fdownload%2Frxjs-6.6.7.tgz"
integrity sha1-kKwBisq/SRv2UEQjXVhjxNq4BMk=
dependencies:
tslib "^1.9.0"
@@ -7554,7 +7554,7 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1,
safe-regex@^1.1.0:
version "1.1.0"
- resolved "https://registry.nlark.com/safe-regex/download/safe-regex-1.1.0.tgz"
+ resolved "https://registry.npmmirror.com/safe-regex/download/safe-regex-1.1.0.tgz"
integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
dependencies:
ret "~0.1.10"
@@ -7589,7 +7589,7 @@ sax@~1.2.4:
schema-utils@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1625484954589&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/schema-utils/download/schema-utils-1.0.0.tgz?cache=0&sync_timestamp=1625484954589&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fschema-utils%2Fdownload%2Fschema-utils-1.0.0.tgz"
integrity sha1-C3mpMgTXtgDUsoUNH2bCo0lRx3A=
dependencies:
ajv "^6.1.0"
@@ -7598,7 +7598,7 @@ schema-utils@^1.0.0:
schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.5, schema-utils@^2.7.0:
version "2.7.1"
- resolved "https://registry.nlark.com/schema-utils/download/schema-utils-2.7.1.tgz?cache=0&sync_timestamp=1625484954589&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fschema-utils%2Fdownload%2Fschema-utils-2.7.1.tgz"
+ resolved "https://registry.npmmirror.com/schema-utils/download/schema-utils-2.7.1.tgz?cache=0&sync_timestamp=1625484954589&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fschema-utils%2Fdownload%2Fschema-utils-2.7.1.tgz"
integrity sha1-HKTzLRskxZDCA7jnpQvw6kzTlNc=
dependencies:
"@types/json-schema" "^7.0.5"
@@ -7616,29 +7616,29 @@ schema-utils@^3.0.0:
select-hose@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/select-hose/download/select-hose-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/select-hose/download/select-hose-2.0.0.tgz"
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
selfsigned@^1.10.8:
version "1.10.11"
- resolved "https://registry.nlark.com/selfsigned/download/selfsigned-1.10.11.tgz"
+ resolved "https://registry.npmmirror.com/selfsigned/download/selfsigned-1.10.11.tgz"
integrity sha1-JJKc2Qb+D0S20B+yOZmnOVN6y+k=
dependencies:
node-forge "^0.10.0"
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
version "5.7.1"
- resolved "https://registry.nlark.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz"
+ resolved "https://registry.npmmirror.com/semver/download/semver-5.7.1.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsemver%2Fdownload%2Fsemver-5.7.1.tgz"
integrity sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=
semver@7.0.0:
version "7.0.0"
- resolved "https://registry.nlark.com/semver/download/semver-7.0.0.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-7.0.0.tgz"
+ resolved "https://registry.npmmirror.com/semver/download/semver-7.0.0.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsemver%2Fdownload%2Fsemver-7.0.0.tgz"
integrity sha1-XzyjV2HkfgWyBsba/yz4FPAxa44=
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
version "6.3.0"
- resolved "https://registry.nlark.com/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz"
+ resolved "https://registry.npmmirror.com/semver/download/semver-6.3.0.tgz?cache=0&sync_timestamp=1618846864940&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsemver%2Fdownload%2Fsemver-6.3.0.tgz"
integrity sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=
semver@^7.3.2:
@@ -7669,7 +7669,7 @@ send@0.17.1:
serialize-javascript@^4.0.0:
version "4.0.0"
- resolved "https://registry.nlark.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz?cache=0&sync_timestamp=1624284214576&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-4.0.0.tgz"
+ resolved "https://registry.npmmirror.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz?cache=0&sync_timestamp=1624284214576&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-4.0.0.tgz"
integrity sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=
dependencies:
randombytes "^2.1.0"
@@ -7704,7 +7704,7 @@ set-blocking@^2.0.0:
set-value@^2.0.0, set-value@^2.0.1:
version "2.0.1"
- resolved "https://registry.nlark.com/set-value/download/set-value-2.0.1.tgz"
+ resolved "https://registry.npmmirror.com/set-value/download/set-value-2.0.1.tgz"
integrity sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=
dependencies:
extend-shallow "^2.0.1"
@@ -7797,7 +7797,7 @@ slice-ansi@^2.1.0:
snapdragon-node@^2.0.1:
version "2.1.1"
- resolved "https://registry.nlark.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/snapdragon-node/download/snapdragon-node-2.1.1.tgz"
integrity sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=
dependencies:
define-property "^1.0.0"
@@ -7813,7 +7813,7 @@ snapdragon-util@^3.0.1:
snapdragon@^0.8.1:
version "0.8.2"
- resolved "https://registry.nlark.com/snapdragon/download/snapdragon-0.8.2.tgz"
+ resolved "https://registry.npmmirror.com/snapdragon/download/snapdragon-0.8.2.tgz"
integrity sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=
dependencies:
base "^0.11.1"
@@ -7848,7 +7848,7 @@ sockjs@^0.3.21:
sort-keys@^1.0.0:
version "1.1.2"
- resolved "https://registry.nlark.com/sort-keys/download/sort-keys-1.1.2.tgz"
+ resolved "https://registry.npmmirror.com/sort-keys/download/sort-keys-1.1.2.tgz"
integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
dependencies:
is-plain-obj "^1.0.0"
@@ -7920,7 +7920,7 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids@^3.0.0:
version "3.0.9"
- resolved "https://registry.nlark.com/spdx-license-ids/download/spdx-license-ids-3.0.9.tgz"
+ resolved "https://registry.npmmirror.com/spdx-license-ids/download/spdx-license-ids-3.0.9.tgz"
integrity sha1-illRNd75WSvaaXCUdPHL7qfCRn8=
spdy-transport@^3.0.0:
@@ -7960,7 +7960,7 @@ sprintf-js@~1.0.2:
sshpk@^1.7.0:
version "1.16.1"
- resolved "https://registry.nlark.com/sshpk/download/sshpk-1.16.1.tgz"
+ resolved "https://registry.npmmirror.com/sshpk/download/sshpk-1.16.1.tgz"
integrity sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=
dependencies:
asn1 "~0.2.3"
@@ -7975,14 +7975,14 @@ sshpk@^1.7.0:
ssri@^6.0.1:
version "6.0.2"
- resolved "https://registry.nlark.com/ssri/download/ssri-6.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fssri%2Fdownload%2Fssri-6.0.2.tgz"
+ resolved "https://registry.npmmirror.com/ssri/download/ssri-6.0.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fssri%2Fdownload%2Fssri-6.0.2.tgz"
integrity sha1-FXk5E08gRk5zAd26PpD/qPdyisU=
dependencies:
figgy-pudding "^3.5.1"
ssri@^8.0.1:
version "8.0.1"
- resolved "https://registry.nlark.com/ssri/download/ssri-8.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fssri%2Fdownload%2Fssri-8.0.1.tgz"
+ resolved "https://registry.npmmirror.com/ssri/download/ssri-8.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fssri%2Fdownload%2Fssri-8.0.1.tgz"
integrity sha1-Y45OQ54v+9LNKJd21cpFfE9Roq8=
dependencies:
minipass "^3.1.1"
@@ -8025,7 +8025,7 @@ stream-browserify@^2.0.1:
stream-each@^1.1.0:
version "1.2.3"
- resolved "https://registry.nlark.com/stream-each/download/stream-each-1.2.3.tgz"
+ resolved "https://registry.npmmirror.com/stream-each/download/stream-each-1.2.3.tgz"
integrity sha1-6+J6DDibBPvMIzZClS4Qcxr6m64=
dependencies:
end-of-stream "^1.1.0"
@@ -8054,7 +8054,7 @@ strict-uri-encode@^1.0.0:
string-width@^2.0.0:
version "2.1.1"
- resolved "https://registry.nlark.com/string-width/download/string-width-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/string-width/download/string-width-2.1.1.tgz"
integrity sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=
dependencies:
is-fullwidth-code-point "^2.0.0"
@@ -8062,7 +8062,7 @@ string-width@^2.0.0:
string-width@^3.0.0, string-width@^3.1.0:
version "3.1.0"
- resolved "https://registry.nlark.com/string-width/download/string-width-3.1.0.tgz"
+ resolved "https://registry.npmmirror.com/string-width/download/string-width-3.1.0.tgz"
integrity sha1-InZ74htirxCBV0MG9prFG2IgOWE=
dependencies:
emoji-regex "^7.0.1"
@@ -8071,7 +8071,7 @@ string-width@^3.0.0, string-width@^3.1.0:
string-width@^4.1.0, string-width@^4.2.0:
version "4.2.2"
- resolved "https://registry.nlark.com/string-width/download/string-width-4.2.2.tgz"
+ resolved "https://registry.npmmirror.com/string-width/download/string-width-4.2.2.tgz"
integrity sha1-2v1PlVmnWFz7pSnGoKT3NIjr1MU=
dependencies:
emoji-regex "^8.0.0"
@@ -8138,17 +8138,17 @@ strip-ansi@^6.0.0:
strip-eof@^1.0.0:
version "1.0.0"
- resolved "https://registry.nlark.com/strip-eof/download/strip-eof-1.0.0.tgz"
+ resolved "https://registry.npmmirror.com/strip-eof/download/strip-eof-1.0.0.tgz"
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
strip-final-newline@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/strip-final-newline/download/strip-final-newline-2.0.0.tgz"
integrity sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0=
strip-indent@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/strip-indent/download/strip-indent-2.0.0.tgz?cache=0&sync_timestamp=1620053263051&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstrip-indent%2Fdownload%2Fstrip-indent-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/strip-indent/download/strip-indent-2.0.0.tgz?cache=0&sync_timestamp=1620053263051&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstrip-indent%2Fdownload%2Fstrip-indent-2.0.0.tgz"
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
strip-json-comments@^3.0.1:
@@ -8158,7 +8158,7 @@ strip-json-comments@^3.0.1:
stylehacks@^4.0.0:
version "4.0.3"
- resolved "https://registry.nlark.com/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1621449647075&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz"
+ resolved "https://registry.npmmirror.com/stylehacks/download/stylehacks-4.0.3.tgz?cache=0&sync_timestamp=1621449647075&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstylehacks%2Fdownload%2Fstylehacks-4.0.3.tgz"
integrity sha1-Zxj8r00eB9ihMYaQiB6NlnJqcdU=
dependencies:
browserslist "^4.0.0"
@@ -8167,21 +8167,21 @@ stylehacks@^4.0.0:
supports-color@^5.3.0:
version "5.5.0"
- resolved "https://registry.nlark.com/supports-color/download/supports-color-5.5.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz"
+ resolved "https://registry.npmmirror.com/supports-color/download/supports-color-5.5.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz"
integrity sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=
dependencies:
has-flag "^3.0.0"
supports-color@^6.1.0:
version "6.1.0"
- resolved "https://registry.nlark.com/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz"
+ resolved "https://registry.npmmirror.com/supports-color/download/supports-color-6.1.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsupports-color%2Fdownload%2Fsupports-color-6.1.0.tgz"
integrity sha1-B2Srxpxj1ayELdSGfo0CXogN+PM=
dependencies:
has-flag "^3.0.0"
supports-color@^7.1.0:
version "7.2.0"
- resolved "https://registry.nlark.com/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz"
+ resolved "https://registry.npmmirror.com/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1622293670728&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz"
integrity sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=
dependencies:
has-flag "^4.0.0"
@@ -8193,7 +8193,7 @@ svg-tags@^1.0.0:
svgo@^1.0.0:
version "1.3.2"
- resolved "https://registry.nlark.com/svgo/download/svgo-1.3.2.tgz"
+ resolved "https://registry.npmmirror.com/svgo/download/svgo-1.3.2.tgz"
integrity sha1-ttxRHAYzRsnkFbgeQ0ARRbltQWc=
dependencies:
chalk "^2.4.1"
@@ -8212,7 +8212,7 @@ svgo@^1.0.0:
table@^5.2.3:
version "5.4.6"
- resolved "https://registry.nlark.com/table/download/table-5.4.6.tgz"
+ resolved "https://registry.npmmirror.com/table/download/table-5.4.6.tgz"
integrity sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=
dependencies:
ajv "^6.10.2"
@@ -8227,7 +8227,7 @@ tapable@^1.0.0, tapable@^1.1.3:
terser-webpack-plugin@^1.4.3, terser-webpack-plugin@^1.4.4:
version "1.4.5"
- resolved "https://registry.nlark.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1624624550780&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz"
+ resolved "https://registry.npmmirror.com/terser-webpack-plugin/download/terser-webpack-plugin-1.4.5.tgz?cache=0&sync_timestamp=1624624550780&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fterser-webpack-plugin%2Fdownload%2Fterser-webpack-plugin-1.4.5.tgz"
integrity sha1-oheu+uozDnNP+sthIOwfoxLWBAs=
dependencies:
cacache "^12.0.2"
@@ -8242,7 +8242,7 @@ terser-webpack-plugin@^1.4.3, terser-webpack-plugin@^1.4.4:
terser@^4.1.2:
version "4.8.0"
- resolved "https://registry.nlark.com/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1624884252770&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fterser%2Fdownload%2Fterser-4.8.0.tgz"
+ resolved "https://registry.npmmirror.com/terser/download/terser-4.8.0.tgz?cache=0&sync_timestamp=1624884252770&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fterser%2Fdownload%2Fterser-4.8.0.tgz"
integrity sha1-YwVjQ9fHC7KfOvZlhlpG/gOg3xc=
dependencies:
commander "^2.20.0"
@@ -8275,7 +8275,7 @@ thenify-all@^1.0.0:
thread-loader@^2.1.3:
version "2.1.3"
- resolved "https://registry.nlark.com/thread-loader/download/thread-loader-2.1.3.tgz"
+ resolved "https://registry.npmmirror.com/thread-loader/download/thread-loader-2.1.3.tgz"
integrity sha1-y9LBOfwrLebp0o9iKGq3cMGsvdo=
dependencies:
loader-runner "^2.3.1"
@@ -8314,7 +8314,7 @@ timsort@^0.3.0:
tmp@^0.0.33:
version "0.0.33"
- resolved "https://registry.nlark.com/tmp/download/tmp-0.0.33.tgz?cache=0&sync_timestamp=1618847042301&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftmp%2Fdownload%2Ftmp-0.0.33.tgz"
+ resolved "https://registry.npmmirror.com/tmp/download/tmp-0.0.33.tgz?cache=0&sync_timestamp=1618847042301&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftmp%2Fdownload%2Ftmp-0.0.33.tgz"
integrity sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=
dependencies:
os-tmpdir "~1.0.2"
@@ -8326,7 +8326,7 @@ to-arraybuffer@^1.0.0:
to-fast-properties@^2.0.0:
version "2.0.0"
- resolved "https://registry.nlark.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz"
+ resolved "https://registry.npmmirror.com/to-fast-properties/download/to-fast-properties-2.0.0.tgz"
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
to-object-path@^0.3.0:
@@ -8338,7 +8338,7 @@ to-object-path@^0.3.0:
to-regex-range@^2.1.0:
version "2.1.1"
- resolved "https://registry.nlark.com/to-regex-range/download/to-regex-range-2.1.1.tgz"
+ resolved "https://registry.npmmirror.com/to-regex-range/download/to-regex-range-2.1.1.tgz"
integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
dependencies:
is-number "^3.0.0"
@@ -8346,7 +8346,7 @@ to-regex-range@^2.1.0:
to-regex-range@^5.0.1:
version "5.0.1"
- resolved "https://registry.nlark.com/to-regex-range/download/to-regex-range-5.0.1.tgz"
+ resolved "https://registry.npmmirror.com/to-regex-range/download/to-regex-range-5.0.1.tgz"
integrity sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=
dependencies:
is-number "^7.0.0"
@@ -8396,7 +8396,7 @@ ts-pnp@^1.1.6:
tslib@^1.9.0:
version "1.14.1"
- resolved "https://registry.nlark.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1623450814531&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz"
+ resolved "https://registry.npmmirror.com/tslib/download/tslib-1.14.1.tgz?cache=0&sync_timestamp=1623450814531&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftslib%2Fdownload%2Ftslib-1.14.1.tgz"
integrity sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=
tty-browserify@0.0.0:
@@ -8425,17 +8425,17 @@ type-check@~0.3.2:
type-fest@^0.21.3:
version "0.21.3"
- resolved "https://registry.nlark.com/type-fest/download/type-fest-0.21.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.21.3.tgz"
+ resolved "https://registry.npmmirror.com/type-fest/download/type-fest-0.21.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.21.3.tgz"
integrity sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=
type-fest@^0.6.0:
version "0.6.0"
- resolved "https://registry.nlark.com/type-fest/download/type-fest-0.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.6.0.tgz"
+ resolved "https://registry.npmmirror.com/type-fest/download/type-fest-0.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.6.0.tgz"
integrity sha1-jSojcNPfiG61yQraHFv2GIrPg4s=
type-fest@^0.8.1:
version "0.8.1"
- resolved "https://registry.nlark.com/type-fest/download/type-fest-0.8.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz"
+ resolved "https://registry.npmmirror.com/type-fest/download/type-fest-0.8.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ftype-fest%2Fdownload%2Ftype-fest-0.8.1.tgz"
integrity sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=
type-is@~1.6.17, type-is@~1.6.18:
@@ -8460,7 +8460,7 @@ typedarray@^0.0.6:
uglify-js@3.4.x:
version "3.4.10"
- resolved "https://registry.nlark.com/uglify-js/download/uglify-js-3.4.10.tgz?cache=0&sync_timestamp=1624812621576&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fuglify-js%2Fdownload%2Fuglify-js-3.4.10.tgz"
+ resolved "https://registry.npmmirror.com/uglify-js/download/uglify-js-3.4.10.tgz?cache=0&sync_timestamp=1624812621576&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fuglify-js%2Fdownload%2Fuglify-js-3.4.10.tgz"
integrity sha1-mtlWPY6zrN+404WX0q8dgV9qdV8=
dependencies:
commander "~2.19.0"
@@ -8521,14 +8521,14 @@ uniqs@^2.0.0:
unique-filename@^1.1.1:
version "1.1.1"
- resolved "https://registry.nlark.com/unique-filename/download/unique-filename-1.1.1.tgz"
+ resolved "https://registry.npmmirror.com/unique-filename/download/unique-filename-1.1.1.tgz"
integrity sha1-HWl2k2mtoFgxA6HmrodoG1ZXMjA=
dependencies:
unique-slug "^2.0.0"
unique-slug@^2.0.0:
version "2.0.2"
- resolved "https://registry.nlark.com/unique-slug/download/unique-slug-2.0.2.tgz"
+ resolved "https://registry.npmmirror.com/unique-slug/download/unique-slug-2.0.2.tgz"
integrity sha1-uqvOkQg/xk6UWw861hPiZPfNTmw=
dependencies:
imurmurhash "^0.1.4"
@@ -8542,7 +8542,7 @@ unique-string@^2.0.0:
universalify@^0.1.0:
version "0.1.2"
- resolved "https://registry.nlark.com/universalify/download/universalify-0.1.2.tgz"
+ resolved "https://registry.npmmirror.com/universalify/download/universalify-0.1.2.tgz"
integrity sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=
universalify@^2.0.0:
@@ -8592,7 +8592,7 @@ urix@^0.1.0:
url-loader@^2.2.0:
version "2.3.0"
- resolved "https://registry.nlark.com/url-loader/download/url-loader-2.3.0.tgz"
+ resolved "https://registry.npmmirror.com/url-loader/download/url-loader-2.3.0.tgz"
integrity sha1-4OLvZY8APvuMpBsPP/v3a6uIZYs=
dependencies:
loader-utils "^1.2.3"
@@ -8617,7 +8617,7 @@ url@^0.11.0:
use@^3.1.0:
version "3.1.1"
- resolved "https://registry.nlark.com/use/download/use-3.1.1.tgz"
+ resolved "https://registry.npmmirror.com/use/download/use-3.1.1.tgz"
integrity sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8=
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
@@ -8645,14 +8645,14 @@ util.promisify@~1.0.0:
util@0.10.3:
version "0.10.3"
- resolved "https://registry.nlark.com/util/download/util-0.10.3.tgz"
+ resolved "https://registry.npmmirror.com/util/download/util-0.10.3.tgz"
integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
dependencies:
inherits "2.0.1"
util@^0.11.0:
version "0.11.1"
- resolved "https://registry.nlark.com/util/download/util-0.11.1.tgz"
+ resolved "https://registry.npmmirror.com/util/download/util-0.11.1.tgz"
integrity sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=
dependencies:
inherits "2.0.3"
@@ -8669,7 +8669,7 @@ utils-merge@1.0.1:
uuid@^3.3.2, uuid@^3.4.0:
version "3.4.0"
- resolved "https://registry.nlark.com/uuid/download/uuid-3.4.0.tgz"
+ resolved "https://registry.npmmirror.com/uuid/download/uuid-3.4.0.tgz"
integrity sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4=
v8-compile-cache@^2.0.3:
@@ -8679,7 +8679,7 @@ v8-compile-cache@^2.0.3:
validate-npm-package-license@^3.0.1:
version "3.0.4"
- resolved "https://registry.nlark.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz"
+ resolved "https://registry.npmmirror.com/validate-npm-package-license/download/validate-npm-package-license-3.0.4.tgz"
integrity sha1-/JH2uce6FchX9MssXe/uw51PQQo=
dependencies:
spdx-correct "^3.0.0"
@@ -8728,7 +8728,7 @@ vue-debounce@^4.0.0:
vue-eslint-parser@^7.0.0:
version "7.8.0"
- resolved "https://registry.nlark.com/vue-eslint-parser/download/vue-eslint-parser-7.8.0.tgz"
+ resolved "https://registry.npmmirror.com/vue-eslint-parser/download/vue-eslint-parser-7.8.0.tgz"
integrity sha1-Q4UL+FbJpp1iwOEnaWCcM4QjaEs=
dependencies:
debug "^4.1.1"
@@ -8751,7 +8751,7 @@ vue-i18n@^8.24.4:
"vue-loader-v16@npm:vue-loader@^16.1.0":
version "16.3.0"
- resolved "https://registry.nlark.com/vue-loader/download/vue-loader-16.3.0.tgz?cache=0&sync_timestamp=1624994254628&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue-loader%2Fdownload%2Fvue-loader-16.3.0.tgz"
+ resolved "https://registry.npmmirror.com/vue-loader/download/vue-loader-16.3.0.tgz?cache=0&sync_timestamp=1624994254628&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue-loader%2Fdownload%2Fvue-loader-16.3.0.tgz"
integrity sha1-LxleS6D7DiY1ltaDDfF9Gjbok2w=
dependencies:
chalk "^4.1.0"
@@ -8760,7 +8760,7 @@ vue-i18n@^8.24.4:
vue-loader@^15.9.2:
version "15.9.7"
- resolved "https://registry.nlark.com/vue-loader/download/vue-loader-15.9.7.tgz?cache=0&sync_timestamp=1624994254628&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue-loader%2Fdownload%2Fvue-loader-15.9.7.tgz"
+ resolved "https://registry.npmmirror.com/vue-loader/download/vue-loader-15.9.7.tgz?cache=0&sync_timestamp=1624994254628&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue-loader%2Fdownload%2Fvue-loader-15.9.7.tgz"
integrity sha1-FbBXdcPgw4QHZ5OTws5t9nOwEEQ=
dependencies:
"@vue/component-compiler-utils" "^3.1.0"
@@ -8771,7 +8771,7 @@ vue-loader@^15.9.2:
vue-router@^3.2.0:
version "3.5.2"
- resolved "https://registry.nlark.com/vue-router/download/vue-router-3.5.2.tgz"
+ resolved "https://registry.npmmirror.com/vue-router/download/vue-router-3.5.2.tgz"
integrity sha1-X1Xj8lGXDjbD6NiKfNLWejUK3lw=
vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
@@ -8784,7 +8784,7 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
vue-template-compiler@^2.6.11:
version "2.6.14"
- resolved "https://registry.nlark.com/vue-template-compiler/download/vue-template-compiler-2.6.14.tgz?cache=0&sync_timestamp=1623059640396&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue-template-compiler%2Fdownload%2Fvue-template-compiler-2.6.14.tgz"
+ resolved "https://registry.npmmirror.com/vue-template-compiler/download/vue-template-compiler-2.6.14.tgz?cache=0&sync_timestamp=1623059640396&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvue-template-compiler%2Fdownload%2Fvue-template-compiler-2.6.14.tgz"
integrity sha1-ovDn2YVnDULJye4NBE/tdpD092M=
dependencies:
de-indent "^1.0.2"
@@ -8797,12 +8797,12 @@ vue-template-es2015-compiler@^1.9.0:
vue@^2.6.11, vue@^2.6.12:
version "2.6.14"
- resolved "https://registry.nlark.com/vue/download/vue-2.6.14.tgz"
+ resolved "https://registry.npmmirror.com/vue/download/vue-2.6.14.tgz"
integrity sha1-5RqlJQJQ1Wmj+606ilpofWA24jU=
vuex@^3.4.0:
version "3.6.2"
- resolved "https://registry.nlark.com/vuex/download/vuex-3.6.2.tgz"
+ resolved "https://registry.npmmirror.com/vuex/download/vuex-3.6.2.tgz"
integrity sha1-I2vAhqhww655lG8QfxbeWdWJXnE=
warning@^3.0.0:
@@ -8814,14 +8814,14 @@ warning@^3.0.0:
watchpack-chokidar2@^2.0.1:
version "2.0.1"
- resolved "https://registry.nlark.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz"
+ resolved "https://registry.npmmirror.com/watchpack-chokidar2/download/watchpack-chokidar2-2.0.1.tgz"
integrity sha1-OFAAcu5uzmbzdpk2lQ6hdxvhyVc=
dependencies:
chokidar "^2.1.8"
watchpack@^1.7.4:
version "1.7.5"
- resolved "https://registry.nlark.com/watchpack/download/watchpack-1.7.5.tgz?cache=0&sync_timestamp=1621437900992&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.5.tgz"
+ resolved "https://registry.npmmirror.com/watchpack/download/watchpack-1.7.5.tgz?cache=0&sync_timestamp=1621437900992&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.5.tgz"
integrity sha1-EmfmxV4Lm1vkTCAjrtVDeiwmxFM=
dependencies:
graceful-fs "^4.1.2"
@@ -8839,14 +8839,14 @@ wbuf@^1.1.0, wbuf@^1.7.3:
wcwidth@^1.0.1:
version "1.0.1"
- resolved "https://registry.nlark.com/wcwidth/download/wcwidth-1.0.1.tgz"
+ resolved "https://registry.npmmirror.com/wcwidth/download/wcwidth-1.0.1.tgz"
integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=
dependencies:
defaults "^1.0.3"
webpack-bundle-analyzer@^3.8.0:
version "3.9.0"
- resolved "https://registry.nlark.com/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz?cache=0&sync_timestamp=1621259321628&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-bundle-analyzer%2Fdownload%2Fwebpack-bundle-analyzer-3.9.0.tgz"
+ resolved "https://registry.npmmirror.com/webpack-bundle-analyzer/download/webpack-bundle-analyzer-3.9.0.tgz?cache=0&sync_timestamp=1621259321628&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fwebpack-bundle-analyzer%2Fdownload%2Fwebpack-bundle-analyzer-3.9.0.tgz"
integrity sha1-9vlNsQj7V05BWtMT3kGicH0z7zw=
dependencies:
acorn "^7.1.1"
@@ -8873,7 +8873,7 @@ webpack-chain@^6.4.0:
webpack-dev-middleware@^3.7.2:
version "3.7.3"
- resolved "https://registry.nlark.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-dev-middleware%2Fdownload%2Fwebpack-dev-middleware-3.7.3.tgz"
+ resolved "https://registry.npmmirror.com/webpack-dev-middleware/download/webpack-dev-middleware-3.7.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fwebpack-dev-middleware%2Fdownload%2Fwebpack-dev-middleware-3.7.3.tgz"
integrity sha1-Bjk3KxQyYuK4SrldO5GnWXBhwsU=
dependencies:
memory-fs "^0.4.1"
@@ -8884,7 +8884,7 @@ webpack-dev-middleware@^3.7.2:
webpack-dev-server@^3.11.0:
version "3.11.2"
- resolved "https://registry.nlark.com/webpack-dev-server/download/webpack-dev-server-3.11.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-dev-server%2Fdownload%2Fwebpack-dev-server-3.11.2.tgz"
+ resolved "https://registry.npmmirror.com/webpack-dev-server/download/webpack-dev-server-3.11.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fwebpack-dev-server%2Fdownload%2Fwebpack-dev-server-3.11.2.tgz"
integrity sha1-aV687Xakkp8NXef9c/r+GF/jNwg=
dependencies:
ansi-html "0.0.7"
@@ -8931,14 +8931,14 @@ webpack-log@^2.0.0:
webpack-merge@^4.2.2:
version "4.2.2"
- resolved "https://registry.nlark.com/webpack-merge/download/webpack-merge-4.2.2.tgz"
+ resolved "https://registry.npmmirror.com/webpack-merge/download/webpack-merge-4.2.2.tgz"
integrity sha1-onxS6ng9E5iv0gh/VH17nS9DY00=
dependencies:
lodash "^4.17.15"
webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
version "1.4.3"
- resolved "https://registry.nlark.com/webpack-sources/download/webpack-sources-1.4.3.tgz"
+ resolved "https://registry.npmmirror.com/webpack-sources/download/webpack-sources-1.4.3.tgz"
integrity sha1-7t2OwLko+/HL/plOItLYkPMwqTM=
dependencies:
source-list-map "^2.0.0"
@@ -8946,7 +8946,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
webpack@^4.0.0:
version "4.46.0"
- resolved "https://registry.nlark.com/webpack/download/webpack-4.46.0.tgz"
+ resolved "https://registry.npmmirror.com/webpack/download/webpack-4.46.0.tgz"
integrity sha1-v5tEBOogoHNgXgoBHRiNd8tq1UI=
dependencies:
"@webassemblyjs/ast" "1.9.0"
@@ -9081,7 +9081,7 @@ wrap-ansi@^7.0.0:
wrappy@1:
version "1.0.2"
- resolved "https://registry.nlark.com/wrappy/download/wrappy-1.0.2.tgz"
+ resolved "https://registry.npmmirror.com/wrappy/download/wrappy-1.0.2.tgz"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
write-file-atomic@^3.0.0:
@@ -9103,7 +9103,7 @@ write@1.0.3:
ws@^6.0.0, ws@^6.2.1:
version "6.2.2"
- resolved "https://registry.nlark.com/ws/download/ws-6.2.2.tgz?cache=0&sync_timestamp=1625897135029&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fws%2Fdownload%2Fws-6.2.2.tgz"
+ resolved "https://registry.npmmirror.com/ws/download/ws-6.2.2.tgz?cache=0&sync_timestamp=1625897135029&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fws%2Fdownload%2Fws-6.2.2.tgz"
integrity sha1-3Vzb1XqZeZFgl2UtePHMX66gwy4=
dependencies:
async-limiter "~1.0.0"
@@ -9130,22 +9130,22 @@ y18n@^5.0.5:
yallist@^2.1.2:
version "2.1.2"
- resolved "https://registry.nlark.com/yallist/download/yallist-2.1.2.tgz"
+ resolved "https://registry.npmmirror.com/yallist/download/yallist-2.1.2.tgz"
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
yallist@^3.0.2:
version "3.1.1"
- resolved "https://registry.nlark.com/yallist/download/yallist-3.1.1.tgz"
+ resolved "https://registry.npmmirror.com/yallist/download/yallist-3.1.1.tgz"
integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=
yallist@^4.0.0:
version "4.0.0"
- resolved "https://registry.nlark.com/yallist/download/yallist-4.0.0.tgz"
+ resolved "https://registry.npmmirror.com/yallist/download/yallist-4.0.0.tgz"
integrity sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=
yargs-parser@^13.1.2:
version "13.1.2"
- resolved "https://registry.nlark.com/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1624233331973&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz"
+ resolved "https://registry.npmmirror.com/yargs-parser/download/yargs-parser-13.1.2.tgz?cache=0&sync_timestamp=1624233331973&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fyargs-parser%2Fdownload%2Fyargs-parser-13.1.2.tgz"
integrity sha1-Ew8JcC667vJlDVTObj5XBvek+zg=
dependencies:
camelcase "^5.0.0"
@@ -9153,12 +9153,12 @@ yargs-parser@^13.1.2:
yargs-parser@^20.2.2:
version "20.2.9"
- resolved "https://registry.nlark.com/yargs-parser/download/yargs-parser-20.2.9.tgz?cache=0&sync_timestamp=1624233331973&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyargs-parser%2Fdownload%2Fyargs-parser-20.2.9.tgz"
+ resolved "https://registry.npmmirror.com/yargs-parser/download/yargs-parser-20.2.9.tgz?cache=0&sync_timestamp=1624233331973&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fyargs-parser%2Fdownload%2Fyargs-parser-20.2.9.tgz"
integrity sha1-LrfcOwKJcY/ClfNidThFxBoMlO4=
yargs@^13.3.2:
version "13.3.2"
- resolved "https://registry.nlark.com/yargs/download/yargs-13.3.2.tgz?cache=0&sync_timestamp=1625927491979&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyargs%2Fdownload%2Fyargs-13.3.2.tgz"
+ resolved "https://registry.npmmirror.com/yargs/download/yargs-13.3.2.tgz?cache=0&sync_timestamp=1625927491979&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fyargs%2Fdownload%2Fyargs-13.3.2.tgz"
integrity sha1-rX/+/sGqWVZayRX4Lcyzipwxot0=
dependencies:
cliui "^5.0.0"
@@ -9174,7 +9174,7 @@ yargs@^13.3.2:
yargs@^16.0.0, yargs@^16.1.1:
version "16.2.0"
- resolved "https://registry.nlark.com/yargs/download/yargs-16.2.0.tgz?cache=0&sync_timestamp=1625927491979&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fyargs%2Fdownload%2Fyargs-16.2.0.tgz"
+ resolved "https://registry.npmmirror.com/yargs/download/yargs-16.2.0.tgz?cache=0&sync_timestamp=1625927491979&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fyargs%2Fdownload%2Fyargs-16.2.0.tgz"
integrity sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=
dependencies:
cliui "^7.0.2"