Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
2e3478d4
Commit
2e3478d4
authored
Oct 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into t
parents
a2ed6213
de470a23
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
1291 additions
and
778 deletions
+1291
-778
component/fonts/buildout.cfg
component/fonts/buildout.cfg
+10
-0
component/gcc/buildout.cfg
component/gcc/buildout.cfg
+4
-6
component/pure-ftpd/buildout.cfg
component/pure-ftpd/buildout.cfg
+2
-2
component/quickjs/buildout.cfg
component/quickjs/buildout.cfg
+12
-0
package-lock.json
package-lock.json
+338
-222
software/caddy-frontend/test/test.py
software/caddy-frontend/test/test.py
+10
-0
software/pureftpd/buildout.hash.cfg
software/pureftpd/buildout.hash.cfg
+1
-1
software/pureftpd/instance.cfg.in
software/pureftpd/instance.cfg.in
+3
-6
software/pureftpd/software.cfg
software/pureftpd/software.cfg
+5
-2
software/slaprunner/buildout.hash.cfg
software/slaprunner/buildout.hash.cfg
+1
-1
software/slaprunner/instance-runner.cfg
software/slaprunner/instance-runner.cfg
+23
-2
software/slaprunner/test/test.py
software/slaprunner/test/test.py
+42
-39
software/theia/buildout.hash.cfg
software/theia/buildout.hash.cfg
+15
-3
software/theia/instance.cfg.in
software/theia/instance.cfg.in
+33
-2
software/theia/logo.png
software/theia/logo.png
+0
-0
software/theia/preloadTemplate.html
software/theia/preloadTemplate.html
+6
-0
software/theia/python-language-server-requirements.txt
software/theia/python-language-server-requirements.txt
+3
-3
software/theia/slapos.css.in
software/theia/slapos.css.in
+267
-0
software/theia/software.cfg
software/theia/software.cfg
+29
-14
software/theia/test/test.py
software/theia/test/test.py
+12
-1
software/theia/yarn.lock
software/theia/yarn.lock
+475
-474
No files found.
component/fonts/buildout.cfg
View file @
2e3478d4
...
...
@@ -64,6 +64,16 @@ environment =
url = https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-fonts-ttf-2.37.tar.bz2
md5sum = d0efec10b9f110a32e9b8f796e21782c
[source-code-pro-fonts]
<= fonts-base
url = https://codeload.github.com/adobe-fonts/source-code-pro/zip/235b72fc43a46cacf36e7c9b45d8d4fc0d121099
md5sum = b25e165c3fb984bbf6d847adfbd9d694
[jetbrains-mono-fonts]
<= fonts-base
url = https://download.jetbrains.com/fonts/JetBrainsMono-2.001.zip
md5sum = 62f02985bfef43a27dbdd17641fec210
# Microsoft's TrueType core fonts
# non-free so not enabled by default
[msttcore-fonts]
...
...
component/gcc/buildout.cfg
View file @
2e3478d4
...
...
@@ -42,13 +42,11 @@ post-install =
done
cat <<EOF >ld
#!/bin/sh -e
case \$#:\$1 in 0:|1:-*) ;; *)
if [ "\$LD_RUN_PATH" ]
then LD_RUN_PATH=\$LD_RUN_PATH$1
else set -- "\$@" $2
fi
for x; do case \$x in -rpath|-rpath=*)
set -- "\$@" $2
! break
;;
esac
esac
; done && export LD_RUN_PATH=\$${LD_RUN_PATH:+\$LD_RUN_PATH:}$${1#:}
exec ${binutils:location}/bin/ld "\$@"
EOF
chmod +x ld
...
...
component/pure-ftpd/buildout.cfg
View file @
2e3478d4
...
...
@@ -3,8 +3,8 @@ parts = pure-ftpd
[pure-ftpd]
recipe = slapos.recipe.cmmi
url = https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.4
6
.tar.bz2
md5sum =
efce5529c1f0a39dafdd532c619503f1
url = https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.4
9
.tar.bz2
md5sum =
b7025f469711d88bd84a3518f67c1470
# See https://download.pureftpd.org/pub/pure-ftpd/doc/README for more configurations
# We need the trick about UPLOAD_PIPE_FILE and UPLOAD_PIPE_LOCK so that the files are created inside the $CWD/var/run
...
...
component/quickjs/buildout.cfg
0 → 100644
View file @
2e3478d4
[buildout]
extends =
../xz-utils/buildout.cfg
parts = quickjs
[quickjs]
recipe = slapos.recipe.cmmi
configure-command = true
url = https://bellard.org/quickjs/quickjs-2020-09-06.tar.xz
md5sum = 47cb6def3263d6a631b647b268b1c554
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
package-lock.json
View file @
2e3478d4
...
...
@@ -3,17 +3,17 @@
"lockfileVersion"
:
1
,
"dependencies"
:
{
"@samverschueren/stream-to-observable"
:
{
"version"
:
"0.3.
0
"
,
"resolved"
:
"https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.
0
.tgz"
,
"integrity"
:
"sha512-
MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg
=="
,
"version"
:
"0.3.
1
"
,
"resolved"
:
"https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.
1
.tgz"
,
"integrity"
:
"sha512-
c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ
=="
,
"requires"
:
{
"any-observable"
:
"^0.3.0"
}
},
"ansi-escapes"
:
{
"version"
:
"
1.4
.0"
,
"resolved"
:
"https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-
1.4
.0.tgz"
,
"integrity"
:
"sha
1-06ioOzGapneTZisT52HHkRQiMG4
="
"version"
:
"
3.2
.0"
,
"resolved"
:
"https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-
3.2
.0.tgz"
,
"integrity"
:
"sha
512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ=
="
},
"ansi-regex"
:
{
"version"
:
"3.0.0"
,
...
...
@@ -148,11 +148,6 @@
}
}
},
"builtin-modules"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz"
,
"integrity"
:
"sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8="
},
"cache-base"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz"
,
...
...
@@ -169,10 +164,31 @@
"unset-value"
:
"^1.0.0"
}
},
"caller-callsite"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz"
,
"integrity"
:
"sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ="
,
"requires"
:
{
"callsites"
:
"^2.0.0"
}
},
"caller-path"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz"
,
"integrity"
:
"sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ="
,
"requires"
:
{
"caller-callsite"
:
"^2.0.0"
}
},
"callsites"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz"
,
"integrity"
:
"sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA="
},
"chalk"
:
{
"version"
:
"2.4.
1
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.
1
.tgz"
,
"integrity"
:
"sha512-
ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCf
Q=="
,
"version"
:
"2.4.
2
"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.
2
.tgz"
,
"integrity"
:
"sha512-
Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSu
Q=="
,
"requires"
:
{
"ansi-styles"
:
"^3.2.1"
,
"escape-string-regexp"
:
"^1.0.5"
,
...
...
@@ -180,9 +196,9 @@
}
},
"ci-info"
:
{
"version"
:
"
1.6
.0"
,
"resolved"
:
"https://registry.npmjs.org/ci-info/-/ci-info-
1.6
.0.tgz"
,
"integrity"
:
"sha512-
vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A
=="
"version"
:
"
2.0
.0"
,
"resolved"
:
"https://registry.npmjs.org/ci-info/-/ci-info-
2.0
.0.tgz"
,
"integrity"
:
"sha512-
5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ
=="
},
"class-utils"
:
{
"version"
:
"0.3.6"
,
...
...
@@ -206,11 +222,11 @@
}
},
"cli-cursor"
:
{
"version"
:
"
1.0.2
"
,
"resolved"
:
"https://registry.npmjs.org/cli-cursor/-/cli-cursor-
1.0.2
.tgz"
,
"integrity"
:
"sha1-
ZNo/fValRBLll5S9Ytw1KV6PKYc
="
,
"version"
:
"
2.1.0
"
,
"resolved"
:
"https://registry.npmjs.org/cli-cursor/-/cli-cursor-
2.1.0
.tgz"
,
"integrity"
:
"sha1-
s12sN2R5+sw+lHR9QdDQ9SOP/LU
="
,
"requires"
:
{
"restore-cursor"
:
"^
1.0.1
"
"restore-cursor"
:
"^
2.0.0
"
}
},
"cli-truncate"
:
{
...
...
@@ -250,14 +266,14 @@
"integrity"
:
"sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
},
"commander"
:
{
"version"
:
"2.
19.0
"
,
"resolved"
:
"https://registry.npmjs.org/commander/-/commander-2.
19.0
.tgz"
,
"integrity"
:
"sha512-
6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg
=="
"version"
:
"2.
20.3
"
,
"resolved"
:
"https://registry.npmjs.org/commander/-/commander-2.
20.3
.tgz"
,
"integrity"
:
"sha512-
GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ
=="
},
"component-emitter"
:
{
"version"
:
"1.
2.1
"
,
"resolved"
:
"https://registry.npmjs.org/component-emitter/-/component-emitter-1.
2.1
.tgz"
,
"integrity"
:
"sha
1-E3kY1teCg/ffemt8WmPhQOaUJeY
="
"version"
:
"1.
3.0
"
,
"resolved"
:
"https://registry.npmjs.org/component-emitter/-/component-emitter-1.
3.0
.tgz"
,
"integrity"
:
"sha
512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=
="
},
"copy-descriptor"
:
{
"version"
:
"0.1.1"
,
...
...
@@ -265,29 +281,32 @@
"integrity"
:
"sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"cosmiconfig"
:
{
"version"
:
"5.
0.6
"
,
"resolved"
:
"https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.
0.6
.tgz"
,
"integrity"
:
"sha512-
6DWfizHriCrFWURP1/qyhsiFvYdlJzbCzmtFWh744+KyWsJo5+kPzUZZaMRSSItoYc0pxFX7gEO7ZC1/gN/7AQ
=="
,
"version"
:
"5.
2.1
"
,
"resolved"
:
"https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.
2.1
.tgz"
,
"integrity"
:
"sha512-
H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA
=="
,
"requires"
:
{
"import-fresh"
:
"^2.0.0"
,
"is-directory"
:
"^0.3.1"
,
"js-yaml"
:
"^3.
9.0
"
,
"js-yaml"
:
"^3.
13.1
"
,
"parse-json"
:
"^4.0.0"
}
},
"cross-spawn"
:
{
"version"
:
"
5.1.0
"
,
"resolved"
:
"https://registry.npmjs.org/cross-spawn/-/cross-spawn-
5.1.0
.tgz"
,
"integrity"
:
"sha
1-6L0O/uWPz/b4+UUQoKVUu/ojVEk
="
,
"version"
:
"
6.0.5
"
,
"resolved"
:
"https://registry.npmjs.org/cross-spawn/-/cross-spawn-
6.0.5
.tgz"
,
"integrity"
:
"sha
512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ=
="
,
"requires"
:
{
"lru-cache"
:
"^4.0.1"
,
"nice-try"
:
"^1.0.4"
,
"path-key"
:
"^2.0.1"
,
"semver"
:
"^5.5.0"
,
"shebang-command"
:
"^1.2.0"
,
"which"
:
"^1.2.9"
}
},
"date-fns"
:
{
"version"
:
"1.
29.0
"
,
"resolved"
:
"https://registry.npmjs.org/date-fns/-/date-fns-1.
29.0
.tgz"
,
"integrity"
:
"sha512-
lbTXWZ6M20cWH8N9S6afb0SBm6tMk+uUg6z3MqHPKE9atmsY3kJkTm8vKe93izJ2B2+q5MV990sM2CHgtAZaO
w=="
"version"
:
"1.
30.1
"
,
"resolved"
:
"https://registry.npmjs.org/date-fns/-/date-fns-1.
30.1
.tgz"
,
"integrity"
:
"sha512-
hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQN
w=="
},
"debug"
:
{
"version"
:
"3.2.6"
,
...
...
@@ -349,6 +368,14 @@
"resolved"
:
"https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz"
,
"integrity"
:
"sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4="
},
"end-of-stream"
:
{
"version"
:
"1.4.4"
,
"resolved"
:
"https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
,
"integrity"
:
"sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q=="
,
"requires"
:
{
"once"
:
"^1.4.0"
}
},
"error-ex"
:
{
"version"
:
"1.3.2"
,
"resolved"
:
"https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
,
...
...
@@ -368,12 +395,12 @@
"integrity"
:
"sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
},
"execa"
:
{
"version"
:
"
0.9
.0"
,
"resolved"
:
"https://registry.npmjs.org/execa/-/execa-
0.9
.0.tgz"
,
"integrity"
:
"sha512-
BbUMBiX4hqiHZUA5+JujIjNb6TyAlp2D5KLheMjMluwOuzcnylDL4AxZYLLn1n2AGB49eSWwyKvvEQoRpnAtm
A=="
,
"version"
:
"
1.0
.0"
,
"resolved"
:
"https://registry.npmjs.org/execa/-/execa-
1.0
.0.tgz"
,
"integrity"
:
"sha512-
adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61L
A=="
,
"requires"
:
{
"cross-spawn"
:
"^
5.0.1
"
,
"get-stream"
:
"^
3
.0.0"
,
"cross-spawn"
:
"^
6.0.0
"
,
"get-stream"
:
"^
4
.0.0"
,
"is-stream"
:
"^1.1.0"
,
"npm-run-path"
:
"^2.0.0"
,
"p-finally"
:
"^1.0.0"
,
...
...
@@ -381,11 +408,6 @@
"strip-eof"
:
"^1.0.0"
}
},
"exit-hook"
:
{
"version"
:
"1.1.1"
,
"resolved"
:
"https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz"
,
"integrity"
:
"sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g="
},
"expand-brackets"
:
{
"version"
:
"2.1.4"
,
"resolved"
:
"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz"
,
...
...
@@ -566,9 +588,9 @@
}
},
"get-own-enumerable-property-symbols"
:
{
"version"
:
"3.0.
0
"
,
"resolved"
:
"https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.
0
.tgz"
,
"integrity"
:
"sha512-
CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGC
g=="
"version"
:
"3.0.
2
"
,
"resolved"
:
"https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.
2
.tgz"
,
"integrity"
:
"sha512-
I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6
g=="
},
"get-stdin"
:
{
"version"
:
"6.0.0"
,
...
...
@@ -576,9 +598,12 @@
"integrity"
:
"sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g=="
},
"get-stream"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
,
"integrity"
:
"sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
"version"
:
"4.1.0"
,
"resolved"
:
"https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz"
,
"integrity"
:
"sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w=="
,
"requires"
:
{
"pump"
:
"^3.0.0"
}
},
"get-value"
:
{
"version"
:
"2.0.6"
,
...
...
@@ -635,20 +660,20 @@
}
},
"hosted-git-info"
:
{
"version"
:
"2.
7.1
"
,
"resolved"
:
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.
7.1
.tgz"
,
"integrity"
:
"sha512-
7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w
=="
"version"
:
"2.
8.8
"
,
"resolved"
:
"https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.
8.8
.tgz"
,
"integrity"
:
"sha512-
f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg
=="
},
"husky"
:
{
"version"
:
"1.
1.2
"
,
"resolved"
:
"https://registry.npmjs.org/husky/-/husky-1.
1.2
.tgz"
,
"integrity"
:
"sha512-
9TdkUpBeEOjz0AnFdUN4i3w8kEbOsVs9/WSeJqWLq2OO6bcKQhVW64Zi+pVd/AMRLpN3QTINb6ZXiELczvdmqQ
=="
,
"version"
:
"1.
3.1
"
,
"resolved"
:
"https://registry.npmjs.org/husky/-/husky-1.
3.1
.tgz"
,
"integrity"
:
"sha512-
86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg
=="
,
"requires"
:
{
"cosmiconfig"
:
"^5.0.
6
"
,
"execa"
:
"^
0.9
.0"
,
"cosmiconfig"
:
"^5.0.
7
"
,
"execa"
:
"^
1.0
.0"
,
"find-up"
:
"^3.0.0"
,
"get-stdin"
:
"^6.0.0"
,
"is-ci"
:
"^
1.2.1
"
,
"is-ci"
:
"^
2.0.0
"
,
"pkg-dir"
:
"^3.0.0"
,
"please-upgrade-node"
:
"^3.1.1"
,
"read-pkg"
:
"^4.0.1"
,
...
...
@@ -656,6 +681,15 @@
"slash"
:
"^2.0.0"
}
},
"import-fresh"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz"
,
"integrity"
:
"sha1-2BNVwVYS04bGH53dOSLUMEgipUY="
,
"requires"
:
{
"caller-path"
:
"^2.0.0"
,
"resolve-from"
:
"^3.0.0"
}
},
"indent-string"
:
{
"version"
:
"3.2.0"
,
"resolved"
:
"https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz"
,
...
...
@@ -689,20 +723,12 @@
"resolved"
:
"https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz"
,
"integrity"
:
"sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
},
"is-builtin-module"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz"
,
"integrity"
:
"sha1-VAVy0096wxGfj3bDDLwbHgN6/74="
,
"requires"
:
{
"builtin-modules"
:
"^1.0.0"
}
},
"is-ci"
:
{
"version"
:
"
1.2.1
"
,
"resolved"
:
"https://registry.npmjs.org/is-ci/-/is-ci-
1.2.1
.tgz"
,
"integrity"
:
"sha512-
s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg
=="
,
"version"
:
"
2.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/is-ci/-/is-ci-
2.0.0
.tgz"
,
"integrity"
:
"sha512-
YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w
=="
,
"requires"
:
{
"ci-info"
:
"^
1.5
.0"
"ci-info"
:
"^
2.0
.0"
}
},
"is-data-descriptor"
:
{
...
...
@@ -764,9 +790,9 @@
}
},
"is-glob"
:
{
"version"
:
"4.0.
0
"
,
"resolved"
:
"https://registry.npmjs.org/is-glob/-/is-glob-4.0.
0
.tgz"
,
"integrity"
:
"sha
1-lSHHaEXMJhCoUgPd8ICpWML/q8A
="
,
"version"
:
"4.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/is-glob/-/is-glob-4.0.
1
.tgz"
,
"integrity"
:
"sha
512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg=
="
,
"requires"
:
{
"is-extglob"
:
"^2.1.1"
}
...
...
@@ -791,7 +817,7 @@
},
"is-obj"
:
{
"version"
:
"1.0.1"
,
"resolved"
:
"http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
,
"resolved"
:
"http
s
://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
,
"integrity"
:
"sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
},
"is-observable"
:
{
...
...
@@ -811,9 +837,9 @@
}
},
"is-promise"
:
{
"version"
:
"2.
1.0
"
,
"resolved"
:
"https://registry.npmjs.org/is-promise/-/is-promise-2.
1.0
.tgz"
,
"integrity"
:
"sha
1-eaKp7OfwlugPNtKy87wWwf9L8/o
="
"version"
:
"2.
2.2
"
,
"resolved"
:
"https://registry.npmjs.org/is-promise/-/is-promise-2.
2.2
.tgz"
,
"integrity"
:
"sha
512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=
="
},
"is-regexp"
:
{
"version"
:
"1.0.0"
,
...
...
@@ -847,7 +873,7 @@
},
"jest-get-type"
:
{
"version"
:
"22.4.3"
,
"resolved"
:
"http://registry.npmjs.org/jest-get-type/-/jest-get-type-22.4.3.tgz"
,
"resolved"
:
"http
s
://registry.npmjs.org/jest-get-type/-/jest-get-type-22.4.3.tgz"
,
"integrity"
:
"sha512-/jsz0Y+V29w1chdXVygEKSz2nBoHoYqNShPe+QgxSNjAuP1i8+k4LbQNrfoliKej0P45sivkSCh7yiD6ubHS3w=="
},
"jest-validate"
:
{
...
...
@@ -862,9 +888,9 @@
}
},
"js-yaml"
:
{
"version"
:
"3.1
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/js-yaml/-/js-yaml-3.1
2
.0.tgz"
,
"integrity"
:
"sha512-
PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3
A=="
,
"version"
:
"3.1
4
.0"
,
"resolved"
:
"https://registry.npmjs.org/js-yaml/-/js-yaml-3.1
4
.0.tgz"
,
"integrity"
:
"sha512-
/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17
A=="
,
"requires"
:
{
"argparse"
:
"^1.0.7"
,
"esprima"
:
"^4.0.0"
...
...
@@ -876,9 +902,9 @@
"integrity"
:
"sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
},
"kind-of"
:
{
"version"
:
"6.0.
2
"
,
"resolved"
:
"https://registry.npmjs.org/kind-of/-/kind-of-6.0.
2
.tgz"
,
"integrity"
:
"sha512-
s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA
=="
"version"
:
"6.0.
3
"
,
"resolved"
:
"https://registry.npmjs.org/kind-of/-/kind-of-6.0.
3
.tgz"
,
"integrity"
:
"sha512-
dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw
=="
},
"leven"
:
{
"version"
:
"2.1.0"
,
...
...
@@ -912,22 +938,60 @@
"staged-git-files"
:
"1.1.1"
,
"string-argv"
:
"^0.0.2"
,
"stringify-object"
:
"^3.2.2"
},
"dependencies"
:
{
"cross-spawn"
:
{
"version"
:
"5.1.0"
,
"resolved"
:
"https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
,
"integrity"
:
"sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk="
,
"requires"
:
{
"lru-cache"
:
"^4.0.1"
,
"shebang-command"
:
"^1.2.0"
,
"which"
:
"^1.2.9"
}
},
"execa"
:
{
"version"
:
"0.9.0"
,
"resolved"
:
"https://registry.npmjs.org/execa/-/execa-0.9.0.tgz"
,
"integrity"
:
"sha512-BbUMBiX4hqiHZUA5+JujIjNb6TyAlp2D5KLheMjMluwOuzcnylDL4AxZYLLn1n2AGB49eSWwyKvvEQoRpnAtmA=="
,
"requires"
:
{
"cross-spawn"
:
"^5.0.1"
,
"get-stream"
:
"^3.0.0"
,
"is-stream"
:
"^1.1.0"
,
"npm-run-path"
:
"^2.0.0"
,
"p-finally"
:
"^1.0.0"
,
"signal-exit"
:
"^3.0.0"
,
"strip-eof"
:
"^1.0.0"
}
},
"get-stream"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
,
"integrity"
:
"sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
}
}
},
"listr"
:
{
"version"
:
"0.14.
2
"
,
"resolved"
:
"https://registry.npmjs.org/listr/-/listr-0.14.
2
.tgz"
,
"integrity"
:
"sha512-
vmaNJ1KlGuGWShHI35X/F8r9xxS0VTHh9GejVXwSN20fG5xpq3Jh4bJbnumoT6q5EDM/8/YP1z3YMtQbFmhuXw
=="
,
"version"
:
"0.14.
3
"
,
"resolved"
:
"https://registry.npmjs.org/listr/-/listr-0.14.
3
.tgz"
,
"integrity"
:
"sha512-
RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA
=="
,
"requires"
:
{
"@samverschueren/stream-to-observable"
:
"^0.3.0"
,
"is-observable"
:
"^1.1.0"
,
"is-promise"
:
"^2.1.0"
,
"is-stream"
:
"^1.1.0"
,
"listr-silent-renderer"
:
"^1.1.1"
,
"listr-update-renderer"
:
"^0.4.0"
,
"listr-verbose-renderer"
:
"^0.4.0"
,
"p-map"
:
"^1.1.1"
,
"rxjs"
:
"^6.1.0"
"listr-update-renderer"
:
"^0.5.0"
,
"listr-verbose-renderer"
:
"^0.5.0"
,
"p-map"
:
"^2.0.0"
,
"rxjs"
:
"^6.3.3"
},
"dependencies"
:
{
"p-map"
:
{
"version"
:
"2.1.0"
,
"resolved"
:
"https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz"
,
"integrity"
:
"sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw=="
}
}
},
"listr-silent-renderer"
:
{
...
...
@@ -936,9 +1000,9 @@
"integrity"
:
"sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4="
},
"listr-update-renderer"
:
{
"version"
:
"0.
4
.0"
,
"resolved"
:
"https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.
4
.0.tgz"
,
"integrity"
:
"sha
1-NE2YDaLKLosUW6MFkI8yrj9MyKc
="
,
"version"
:
"0.
5
.0"
,
"resolved"
:
"https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.
5
.0.tgz"
,
"integrity"
:
"sha
512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA=
="
,
"requires"
:
{
"chalk"
:
"^1.1.3"
,
"cli-truncate"
:
"^0.2.1"
,
...
...
@@ -946,7 +1010,7 @@
"figures"
:
"^1.7.0"
,
"indent-string"
:
"^3.0.0"
,
"log-symbols"
:
"^1.0.2"
,
"log-update"
:
"^
1.0.2
"
,
"log-update"
:
"^
2.3.0
"
,
"strip-ansi"
:
"^3.0.1"
},
"dependencies"
:
{
...
...
@@ -957,7 +1021,7 @@
},
"chalk"
:
{
"version"
:
"1.1.3"
,
"resolved"
:
"http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
,
"resolved"
:
"http
s
://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
,
"integrity"
:
"sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg="
,
"requires"
:
{
"ansi-styles"
:
"^2.2.1"
,
...
...
@@ -983,37 +1047,23 @@
}
},
"listr-verbose-renderer"
:
{
"version"
:
"0.
4.1
"
,
"resolved"
:
"https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.
4.1
.tgz"
,
"integrity"
:
"sha
1-ggb0z21S3cWCfl/RSYng6WWTOjU
="
,
"version"
:
"0.
5.0
"
,
"resolved"
:
"https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.
5.0
.tgz"
,
"integrity"
:
"sha
512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw=
="
,
"requires"
:
{
"chalk"
:
"^
1.1.3
"
,
"cli-cursor"
:
"^
1.0.2
"
,
"chalk"
:
"^
2.4.1
"
,
"cli-cursor"
:
"^
2.1.0
"
,
"date-fns"
:
"^1.27.2"
,
"figures"
:
"^
1.7
.0"
"figures"
:
"^
2.0
.0"
},
"dependencies"
:
{
"ansi-styles"
:
{
"version"
:
"2.2.1"
,
"resolved"
:
"https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
,
"integrity"
:
"sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"chalk"
:
{
"version"
:
"1.1.3"
,
"resolved"
:
"http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
,
"integrity"
:
"sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg="
,
"figures"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/figures/-/figures-2.0.0.tgz"
,
"integrity"
:
"sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI="
,
"requires"
:
{
"ansi-styles"
:
"^2.2.1"
,
"escape-string-regexp"
:
"^1.0.2"
,
"has-ansi"
:
"^2.0.0"
,
"strip-ansi"
:
"^3.0.0"
,
"supports-color"
:
"^2.0.0"
"escape-string-regexp"
:
"^1.0.5"
}
},
"supports-color"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
,
"integrity"
:
"sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
}
}
},
...
...
@@ -1027,9 +1077,9 @@
}
},
"lodash"
:
{
"version"
:
"4.17.
11
"
,
"resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.
11
.tgz"
,
"integrity"
:
"sha512-
cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg
=="
"version"
:
"4.17.
20
"
,
"resolved"
:
"https://registry.npmjs.org/lodash/-/lodash-4.17.
20
.tgz"
,
"integrity"
:
"sha512-
PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA
=="
},
"log-symbols"
:
{
"version"
:
"2.2.0"
,
...
...
@@ -1040,18 +1090,19 @@
}
},
"log-update"
:
{
"version"
:
"
1.0.2
"
,
"resolved"
:
"https://registry.npmjs.org/log-update/-/log-update-
1.0.2
.tgz"
,
"integrity"
:
"sha1-
GZKfZMQJPS0ucHWh2tivWcKWuNE
="
,
"version"
:
"
2.3.0
"
,
"resolved"
:
"https://registry.npmjs.org/log-update/-/log-update-
2.3.0
.tgz"
,
"integrity"
:
"sha1-
iDKP19HOeTiykoN0bwsbwSayRwg
="
,
"requires"
:
{
"ansi-escapes"
:
"^1.0.0"
,
"cli-cursor"
:
"^1.0.2"
"ansi-escapes"
:
"^3.0.0"
,
"cli-cursor"
:
"^2.0.0"
,
"wrap-ansi"
:
"^3.0.1"
}
},
"lru-cache"
:
{
"version"
:
"4.1.
3
"
,
"resolved"
:
"https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.
3
.tgz"
,
"integrity"
:
"sha512-
fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA
=="
,
"version"
:
"4.1.
5
"
,
"resolved"
:
"https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.
5
.tgz"
,
"integrity"
:
"sha512-
sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g
=="
,
"requires"
:
{
"pseudomap"
:
"^1.0.2"
,
"yallist"
:
"^2.1.2"
...
...
@@ -1090,10 +1141,15 @@
"to-regex"
:
"^3.0.2"
}
},
"mimic-fn"
:
{
"version"
:
"1.2.0"
,
"resolved"
:
"https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz"
,
"integrity"
:
"sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ=="
},
"mixin-deep"
:
{
"version"
:
"1.3.
1
"
,
"resolved"
:
"https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.
1
.tgz"
,
"integrity"
:
"sha512-
8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ
=="
,
"version"
:
"1.3.
2
"
,
"resolved"
:
"https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.
2
.tgz"
,
"integrity"
:
"sha512-
WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA
=="
,
"requires"
:
{
"for-in"
:
"^1.0.2"
,
"is-extendable"
:
"^1.0.1"
...
...
@@ -1110,9 +1166,9 @@
}
},
"ms"
:
{
"version"
:
"2.1.
1
"
,
"resolved"
:
"https://registry.npmjs.org/ms/-/ms-2.1.
1
.tgz"
,
"integrity"
:
"sha512-
tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg
=="
"version"
:
"2.1.
2
"
,
"resolved"
:
"https://registry.npmjs.org/ms/-/ms-2.1.
2
.tgz"
,
"integrity"
:
"sha512-
sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w
=="
},
"nanomatch"
:
{
"version"
:
"1.2.13"
,
...
...
@@ -1132,13 +1188,18 @@
"to-regex"
:
"^3.0.1"
}
},
"nice-try"
:
{
"version"
:
"1.0.5"
,
"resolved"
:
"https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
,
"integrity"
:
"sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
},
"normalize-package-data"
:
{
"version"
:
"2.
4
.0"
,
"resolved"
:
"https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.
4
.0.tgz"
,
"integrity"
:
"sha512-
9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw
=="
,
"version"
:
"2.
5
.0"
,
"resolved"
:
"https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.
5
.0.tgz"
,
"integrity"
:
"sha512-
/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA
=="
,
"requires"
:
{
"hosted-git-info"
:
"^2.1.4"
,
"
is-builtin-module"
:
"^1.
0.0"
,
"
resolve"
:
"^1.1
0.0"
,
"semver"
:
"2 || 3 || 4 || 5"
,
"validate-npm-package-license"
:
"^3.0.1"
}
...
...
@@ -1223,10 +1284,21 @@
"isobject"
:
"^3.0.1"
}
},
"once"
:
{
"version"
:
"1.4.0"
,
"resolved"
:
"https://registry.npmjs.org/once/-/once-1.4.0.tgz"
,
"integrity"
:
"sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
,
"requires"
:
{
"wrappy"
:
"1"
}
},
"onetime"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz"
,
"integrity"
:
"sha1-ofeDj4MUxRbwXs78vEzP4EtO14k="
"version"
:
"2.0.1"
,
"resolved"
:
"https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz"
,
"integrity"
:
"sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ="
,
"requires"
:
{
"mimic-fn"
:
"^1.0.0"
}
},
"p-finally"
:
{
"version"
:
"1.0.0"
,
...
...
@@ -1234,9 +1306,9 @@
"integrity"
:
"sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
},
"p-limit"
:
{
"version"
:
"2.
0
.0"
,
"resolved"
:
"https://registry.npmjs.org/p-limit/-/p-limit-2.
0
.0.tgz"
,
"integrity"
:
"sha512-
fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A
=="
,
"version"
:
"2.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/p-limit/-/p-limit-2.
3
.0.tgz"
,
"integrity"
:
"sha512-
//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w
=="
,
"requires"
:
{
"p-try"
:
"^2.0.0"
}
...
...
@@ -1255,9 +1327,9 @@
"integrity"
:
"sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA=="
},
"p-try"
:
{
"version"
:
"2.
0
.0"
,
"resolved"
:
"https://registry.npmjs.org/p-try/-/p-try-2.
0
.0.tgz"
,
"integrity"
:
"sha512-
hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQ
Q=="
"version"
:
"2.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/p-try/-/p-try-2.
2
.0.tgz"
,
"integrity"
:
"sha512-
R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6d
Q=="
},
"parse-json"
:
{
"version"
:
"4.0.0"
,
...
...
@@ -1288,6 +1360,11 @@
"resolved"
:
"https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
,
"integrity"
:
"sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
},
"path-parse"
:
{
"version"
:
"1.0.6"
,
"resolved"
:
"https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz"
,
"integrity"
:
"sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw=="
},
"pify"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/pify/-/pify-3.0.0.tgz"
,
...
...
@@ -1302,9 +1379,9 @@
}
},
"please-upgrade-node"
:
{
"version"
:
"3.
1.1
"
,
"resolved"
:
"https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.
1.1
.tgz"
,
"integrity"
:
"sha512-
KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ
=="
,
"version"
:
"3.
2.0
"
,
"resolved"
:
"https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.
2.0
.tgz"
,
"integrity"
:
"sha512-
gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg
=="
,
"requires"
:
{
"semver-compare"
:
"^1.0.0"
}
...
...
@@ -1328,6 +1405,15 @@
"resolved"
:
"https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz"
,
"integrity"
:
"sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
},
"pump"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/pump/-/pump-3.0.0.tgz"
,
"integrity"
:
"sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww=="
,
"requires"
:
{
"end-of-stream"
:
"^1.1.0"
,
"once"
:
"^1.3.1"
}
},
"read-pkg"
:
{
"version"
:
"4.0.1"
,
"resolved"
:
"https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz"
,
...
...
@@ -1357,18 +1443,31 @@
"resolved"
:
"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
,
"integrity"
:
"sha1-jcrkcOHIirwtYA//Sndihtp15jc="
},
"resolve"
:
{
"version"
:
"1.17.0"
,
"resolved"
:
"https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz"
,
"integrity"
:
"sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w=="
,
"requires"
:
{
"path-parse"
:
"^1.0.6"
}
},
"resolve-from"
:
{
"version"
:
"3.0.0"
,
"resolved"
:
"https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz"
,
"integrity"
:
"sha1-six699nWiBvItuZTM17rywoYh0g="
},
"resolve-url"
:
{
"version"
:
"0.2.1"
,
"resolved"
:
"https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
,
"integrity"
:
"sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
},
"restore-cursor"
:
{
"version"
:
"
1.0.1
"
,
"resolved"
:
"https://registry.npmjs.org/restore-cursor/-/restore-cursor-
1.0.1
.tgz"
,
"integrity"
:
"sha1-
NGYfRohjJ/7SmRR5FSJS35LapUE
="
,
"version"
:
"
2.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/restore-cursor/-/restore-cursor-
2.0.0
.tgz"
,
"integrity"
:
"sha1-
n37ih/gv0ybU/RYpI9YhKe7g368
="
,
"requires"
:
{
"
exit-hook"
:
"^1
.0.0"
,
"
onetime"
:
"^1.0.0
"
"
onetime"
:
"^2
.0.0"
,
"
signal-exit"
:
"^3.0.2
"
}
},
"ret"
:
{
...
...
@@ -1382,9 +1481,9 @@
"integrity"
:
"sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A=="
},
"rxjs"
:
{
"version"
:
"6.
3
.3"
,
"resolved"
:
"https://registry.npmjs.org/rxjs/-/rxjs-6.
3
.3.tgz"
,
"integrity"
:
"sha512-
JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw
=="
,
"version"
:
"6.
6
.3"
,
"resolved"
:
"https://registry.npmjs.org/rxjs/-/rxjs-6.
6
.3.tgz"
,
"integrity"
:
"sha512-
trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ
=="
,
"requires"
:
{
"tslib"
:
"^1.9.0"
}
...
...
@@ -1398,9 +1497,9 @@
}
},
"semver"
:
{
"version"
:
"5.
6.0
"
,
"resolved"
:
"https://registry.npmjs.org/semver/-/semver-5.
6.0
.tgz"
,
"integrity"
:
"sha512-
RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg
=="
"version"
:
"5.
7.1
"
,
"resolved"
:
"https://registry.npmjs.org/semver/-/semver-5.
7.1
.tgz"
,
"integrity"
:
"sha512-
sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ
=="
},
"semver-compare"
:
{
"version"
:
"1.0.0"
,
...
...
@@ -1408,9 +1507,9 @@
"integrity"
:
"sha1-De4hahyUGrN+nvsXiPavxf9VN/w="
},
"set-value"
:
{
"version"
:
"2.0.
0
"
,
"resolved"
:
"https://registry.npmjs.org/set-value/-/set-value-2.0.
0
.tgz"
,
"integrity"
:
"sha512-
hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg
=="
,
"version"
:
"2.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/set-value/-/set-value-2.0.
1
.tgz"
,
"integrity"
:
"sha512-
JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw
=="
,
"requires"
:
{
"extend-shallow"
:
"^2.0.1"
,
"is-extendable"
:
"^0.1.1"
,
...
...
@@ -1442,9 +1541,9 @@
"integrity"
:
"sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
},
"signal-exit"
:
{
"version"
:
"3.0.
2
"
,
"resolved"
:
"https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.
2
.tgz"
,
"integrity"
:
"sha
1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0
="
"version"
:
"3.0.
3
"
,
"resolved"
:
"https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.
3
.tgz"
,
"integrity"
:
"sha
512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=
="
},
"slash"
:
{
"version"
:
"2.0.0"
,
...
...
@@ -1453,7 +1552,7 @@
},
"slice-ansi"
:
{
"version"
:
"0.0.4"
,
"resolved"
:
"http://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
,
"resolved"
:
"http
s
://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz"
,
"integrity"
:
"sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU="
},
"snapdragon"
:
{
...
...
@@ -1572,11 +1671,11 @@
"integrity"
:
"sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
},
"source-map-resolve"
:
{
"version"
:
"0.5.
2
"
,
"resolved"
:
"https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.
2
.tgz"
,
"integrity"
:
"sha512-
MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA
=="
,
"version"
:
"0.5.
3
"
,
"resolved"
:
"https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.
3
.tgz"
,
"integrity"
:
"sha512-
Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw
=="
,
"requires"
:
{
"atob"
:
"^2.1.
1
"
,
"atob"
:
"^2.1.
2
"
,
"decode-uri-component"
:
"^0.2.0"
,
"resolve-url"
:
"^0.2.1"
,
"source-map-url"
:
"^0.4.0"
,
...
...
@@ -1589,32 +1688,32 @@
"integrity"
:
"sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
},
"spdx-correct"
:
{
"version"
:
"3.
0.2
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.
0.2
.tgz"
,
"integrity"
:
"sha512-
q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ
=="
,
"version"
:
"3.
1.1
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.
1.1
.tgz"
,
"integrity"
:
"sha512-
cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w
=="
,
"requires"
:
{
"spdx-expression-parse"
:
"^3.0.0"
,
"spdx-license-ids"
:
"^3.0.0"
}
},
"spdx-exceptions"
:
{
"version"
:
"2.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.
2
.0.tgz"
,
"integrity"
:
"sha512-
2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCR
A=="
"version"
:
"2.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.
3
.0.tgz"
,
"integrity"
:
"sha512-
/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5
A=="
},
"spdx-expression-parse"
:
{
"version"
:
"3.0.
0
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.
0
.tgz"
,
"integrity"
:
"sha512-
Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg
=="
,
"version"
:
"3.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.
1
.tgz"
,
"integrity"
:
"sha512-
cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q
=="
,
"requires"
:
{
"spdx-exceptions"
:
"^2.1.0"
,
"spdx-license-ids"
:
"^3.0.0"
}
},
"spdx-license-ids"
:
{
"version"
:
"3.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
1
.tgz"
,
"integrity"
:
"sha512-
TfOfPcYGBB5sDuPn3deByxPhmfegAhpDYKSOXZQN81Oyrrif8ZCodOLzK3AesELnCx03kikhyDwh0pfvvQvF8
w=="
"version"
:
"3.0.
6
"
,
"resolved"
:
"https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
6
.tgz"
,
"integrity"
:
"sha512-
+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBT
w=="
},
"split-string"
:
{
"version"
:
"3.1.0"
,
...
...
@@ -1680,7 +1779,7 @@
},
"strip-ansi"
:
{
"version"
:
"3.0.1"
,
"resolved"
:
"http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
,
"resolved"
:
"http
s
://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
,
"integrity"
:
"sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8="
,
"requires"
:
{
"ansi-regex"
:
"^2.0.0"
...
...
@@ -1750,40 +1849,19 @@
}
},
"tslib"
:
{
"version"
:
"1.
9.3
"
,
"resolved"
:
"https://registry.npmjs.org/tslib/-/tslib-1.
9.3
.tgz"
,
"integrity"
:
"sha512-
4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ
=="
"version"
:
"1.
14.0
"
,
"resolved"
:
"https://registry.npmjs.org/tslib/-/tslib-1.
14.0
.tgz"
,
"integrity"
:
"sha512-
+Zw5lu0D9tvBMjGP8LpvMb0u2WW2QV3y+D8mO6J+cNzCYIN4sVy43Bf9vl92nqFahutN0I8zHa7cc4vihIshnw
=="
},
"union-value"
:
{
"version"
:
"1.0.
0
"
,
"resolved"
:
"https://registry.npmjs.org/union-value/-/union-value-1.0.
0
.tgz"
,
"integrity"
:
"sha
1-XHHDTLW61dzr4+oM0IIHulqhrqQ
="
,
"version"
:
"1.0.
1
"
,
"resolved"
:
"https://registry.npmjs.org/union-value/-/union-value-1.0.
1
.tgz"
,
"integrity"
:
"sha
512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg=
="
,
"requires"
:
{
"arr-union"
:
"^3.1.0"
,
"get-value"
:
"^2.0.6"
,
"is-extendable"
:
"^0.1.1"
,
"set-value"
:
"^0.4.3"
},
"dependencies"
:
{
"extend-shallow"
:
{
"version"
:
"2.0.1"
,
"resolved"
:
"https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz"
,
"integrity"
:
"sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8="
,
"requires"
:
{
"is-extendable"
:
"^0.1.0"
}
},
"set-value"
:
{
"version"
:
"0.4.3"
,
"resolved"
:
"https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz"
,
"integrity"
:
"sha1-fbCPnT0i3H945Trzw79GZuzfzPE="
,
"requires"
:
{
"extend-shallow"
:
"^2.0.1"
,
"is-extendable"
:
"^0.1.1"
,
"is-plain-object"
:
"^2.0.1"
,
"to-object-path"
:
"^0.3.0"
}
}
"set-value"
:
"^2.0.1"
}
},
"unset-value"
:
{
...
...
@@ -1849,6 +1927,44 @@
"isexe"
:
"^2.0.0"
}
},
"wrap-ansi"
:
{
"version"
:
"3.0.1"
,
"resolved"
:
"https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz"
,
"integrity"
:
"sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo="
,
"requires"
:
{
"string-width"
:
"^2.1.1"
,
"strip-ansi"
:
"^4.0.0"
},
"dependencies"
:
{
"is-fullwidth-code-point"
:
{
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
,
"integrity"
:
"sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
},
"string-width"
:
{
"version"
:
"2.1.1"
,
"resolved"
:
"https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
,
"integrity"
:
"sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw=="
,
"requires"
:
{
"is-fullwidth-code-point"
:
"^2.0.0"
,
"strip-ansi"
:
"^4.0.0"
}
},
"strip-ansi"
:
{
"version"
:
"4.0.0"
,
"resolved"
:
"https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz"
,
"integrity"
:
"sha1-qEeQIusaw2iocTibY1JixQXuNo8="
,
"requires"
:
{
"ansi-regex"
:
"^3.0.0"
}
}
}
},
"wrappy"
:
{
"version"
:
"1.0.2"
,
"resolved"
:
"https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
,
"integrity"
:
"sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"yallist"
:
{
"version"
:
"2.1.2"
,
"resolved"
:
"https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
,
...
...
software/caddy-frontend/test/test.py
View file @
2e3478d4
...
...
@@ -6764,6 +6764,16 @@ class TestPassedRequestParameter(HttpFrontendTestCase):
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
)
@
classmethod
def
tearDownClass
(
cls
):
cls
.
slap
.
supply
(
cls
.
frontend_2_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
frontend_3_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
cls
.
slap
.
supply
(
cls
.
kedifa_sr
,
cls
.
slap
.
_computer_id
,
state
=
"destroyed"
)
super
(
TestPassedRequestParameter
,
cls
).
tearDownClass
()
instance_parameter_dict
=
{
'port'
:
HTTPS_PORT
,
'plain_http_port'
:
HTTP_PORT
,
...
...
software/pureftpd/buildout.hash.cfg
View file @
2e3478d4
...
...
@@ -15,4 +15,4 @@
[instance-profile]
filename = instance.cfg.in
md5sum =
c352c6f11b7a00dca0a544f7ecddeb52
md5sum =
134ed1cf1f6de63b14425031eb5c9043
software/pureftpd/instance.cfg.in
View file @
2e3478d4
...
...
@@ -32,12 +32,9 @@ plugin = ${:etc}/plugin
pureftpd-dir = ${:srv}/pureftpd/
[check-port-listening-promise]
recipe = slapos.cookbook:promise.plugin
eggs =
slapos.toolbox
output = ${directory:plugin}/${:_buildout_section_name_}
content =
from slapos.promise.plugin.check_port_listening import RunPromise
<= monitor-promise-base
module = check_port_listening
name = check_nginx_port.py
[pureftpd-listen-promise]
<= check-port-listening-promise
...
...
software/pureftpd/software.cfg
View file @
2e3478d4
...
...
@@ -11,11 +11,14 @@ parts =
instance-profile
# force to install plone.recipe.command and slapos.toolbox as it will be used during instanciation
[python]
part = python3
# force to install plone.recipe.command as it will be used during instanciation
[slapos-cookbook]
eggs +=
plone.recipe.command
slapos.toolbox
[instance-profile]
...
...
software/slaprunner/buildout.hash.cfg
View file @
2e3478d4
...
...
@@ -18,7 +18,7 @@ md5sum = 8d6878ff1d2e75010c50a1a2b0c13b24
[template-runner]
filename = instance-runner.cfg
md5sum =
376ae851bb13bd88b02ecd72249a64bd
md5sum =
6e279c46b07bf56b7b037a8ee2c6587e
[template-runner-import-script]
filename = template/runner-import.sh.jinja2
...
...
software/slaprunner/instance-runner.cfg
View file @
2e3478d4
...
...
@@ -20,6 +20,7 @@ common-runner-parts =
runtestsuite
shellinabox
shellinabox-service
template-slapuser-script
slapos-cfg
slapformat-definition.cfg
cron-entry-prepare-software
...
...
@@ -30,6 +31,8 @@ common-runner-parts =
bash-profile
supervisord-wrapper
supervisord-promise
slapos-supervisord-promise
slapos-proxy-promise
logrotate-entry-supervisord
logrotate-entry-slapgrid
httpd-graceful-wrapper
...
...
@@ -213,8 +216,7 @@ default_repository_branch = $${slap-parameter:slapos-reference}
#-- supervisord managing slaprunner instance processes
[slaprunner-supervisord-wrapper]
recipe = slapos.cookbook:wrapper
# XXX hardcoded locations
command-line = $${template-slapuser-script:rendered} node supervisord -n
command-line = ${buildout:bin-directory}/slapos node supervisord --cfg=$${slaprunner:slapos.cfg} --nodaemon
wrapper-path = $${directory:services}/slaprunner-supervisord
hash-existing-files = $${buildout:directory}/software_release/buildout.cfg
...
...
@@ -648,7 +650,13 @@ monitor-interface-url =
monitor-httpd-port = 8386
buildout-shared-folder = $${runnerdirectory:home}/shared
{% for k, v in slapparameter_dict.items() -%}
{% if k == 'user-authorized-key' and v -%}
{% set key_list = v.split('\n') -%}
{{ k }} =
{{ key_list | join('\n ') }}
{% else -%}
{{ k }} = {{ v }}
{% endif -%}
{% endfor -%}
[slapos-cfg]
...
...
@@ -858,6 +866,19 @@ name = supervisord.py
config-hostname = $${slaprunner:ipv4}
config-port = $${supervisord:port}
[slapos-supervisord-promise]
<= monitor-promise-base
module = check_command_execute
name = instance_supervisord.py
config-command = ${buildout:bin-directory}/slapos node supervisorctl --cfg=$${slaprunner:slapos.cfg} pid
[slapos-proxy-promise]
<= monitor-promise-base
module = check_port_listening
name = slaproxy.py
config-hostname = $${slaprunner:ipv4}
config-port = $${slaprunner:proxy_port}
# XXX Monitor
[monitor-instance-parameter]
monitor-httpd-port = $${slap-parameter:monitor-httpd-port}
...
...
software/slaprunner/test/test.py
View file @
2e3478d4
...
...
@@ -321,9 +321,11 @@ class TestWeb(SlaprunnerTestCase):
class
TestSSH
(
SlaprunnerTestCase
):
@
classmethod
def
getInstanceParameterDict
(
cls
):
cls
.
ssh_key
=
paramiko
.
RSAKey
.
generate
(
1024
)
cls
.
ssh_key
_list
=
[
paramiko
.
RSAKey
.
generate
(
1024
)
for
i
in
range
(
2
)]
return
{
'user-authorized-key'
:
'ssh-rsa {}'
.
format
(
cls
.
ssh_key
.
get_base64
())
'user-authorized-key'
:
'ssh-rsa {}
\
n
ssh-rsa {}'
.
format
(
*
[
key
.
get_base64
()
for
key
in
cls
.
ssh_key_list
]
)
}
def
test_connect
(
self
):
...
...
@@ -355,12 +357,13 @@ class TestSSH(SlaprunnerTestCase):
key_policy
=
KeyPolicy
()
client
.
set_missing_host_key_policy
(
key_policy
)
for
ssh_key
in
self
.
ssh_key_list
:
with
contextlib
.
closing
(
client
):
client
.
connect
(
username
=
username
,
hostname
=
parsed
.
hostname
,
port
=
parsed
.
port
,
pkey
=
self
.
ssh_key
,
pkey
=
ssh_key
,
)
# Check fingerprint from server matches the published one.
# Paramiko does not allow to get the fingerprint as SHA256 easily yet
...
...
software/theia/buildout.hash.cfg
View file @
2e3478d4
...
...
@@ -15,12 +15,24 @@
[instance]
filename = instance.cfg.in
md5sum =
f95354d4af4a78ad7fd11ebc9281ed19
md5sum =
397fcb3279029af3055b23525d147445
[yarn.lock]
filename = yarn.lock
md5sum =
07835b4acfbd8f4a96ac15ffecd238b0
md5sum =
d058e73c3d90ac3da44734c2d47eac95
[python-language-server-requirements.txt]
filename = python-language-server-requirements.txt
md5sum = d2ce161244ce9ebce5295302a1b2a7df
md5sum = 0883a40ebcb33d8d7c520490b21bd16c
[preloadTemplate.html]
filename = preloadTemplate.html
md5sum = 8157c22134200bd862a07c6521ebf799
[slapos.css.in]
filename = slapos.css.in
md5sum = d2930ec3ef973b7908f0fa896033fd64
[logo.png]
filename = logo.png
md5sum = 97bd0f828ffbac2681af0f4bd72cba27
software/theia/instance.cfg.in
View file @
2e3478d4
...
...
@@ -54,7 +54,7 @@ template = inline:
root $${directory:frontend-static}
browse
proxy / $${theia-instance:base-url} {
except
public $${favicon.ic
o:filename}
except
$${frontend-instance-fonts:folder-name} $${frontend-instance-slapos.css:folder-name} public $${favicon.ico:filename} $${frontend-instance-log
o:filename}
}
proxy /services $${theia-instance:base-url} {
websocket
...
...
@@ -83,6 +83,33 @@ port = $${frontend-instance-config:port}
pidfile = $${directory:pidfiles}/$${:_buildout_section_name_}.pid
url = https://$${:hostname}:$${:port}/
[frontend-instance-fonts]
; XXX caddy 1 does not seem to serve different folders at different locations
; so we link fonts in static folder
recipe = plone.recipe.command
location = $${directory:frontend-static}/$${:folder-name}
folder-name = fonts
command =
mkdir $${:location}
ln -s ${source-code-pro-fonts:location} $${:location}/source-code-pro
ln -s ${jetbrains-mono-fonts:location} $${:location}/jetbrains-mono
stop-on-error = true
[frontend-instance-logo]
recipe = plone.recipe.command
filename = logo.png
command =
ln -s ${logo.png:output} $${directory:frontend-static}/$${:filename}
stop-on-error = true
[frontend-instance-slapos.css]
recipe = slapos.recipe.template:jinja2
template = ${slapos.css.in:output}
rendered = $${directory:frontend-static}/$${:folder-name}/slapos.css
folder-name = css
context =
key logo_image frontend-instance-logo:filename
[frontend-reload]
recipe = slapos.cookbook:wrapper
wrapper-path = $${directory:services}/$${:_buildout_section_name_}
...
...
@@ -220,11 +247,14 @@ rendered = $${directory:bin}/$${:_buildout_section_name_}
mode = 0700
template = inline:
#!${python:location}/bin/python
import sys
import os
import sys
import time
args = sys.argv[1:]
# when running interactively, activate slapos configuration and reset GIT_EXEC_PATH to workaround https://github.com/eclipse-theia/theia/issues/7555
if not args: args = ["-c", ". $${slapos-standalone-activate:rendered} && exec env GIT_EXEC_PATH= ${bash:location}/bin/bash", ]
# otherwise, assume this shell is running task and add an artificial delay to workaround https://github.com/eclipse-theia/theia/issues/2961
else: time.sleep(1)
os.execv('${bash:location}/bin/bash', ['${bash:location}/bin/bash'] + args)
[slapos-standalone-activate]
...
...
@@ -323,3 +353,4 @@ project = $${:srv}/project
slapos = $${:srv}/slapos
frontend-static = $${:srv}/frontend-static
frontend-static-public = $${:frontend-static}/public
frontend-static-css = $${:frontend-static}/css
software/theia/logo.png
0 → 100644
View file @
2e3478d4
16.5 KB
software/theia/preloadTemplate.html
0 → 100644
View file @
2e3478d4
<script>
let
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
"
stylesheet
"
;
link
.
href
=
"
/css/slapos.css
"
;
document
.
head
.
appendChild
(
link
);
</script>
\ No newline at end of file
software/theia/python-language-server-requirements.txt
View file @
2e3478d4
...
...
@@ -14,7 +14,7 @@ parso==0.3.2
pluggy==0.8.1
pydocstyle==3.0.0
pyflakes==2.1.0
pygls==0.
8
.1
pygls==0.
9
.1
pylint==2.4.4
python-jsonrpc-server==0.1.2
-e git+https://github.com/palantir/python-language-server@50d03d5931d564e9908292ccfa21dd629ee817ba#egg=python_language_server
...
...
@@ -26,5 +26,5 @@ typed-ast==1.4.1
typing-extensions==3.7.4.2
wrapt==1.11.2
yapf==0.29.0
zc.buildout.languageserver==0.
2.1
theia-open==0.
1.2
zc.buildout.languageserver==0.
4.0
theia-open==0.
3.0
software/theia/slapos.css.in
0 → 100644
View file @
2e3478d4
/* logo */
.theia-icon {
background-image: url('/{{ logo_image }}');
background-size: contain;
background-repeat: no-repeat;
}
/* Source Code Pro */
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLight.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Light.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Light.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Light.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Light.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-LightIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-LightIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-LightIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Regular.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Regular.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-It.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-It.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-It.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-It.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Medium.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Medium.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Medium.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 500;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-MediumIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-MediumIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-MediumIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Semibold.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Semibold.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Semibold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-SemiboldIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-SemiboldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Bold.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Bold.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-BoldIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-BoldIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-BoldIt.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-Black.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-Black.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-Black.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-Black.ttf') format('truetype');
}
@font-face{
font-family: 'Source Code Pro';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('/fonts/source-code-pro/WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2') format('woff2'),
url('/fonts/source-code-pro/WOFF/OTF/SourceCodePro-BlackIt.otf.woff') format('woff'),
url('/fonts/source-code-pro/OTF/SourceCodePro-BlackIt.otf') format('opentype'),
url('/fonts/source-code-pro/TTF/SourceCodePro-BlackIt.ttf') format('truetype');
}
/* JetBrains Mono */
/* CSS come from https://github.com/paleite/typeface-jetbrains-mono/blob/6cbded1fa6283c29b9e5d93e5c70f5702e17bc68/index.css */
/* JetBrainsMono-Bold-Italic - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 700;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Bold-Italic.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Bold-Italic.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Bold-Italic.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Bold-Italic.ttf") format("truetype");
}
/* JetBrainsMono-Bold - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 700;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Bold.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Bold.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Bold.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Bold.ttf") format("truetype");
}
/* JetBrainsMono-ExtraBold-Italic - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono ExtraBold";
font-style: italic;
font-weight: 800;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-ExtraBold-Italic.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-ExtraBold-Italic.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-ExtraBold-Italic.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-ExtraBold-Italic.ttf") format("truetype");
}
/* JetBrainsMono-ExtraBold - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono ExtraBold";
font-style: normal;
font-weight: 800;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-ExtraBold.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-ExtraBold.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-ExtraBold.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-ExtraBold.ttf") format("truetype");
}
/* JetBrainsMono-Italic - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono";
font-style: italic;
font-weight: 400;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Italic.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Italic.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Italic.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Italic.ttf") format("truetype");
}
/* JetBrainsMono-Medium-Italic - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono Medium";
font-style: italic;
font-weight: 500;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Medium-Italic.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Medium-Italic.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Medium-Italic.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Medium-Italic.ttf") format("truetype");
}
/* JetBrainsMono-Medium - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono Medium";
font-style: normal;
font-weight: 500;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Medium.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Medium.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Medium.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Medium.ttf") format("truetype");
}
/* JetBrainsMono-Regular - © 2000-2020 JetBrains s.r.o. Developed with drive and IntelliJ IDEA. */
@font-face {
font-family: "JetBrains Mono";
font-style: normal;
font-weight: 400;
font-feature-settings: "calt" 1, "zero" 1;
font-display: swap;
src: url("/fonts/jetbrains-mono/web/eot/JetBrainsMono-Regular.eot") format("embedded-opentype"),
url("/fonts/jetbrains-mono/web/woff2/JetBrainsMono-Regular.woff2") format("woff2"),
url("/fonts/jetbrains-mono/web/woff/JetBrainsMono-Regular.woff") format("woff"),
url("/fonts/jetbrains-mono/ttf/JetBrainsMono-Regular.ttf") format("truetype");
}
software/theia/software.cfg
View file @
2e3478d4
...
...
@@ -11,6 +11,7 @@ extends =
../../component/curl/buildout.cfg
../../component/coreutils/buildout.cfg
../../component/java-jdk/buildout.cfg
../../component/fonts/buildout.cfg
../../stack/slapos.cfg
../../stack/monitor/buildout.cfg
../../component/defaults.cfg
...
...
@@ -116,6 +117,12 @@ eggs =
supervisor
setuptools
[template-base]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:parts-directory}/${:_buildout_section_name_}
mode = 0644
[python-language-server]
version = 0.19.0
recipe = plone.recipe.command
...
...
@@ -127,11 +134,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
[python-language-server-requirements.txt]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:parts-directory}/${:_buildout_section_name_}
mode = 0644
<= template-base
[theia]
recipe = plone.recipe.command
...
...
@@ -152,10 +155,16 @@ uses = ${yarn.lock:recipe}
THEIA_DEFAULT_PLUGINS = ${:location}/plugins/
[yarn.lock]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
output = ${buildout:parts-directory}/${:_buildout_section_name_}
mode = 0644
<= template-base
[preloadTemplate.html]
<= template-base
[slapos.css.in]
<= template-base
[logo.png]
<= template-base
[package.json]
recipe = slapos.recipe.template:jinja2
...
...
@@ -193,6 +202,11 @@ template =
"java.home": "${java-jdk:location}"
}
}
},
"generator": {
"config": {
"preloadTemplate": "${preloadTemplate.html:output}"
}
}
},
"dependencies": {
...
...
@@ -309,8 +323,11 @@ template =
"vscode-java-test": "https://github.com/microsoft/vscode-java-test/releases/download/0.22.0/vscjava.vscode-java-test-0.22.0.vsix",
"vscode-python": "https://github.com/microsoft/vscode-python/releases/download/2020.1.58038/ms-python-release.vsix",
"vscode-ruby": "https://github.com/rubyide/vscode-ruby/releases/download/v0.25.0/ruby-0.25.0.vsix",
"vscode-zc-buildout": "https://github.com/perrinjerome/vscode-zc-buildout/releases/download/v0.2.0/vscode-zc-buildout-0.2.0.vsix",
"plantuml": "https://open-vsx.org/api/jebbs/plantuml/2.13.12/file/jebbs.plantuml-2.13.12.vsix"
"vscode-zc-buildout": "https://github.com/perrinjerome/vscode-zc-buildout/releases/download/v0.4.0/vscode-zc-buildout-0.4.0.vsix",
"plantuml": "https://open-vsx.org/api/jebbs/plantuml/2.13.12/file/jebbs.plantuml-2.13.12.vsix",
"diff": "https://open-vsx.org/api/rafaelmaiolla/diff/0.0.1/file/rafaelmaiolla.diff-0.0.1.vsix",
"git-commit-syntax": "https://github.com/perrinjerome/git-commit-syntax/releases/download/v0.0.1/git-commit-syntax-0.0.1.vsix",
"git-rebase-syntax": "https://github.com/perrinjerome/git-rebase-syntax/releases/download/v0.0.1/git-rebase-syntax-0.0.1.vsix"
}
}
rendered = ${buildout:directory}/${:_buildout_section_name_}
...
...
@@ -345,9 +362,7 @@ template =
[instance]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename}
mode = 0644
<= template-base
output = ${buildout:directory}/instance.cfg
[versions]
...
...
software/theia/test/test.py
View file @
2e3478d4
...
...
@@ -32,6 +32,7 @@ import logging
import
subprocess
import
tempfile
import
time
import
re
from
six.moves.urllib.parse
import
urlparse
,
urljoin
import
pexpect
...
...
@@ -81,6 +82,16 @@ class TestTheia(SlapOSInstanceTestCase):
self
.
assertEqual
(
requests
.
codes
.
ok
,
resp
.
status_code
)
self
.
assertTrue
(
resp
.
raw
)
# there is a CSS referencing fonts
css_text
=
requests
.
get
(
urljoin
(
authenticated_url
,
'/css/slapos.css'
),
verify
=
False
).
text
css_urls
=
re
.
findall
(
r'url\
([
\'"]+([^
\
)]+)[
\
'"
]
+
\
)
', css_text)
self.assertTrue(css_urls)
# and fonts are served
for url in css_urls:
resp = requests.get(urljoin(authenticated_url, url), verify=False)
self.assertEqual(requests.codes.ok, resp.status_code)
self.assertTrue(resp.raw)
def test_theia_slapos(self):
# Make sure we can use the shell and the integrated slapos command
process = pexpect.spawnu(
...
...
@@ -134,7 +145,7 @@ class TestTheia(SlapOSInstanceTestCase):
process
.
wait
()
def
test_theia_shell_execute_tasks
(
self
):
# shell needs to understand -c "com
am
nd" arguments for theia tasks feature
# shell needs to understand -c "com
ma
nd" arguments for theia tasks feature
test_file
=
'{}/test file'
.
format
(
self
.
computer_partition_root_path
)
subprocess
.
check_call
([
'{}/bin/theia-shell'
.
format
(
self
.
computer_partition_root_path
),
...
...
software/theia/yarn.lock
View file @
2e3478d4
...
...
@@ -986,16 +986,16 @@
resolved "https://registry.yarnpkg.com/@stroncium/procfs/-/procfs-1.2.1.tgz#6b9be6fd20fb0a4c20e99a8695e083c699bb2b45"
integrity sha512-X1Iui3FUNZP18EUvysTHxt+Avu2nlVzyf90YM8OYgP6SGzTzzX/0JgObfO1AQQDzuZtNNz29bVh8h5R97JrjxA==
"@theia/application-manager@^1.
5
.0":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.
5.0.tgz#b0d7638abab454064dccb8f8eb407bc367ee9d15
"
integrity sha512-
FzMgRbeFlCreRoHqAuF0IAC8LsQ4JoHf45JP4+KDXEkgm90dwMJxFj3aO6UVFqcuuNJSf4FHYmaxIxeJLP5XZw
==
"@theia/application-manager@^1.
6
.0":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.
6.0.tgz#f576da587716ef71ec4ea8f9dd0d48265024b21b
"
integrity sha512-
mw3/RoMR1WuyWO2aM/sAdOTPnTS7De34B+w0HssEIO7Vq0fpNytwNsOEGivwTxUkQPJbeh3q0q+r5fIIEBL7RA
==
dependencies:
"@babel/core" "^7.10.0"
"@babel/plugin-transform-classes" "^7.10.0"
"@babel/plugin-transform-runtime" "^7.10.0"
"@babel/preset-env" "^7.10.0"
"@theia/application-package" "^1.
5
.0"
"@theia/application-package" "^1.
6
.0"
"@theia/compression-webpack-plugin" "^3.0.0"
"@types/fs-extra" "^4.0.2"
"@types/webpack" "^4.41.2"
...
...
@@ -1018,10 +1018,10 @@
webpack-cli "2.0.12"
worker-loader "^1.1.1"
"@theia/application-package@^1.
5
.0":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.
5.0.tgz#1abff88102afa47e2a900848e4b3507bfed55fe3
"
integrity sha512-
lruaCCnuTQKGesmwo8AOsJGYZMmj5NhLOGgx2ZJSoP72x74BeO/m17xylmTiIUi56UHcgoieJRj7i6/nAap4Dw
==
"@theia/application-package@^1.
6
.0":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.
6.0.tgz#0f908c74922678d818a33643250f7bfedcb049af
"
integrity sha512-
2eZYNrqDZxTonkGyDeqxshxFYsi4sf7sltJrkUdJzsT77YFrYTswUszk9kdCvgXj5R1Stc0KSuod5V4y+glhQA
==
dependencies:
"@types/fs-extra" "^4.0.2"
"@types/request" "^2.0.3"
...
...
@@ -1035,23 +1035,23 @@
semver "^5.4.1"
write-json-file "^2.2.0"
"@theia/callhierarchy@^1.
5
.0", "@theia/callhierarchy@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.
5.0.tgz#6260cd3137fb1259a4b916b3dfab284d61adf6fc
"
integrity sha512-
thxHKi5KamhS2/M4yOYkQP+4v+IBRqBYZNuD6JErhztox0HKNAMxVYEaQzZw8Jgqe4AM8Xgckl2WNXmT/Mwu0g
==
"@theia/callhierarchy@^1.
6
.0", "@theia/callhierarchy@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.
6.0.tgz#7c078edea0bfaa4103c0e6e4f367fd5c34d56b6a
"
integrity sha512-
GDO8KHcwIYROcUxKYhAGoqhf8rifDd1zdyQHzG1JPe+PMjgM8iVQhkBJaRSWcerNMdM66KTCbpgb8XXQBh+h5A
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
ts-md5 "^1.2.2"
"@theia/cli@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.
5.0.tgz#864a7f57176e49d84f1e1a860d07156eda0dadf5
"
integrity sha512-
H8FSCxztMKslI9KJUC4UPLbzmHS3SJkMJzUUbA/YXRTzmtPQi6oNXG1pOJO2ijL4L+I87Kt3B9d2z8Xur2ZTEg
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.
6.0.tgz#50a560fce32fe506b7740e4dbeb21deeac4e5950
"
integrity sha512-
dq5z52F+dof6UCzcnrgWGeCnA92HiTrrVYIFdUTYfNoZOvnxrRlwpgK6ffkI+3TOzY6TUwPKNKHrmhBkhyLJVA
==
dependencies:
"@theia/application-manager" "^1.
5
.0"
"@theia/application-package" "^1.
5
.0"
"@theia/application-manager" "^1.
6
.0"
"@theia/application-package" "^1.
6
.0"
"@types/chai" "^4.2.7"
"@types/mkdirp" "^0.5.2"
"@types/mocha" "^5.2.7"
...
...
@@ -1084,24 +1084,24 @@
serialize-javascript "^1.4.0"
webpack-sources "^1.0.1"
"@theia/console@^1.
5
.0", "@theia/console@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.
5.0.tgz#e12b1e16a6a6edd68f27f3fa6b48976c8a6e17b2
"
integrity sha512-
ZkdmebChFftjJAHUcbzqqbVk8pr4REzo1RuL7vy6KOXA7njX8/WX+PVz3QrPmMcnriyeq/rv547hCBCnbI7gZw
==
"@theia/console@^1.
6
.0", "@theia/console@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.
6.0.tgz#5094f28b02d2d183acb70230c8e48d14271c7af7
"
integrity sha512-
XPLqI6prHZD2qaJMX9N+mi1XXI/wYPYC0bh7mMYGGLvhwLJTfrje2c7iLw6rGGzArmFkM2lE7RHGS+kXrzP1qA
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
anser "^1.4.7"
"@theia/core@^1.
5
.0", "@theia/core@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.
5.0.tgz#54e8f1c239567ab06bea7f7086cc6322e06cb7df
"
integrity sha512-
D9hBYmQaUFcLt0zmXtgdbhbUCUndS44nRi/y6ISdYrUd4NbdkG9MHXGSoTS45sCMPNIxiKMeRPhSvFWjpv19xQ
==
"@theia/core@^1.
6
.0", "@theia/core@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.
6.0.tgz#79abef59b0d19ef3a3dc430e5596aba04a70ad5a
"
integrity sha512-
L7migvIY5OiDB5U8RQX6KxeP3ln2oivBZJkRnmiuvww/rXSbPvrKa1DdF5H1Dc9O8km4PFx7VB/8KblPW7S1wg
==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/widgets" "^1.9.3"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "^1.
5
.0"
"@theia/application-package" "^1.
6
.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/express" "^4.16.0"
...
...
@@ -1157,26 +1157,26 @@
ajv "^6.5.3"
lodash "^4.17.10"
"@theia/debug@^1.
5
.0", "@theia/debug@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.
5.0.tgz#fcc3bd370c6e1b67bac712322dc798bdf91e03cd
"
integrity sha512-
iRlCizQBtqIBEDPf1J+LB6aRlrUse9rj3f9GHKxVI1L3Fb4v9EZQ+hzKPZb/D65JJFaouVw81dUa4zbUGUjI3w
==
dependencies:
"@theia/application-package" "^1.
5
.0"
"@theia/console" "^1.
5
.0"
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/markers" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/output" "^1.
5
.0"
"@theia/preferences" "^1.
5
.0"
"@theia/process" "^1.
5
.0"
"@theia/task" "^1.
5
.0"
"@theia/terminal" "^1.
5
.0"
"@theia/userstorage" "^1.
5
.0"
"@theia/variable-resolver" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/debug@^1.
6
.0", "@theia/debug@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.
6.0.tgz#f452b5a18970582fea02684e370d30bb50fd6000
"
integrity sha512-
WH6exYTMWfQZxR3UnYpeSeZTUjuu05g/z37GUB7YHCoNHT8JYokfhCPPg11HhLq7cOARTNU5AcqL583bLSc59A
==
dependencies:
"@theia/application-package" "^1.
6
.0"
"@theia/console" "^1.
6
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/markers" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/output" "^1.
6
.0"
"@theia/preferences" "^1.
6
.0"
"@theia/process" "^1.
6
.0"
"@theia/task" "^1.
6
.0"
"@theia/terminal" "^1.
6
.0"
"@theia/userstorage" "^1.
6
.0"
"@theia/variable-resolver" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
jsonc-parser "^2.2.0"
mkdirp "^0.5.0"
p-debounce "^2.1.0"
...
...
@@ -1186,43 +1186,43 @@
vscode-debugprotocol "^1.32.0"
"@theia/editor-preview@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.
5.0.tgz#9d3e47efef7e896a92394ab1214059ee01161b22
"
integrity sha512-
Otf55olhUwvTulAGedJRv5bQsAuatMTWyTHK1wctdj2vG48FKsEe/WxbsGHUfwRZ4mHqmEAFicIKTySNJ1tUHQ
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.
6.0.tgz#c481fa01b907c28b62eb82d99fb1005027e2830b
"
integrity sha512-
VMooyzkbh+cunwom/Lc/iSjPilPbEhlwtJaSjyMEtz0gJudPVO6E5tOw1mll2kgnHmmhk1IAg4ucyTGM2j3y5A
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/editor@^1.
5
.0", "@theia/editor@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.
5.0.tgz#f243c87dcd280eaa725b64269e1640d32278cf2e
"
integrity sha512-
dj1XGey56a9Li5RAo1A/S7nY8f5h2L0By0te5tGTOib7kgCN3bVHQSoo9qPSvngOhhDTsNNfntTaDsW+nC9lVQ
==
"@theia/editor@^1.
6
.0", "@theia/editor@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.
6.0.tgz#3835f0f12dff613aa73e8b206c0e7fa53bd93199
"
integrity sha512-
DEUCenOoT2HgxVroXVQlYksJE3ezkWmhMLFZPEuNgoV3d9Cu4jLsyQvpb/2fWkgX7MsDmML/3dPr0i4UfOSXFw
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/variable-resolver" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/variable-resolver" "^1.
6
.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"
"@theia/file-search@^1.
5
.0", "@theia/file-search@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.
5.0.tgz#0d5aa9448c11a721a80ad47352912c04079b1935
"
integrity sha512-
Bq3sYcm2uclWMI+LtdnX1ZqVnP5YpGmnUSJACJKxaFzq6nOpcw21g38ZVxouw60dkBKNnjxWPtVa5Mma69D8Vg
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/process" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/file-search@^1.
6
.0", "@theia/file-search@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.
6.0.tgz#a6beb5f62a53fb2de0cb74b23b6f043db59d39a8
"
integrity sha512-
5CqKWlKqx+STWXGBm1tLqU3iv6mN+U61zW0N+zvPMIdGyebiWAa/vZC1OwtOdgQdS+wOqBJT2aOSGHJlskOtLw
==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/process" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
fuzzy "^0.1.3"
vscode-ripgrep "^1.2.4"
"@theia/filesystem@^1.
5
.0", "@theia/filesystem@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.
5.0.tgz#1bd0684475f402c99dd138988383e069b9b2121e
"
integrity sha512-
UVPX9WGP1H22dFXRfTywh7YyydZojENyzRqQns9T7aJ1DabKjXB1s2qVS2z5tRBgLvDz4u+eBUrra4J1tbifcw
==
"@theia/filesystem@^1.
6
.0", "@theia/filesystem@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.
6.0.tgz#4d94e4718951042bc88c67e0e088f20733076d6b
"
integrity sha512-
QSlMdnubuaIEBLiTaYcu+rTeZ/OWiar9aSld/iZkRqYfa3sbX8CSflEbKoa4XQ5o420D+xKgJFEdkmhxZA6srg
==
dependencies:
"@theia/application-package" "^1.
5
.0"
"@theia/core" "^1.
5
.0"
"@theia/application-package" "^1.
6
.0"
"@theia/core" "^1.
6
.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
...
...
@@ -1237,28 +1237,28 @@
vscode-languageserver-textdocument "^1.0.1"
"@theia/getting-started@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.
5.0.tgz#ddbe74875710d9b685134a7fc7d909d3bfeff3db
"
integrity sha512-
LT6YAiS2CRFz8ME92PmnJHxH1/ofyG8UeDFxCpBXm1miJCrnfLpV+O3fjwaE/kN01ZwISyB8AVZyo223p/KRzg
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.
6.0.tgz#dff24100c7127a70df01d1130f8c23d4776eb49e
"
integrity sha512-
H1GujUfu1Hrb6FIl0GBDtaV2VFupgBGsRkHJv8lgSssndmR6m5i40q985S0DSyyiUZZOeXe3SNWJB1wfbOWriQ
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/keymaps" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/keymaps" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
"@theia/git@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.
5.0.tgz#f1786fd3e2a71b08496f7c520a581595f7acf547
"
integrity sha512-
oVxyscGNYGXrKMPlJlDEqpodhfAtN+cG9q5U4sOK0Cf+q2zz3t8Nsmf0IxOzWQhr18yKRKFWKOdPxcgg1sY9l
g==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/navigator" "^1.
5
.0"
"@theia/scm" "^1.
5
.0"
"@theia/scm-extra" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.
6.0.tgz#b03d06eeb97cb3acf4abb6475b126863f58f77e8
"
integrity sha512-
2e8rvLMafNSHD2FNuKDgk0xqAYNXwft5IImLOWNPuUJHa1LIzbJLQ3qSSdZ3xjR+i5LTTf+OyTegzyYDWp6Xs
g==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/navigator" "^1.
6
.0"
"@theia/scm" "^1.
6
.0"
"@theia/scm-extra" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
"@types/diff" "^3.2.2"
"@types/p-queue" "^2.3.1"
diff "^3.4.0"
...
...
@@ -1270,58 +1270,58 @@
p-queue "^2.4.2"
ts-md5 "^1.2.2"
"@theia/keymaps@^1.
5
.0", "@theia/keymaps@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.
5.0.tgz#4e3ace79bd594d6ac6601c0c01f7ead278ba90d9
"
integrity sha512-
jgYVZpC9gs/tD7gO3YiSNB/orRSS3TOwYlJjmF1gM5lDOPhI0iIX55T2Oi1UdZGPgsn8wdw+LFODCrvyURCeIw
==
"@theia/keymaps@^1.
6
.0", "@theia/keymaps@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.
6.0.tgz#bf0ed0ac16fa5da8942bfbf9d086f2f1ce72bd31
"
integrity sha512-
0QAksJlGRhWsJmX2S5lC1KGgqhGgpUPSg3jUAPHtgD3CZPCpHAmBcARHBcXbKX1E603p1aZ7BXNsEAwKwdvGAQ
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/userstorage" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/userstorage" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
"@types/lodash.debounce" "4.0.3"
ajv "^6.5.3"
fuzzy "^0.1.3"
jsonc-parser "^2.2.0"
lodash.debounce "^4.0.8"
"@theia/markers@^1.
5
.0", "@theia/markers@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.
5.0.tgz#9ea38e3a3829c4489a43f5432aa03a9e155e6091
"
integrity sha512-
Xvams4+5QAO9ojOyar0Salvj5r47VBwIhO+evfN5PWJMSmmz9GSbpSSxdDpUTDjA2lOfZUHS9P4Lpn81LRL/Hg
==
"@theia/markers@^1.
6
.0", "@theia/markers@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.
6.0.tgz#824f4611c03b85f9b6b18145d8dd7bdf0375f49f
"
integrity sha512-
l7TZMERz+7+edKVEkIn6A5dHGXOQeDxn9ICD+2t0YlY2HjZhQ+t9N76UTVz8ci/xZEL5ynp3TI/PmxaCav0ZTw
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/navigator" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/navigator" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
"@theia/messages@^1.
5
.0", "@theia/messages@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.
5.0.tgz#bdf8602e5da261a324699105c84d805aac6a6e5f
"
integrity sha512-
Rohp41XP7TevPYbSshp5Ct3/xzFQ2ahZaZiYCeXUQG7jKEXZdnSPpAG6KV0BAN5c9ghqKoZRpBV+Ue4HeuJS+g
==
"@theia/messages@^1.
6
.0", "@theia/messages@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.
6.0.tgz#dd7ed727d9599f0fa989609ff334c6f18544dbe0
"
integrity sha512-
XYPh0TYJlmqc5KsorGvGiYmHiICNNlhTh7sFOyMJDv3AnGdAqzSyY90yo9gKIK6fthgkwDohk54esAqdbkF/aQ
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
lodash.throttle "^4.1.1"
markdown-it "^8.4.0"
react-perfect-scrollbar "^1.5.3"
ts-md5 "^1.2.2"
"@theia/metrics@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.
5.0.tgz#e7630ee8961a2534f5b6f21464e851f40d4273d7
"
integrity sha512-
LXb4kLQaQWVIikwICH+SgghyBtDA62jLdgFzyM5qnBElRJIaXYdeTL7GZwB0S/gHwo8U7gdMuHGrxDQRZiTPMA
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.
6.0.tgz#9718c74328532737eb12be7803dfb17e5f3de0ee
"
integrity sha512-
8kTBCq2dmRQISJ3K1wBRB8//6wzoaq0q8gPfDz37K0PV7oLvHUkg4O6KUZTyykV6YcZOpoJ/2ORAezxt9Dnxkg
==
dependencies:
"@theia/application-package" "^1.
5
.0"
"@theia/core" "^1.
5
.0"
"@theia/application-package" "^1.
6
.0"
"@theia/core" "^1.
6
.0"
prom-client "^10.2.0"
"@theia/mini-browser@^1.
5
.0", "@theia/mini-browser@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.
5.0.tgz#969bcbac929aba7736008de9393edf2a8dcacab7
"
integrity sha512-
Rx3VVztKGLF6mcQ74qKIoyzEuMyu9gFeZ6i1lgzOJ2LRtKczPj88nYu0kbN8D0n4W1yDQ2Dny9vxpsajylpTZA
==
"@theia/mini-browser@^1.
6
.0", "@theia/mini-browser@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.
6.0.tgz#baf190868d2c4c3ef9062e2826f785815a6dab4c
"
integrity sha512-
VDHC9kSodVXRoqYo+HQYbERu2wJerxD/F7yNDk9Kd0bM+iOrSg3wS0BIrOHm9B5DczzYPhFlvRK+YcDr8eUcCw
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@types/mime-types" "^2.1.0"
mime-types "^2.1.18"
pdfobject "^2.0.201604172"
...
...
@@ -1331,18 +1331,18 @@
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
integrity sha512-6QDOrZRW3dE0RgyD/hXMlVla49ACNjwIX+u9+i/qY+OqaZ1u/QdgdnHy4QO6g4J0lQCyr7nXgqF1BAc+Xbxx2g==
"@theia/monaco@^1.
5
.0", "@theia/monaco@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.
5.0.tgz#5bd6dd229338c26a099e69f712148408a1c3ab9e
"
integrity sha512-
aqiMUxFljzX3Q4mT9rzp58pL1CvkpZ2GIitARTEIwGVKQ5hmSAoC8GC8hrRv8GD7HfXMS3WSrhtoDAZknV4qy
Q==
"@theia/monaco@^1.
6
.0", "@theia/monaco@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.
6.0.tgz#2dad3514db35e173c252ca9cccd84279c9c04be5
"
integrity sha512-
5Pf97VYhaYFcLD7U6WE/J2NJWx+GPyZzF3DrPKZEa6vGLvaTQEJUVQTcOwcEmnQF3+dSBnPl3K6KaY2FfGaxV
Q==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/markers" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/markers" "^1.
6
.0"
"@theia/monaco-editor-core" "^0.20.0"
"@theia/outline-view" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/outline-view" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
...
...
@@ -1350,14 +1350,14 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"
"@theia/navigator@^1.
5
.0", "@theia/navigator@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.
5.0.tgz#984acca084ff7a8e1d8248fdca6ba4d3af124c5e
"
integrity sha512-
wjIkfnc/tYQSXFIQoZ5n+g66CfPMwmPr8/i7LX74JYz4NP1X6ZpR/5/2+W/TG5VXA4hU8GHevLgpgalx7edXBA
==
"@theia/navigator@^1.
6
.0", "@theia/navigator@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.
6.0.tgz#5b108b2b3d6fe9d7bfcd09432d1e0567c9f35fd8
"
integrity sha512-
aElSdqosXTd7MiZNNWkm53fQQNQ43i5zyg4o3UokxYaQujFJRMnr0R9Q3Ke63Alf8jyyAQiTsEicRjfHuDuQXg
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
fuzzy "^0.1.3"
minimatch "^3.0.4"
...
...
@@ -1368,63 +1368,64 @@
dependencies:
nan "^2.14.0"
"@theia/outline-view@^1.
5
.0", "@theia/outline-view@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.
5.0.tgz#6a30bf86910db74df4a5d9b64ac87641953bb7f8
"
integrity sha512-
r2dTHBYtkJvpNTpnjnsSlI7444VdMJPVAMCnEGCN8y3HUGPfWb5vVDmThiE3xixUSvRXYrefylb5Gq4p2G1g7
A==
"@theia/outline-view@^1.
6
.0", "@theia/outline-view@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.
6.0.tgz#c530ca1fb3a720bb089feac6d92596e5109e80a9
"
integrity sha512-
WVrCk2WqrqFd1s0RvCYHO64tXrygFw11f4RSeDqSQ+uXDJj0IiZHT35GJr2Xbkf7+N2I5GkRw23xgkJ0MRhhk
A==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/output@^1.
5
.0", "@theia/output@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.
5.0.tgz#d9fbf9adb93d3cd60086fdc719d0a2941b091509
"
integrity sha512-
s6lh2ZXDBlqFVMP2hlhiC7s/J6u3kpb0N7tqKa36tn7wPLRZBJv+7YPYbfS/NFSgtqYeAoent0YJX0k1rKI09w
==
"@theia/output@^1.
6
.0", "@theia/output@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.
6.0.tgz#4297eb8da966cb2196dad67818300c73a2db781a
"
integrity sha512-
6K05JOdgGWiAJJgodlhp7Yzd4KEXHU0lg2WTkMtuHzmUE/EYajrSwdrbTRcak0p4jTfKzQtReg8aM6yHqPfwiQ
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@types/p-queue" "^2.3.1"
p-queue "^2.4.2"
"@theia/plugin-ext-vscode@^1.
5
.0", "@theia/plugin-ext-vscode@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.
5.0.tgz#038fadb895d5fe22426314bd24e0fd4f9cf8c0ee
"
integrity sha512-
IJJ9KSVvE3LWo5AjuNqYc8jAQy/D8nRao7boZAencPUOjcdKusavkAPbY5Uke88g4ck8/gF8yhXSyXrDhbtIZw
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/plugin" "^1.
5
.0"
"@theia/plugin-ext" "^1.
5
.0"
"@theia/userstorage" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/plugin-ext-vscode@^1.
6
.0", "@theia/plugin-ext-vscode@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.
6.0.tgz#b57341a7cf93cfed77f34d11e54c12e5eff11757
"
integrity sha512-
rcNAzvx6mMK9uuZfGeOlo4DJhBvaeqDOmqvHp/yBYvYzoLhQLSUmAMO2LA7tiOIhfGKxo+vaaTzT9QSMXPOrNg
==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/plugin" "^1.
6
.0"
"@theia/plugin-ext" "^1.
6
.0"
"@theia/userstorage" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
"@types/request" "^2.0.3"
filenamify "^4.1.0"
request "^2.82.0"
"@theia/plugin-ext@^1.5.0", "@theia/plugin-ext@latest":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.5.0.tgz#bf169d557a885e7aa4258b24a7dad97dda1d7a16"
integrity sha512-gorVq7rfVkeUY2jzHVMMEn2KxnFgJU18cMCjtvSoGo7OyTTLFT0pdpL39m/V0ZMV93HPcIohi+0yhlm4v6Htig==
dependencies:
"@theia/callhierarchy" "^1.5.0"
"@theia/core" "^1.5.0"
"@theia/debug" "^1.5.0"
"@theia/editor" "^1.5.0"
"@theia/file-search" "^1.5.0"
"@theia/filesystem" "^1.5.0"
"@theia/markers" "^1.5.0"
"@theia/messages" "^1.5.0"
"@theia/monaco" "^1.5.0"
"@theia/navigator" "^1.5.0"
"@theia/output" "^1.5.0"
"@theia/plugin" "^1.5.0"
"@theia/preferences" "^1.5.0"
"@theia/scm" "^1.5.0"
"@theia/search-in-workspace" "^1.5.0"
"@theia/task" "^1.5.0"
"@theia/terminal" "^1.5.0"
"@theia/workspace" "^1.5.0"
"@theia/plugin-ext@^1.6.0", "@theia/plugin-ext@latest":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.6.0.tgz#706531e5a09092b6f3bc76c9c35707ab30634059"
integrity sha512-7/bz3pHb2597eCV5H4c1Tgql7lqNFCuVQ6IPieH1bj8Igi49AH2D6QZgD5+zwO/qNXM9UC5Ri8yR6HwvOqaIXA==
dependencies:
"@theia/callhierarchy" "^1.6.0"
"@theia/core" "^1.6.0"
"@theia/debug" "^1.6.0"
"@theia/editor" "^1.6.0"
"@theia/file-search" "^1.6.0"
"@theia/filesystem" "^1.6.0"
"@theia/markers" "^1.6.0"
"@theia/messages" "^1.6.0"
"@theia/monaco" "^1.6.0"
"@theia/navigator" "^1.6.0"
"@theia/output" "^1.6.0"
"@theia/plugin" "^1.6.0"
"@theia/preferences" "^1.6.0"
"@theia/scm" "^1.6.0"
"@theia/search-in-workspace" "^1.6.0"
"@theia/task" "^1.6.0"
"@theia/terminal" "^1.6.0"
"@theia/timeline" "^1.6.0"
"@theia/workspace" "^1.6.0"
"@types/connect" "^3.4.32"
"@types/mime" "^2.0.1"
"@types/serve-static" "^1.13.3"
...
...
@@ -1444,33 +1445,33 @@
vscode-debugprotocol "^1.32.0"
vscode-textmate "^4.0.1"
"@theia/plugin@^1.
5
.0", "@theia/plugin@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.
5.0.tgz#a50224436ff9678b29e1837d8782690ab2bbea7b
"
integrity sha512-
knQG5Wf5paLdh3fQmrP10V1bBP74WCOVO1Fg8FAIp0bo/NIntNHVQVduOAHTTnOiCC1dRDkArJBfFxeWJZtfS
Q==
"@theia/plugin@^1.
6
.0", "@theia/plugin@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.
6.0.tgz#5438cfa5f2a9b33e67010fff8ac4ef00055b3156
"
integrity sha512-
Gnvcz5e7OZPt3rT6jN5Eeprs19wddeQgkYufeIC80griXQoIMB1Rx7vT5Esfwlh+WY+FAerTC0yc+810Z63UB
Q==
"@theia/preferences@^1.
5
.0", "@theia/preferences@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.
5.0.tgz#e90547e44e020d4f57903cc014d2e7fa10e05b09
"
integrity sha512-
x1zy+MICzsNB4RyFrWAC2BiEMirXYBycYb1nGQgosVvVn89g2fhPoWgS/TRGGierN5TFRJstjecyn8dAdNdo5Q
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/userstorage" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/preferences@^1.
6
.0", "@theia/preferences@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.
6.0.tgz#9ced3502306eedd2c6c0fb15973a93042ff9e96a
"
integrity sha512-
/l8k9kG/iPYCbI/h2sFUu06JF0G4gX3+r/Ms/NSoeJZnK1dKOn86KmKlk9Gdn/rBudSlfaSKifgN7rzoWlKwWg
==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/userstorage" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
jsonc-parser "^2.2.0"
"@theia/preview@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/preview/-/preview-1.
5.0.tgz#1024706432411a99f1d5fcacf161ab17eb443224
"
integrity sha512-
DTROi6icvQ46w+S56Hn7rUzhDujBrZtiHlOite1pOv+RtKZxzQfZN1VoBoongY/qjQE3wHW38KxqTIHexiS/Kg
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/preview/-/preview-1.
6.0.tgz#62bdb4d1c721e8e1d665d2d431eceadf74c9bce8
"
integrity sha512-
0KwGHA+o9lOGr2DTbfIkVupstmImeoiyGwnzQBOMxyFwOd2fIC1AmPtiMgG6nIBw1KNcwykVzj2T95NStej5GA
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/mini-browser" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/mini-browser" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@types/dompurify" "^2.0.2"
"@types/highlight.js" "^9.12.2"
"@types/markdown-it" "*"
...
...
@@ -1480,119 +1481,126 @@
markdown-it "^8.4.0"
markdown-it-anchor "~5.0.0"
"@theia/process@^1.
5
.0", "@theia/process@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.
5.0.tgz#2a244392df47dc3d337e351aca56eb8b8acaa003
"
integrity sha512-
RFYN3awA9fTsEvRgZGccjPJv/M/VbAwGARFbHhmvl9Ki/nRVi8yc3GkB19EOqcTA6bq8o3IdoDg2b3B1WZVScw
==
"@theia/process@^1.
6
.0", "@theia/process@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.
6.0.tgz#041d602576a66b02504fb7f9f3b8f4229eb46a41
"
integrity sha512-
b26suYY7DX0qU89amBH69pYy6CVGT2sJhMYHdq0JVkE3VVzUx8MgXLjIc2w9LmBQAmD9uduJ4XOASTne63AUAA
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"
"@theia/scm-extra@^1.
5
.0":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.
5.0.tgz#af6192300ecb09293727cbb8c24f5234998de19d
"
integrity sha512-
bRAMKmYsL3jYMn61wrSAQ8B0gvPcwzt8/oTdRBj+bWH3bAyf19++Hky3SNw9zDdUPzbaccvD3URNF9a8iqe9SQ
==
"@theia/scm-extra@^1.
6
.0":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.
6.0.tgz#1b540c2b0d9a07c99608e2f1cd304727a5feb634
"
integrity sha512-
JGPJmJq52uGgCjD4Fs+zymTk0zNnzV3vyXPWR9N70vwR2EO6CkicNC0gdaQhVK9fa/mS0CU5Lkg/6AT11ebZEA
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/navigator" "^1.
5
.0"
"@theia/scm" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/navigator" "^1.
6
.0"
"@theia/scm" "^1.
6
.0"
"@theia/scm@^1.
5
.0", "@theia/scm@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.
5.0.tgz#ef7249a5baafdef29a7a8f0124d7d69033c3dc15
"
integrity sha512-
hlk8gpMpcPGyW9ptcCRtDSN5CIDK2i/7gqipAbgmXI396MwdNYhUiPMAIHaBTSJhNciSEDQJT39trmGZDeOUlQ
==
"@theia/scm@^1.
6
.0", "@theia/scm@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.
6.0.tgz#80bfa78449ffedb38291bd50ad02a994a75c641d
"
integrity sha512-
dtR+cTG+a9FrP+SBW4tKLJEqjhbr5+33oMr/iL+SScUmnlT7V6PFNP4y1vyENVAjkNbyZQfZr3kWv6R7Q2ghSg
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/navigator" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/navigator" "^1.
6
.0"
"@types/diff" "^3.2.2"
diff "^3.4.0"
p-debounce "^2.1.0"
react-autosize-textarea "^7.0.0"
ts-md5 "^1.2.2"
"@theia/search-in-workspace@^1.
5
.0", "@theia/search-in-workspace@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.
5.0.tgz#fa87e2c86c63ad189e18900064e5ca8be84d1120
"
integrity sha512-
2oklcu6duQbddG++2OCHUf9kExDjI9VVFOs6a9nir0gzvlvHpfNZSF9nx55cGzYTEe3qyrpujvbi40uoYmU7b
w==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/navigator" "^1.
5
.0"
"@theia/process" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/search-in-workspace@^1.
6
.0", "@theia/search-in-workspace@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.
6.0.tgz#c0ae92c63e20956d17530d617f97a14d5be89bcf
"
integrity sha512-
Va/b3NjLbvfginZrCdh9CU+yaZM2jCrOfb44KdhSfhA8e1lxZzKCkeS3JboNXAc/ZvwIPLwZNNeM/AYTN10U0
w==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/navigator" "^1.
6
.0"
"@theia/process" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
vscode-ripgrep "^1.2.4"
"@theia/task@^1.
5
.0", "@theia/task@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.
5.0.tgz#d28b93547332f763700388b551a765f234e0d8a0
"
integrity sha512-
fsZ6qTl0miiiMD1kOTDm9lDHSULdK+giMTyDIl2zyABcB0CBBA+OzoVCQeAl4mbisJ62xNQR0xUE7lQkvS2z7
w==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/markers" "^1.
5
.0"
"@theia/monaco" "^1.
5
.0"
"@theia/preferences" "^1.
5
.0"
"@theia/process" "^1.
5
.0"
"@theia/terminal" "^1.
5
.0"
"@theia/variable-resolver" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/task@^1.
6
.0", "@theia/task@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.
6.0.tgz#adc9dffb5a3a25ab24468923565942aa1691b296
"
integrity sha512-
lzW9noyWEAKwfZ001uAJhDKwQpR1yY0KLIcM71S9CNpiSB1GcZDjeEs7KGoBJY3SmE8WObDrET1N+bTmZL6ID
w==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/markers" "^1.
6
.0"
"@theia/monaco" "^1.
6
.0"
"@theia/preferences" "^1.
6
.0"
"@theia/process" "^1.
6
.0"
"@theia/terminal" "^1.
6
.0"
"@theia/variable-resolver" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
p-debounce "^2.1.0"
"@theia/terminal@^1.
5
.0", "@theia/terminal@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.
5.0.tgz#f2edcf23f2805cce6dcb90835934f116bd513d00
"
integrity sha512-
P5tZNTwdgBbxO9atnBL405soLrwsztX7qNAhpzupYb9MZoRKNlk7+eauIk2UXqydc9B7uNqCiY7Set/cG4XYH
A==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/process" "^1.
5
.0"
"@theia/workspace" "^1.
5
.0"
"@theia/terminal@^1.
6
.0", "@theia/terminal@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.
6.0.tgz#87e6c7f095385ed1979f7383877443707359a023
"
integrity sha512-
auvgSmsOAgyeH5jm46wFi9fhJ12sJqhl2MtrXp5f8PNx2v6C7DgbWmn/St780qcEsso+7rFHTwNd8CQitPhIo
A==
dependencies:
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/process" "^1.
6
.0"
"@theia/workspace" "^1.
6
.0"
xterm "^4.4.0"
xterm-addon-fit "^0.3.0"
xterm-addon-search "^0.5.0"
"@theia/timeline@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.6.0.tgz#630a4bfd5734937892de8666296ac8e3694437b7"
integrity sha512-OLEJsDxjF/6i8VqhK4Fj7mS/5bltzrclRInoUpWp2H3lMfwjMGbtqkrwFFcIWOiXvFi/X9Bkja0ItcauNm/x2w==
dependencies:
"@theia/core" "^1.6.0"
"@theia/typehierarchy@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.
5.0.tgz#6fc3608de320b6cf2f52fca2b9a7489858b03392
"
integrity sha512-
7KVzAnguW9sCtzMG/yp7mFLQHifU+mlxdUimKdNA/SjSMwXFC2L/E1rbznXLgYaKD4e73suGAHotiI6NGyyLmg
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.
6.0.tgz#ba29f4767a035d18c7b63905150daf932e7ffed9
"
integrity sha512-
xfJL4//EhO6YtJOfWdGJorXDyLPArnaw7g6dD1T4XBOmMICihA5eQqxGUgfqIUne83LXDvqZ2LOQPnPyWHC2LQ
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/editor" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/editor" "^1.
6
.0"
"@types/uuid" "^7.0.3"
uuid "^8.0.0"
"@theia/userstorage@^1.
5
.0", "@theia/userstorage@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.
5.0.tgz#326e6ef09f2d9c8fd2acf03affc8638c6baeb501
"
integrity sha512-
kr6pOTUfiG/u6iLNigRX5QJTs445yHKTZ2m03mcc//0x9daMB1nHClB1k6B+PF4dpDathV8dmt06B0xfYaN2fQ
==
"@theia/userstorage@^1.
6
.0", "@theia/userstorage@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.
6.0.tgz#a13ff2337e97e6836f3cda704d92a6cc29c8237f
"
integrity sha512-
E5MX6bNwlmA+He2SwHeiJh8H8wOfDiyrHw1jFAjWaGNQGtKE9g4/u4DMzyKeyJ+dFS1BM76eom8qmTmZvO2gcA
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/variable-resolver@^1.
5
.0", "@theia/variable-resolver@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.
5.0.tgz#e79a691d3764994022dd74258fc16321ff054814
"
integrity sha512-
haFQlgibCYrcvmqFBaEv3ZS1Gy49rKf8EvrfmdURxjQQfrl3IM6dGxapumVEJeZs1pFB9ZrW2h6gF6mPP5Xz3Q
==
"@theia/variable-resolver@^1.
6
.0", "@theia/variable-resolver@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.
6.0.tgz#0e7c8a74383c31b00aaca99b5614edde55c993db
"
integrity sha512-
NqtDb7XpFxdxYhLFaT6n1Rds/EDahs6ruzupklYiO5dGwyTXlP9TUyIV7BwcAG3N7oHYQPO6lPVjpzlFP1OVdg
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/vsx-registry@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.
5.0.tgz#1f21b4351bc92b00254d17c0c13fdfcbda2f267
4"
integrity sha512-
ZHofbtzLzV/Sp25CdPVQclkGJZV1y+s6kbLzZihgcQ7zPu8LpXQgxh+8gTi7u92RQmDg/WqESx+CQYJwLwv8ew
==
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.
6.0.tgz#0957256a7a9ab1dc6813dff11d08a748802a58e
4"
integrity sha512-
o8iZoAuGAW+/tWxz3xPFS0lMRhRQMhiL5sncvrwyk4lResGU83S/t9YWN7ZvrLEaNGHc1fcs4lOesaE55to1hg
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/plugin-ext-vscode" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/plugin-ext-vscode" "^1.
6
.0"
"@types/bent" "^7.0.1"
"@types/sanitize-html" "^1.13.31"
"@types/showdown" "^1.7.1"
...
...
@@ -1604,14 +1612,14 @@
showdown "^1.9.1"
uuid "^8.0.0"
"@theia/workspace@^1.
5
.0", "@theia/workspace@latest":
version "1.
5
.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.
5.0.tgz#90cfeaf1c2c6865c57b17a21110485c610b81c7f
"
integrity sha512-
6SHX40K90KsIwzOR4uu/PF/8QENVIX0v76/WW149K4cETPyvGTZ58F9P5nEWTky7ve7Iqo0j4486aW9MxokoSQ
==
"@theia/workspace@^1.
6
.0", "@theia/workspace@latest":
version "1.
6
.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.
6.0.tgz#9c68564b8d614fce232a8fd40ac243d04b860599
"
integrity sha512-
/DCakD5CcXdF0Vo1J2EMttS1NXTBKJ02xcQFEq03ODKpFn8PwM7GmjcO1vtgdAoCviSkGsCKBbV6KgpmV+lX1w
==
dependencies:
"@theia/core" "^1.
5
.0"
"@theia/filesystem" "^1.
5
.0"
"@theia/variable-resolver" "^1.
5
.0"
"@theia/core" "^1.
6
.0"
"@theia/filesystem" "^1.
6
.0"
"@theia/variable-resolver" "^1.
6
.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
...
...
@@ -1687,9 +1695,9 @@
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
"@types/express-serve-static-core@*":
version "4.17.1
2
"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.1
2.tgz#9a487da757425e4f267e7d1c5720226af7f89591
"
integrity sha512-
EaEdY+Dty1jEU7U6J4CUWwxL+hyEGMkO5jan5gplfegUgCUsIUWqXxqw47uGjimeT4Qgkz/XUfwoau08+fgvK
A==
version "4.17.1
3
"
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.1
3.tgz#d9af025e925fc8b089be37423b8d1eac781be084
"
integrity sha512-
RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0f
A==
dependencies:
"@types/node" "*"
"@types/qs" "*"
...
...
@@ -1817,14 +1825,14 @@
form-data "^3.0.0"
"@types/node@*":
version "14.
6.4
"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.
6.4.tgz#a145cc0bb14ef9c4777361b7bbafa5cf8e3acb5a
"
integrity sha512-
Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ
==
version "14.
11.2
"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.
11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256
"
integrity sha512-
jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA
==
"@types/node@^10.14.22":
version "10.17.
29
"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.
29.tgz#263b7013f9f4afa53585b199f9a4255d9613b178
"
integrity sha512-
zLo9rjUeQ5+QVhOufDwrb3XKyso31fJBJnk9wUUQIBDExF/O4LryvpOfozfUaxgqifTnlt7FyqsAPXUq5yFZS
A==
version "10.17.
35
"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.
35.tgz#58058f29b870e6ae57b20e4f6e928f02b7129f56
"
integrity sha512-
gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltW
A==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
...
...
@@ -1842,16 +1850,16 @@
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
"@types/puppeteer@^2.0.0":
version "2.1.
2
"
resolved "https://registry.yarnpkg.com/@types/puppeteer/-/puppeteer-2.1.
2.tgz#75b870c7f8fe4bdf76c3bb30c997c3904611d839
"
integrity sha512-
rNPCKZ+PuHR11au5Qu36TK63i9ppcdvREyEUd45jGc9Yj4AsoLpiCm22ebwDDRSzNc1N2+XOmaa5i6ZSW8FOMQ
==
version "2.1.
4
"
resolved "https://registry.yarnpkg.com/@types/puppeteer/-/puppeteer-2.1.
4.tgz#758677e5e87f0b0aa80b5e53e28a1a457543cba5
"
integrity sha512-
IlJgM1wYKhRTuk5kT39KXCB+O1SQcCKEQTmjC2ilKnc2c76BpyKsdAO1kgaXRp5zeA6uZ5m4X2fdJsX7+u/iKg
==
dependencies:
"@types/node" "*"
"@types/qs@*":
version "6.9.
4
"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.
4.tgz#a59e851c1ba16c0513ea123830dd639a0a15cb6a
"
integrity sha512-
+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKl
Q==
version "6.9.
5
"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.
5.tgz#434711bdd49eb5ee69d90c1d67c354a9a8ecb18b
"
integrity sha512-
/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58i
Q==
"@types/range-parser@*":
version "1.2.3"
...
...
@@ -1920,9 +1928,9 @@
"@types/node" "*"
"@types/sanitize-html@^1.13.31":
version "1.2
3.3
"
resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.2
3.3.tgz#26527783aba3bf195ad8a3c3e51bd3713526fc0d
"
integrity sha512-
Isg8N0ifKdDq6/kaNlIcWfapDXxxquMSk2XC5THsOICRyOIhQGds95XH75/PL/g9mExi4bL8otIqJM/Wo96WxA
==
version "1.2
7.0
"
resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.2
7.0.tgz#77702dc856f16efecc005014c1d2e45b1f2cbc56
"
integrity sha512-
j7Vnh3P7W4ZcoRsHNO2HpwA2m1d0c2+l39xqSQqH0+WlfcvKypgZp45eCC7NJ75ZyXPxNb2PSbIL6LtZ6E0Qbw
==
dependencies:
htmlparser2 "^4.1.0"
...
...
@@ -2039,9 +2047,9 @@
"@types/node" "*"
"@types/yargs@^11.1.0":
version "11.1.
6
"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-11.1.
6.tgz#02c2f4740e30c113717e44cd8be0d591b7a286ca
"
integrity sha512-
AknAe0PLtzjcmT6kYIGLSL1hkdU+xrpxZXspM6UOHoFW+F+2FAWiRvQ0qSVpnLwjUc3dsrFyMAHK5A8nzmLlCg
==
version "11.1.
7
"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-11.1.
7.tgz#a5be4a5f0f4b77b8accdd476004ce911f4241e8f
"
integrity sha512-
ynyKD3/wNHw9/vwYpiVqsrkDZjezXH7aVkg+Xp73irK0WzYYHkBOogiiM6/+eufAxmZxew3aZhAkrrjsOKbLOA
==
"@webassemblyjs/ast@1.9.0":
version "1.9.0"
...
...
@@ -2255,9 +2263,9 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.5.3:
version "6.12.
4
"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.
4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234
"
integrity sha512-
eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ
==
version "6.12.
5
"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.
5.tgz#19b0e8bae8f476e5ba666300387775fb1a00a4da
"
integrity sha512-
lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag
==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
...
...
@@ -3375,7 +3383,7 @@ bl@^1.0.0:
readable-stream "^2.3.5"
safe-buffer "^5.1.1"
bl@^4.0.
1
:
bl@^4.0.
3
:
version "4.0.3"
resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489"
integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg==
...
...
@@ -3535,14 +3543,14 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
electron-to-chromium "^1.2.7"
browserslist@^4.12.0, browserslist@^4.8.5:
version "4.14.
1
"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.
1.tgz#cb2b490ba881d45dc3039078c7ed04411eaf3fa3
"
integrity sha512-
zyBTIHydW37pnb63c7fHFXUG6EcqWOqoMdDx6cdyaDFriZ20EoVxcE95S54N+heRqY8m8IUgB5zYta/gCwSaa
A==
version "4.14.
5
"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.
5.tgz#1c751461a102ddc60e40993639b709be7f2c4015
"
integrity sha512-
Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CW
A==
dependencies:
caniuse-lite "^1.0.300011
24
"
electron-to-chromium "^1.3.5
62
"
escalade "^3.
0.2
"
node-releases "^1.1.6
0
"
caniuse-lite "^1.0.300011
35
"
electron-to-chromium "^1.3.5
71
"
escalade "^3.
1.0
"
node-releases "^1.1.6
1
"
buffer-alloc-unsafe@^1.1.0:
version "1.1.0"
...
...
@@ -3599,11 +3607,6 @@ buffers@~0.1.1:
resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"
integrity sha1-skV5w77U1tOWru5tmorn9Ugqt7s=
builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
builtin-status-codes@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
...
...
@@ -3738,14 +3741,14 @@ caniuse-api@^1.5.2:
lodash.uniq "^4.5.0"
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
version "1.0.300011
24
"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.300011
24.tgz#b8bcd26a3a482ef633f9b8d934d9414ef0cf0e57
"
integrity sha512-
IlMKWAmKcQkx7QDelzH/yl+vMgXBhhQXxN4awbWSAuGgSbU3AuxTrHqOPA5Wsu1N1wRLzkpwgIa33AiVEPpDZQ
==
version "1.0.300011
37
"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.300011
37.tgz#f47612eda1e8e838debb5102c0c7959b2a6a6b72
"
integrity sha512-
xliKp0zBItuub/jm+xT7go3lK7P92YgI9H2CTxHfk2aHE0Kzalxp+CubID2bSzNTQ9R7Ucr3KVxyDINYkUY6zw
==
caniuse-lite@^1.0.300011
24
:
version "1.0.300011
24
"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.300011
24.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2
"
integrity sha512-
zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA
==
caniuse-lite@^1.0.300011
35
:
version "1.0.300011
37
"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.300011
37.tgz#6f0127b1d3788742561a25af3607a17fc778b803
"
integrity sha512-
54xKQZTqZrKVHmVz0+UvdZR6kQc7pJDgfhsMYDG19ID1BWoNnDMFm5Q3uSBSU401pBvKYMsHAt9qhEDcxmk8aw
==
capture-stack-trace@^1.0.0:
version "1.0.1"
...
...
@@ -4165,7 +4168,7 @@ combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"
commander@^2.
12.1, commander@^2.
20.0, commander@^2.8.1:
commander@^2.20.0, commander@^2.8.1:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
...
...
@@ -4556,11 +4559,11 @@ debug@3.2.6, debug@^3.1.0:
ms "^2.1.1"
debug@4, debug@^4.1.0, debug@^4.1.1:
version "4.
1.1
"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.
1.1.tgz#3b72260255109c6b589cee050f1d51613966479
1"
integrity sha512-
pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw
==
version "4.
2.0
"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.
2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f
1"
integrity sha512-
IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg
==
dependencies:
ms "
^2.1.1
"
ms "
2.1.2
"
debug@=3.1.0:
version "3.1.0"
...
...
@@ -4802,9 +4805,9 @@ dom-helpers@^5.1.3:
csstype "^3.0.2"
dom-serializer@^1.0.1:
version "1.
0.1
"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.
0.1.tgz#79695eb49af3cd8abc8d93a73da382deb1ca0795
"
integrity sha512-
1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw
==
version "1.
1.0
"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.
1.0.tgz#5f7c828f1bfc44887dc2a315ab5c45691d544b58
"
integrity sha512-
ox7bvGXt2n+uLWtCRLybYx60IrOlWL/aCebWJk1T0d4m3y2tzf4U3ij9wBMUb6YJZpz06HCCYuyCDveE2xXmzQ
==
dependencies:
domelementtype "^2.0.1"
domhandler "^3.0.0"
...
...
@@ -4816,30 +4819,30 @@ domain-browser@^1.1.1:
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
domelementtype@^2.0.1:
version "2.0.
1
"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.
1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d
"
integrity sha512-
5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ
==
version "2.0.
2
"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.
2.tgz#f3b6e549201e46f588b59463dd77187131fe6971
"
integrity sha512-
wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA
==
domhandler@^3.0.0:
version "3.
0
.0"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.
0.0.tgz#51cd13efca31da95bbb0c5bee3a48300e333b3e9
"
integrity sha512-
eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw
==
domhandler@^3.0.0
, domhandler@^3.2.0
:
version "3.
2
.0"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.
2.0.tgz#41711ab2f48f42b692537bcf279bc7f1167c83cd
"
integrity sha512-
FnT5pxGpykNI10uuwyqae65Ysw7XBQJKDjDjlHgE/rsNtjr1FyGNVNQCVlM5hwcq9wkyWSqB+L5Z+Qa4khwLuA
==
dependencies:
domelementtype "^2.0.1"
dompurify@^2.0.11:
version "2.
0.15
"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.
0.15.tgz#80e300fc3e89547bd0af1aff2eba88ce17fc9dea
"
integrity sha512-
8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3T
g==
version "2.
1.1
"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.
1.1.tgz#b5aa988676b093a9c836d8b855680a8598af25fe
"
integrity sha512-
NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuw
g==
domutils@^2.0.0:
version "2.
2.0
"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.
2.0.tgz#f3ce1610af5c30280bde1b71f84b018b958f32cf
"
integrity sha512-
0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg
==
version "2.
4.1
"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.
4.1.tgz#73f65c09eb17943dd752d4a6e5d07914e52dc541
"
integrity sha512-
AA5r2GD1Dljhxc+k4zD2HYQaDkDPBhTqmqF55wLNlxfhFQlqaYME8Jhmo2nKNBb+CNfPXE8SAjtF6SsZ0cza/w
==
dependencies:
dom-serializer "^1.0.1"
domelementtype "^2.0.1"
domhandler "^3.
0
.0"
domhandler "^3.
2
.0"
download-stats@^0.3.4:
version "0.3.4"
...
...
@@ -4950,10 +4953,10 @@ electron-rebuild@^1.8.6:
spawn-rx "^3.0.0"
yargs "^14.2.0"
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.5
62
:
version "1.3.5
62
"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.5
62.tgz#79c20277ee1c8d0173a22af00e38433b752bc70f
"
integrity sha512-
WhRe6liQ2q/w1MZc8mD8INkenHivuHdrr4r5EQHNomy3NJux+incP6M6lDMd0paShP3MD0WGe5R1TWmEClf+Bg
==
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.5
71
:
version "1.3.5
73
"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.5
73.tgz#6a21e13ee894eb441677333d5fe9fa3a449689a1
"
integrity sha512-
oypaNmexr8w0m2GX67fGLQ0Xgsd7uXz7GcwaHZ9eW3ZdQ8uA2+V/wXmLdMTk3gcacbqQGAN7CXWG3fOkfKYftw
==
elegant-spinner@^1.0.1:
version "1.0.1"
...
...
@@ -5072,6 +5075,24 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
string.prototype.trimend "^1.0.1"
string.prototype.trimstart "^1.0.1"
es-abstract@^1.18.0-next.0:
version "1.18.0-next.0"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.0.tgz#b302834927e624d8e5837ed48224291f2c66e6fc"
integrity sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==
dependencies:
es-to-primitive "^1.2.1"
function-bind "^1.1.1"
has "^1.0.3"
has-symbols "^1.0.1"
is-callable "^1.2.0"
is-negative-zero "^2.0.0"
is-regex "^1.1.1"
object-inspect "^1.8.0"
object-keys "^1.1.1"
object.assign "^4.1.0"
string.prototype.trimend "^1.0.1"
string.prototype.trimstart "^1.0.1"
es-to-primitive@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
...
...
@@ -5086,10 +5107,10 @@ es6-promise@^4.2.4:
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
escalade@^3.
0.2
:
version "3.
0.2
"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.
0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4
"
integrity sha512-
gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ
==
escalade@^3.
1.0
:
version "3.
1.0
"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.
1.0.tgz#e8e2d7c7a8b76f6ee64c2181d6b8151441602d4e
"
integrity sha512-
mAk+hPSO8fLDkhV7V0dXazH5pDc6MrjBTPyD3VeKzxnVFjH1MIxbCdqGZB9O8+EwWakZs3ZCbDS4IpRt79V1ig
==
escape-html@^1.0.3, escape-html@~1.0.3:
version "1.0.3"
...
...
@@ -5492,9 +5513,9 @@ filename-reserved-regex@^2.0.0:
integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
filenamify@^4.1.0:
version "4.
1
.0"
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.
1.0.tgz#54d110810ae74eebfe115c1b995bd07e03cf2184
"
integrity sha512-
KQV/uJDI9VQgN7sHH1Zbk6+42cD6mnQ2HONzkXUfPJ+K2FC8GZ1dpewbbHw0Sz8Tf5k3EVdHVayM4DoAwWlmtg
==
version "4.
2
.0"
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.
2.0.tgz#c99716d676869585b3b5d328b3f06590d032e89f
"
integrity sha512-
pkgE+4p7N1n7QieOopmn3TqJaefjdWXwEkj2XLZJLKfOgcQKkn11ahvGNgTD8mLggexLiDFQxeTs14xVU22XPA
==
dependencies:
filename-reserved-regex "^2.0.0"
strip-outer "^1.0.1"
...
...
@@ -5626,9 +5647,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
flow-parser@^0.*:
version "0.13
3
.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.13
3.0.tgz#670c2b03fc26dc921efa685359addc6061a2337a
"
integrity sha512-
ONvDDUcQVY7bMQG4ht7Ti+2IYjBBPphkc7fGmHXZHrrNNjGG4tykLZjIrIx710/k77x2djaY9VKlHC342Luy3A
==
version "0.13
4
.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.13
4.0.tgz#c5d686bff39d0c28c53bca1d35c643c55b34e94e
"
integrity sha512-
VmRba5YXKmVqIH3xNzUJ4pNobxXEOl6h36m+0f5dZ6/av9YlRpls/yBnPESQ4qBUbyyp7iqoc1Feo1lFw3u1YQ
==
flush-write-stream@^1.0.0:
version "1.1.1"
...
...
@@ -5964,7 +5985,7 @@ glob@7.1.3:
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^7.0.0, glob@^7.0.3, glob@^7.1.
1, glob@^7.1.
2, glob@^7.1.3, glob@^7.1.4:
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
...
...
@@ -6608,9 +6629,9 @@ is-buffer@^2.0.2, is-buffer@~2.0.3:
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
is-callable@^1.1.4, is-callable@^1.2.0:
version "1.2.
0
"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.
0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb
"
integrity sha512-
pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw
==
version "1.2.
2
"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.
2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9
"
integrity sha512-
dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA
==
is-data-descriptor@^0.1.4:
version "0.1.4"
...
...
@@ -6736,6 +6757,11 @@ is-natural-number@^4.0.1:
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=
is-negative-zero@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
is-number@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
...
...
@@ -6809,7 +6835,7 @@ is-redirect@^1.0.0:
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
is-regex@^1.1.0:
is-regex@^1.1.0
, is-regex@^1.1.1
:
version "1.1.1"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
...
...
@@ -6966,14 +6992,6 @@ js-yaml@3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@^3.13.1:
version "3.14.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@~3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
...
...
@@ -7099,9 +7117,9 @@ json5@^2.1.2:
minimist "^1.2.5"
jsonc-parser@^2.2.0:
version "2.3.
0
"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.
0.tgz#7c7fc988ee1486d35734faaaa866fadb00fa91ee
"
integrity sha512-
b0EBt8SWFNnixVdvoR2ZtEGa9ZqLhbJnOjezn+WP+8kspFm+PFYDN8Z4Bc7pRlDjvuVcADSUkroIuTWWn/YiIA
==
version "2.3.
1
"
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.
1.tgz#59549150b133f2efacca48fe9ce1ec0659af2342
"
integrity sha512-
H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg
==
jsonfile@^4.0.0:
version "4.0.0"
...
...
@@ -7852,9 +7870,9 @@ moment@2.24.0:
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
moment@^2.15.1, moment@^2.24.0:
version "2.2
7
.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.2
7.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d
"
integrity sha512-
al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ
==
version "2.2
9
.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.2
9.0.tgz#fcbef955844d91deb55438613ddcec56e86a3425
"
integrity sha512-
z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA
==
mount-point@^3.0.0:
version "3.0.0"
...
...
@@ -7896,7 +7914,7 @@ ms@2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
ms@^2.1.1:
ms@
2.1.2, ms@
^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
...
...
@@ -8055,10 +8073,10 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"
node-releases@^1.1.6
0
:
version "1.1.6
0
"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.6
0.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084
"
integrity sha512-
gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA
==
node-releases@^1.1.6
1
:
version "1.1.6
1
"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.6
1.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e
"
integrity sha512-
DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g
==
nomnom@^1.8.1:
version "1.8.1"
...
...
@@ -8206,7 +8224,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"
object-inspect@^1.7.0:
object-inspect@^1.7.0
, object-inspect@^1.8.0
:
version "1.8.0"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
...
...
@@ -8223,7 +8241,7 @@ object-visit@^1.0.0:
dependencies:
isobject "^3.0.0"
object.assign@4.1.0
, object.assign@^4.1.0
:
object.assign@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
...
...
@@ -8233,6 +8251,16 @@ object.assign@4.1.0, object.assign@^4.1.0:
has-symbols "^1.0.0"
object-keys "^1.0.11"
object.assign@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.1.tgz#303867a666cdd41936ecdedfb1f8f3e32a478cdd"
integrity sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==
dependencies:
define-properties "^1.1.3"
es-abstract "^1.18.0-next.0"
has-symbols "^1.0.1"
object-keys "^1.1.1"
object.getownpropertydescriptors@^2.0.3:
version "2.1.0"
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz#369bf1f9592d8ab89d712dced5cb81c7c5352649"
...
...
@@ -8297,12 +8325,11 @@ onetime@^5.1.0:
mimic-fn "^2.1.0"
onigasm@^2.2.0:
version "2.2.
4
"
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.
4.tgz#b0ad97e3d7c3080476a1e5daae4b4579a976cbba
"
integrity sha512-
BJKxCTsK0mrLh+A6AuNzknxaULZRKM5uywA2goluMLLCjfMm/PTUa0M7oSH1Ltb6CT1oKXn2atHR75Y3JQ0SSg
==
version "2.2.
5
"
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.
5.tgz#cc4d2a79a0fa0b64caec1f4c7ea367585a676892
"
integrity sha512-
F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA
==
dependencies:
lru-cache "^5.1.1"
tslint "^5.20.1"
oniguruma@^7.2.0:
version "7.2.1"
...
...
@@ -8661,9 +8688,9 @@ pbkdf2@^3.0.3:
sha.js "^2.4.8"
pdfobject@^2.0.201604172:
version "2.
1.1
"
resolved "https://registry.yarnpkg.com/pdfobject/-/pdfobject-2.
1.1.tgz#2949d4d218d130d16b6149c7f7226f0a73400d4a
"
integrity sha512-
QFktTHyjs4q/WhGFfV2RdAbscPdNkyQb/JfFz18cwILvs9ocDiYVFAEh/jgkKGv6my+r4nlbLjwj7BHFKAupHQ
==
version "2.
2.3
"
resolved "https://registry.yarnpkg.com/pdfobject/-/pdfobject-2.
2.3.tgz#1b65dac265e531d659e04cd00ac630de3d22c48f
"
integrity sha512-
HlnVZ976qriolqB4o+E0IKXhVhIs30JIqfeoFcjSzRRFLQwZFDO5qiImYPeeoK9JooYOoyOC4TbUCMfuuo2fnA
==
pend@~1.2.0:
version "1.2.0"
...
...
@@ -9018,9 +9045,9 @@ postcss@^6.0.1:
supports-color "^5.4.0"
postcss@^7.0.27:
version "7.0.3
2
"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.3
2.tgz#4310d6ee347053da3433db2be492883d62cec59d
"
integrity sha512-
03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfK
w==
version "7.0.3
4
"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.3
4.tgz#f2baf57c36010df7de4009940f21532c16d65c20
"
integrity sha512-
H/7V2VeNScX9KE83GDrDZNiGT1m2H+UTnlinIzhjlLX9hfMUn1mHNnGeX81a1c8JSBdBvqk7c2ZOG6ZPn5itG
w==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
...
...
@@ -9621,9 +9648,9 @@ regexpu-core@^2.0.0:
regjsparser "^0.1.4"
regexpu-core@^4.7.0:
version "4.7.
0
"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.
0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938
"
integrity sha512-
TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5Y
Q==
version "4.7.
1
"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.
1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6
"
integrity sha512-
ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zf
Q==
dependencies:
regenerate "^1.4.0"
regenerate-unicode-properties "^8.2.0"
...
...
@@ -9884,9 +9911,9 @@ safe-regex@^1.1.0:
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
sanitize-html@^1.14.1:
version "1.27.
4
"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.27.
4.tgz#3864e7562fc708cefabcb0d51bbacde3411504cb
"
integrity sha512-
VvY1hxVvMXzSos/LzqeBl9/KYu3mkEOtl5NMwz6jER318dSHDCig0AOjZOtnoCwAC3HMs9LhfWkPCmQGttb4ng
==
version "1.27.
5
"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.27.
5.tgz#6c8149462adb23e360e1bb71cc0bae7f08c823c7
"
integrity sha512-
M4M5iXDAUEcZKLXkmk90zSYWEtk5NH3JmojQxKxV371fnMh+x9t1rqdmXaGoyEHw3z/X/8vnFhKjGL5xFGOJ3A
==
dependencies:
htmlparser2 "^4.1.0"
lodash "^4.17.15"
...
...
@@ -9944,7 +9971,7 @@ seek-bzip@^1.0.5:
dependencies:
commander "^2.8.1"
"semver@2 || 3 || 4 || 5", semver@^5.
3.0, semver@^5.
4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
...
...
@@ -10270,9 +10297,9 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids "^3.0.0"
spdx-license-ids@^3.0.0:
version "3.0.
5
"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
5.tgz#3694b5804567a458d3c8045842a6358632f62654
"
integrity sha512-
J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q
==
version "3.0.
6
"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
6.tgz#c80757383c28abf7296744998cbc106ae8b854ce
"
integrity sha512-
+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw
==
split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
...
...
@@ -10672,11 +10699,11 @@ tar-stream@^1.1.2, tar-stream@^1.5.2:
xtend "^4.0.0"
tar-stream@^2.0.0:
version "2.1.
3
"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.
3.tgz#1e2022559221b7866161660f118255e20fa79e41
"
integrity sha512-
Z9yri56Dih8IaK8gncVPx4Wqt86NDmQTSh49XLZgjWpGZL9GK9HKParS2scqHCC4w6X9Gh2jwaU45V47XTKwVA
==
version "2.1.
4
"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.
4.tgz#c4fb1a11eb0da29b893a5b25476397ba2d053bfa
"
integrity sha512-
o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw
==
dependencies:
bl "^4.0.
1
"
bl "^4.0.
3
"
end-of-stream "^1.4.1"
fs-constants "^1.0.0"
inherits "^2.0.3"
...
...
@@ -10892,37 +10919,11 @@ ts-md5@^1.2.2:
resolved "https://registry.yarnpkg.com/ts-md5/-/ts-md5-1.2.7.tgz#b76471fc2fd38f0502441f6c3b9494ed04537401"
integrity sha512-emODogvKGWi1KO1l9c6YxLMBn6CEH3VrH5mVPIyOtxBG52BvV4jP3GWz6bOZCz61nLgBc3ffQYE4+EHfCD+V7w==
tslib@^1.10.0, tslib@^1.
8.0, tslib@^1.8.1, tslib@^1.
9.0:
tslib@^1.10.0, tslib@^1.9.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
tslint@^5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==
dependencies:
"@babel/code-frame" "^7.0.0"
builtin-modules "^1.1.1"
chalk "^2.3.0"
commander "^2.12.1"
diff "^4.0.1"
glob "^7.1.1"
js-yaml "^3.13.1"
minimatch "^3.0.4"
mkdirp "^0.5.1"
resolve "^1.3.2"
semver "^5.3.0"
tslib "^1.8.0"
tsutils "^2.29.0"
tsutils@^2.29.0:
version "2.29.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
integrity sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==
dependencies:
tslib "^1.8.1"
tty-browserify@0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
...
...
@@ -11248,9 +11249,9 @@ vinyl-file@^3.0.0:
vinyl "^2.0.1"
vinyl@^2.0.1, vinyl@^2.2.0:
version "2.2.
0
"
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.
0.tgz#d85b07da96e458d25b2ffe19fece9f2caa13ed86
"
integrity sha512-
MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg
==
version "2.2.
1
"
resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.
1.tgz#23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974
"
integrity sha512-
LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw
==
dependencies:
clone "^2.1.1"
clone-buffer "^1.0.0"
...
...
@@ -11265,9 +11266,9 @@ vm-browserify@^1.0.1:
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
vscode-debugprotocol@^1.32.0:
version "1.4
1
.0"
resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.4
1.0.tgz#fc99b01dee26e9f25cbb5708318fc0081002808c
"
integrity sha512-
Sxp7kDDuhpEZiDaIfhM0jLF3RtMqvc6CpoESANE77t351uezsd/oDoqALLcOnmmsDzTgQ3W0sCvM4gErnjDFpA
==
version "1.4
2
.0"
resolved "https://registry.yarnpkg.com/vscode-debugprotocol/-/vscode-debugprotocol-1.4
2.0.tgz#86ad5d95c52a8fd255bc40476414b3a417160f84
"
integrity sha512-
nVsfVCat9FZlOso5SYB1LQQiFGifTyOALpkpJdudDlRXGTpI3mSFiDYXWaoFm7UcfqTOzn1SC7Hqw4d89btT0w
==
vscode-jsonrpc@^5.0.0, vscode-jsonrpc@^5.0.1:
version "5.0.1"
...
...
@@ -11293,9 +11294,9 @@ vscode-languageserver-types@3.15.1, vscode-languageserver-types@^3.15.1:
integrity sha512-+a9MPUQrNGRrGU630OGbYVQ+11iOIovjCkqxajPa9w57Sd5ruK8WQNsslzpa0x/QJqC8kRc2DUxWjIFwoNm4ZQ==
vscode-ripgrep@^1.2.4:
version "1.
8
.0"
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.
8.0.tgz#dfe7c2ae2a2032df8a8108765c2feef73474888a
"
integrity sha512-
/Q5XtePkTLLi8yplr5ai24pVEymRF62xH9xXrtj35GTaDCJg3zq1s1/L1UqhVbfNDv4OcMBYjyIAt/quEi3d5w
==
version "1.
9
.0"
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.
9.0.tgz#d6cdea4d290f3c2919472cdcfe2440d5fb1f99db
"
integrity sha512-
7jyAC/NNfvMPZgCVkyqIn0STYJ7wIk3PF2qA2cX1sEutx1g/e2VtgKAodXnfpreJq4993JT/BSIigOv/0lBSzg
==
dependencies:
https-proxy-agent "^4.0.0"
proxy-from-env "^1.1.0"
...
...
@@ -11391,9 +11392,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
source-map "~0.6.1"
webpack@^4.0.0:
version "4.44.
1
"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.
1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21
"
integrity sha512-
4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6Gdm
Q==
version "4.44.
2
"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.
2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72
"
integrity sha512-
6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/
Q==
dependencies:
"@webassemblyjs/ast" "1.9.0"
"@webassemblyjs/helper-module-context" "1.9.0"
...
...
@@ -11596,9 +11597,9 @@ xterm-addon-search@^0.5.0:
integrity sha512-zLVqVTrg5w2nk9fRj3UuVKCPo/dmFe/cLf3EM9Is5Dm6cgOoXmeo9eq2KgD8A0gquAflTFTf0ya2NaFmShHwyg==
xterm@^4.4.0:
version "4.
8.1
"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.
8.1.tgz#155a1729a43e1a89b406524e22c5634339e39ca1
"
integrity sha512-
ax91ny4tI5eklqIfH79OUSGE2PUX2rGbwONmB6DfqpyhSZO8/cf++sqiaMWEVCMjACyMfnISW7C3gGMoNvNolQ
==
version "4.
9.0
"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.
9.0.tgz#7a4c097a433d565339b5533b468bbc60c6c87969
"
integrity sha512-
wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw
==
y18n@^3.2.1:
version "3.2.1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment