Sure, thanks for having a look!
I’ll post that right below my reply.
Have you considered moving towards more modern sat solvers, like kissat (that one got some rewards at the 2022 SAT competition, runs like crazy on a single core, super fast results); how large is the CNF for this type of problem? I could see an check how memory consumption / wall time this needs on kissat.
Problem occurred when i ran meteor update --release 3.0-alpha.17
(also tried alpha 16, same error)
Here’s my packages:
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.5.1 # Packages every Meteor app needs to have
feit:server-picker
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.16.7 # The database Meteor supports right now
reactive-var@1.0.12 # Reactive variable for tracker
standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code
typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.5.0 # Server-side component of the `meteor shell` command
hot-module-replacement@0.5.3 # Update client in development without reloading the page
static-html@1.3.2 # Define static page content in .html files
react-meteor-data # React higher-order component for reactively tracking Meteor data
dev-error-overlay@0.1.2
peerlibrary:xml2js
accounts-password
alanning:roles
babrahams:accounts-ldap
ostrio:files
session@1.2.1
check@1.3.2
aldeed:autoform
dburles:collection-helpers
http
ostrio:cstorage
mdg:validated-method
email@2.2.5
ostrio:logger
ostrio:loggermongo
aldeed:collection2
percolate:migrations
montiapm:agent
cinn:multitenancy
tracker@1.3.2
bratelefant:meteor-react-use-captain-hook
mikowals:batch-insert
montiapm:profiler
meteorhacks:picker
mixmax:smart-disconnect
meteortesting:mocha
xolvio:cleaner
dburles:factory
bratelefant:meteor-push
my versions
accounts-base@2.2.8
accounts-password@2.3.4
alanning:roles@3.4.0
aldeed:autoform@7.0.1
aldeed:collection2@3.5.0
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.10.4
babel-runtime@1.5.1
babrahams:accounts-ldap@0.10.4
base64@1.0.12
binary-heap@1.0.11
blaze@2.7.1
blaze-tools@1.1.3
boilerplate-generator@1.7.1
bratelefant:meteor-push@3.0.0
bratelefant:meteor-react-use-captain-hook@0.0.1
caching-compiler@1.2.2
caching-html-compiler@1.2.1
callback-hook@1.5.1
check@1.3.2
cinn:multitenancy@0.0.8
dburles:collection-helpers@1.1.0
dburles:factory@1.5.0
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.2.0
ddp-server@2.6.2
deps@1.0.12
dev-error-overlay@0.1.2
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.7
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
email@2.2.5
es5-shim@4.8.0
feit:server-picker@0.0.1
fetch@0.1.3
geojson-utils@1.0.11
hot-code-push@1.0.4
hot-module-replacement@0.5.3
html-tools@1.1.3
htmljs@1.1.1
http@1.4.4
id-map@1.1.1
inter-process-messaging@0.1.1
jquery@1.11.11
lai:collection-extensions@0.3.0
launch-screen@1.3.0
less@3.0.2
livedata@1.0.18
localstorage@1.2.0
logging@1.3.2
matb33:collection-hooks@1.3.0
mdg:validated-method@1.3.0
meteor@1.11.3
meteor-base@1.5.1
meteorhacks:picker@1.0.3
meteortesting:browser-tests@1.5.3
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.1.2
mikowals:batch-insert@1.3.0
minifier-css@1.6.4
minifier-js@2.7.5
minimongo@1.9.3
mixmax:smart-disconnect@0.0.5
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
modules-runtime-hot@0.14.2
momentjs:moment@2.29.3
mongo@1.16.7
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
montiapm:agent@2.47.3
montiapm:agent-binary-deps@2.1.1
montiapm:meteorx@2.3.1
montiapm:profiler@1.6.3
npm-mongo@4.16.0
observe-sequence@1.0.21
ordered-dict@1.1.0
ostrio:cookies@2.7.2
ostrio:cstorage@3.0.1
ostrio:files@2.3.3
ostrio:logger@2.1.1
ostrio:loggermongo@2.1.0
peerlibrary:blocking@0.6.0
peerlibrary:xml2js@0.4.8_1
percolate:migrations@1.1.0
promise@0.12.2
raix:eventemitter@1.0.0
random@1.2.1
rate-limit@1.1.1
react-fast-refresh@0.2.7
react-meteor-data@2.7.2
reactive-dict@1.3.1
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
session@1.2.1
sha@1.0.9
shell-server@0.5.0
socket-stream-client@0.5.1
spacebars@1.4.1
spacebars-compiler@1.3.1
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
static-html@1.3.2
templating@1.4.2
templating-compiler@1.4.1
templating-runtime@1.6.3
templating-tools@1.2.2
tmeasday:check-npm-versions@1.0.2
tracker@1.3.2
typescript@4.9.4
ui@1.0.13
underscore@1.0.13
url@1.3.2
webapp@1.13.5
webapp-hashing@1.1.1
xolvio:cleaner@0.4.0
zodern:meteor-package-versions@0.2.1
zodern:types@1.0.10
and the resolver-result-cache.json
{
"lastInput": {
"dependencies": [
"meteor-base",
"feit:server-picker",
"mobile-experience",
"mongo",
"reactive-var",
"standard-minifier-css",
"standard-minifier-js",
"es5-shim",
"ecmascript",
"typescript",
"shell-server",
"hot-module-replacement",
"static-html",
"react-meteor-data",
"dev-error-overlay",
"peerlibrary:xml2js",
"accounts-password",
"alanning:roles",
"babrahams:accounts-ldap",
"ostrio:files",
"session",
"check",
"aldeed:autoform",
"dburles:collection-helpers",
"http",
"ostrio:cstorage",
"mdg:validated-method",
"email",
"ostrio:logger",
"ostrio:loggermongo",
"aldeed:collection2",
"percolate:migrations",
"montiapm:agent",
"cinn:multitenancy",
"tracker",
"bratelefant:meteor-react-use-captain-hook",
"mikowals:batch-insert",
"montiapm:profiler",
"meteorhacks:picker",
"mixmax:smart-disconnect",
"meteortesting:mocha",
"xolvio:cleaner",
"dburles:factory",
"bratelefant:meteor-push"
],
"constraints": [
"meteor-base@1.5.1",
"feit:server-picker",
"mobile-experience@1.1.0",
"mongo@1.16.7",
"reactive-var@1.0.12",
"standard-minifier-css@1.9.2",
"standard-minifier-js@2.8.1",
"es5-shim@4.8.0",
"ecmascript@0.16.7",
"typescript@4.9.4",
"shell-server@0.5.0",
"hot-module-replacement@0.5.3",
"static-html@1.3.2",
"react-meteor-data",
"dev-error-overlay@0.1.2",
"peerlibrary:xml2js",
"accounts-password",
"alanning:roles",
"babrahams:accounts-ldap",
"ostrio:files",
"session@1.2.1",
"check@1.3.2",
"aldeed:autoform",
"dburles:collection-helpers",
"http",
"ostrio:cstorage",
"mdg:validated-method",
"email@2.2.5",
"ostrio:logger",
"ostrio:loggermongo",
"aldeed:collection2",
"percolate:migrations",
"montiapm:agent",
"cinn:multitenancy",
"tracker@1.3.2",
"bratelefant:meteor-react-use-captain-hook",
"mikowals:batch-insert",
"montiapm:profiler",
"meteorhacks:picker",
"mixmax:smart-disconnect",
"meteortesting:mocha",
"xolvio:cleaner",
"dburles:factory",
"bratelefant:meteor-push",
"percolate:migrations@=1.1.0",
"local-test:percolate:migrations@=1.1.0",
"cinn:multitenancy@=0.0.8",
"bratelefant:meteor-push@=3.0.0",
"bratelefant:meteor-react-use-captain-hook@=0.0.1",
"local-test:bratelefant:meteor-react-use-captain-hook@=0.0.1",
"alanning:roles@=3.4.0",
"local-test:alanning:roles@=3.4.0",
"bratelefant:server-session@=0.2.0",
"local-test:bratelefant:server-session@=0.2.0",
"accounts-2fa@~2.0.2",
"accounts-base@~2.2.8",
"accounts-facebook@~1.3.3",
"accounts-github@~1.5.0",
"accounts-google@~1.4.0",
"accounts-meetup@~1.5.0",
"accounts-meteor-developer@~1.5.0",
"accounts-oauth@~1.4.2",
"accounts-password@~2.3.4",
"accounts-passwordless@~2.1.3",
"accounts-twitter@~1.5.0",
"accounts-ui-unstyled@~1.7.0",
"accounts-ui@~1.4.2",
"accounts-weibo@~1.4.0",
"allow-deny@~1.1.1",
"appcache@~1.2.8",
"audit-argument-checks@~1.0.7",
"autopublish@~1.0.7",
"autoupdate@~1.8.0",
"babel-compiler@~7.10.4",
"babel-runtime@~1.5.1",
"base64@~1.0.12",
"binary-heap@~1.0.11",
"boilerplate-generator-tests@~1.5.1",
"boilerplate-generator@~1.7.1",
"browser-policy-common@~1.0.12",
"browser-policy-content@~1.1.2",
"browser-policy-framing@~1.1.2",
"browser-policy@~1.1.2",
"caching-compiler@~1.2.2",
"callback-hook@~1.5.1",
"check@~1.3.2",
"constraint-solver@~1.2.0",
"context@~0.5.1",
"crosswalk@~1.7.1",
"ddp-client@~2.6.1",
"ddp-common@~1.4.0",
"ddp-rate-limiter@~1.2.0",
"ddp-server@~2.6.2",
"ddp@~1.4.1",
"dev-error-overlay@~0.1.2",
"diff-sequence@~1.1.2",
"disable-oplog@~1.0.7",
"dynamic-import@~0.7.3",
"ecmascript-runtime-client@~0.12.1",
"ecmascript-runtime-server@~0.11.0",
"ecmascript-runtime@~0.8.1",
"ecmascript@~0.16.7",
"ejson@~1.1.3",
"email@~2.2.5",
"es5-shim@~4.8.0",
"facebook-config-ui@~1.0.3",
"facebook-oauth@~1.11.2",
"facts-base@~1.0.1",
"facts-ui@~1.0.1",
"fetch@~0.1.3",
"force-ssl-common@~1.1.0",
"force-ssl@~1.1.0",
"geojson-utils@~1.0.11",
"github-config-ui@~1.0.2",
"github-oauth@~1.4.1",
"google-config-ui@~1.0.3",
"google-oauth@~1.4.4",
"hot-code-push@~1.0.4",
"hot-module-replacement@~0.5.3",
"id-map@~1.1.1",
"insecure@~1.0.7",
"inter-process-messaging@~0.1.1",
"launch-screen@~1.3.0",
"localstorage@~1.2.0",
"logging@~1.3.2",
"logic-solver@~2.0.8",
"meetup-config-ui@~1.0.2",
"meetup-oauth@~1.1.2",
"meteor-base@~1.5.1",
"meteor-developer-config-ui@~1.0.2",
"meteor-developer-oauth@~1.3.2",
"meteor@~1.11.3",
"minifier-css@~1.6.4",
"minifier-js@~2.7.5",
"minimongo@~1.9.3",
"mobile-experience@~1.1.0",
"mobile-status-bar@~1.1.0",
"modern-browsers@~0.1.9",
"modules-runtime-hot@~0.14.2",
"modules-runtime@~0.13.1",
"modules@~0.19.0",
"mongo-dev-server@~1.1.0",
"mongo-id@~1.0.8",
"mongo-livedata@~1.0.12",
"mongo@~1.16.7",
"npm-mongo@~4.16.0",
"oauth-encryption@~1.3.2",
"oauth@~2.2.0",
"oauth1@~1.5.1",
"oauth2@~1.3.2",
"ordered-dict@~1.1.0",
"package-stats-opt-out@~1.0.7",
"package-version-parser@~3.2.1",
"promise@~0.12.2",
"random@~1.2.1",
"rate-limit@~1.1.1",
"react-fast-refresh@~0.2.7",
"reactive-dict@~1.3.1",
"reactive-var@~1.0.12",
"reload-safetybelt@~1.0.12",
"reload@~1.3.1",
"retry@~1.1.0",
"routepolicy@~1.1.1",
"server-render@~0.4.1",
"service-configuration@~1.3.1",
"session@~1.2.1",
"sha@~1.0.9",
"shell-server@~0.5.0",
"socket-stream-client@~0.5.1",
"standard-minifier-css@~1.9.2",
"standard-minifier-js@~2.8.1",
"standard-minifiers@~1.1.0",
"static-html@~1.3.2",
"test-helpers@~1.3.1",
"test-in-browser@~1.3.3",
"test-in-console@~1.2.5",
"test-server-tests-in-console-once@~1.0.11",
"tinytest-harness@~0.0.4",
"tinytest@~1.2.2",
"tracker@~1.3.2",
"twitter-config-ui@~1.0.1",
"twitter-oauth@~1.3.3",
"typescript@~4.9.4",
"underscore-tests@~1.0.8",
"underscore@~1.0.13",
"url@~1.3.2",
"webapp-hashing@~1.1.1",
"webapp@~1.13.5",
"weibo-config-ui@~1.0.2",
"weibo-oauth@~1.3.2"
],
"previousSolution": {
"accounts-base": "2.2.8",
"accounts-password": "2.3.4",
"alanning:roles": "3.4.0",
"aldeed:autoform": "7.0.1",
"aldeed:collection2": "3.5.0",
"allow-deny": "1.1.1",
"autoupdate": "1.8.0",
"babel-compiler": "7.10.4",
"babel-runtime": "1.5.1",
"babrahams:accounts-ldap": "0.10.4",
"base64": "1.0.12",
"binary-heap": "1.0.11",
"blaze": "2.7.1",
"blaze-tools": "1.1.3",
"boilerplate-generator": "1.7.1",
"bratelefant:meteor-push": "3.0.0",
"bratelefant:meteor-react-use-captain-hook": "0.0.1",
"caching-compiler": "1.2.2",
"caching-html-compiler": "1.2.1",
"callback-hook": "1.5.1",
"check": "1.3.2",
"cinn:multitenancy": "0.0.8",
"dburles:collection-helpers": "1.1.0",
"dburles:factory": "1.5.0",
"ddp": "1.4.1",
"ddp-client": "2.6.1",
"ddp-common": "1.4.0",
"ddp-rate-limiter": "1.2.0",
"ddp-server": "2.6.2",
"deps": "1.0.12",
"dev-error-overlay": "0.1.2",
"diff-sequence": "1.1.2",
"dynamic-import": "0.7.3",
"ecmascript": "0.16.7",
"ecmascript-runtime": "0.8.1",
"ecmascript-runtime-client": "0.12.1",
"ecmascript-runtime-server": "0.11.0",
"ejson": "1.1.3",
"email": "2.2.5",
"es5-shim": "4.8.0",
"feit:server-picker": "0.0.1",
"fetch": "0.1.3",
"geojson-utils": "1.0.11",
"hot-code-push": "1.0.4",
"hot-module-replacement": "0.5.3",
"html-tools": "1.1.3",
"htmljs": "1.1.1",
"http": "1.4.4",
"id-map": "1.1.1",
"inter-process-messaging": "0.1.1",
"jquery": "1.11.11",
"lai:collection-extensions": "0.3.0",
"launch-screen": "1.3.0",
"less": "3.0.2",
"livedata": "1.0.18",
"localstorage": "1.2.0",
"logging": "1.3.2",
"matb33:collection-hooks": "1.3.0",
"mdg:validated-method": "1.3.0",
"meteor": "1.11.3",
"meteor-base": "1.5.1",
"meteorhacks:picker": "1.0.3",
"meteortesting:browser-tests": "1.5.3",
"meteortesting:mocha": "2.1.0",
"meteortesting:mocha-core": "8.1.2",
"mikowals:batch-insert": "1.3.0",
"minifier-css": "1.6.4",
"minifier-js": "2.7.5",
"minimongo": "1.9.3",
"mixmax:smart-disconnect": "0.0.5",
"mobile-experience": "1.1.0",
"mobile-status-bar": "1.1.0",
"modern-browsers": "0.1.9",
"modules": "0.19.0",
"modules-runtime": "0.13.1",
"modules-runtime-hot": "0.14.2",
"momentjs:moment": "2.29.3",
"mongo": "1.16.7",
"mongo-decimal": "0.1.3",
"mongo-dev-server": "1.1.0",
"mongo-id": "1.0.8",
"montiapm:agent": "2.47.3",
"montiapm:agent-binary-deps": "2.1.1",
"montiapm:meteorx": "2.3.1",
"montiapm:profiler": "1.6.3",
"npm-mongo": "4.16.0",
"observe-sequence": "1.0.21",
"ordered-dict": "1.1.0",
"ostrio:cookies": "2.7.2",
"ostrio:cstorage": "3.0.1",
"ostrio:files": "2.3.3",
"ostrio:logger": "2.1.1",
"ostrio:loggermongo": "2.1.0",
"peerlibrary:blocking": "0.6.0",
"peerlibrary:xml2js": "0.4.8_1",
"percolate:migrations": "1.1.0",
"promise": "0.12.2",
"raix:eventemitter": "1.0.0",
"random": "1.2.1",
"rate-limit": "1.1.1",
"react-fast-refresh": "0.2.7",
"react-meteor-data": "2.7.2",
"reactive-dict": "1.3.1",
"reactive-var": "1.0.12",
"reload": "1.3.1",
"retry": "1.1.0",
"routepolicy": "1.1.1",
"session": "1.2.1",
"sha": "1.0.9",
"shell-server": "0.5.0",
"socket-stream-client": "0.5.1",
"spacebars": "1.4.1",
"spacebars-compiler": "1.3.1",
"standard-minifier-css": "1.9.2",
"standard-minifier-js": "2.8.1",
"static-html": "1.3.2",
"templating": "1.4.2",
"templating-compiler": "1.4.1",
"templating-runtime": "1.6.3",
"templating-tools": "1.2.2",
"tmeasday:check-npm-versions": "1.0.2",
"tracker": "1.3.2",
"typescript": "4.9.4",
"ui": "1.0.13",
"underscore": "1.0.13",
"url": "1.3.2",
"webapp": "1.13.5",
"webapp-hashing": "1.1.1",
"xolvio:cleaner": "0.4.0",
"zodern:meteor-package-versions": "0.2.1",
"zodern:types": "1.0.10"
}
},
"lastOutput": {
"neededToUseUnanticipatedPrereleases": false,
"answer": {
"accounts-base": "2.2.8",
"accounts-password": "2.3.4",
"alanning:roles": "3.4.0",
"aldeed:autoform": "7.0.1",
"aldeed:collection2": "3.5.0",
"allow-deny": "1.1.1",
"autoupdate": "1.8.0",
"babel-compiler": "7.10.4",
"babel-runtime": "1.5.1",
"babrahams:accounts-ldap": "0.10.4",
"base64": "1.0.12",
"binary-heap": "1.0.11",
"blaze": "2.7.1",
"blaze-tools": "1.1.3",
"boilerplate-generator": "1.7.1",
"bratelefant:meteor-push": "3.0.0",
"bratelefant:meteor-react-use-captain-hook": "0.0.1",
"caching-compiler": "1.2.2",
"caching-html-compiler": "1.2.1",
"callback-hook": "1.5.1",
"check": "1.3.2",
"cinn:multitenancy": "0.0.8",
"dburles:collection-helpers": "1.1.0",
"dburles:factory": "1.5.0",
"ddp": "1.4.1",
"ddp-client": "2.6.1",
"ddp-common": "1.4.0",
"ddp-rate-limiter": "1.2.0",
"ddp-server": "2.6.2",
"deps": "1.0.12",
"dev-error-overlay": "0.1.2",
"diff-sequence": "1.1.2",
"dynamic-import": "0.7.3",
"ecmascript": "0.16.7",
"ecmascript-runtime": "0.8.1",
"ecmascript-runtime-client": "0.12.1",
"ecmascript-runtime-server": "0.11.0",
"ejson": "1.1.3",
"email": "2.2.5",
"es5-shim": "4.8.0",
"feit:server-picker": "0.0.1",
"fetch": "0.1.3",
"geojson-utils": "1.0.11",
"hot-code-push": "1.0.4",
"hot-module-replacement": "0.5.3",
"html-tools": "1.1.3",
"htmljs": "1.1.1",
"http": "1.4.4",
"id-map": "1.1.1",
"inter-process-messaging": "0.1.1",
"isobuild:compiler-plugin": "1.0.0",
"isobuild:dynamic-import": "1.5.0",
"isobuild:isopack-2": "1.0.0",
"isobuild:linter-plugin": "1.0.0",
"isobuild:minifier-plugin": "1.0.0",
"jquery": "1.11.11",
"lai:collection-extensions": "0.3.0",
"launch-screen": "1.3.0",
"less": "3.0.2",
"livedata": "1.0.18",
"localstorage": "1.2.0",
"logging": "1.3.2",
"matb33:collection-hooks": "1.3.0",
"mdg:validated-method": "1.3.0",
"meteor": "1.11.3",
"meteor-base": "1.5.1",
"meteorhacks:picker": "1.0.3",
"meteortesting:browser-tests": "1.5.3",
"meteortesting:mocha": "2.1.0",
"meteortesting:mocha-core": "8.1.2",
"mikowals:batch-insert": "1.3.0",
"minifier-css": "1.6.4",
"minifier-js": "2.7.5",
"minimongo": "1.9.3",
"mixmax:smart-disconnect": "0.0.5",
"mobile-experience": "1.1.0",
"mobile-status-bar": "1.1.0",
"modern-browsers": "0.1.9",
"modules": "0.19.0",
"modules-runtime": "0.13.1",
"modules-runtime-hot": "0.14.2",
"momentjs:moment": "2.29.3",
"mongo": "1.16.7",
"mongo-decimal": "0.1.3",
"mongo-dev-server": "1.1.0",
"mongo-id": "1.0.8",
"montiapm:agent": "2.47.3",
"montiapm:agent-binary-deps": "2.1.1",
"montiapm:meteorx": "2.3.1",
"montiapm:profiler": "1.6.3",
"npm-mongo": "4.16.0",
"observe-sequence": "1.0.21",
"ordered-dict": "1.1.0",
"ostrio:cookies": "2.7.2",
"ostrio:cstorage": "3.0.1",
"ostrio:files": "2.3.3",
"ostrio:logger": "2.1.1",
"ostrio:loggermongo": "2.1.0",
"peerlibrary:blocking": "0.6.0",
"peerlibrary:xml2js": "0.4.8_1",
"percolate:migrations": "1.1.0",
"promise": "0.12.2",
"raix:eventemitter": "1.0.0",
"random": "1.2.1",
"rate-limit": "1.1.1",
"react-fast-refresh": "0.2.7",
"react-meteor-data": "2.7.2",
"reactive-dict": "1.3.1",
"reactive-var": "1.0.12",
"reload": "1.3.1",
"retry": "1.1.0",
"routepolicy": "1.1.1",
"session": "1.2.1",
"sha": "1.0.9",
"shell-server": "0.5.0",
"socket-stream-client": "0.5.1",
"spacebars": "1.4.1",
"spacebars-compiler": "1.3.1",
"standard-minifier-css": "1.9.2",
"standard-minifier-js": "2.8.1",
"static-html": "1.3.2",
"templating": "1.4.2",
"templating-compiler": "1.4.1",
"templating-runtime": "1.6.3",
"templating-tools": "1.2.2",
"tmeasday:check-npm-versions": "1.0.2",
"tracker": "1.3.2",
"typescript": "4.9.4",
"ui": "1.0.13",
"underscore": "1.0.13",
"url": "1.3.2",
"webapp": "1.13.5",
"webapp-hashing": "1.1.1",
"xolvio:cleaner": "0.4.0",
"zodern:meteor-package-versions": "0.2.1",
"zodern:types": "1.0.10"
}
}
}
Last one is prettyfied a bit.