diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-06 21:08:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-06 21:08:12 +0530 |
| commit | f129d1d6e8f03e586952d8c792c8e085ae7bca85 (patch) | |
| tree | d9957ad3c42f886748cb6007451cba8b5f566d49 /yarn.lock | |
| parent | 6ee30757cf9946074e2b5bb29a59b299fc48d0d8 (diff) | |
| download | elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.tar.gz elxr-f129d1d6e8f03e586952d8c792c8e085ae7bca85.zip | |
feat: basic parser
Diffstat (limited to '')
| -rw-r--r-- | yarn.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1226,6 +1226,11 @@ form-data@^3.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" +fp-ts@^2.11.6: + version "2.11.6" + resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-2.11.6.tgz#fa11c21bb235cfba0dfd4170f88adcd36e02ac9b" + integrity sha512-/EDgWhlWXenPvyax2UyKPhdHK+IkVFQZUggby41dCeWgE2F20Z3cx8eWikotwKicfKu7HvZ+tz3xN0vdOGrL6A== + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" |
