mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
* Frontend and cmdline version use the same fns! * Add docstrings and db tests * Fix bug with intermittently failing asset copies * Move publish cli to scripts since publish-spa shouldn't have graph-parser dependency * Fix parse-graph bug noticed while testing publishing
50 lines
2.2 KiB
YAML
50 lines
2.2 KiB
YAML
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
"@logseq/nbb-logseq@^1.2.168":
|
|
version "1.2.168"
|
|
resolved "https://registry.yarnpkg.com/@logseq/nbb-logseq/-/nbb-logseq-1.2.168.tgz#e4120c4a7eb6c80737473292c1e20919b4453c91"
|
|
integrity sha512-lgZuAhck/74+9mT4vr6jVLkPcyRA/RO8ApBizq3d1L6LsPlPjdRp4nIaC2I1/p/AaIIB5vP89pMpqZfVsIHHQg==
|
|
dependencies:
|
|
import-meta-resolve "^2.1.0"
|
|
|
|
at-least-node@^1.0.0:
|
|
version "1.0.0"
|
|
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
|
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
|
|
|
fs-extra@9.1.0:
|
|
version "9.1.0"
|
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
|
|
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
|
|
dependencies:
|
|
at-least-node "^1.0.0"
|
|
graceful-fs "^4.2.0"
|
|
jsonfile "^6.0.1"
|
|
universalify "^2.0.0"
|
|
|
|
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
|
|
version "4.2.11"
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
|
|
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
|
|
|
import-meta-resolve@^2.1.0:
|
|
version "2.2.2"
|
|
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz#75237301e72d1f0fbd74dbc6cca9324b164c2cc9"
|
|
integrity sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==
|
|
|
|
jsonfile@^6.0.1:
|
|
version "6.1.0"
|
|
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
|
|
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
|
|
dependencies:
|
|
universalify "^2.0.0"
|
|
optionalDependencies:
|
|
graceful-fs "^4.1.6"
|
|
|
|
universalify@^2.0.0:
|
|
version "2.0.0"
|
|
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
|
|
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
|