diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..6c874b007bf26f91961c1468ae5944eae6e02e0f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +corpus*.jsonl filter=lfs diff=lfs merge=lfs -text +corpus*.json filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..9cc3d07ce96a0e0a4e5e9fca7b90d5ab377fedbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +output-data/ +input-data/ +.direnv/ +.envrc +__pycache__/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000000000000000000000000000000000..97955d61304f11aa446928d9390d450e56814bf1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "library/egg-discrimination/code/EGG"] + path = data/egg-discrimination/code/repo + url = https://github.com/facebookresearch/EGG +[submodule "library/generalizations-mu-goodman/code/repo"] + path = data/generalizations-mu-goodman/code/repo + url = https://github.com/brendon-boldt/emergent-generalization +[submodule "library/ec-at-scale/emergent_communication_at_scale"] + path = data/ec-at-scale/code/emergent_communication_at_scale + url = https://github.com/brendon-boldt/emergent_communication_at_scale +[submodule "library/corpus-transfer-yao-et-al/repo"] + path = data/corpus-transfer-yao-et-al/code/repo + url = https://github.com/brendon-boldt/ec-nl +[submodule "library/rlupus/repo"] + path = data/rlupus/code/repo + url = https://github.com/brendon-boldt/rl_werewolf +[submodule "library/comon-iccv/code/repo"] + path = library/comon-iccv/code/repo + url = https://github.com/saimwani/CoMON +[submodule "library/babyai-sr/code/repo"] + path = data/babyai-sr/code/repo + url = https://github.com/brendon-boldt/babyai_sr diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..a7d20397c66140ebfe9f550a37629a969368dc83 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Emergent Language Library + + +## Running code + +For each emergent language entry, we provide wrapper code to create +a reproducible environment and run the emergent language-generating code. +Environments are specified precisely in the `environment.yml` file; if you wish +to edit the dependencies manually, it may be easier to start with +`environment.editable.yml` instead, if it exists. + +### Git submodules +This project uses git submodules to manage external dependencies. Submodules +do not always operate in an intuitive way, so we provide a brief explanation of +how to use them here. By default, submodules are not "init-ed" which means +that they will be empty after you clone the project. If you would like to +populate a submodule (i.e., the directory pointing to another repo) to see or +use its code, run `git submodule init path/to/submodule` to mark it as init-ed. +Second, run `git submodule update` to populated init-ed submodules. Run `git +submodule deinit -f path/to/submodule` to make the submodule empty again. diff --git a/croissant.json b/croissant.json new file mode 100644 index 0000000000000000000000000000000000000000..2060fa09766f7bbf2eac5e5ddcce02d82ebfdbcf --- /dev/null +++ b/croissant.json @@ -0,0 +1,1468 @@ +{ + "@context": { + "@language": "en", + "@vocab": "https://schema.org/", + "citeAs": "cr:citeAs", + "column": "cr:column", + "conformsTo": "dct:conformsTo", + "cr": "http://mlcommons.org/croissant/", + "rai": "http://mlcommons.org/croissant/RAI/", + "data": { + "@id": "cr:data", + "@type": "@json" + }, + "dataType": { + "@id": "cr:dataType", + "@type": "@vocab" + }, + "dct": "http://purl.org/dc/terms/", + "examples": { + "@id": "cr:examples", + "@type": "@json" + }, + "extract": "cr:extract", + "field": "cr:field", + "fileProperty": "cr:fileProperty", + "fileObject": "cr:fileObject", + "fileSet": "cr:fileSet", + "format": "cr:format", + "includes": "cr:includes", + "isLiveDataset": "cr:isLiveDataset", + "jsonPath": "cr:jsonPath", + "key": "cr:key", + "md5": "cr:md5", + "parentField": "cr:parentField", + "path": "cr:path", + "recordSet": "cr:recordSet", + "references": "cr:references", + "regex": "cr:regex", + "repeated": "cr:repeated", + "replace": "cr:replace", + "sc": "https://schema.org/", + "separator": "cr:separator", + "source": "cr:source", + "subField": "cr:subField", + "transform": "cr:transform" + }, + "@type": "sc:Dataset", + "name": "ELCC", + "description": "ELCC is a collection of emergent language corpora with accompanying metadata and analyses.", + "conformsTo": "http://mlcommons.org/croissant/1.0", + "citeAs": " @misc{boldt2024elcc,\n title = \"{ELCC}: the Emergent Language Corpus Collection\",\n author = \"Brendon Boldt and David Mortensen\",\n year = 2024,\n url = \"\",\n}", + "datePublished": "2024-06-05 22:14:16.853626+00:00", + "keywords": [ + "emergent communication", + "emergent language", + "corpus" + ], + "license": "https://creativecommons.org/licenses/by/4.0/", + "url": "https://huggingface.co/datasets/bboldt/elcc/", + "version": "0.1.0", + "distribution": [ + { + "@type": "cr:FileObject", + "@id": "hf-repo", + "name": "hf-repo", + "contentUrl": "https://huggingface.co/datasets/bboldt/elcc/", + "encodingFormat": "git+https", + "sha256": "main" + }, + { + "@type": "cr:FileObject", + "@id": "data/ec-at-scale/data/imagenet-1x10/corpus.json", + "name": "data/ec-at-scale/data/imagenet-1x10/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/ec-at-scale/data/imagenet-1x10/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/ec-at-scale/data/imagenet-10x10/corpus.json", + "name": "data/ec-at-scale/data/imagenet-10x10/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/ec-at-scale/data/imagenet-10x10/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/ec-at-scale/data/imagenet-5x5/corpus.json", + "name": "data/ec-at-scale/data/imagenet-5x5/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/ec-at-scale/data/imagenet-5x5/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/ec-at-scale/data/imagenet-1x1/corpus.json", + "name": "data/ec-at-scale/data/imagenet-1x1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/ec-at-scale/data/imagenet-1x1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/ec-at-scale/data/imagenet-10x1/corpus.json", + "name": "data/ec-at-scale/data/imagenet-10x1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/ec-at-scale/data/imagenet-10x1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json", + "name": "data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/corpus-transfer-yao-et-al/data/cc/corpus.json", + "name": "data/corpus-transfer-yao-et-al/data/cc/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/corpus-transfer-yao-et-al/data/cc/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObj/corpus.json", + "name": "data/babyai-sr/data/GoToObj/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObj/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json", + "name": "data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json", + "name": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json", + "name": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json", + "name": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json", + "name": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/cub-reference/corpus.json", + "name": "data/generalizations-mu-goodman/data/cub-reference/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/cub-reference/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json", + "name": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json", + "name": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/cub-concept/corpus.json", + "name": "data/generalizations-mu-goodman/data/cub-concept/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/cub-concept/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json", + "name": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json", + "name": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/21-player.run-2/corpus.json", + "name": "data/rlupus/data/21-player.run-2/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/21-player.run-2/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/9-player.run-0/corpus.json", + "name": "data/rlupus/data/9-player.run-0/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/9-player.run-0/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/9-player.run-3/corpus.json", + "name": "data/rlupus/data/9-player.run-3/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/9-player.run-3/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/21-player.run-0/corpus.json", + "name": "data/rlupus/data/21-player.run-0/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/21-player.run-0/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/9-player.run-2/corpus.json", + "name": "data/rlupus/data/9-player.run-2/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/9-player.run-2/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/21-player.run-1/corpus.json", + "name": "data/rlupus/data/21-player.run-1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/21-player.run-1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/rlupus/data/9-player.run-1/corpus.json", + "name": "data/rlupus/data/9-player.run-1/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/rlupus/data/9-player.run-1/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json", + "name": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json", + "name": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json", + "name": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + }, + { + "@type": "cr:FileObject", + "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json", + "name": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json", + "containedIn": { + "@id": "hf-repo" + }, + "contentUrl": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json", + "encodingFormat": "text/plain" + } + ], + "recordSet": [ + { + "@type": "cr:RecordSet", + "@id": "ec-at-scale/imagenet-1x10", + "name": "ec-at-scale/imagenet-1x10", + "field": [ + { + "@type": "cr:Field", + "@id": "ec-at-scale/imagenet-1x10/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/ec-at-scale/data/imagenet-1x10/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "ec-at-scale/imagenet-10x10", + "name": "ec-at-scale/imagenet-10x10", + "field": [ + { + "@type": "cr:Field", + "@id": "ec-at-scale/imagenet-10x10/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/ec-at-scale/data/imagenet-10x10/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "ec-at-scale/imagenet-5x5", + "name": "ec-at-scale/imagenet-5x5", + "field": [ + { + "@type": "cr:Field", + "@id": "ec-at-scale/imagenet-5x5/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/ec-at-scale/data/imagenet-5x5/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "ec-at-scale/imagenet-1x1", + "name": "ec-at-scale/imagenet-1x1", + "field": [ + { + "@type": "cr:Field", + "@id": "ec-at-scale/imagenet-1x1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/ec-at-scale/data/imagenet-1x1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "ec-at-scale/imagenet-10x1", + "name": "ec-at-scale/imagenet-10x1", + "field": [ + { + "@type": "cr:Field", + "@id": "ec-at-scale/imagenet-10x1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/ec-at-scale/data/imagenet-10x1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "corpus-transfer-yao-et-al/coco_2014", + "name": "corpus-transfer-yao-et-al/coco_2014", + "field": [ + { + "@type": "cr:Field", + "@id": "corpus-transfer-yao-et-al/coco_2014/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "corpus-transfer-yao-et-al/cc", + "name": "corpus-transfer-yao-et-al/cc", + "field": [ + { + "@type": "cr:Field", + "@id": "corpus-transfer-yao-et-al/cc/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/corpus-transfer-yao-et-al/data/cc/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_32", + "name": "babyai-sr/GoToObjLocked_ambiguous-freq_32", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_32/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_4", + "name": "babyai-sr/GoToObjLocked_ambiguous-freq_4", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_4/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-msg_16", + "name": "babyai-sr/GoToObjUnlocked-msg_16", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-msg_16/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_1", + "name": "babyai-sr/GoToObjLocked_ambiguous-freq_1", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_16", + "name": "babyai-sr/GoToObjLocked_ambiguous-msg_16", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_16/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-freq_4", + "name": "babyai-sr/GoToObjUnlocked-freq_4", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-freq_4/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-freq_32", + "name": "babyai-sr/GoToObjUnlocked-freq_32", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-freq_32/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous", + "name": "babyai-sr/GoToObjLocked_ambiguous", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-freq_2", + "name": "babyai-sr/GoToObjUnlocked-freq_2", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-freq_2/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-freq_1", + "name": "babyai-sr/GoToObjUnlocked-freq_1", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-freq_1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_32", + "name": "babyai-sr/GoToObjLocked_ambiguous-msg_32", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_32/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-msg_4", + "name": "babyai-sr/GoToObjUnlocked-msg_4", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-msg_4/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked", + "name": "babyai-sr/GoToObjLocked", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObj", + "name": "babyai-sr/GoToObj", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObj/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObj/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked", + "name": "babyai-sr/GoToObjUnlocked", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjUnlocked-msg_32", + "name": "babyai-sr/GoToObjUnlocked-msg_32", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjUnlocked-msg_32/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_4", + "name": "babyai-sr/GoToObjLocked_ambiguous-msg_4", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-msg_4/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_2", + "name": "babyai-sr/GoToObjLocked_ambiguous-freq_2", + "field": [ + { + "@type": "cr:Field", + "@id": "babyai-sr/GoToObjLocked_ambiguous-freq_2/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len", + "name": "egg-reconstruction/4-attr_4-val_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-reconstruction/4-attr_4-val_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len", + "name": "egg-reconstruction/8-attr_8-val_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-reconstruction/8-attr_8-val_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len", + "name": "egg-reconstruction/6-attr_6-val_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-reconstruction/6-attr_6-val_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/cub-reference", + "name": "generalizations-mu-goodman/cub-reference", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/cub-reference/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/cub-reference/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/shapeworld-reference", + "name": "generalizations-mu-goodman/shapeworld-reference", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/shapeworld-reference/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/shapeworld-set_reference", + "name": "generalizations-mu-goodman/shapeworld-set_reference", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/shapeworld-set_reference/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/cub-concept", + "name": "generalizations-mu-goodman/cub-concept", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/cub-concept/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/cub-concept/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/cub-set_reference", + "name": "generalizations-mu-goodman/cub-set_reference", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/cub-set_reference/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/cub-set_reference/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "generalizations-mu-goodman/shapeworld-concept", + "name": "generalizations-mu-goodman/shapeworld-concept", + "field": [ + { + "@type": "cr:Field", + "@id": "generalizations-mu-goodman/shapeworld-concept/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/21-player.run-2", + "name": "rlupus/21-player.run-2", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/21-player.run-2/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/21-player.run-2/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/9-player.run-0", + "name": "rlupus/9-player.run-0", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/9-player.run-0/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/9-player.run-0/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/9-player.run-3", + "name": "rlupus/9-player.run-3", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/9-player.run-3/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/9-player.run-3/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/21-player.run-0", + "name": "rlupus/21-player.run-0", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/21-player.run-0/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/21-player.run-0/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/9-player.run-2", + "name": "rlupus/9-player.run-2", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/9-player.run-2/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/9-player.run-2/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/21-player.run-1", + "name": "rlupus/21-player.run-1", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/21-player.run-1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/21-player.run-1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "rlupus/9-player.run-1", + "name": "rlupus/9-player.run-1", + "field": [ + { + "@type": "cr:Field", + "@id": "rlupus/9-player.run-1/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/rlupus/data/9-player.run-1/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len", + "name": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-discrimination/6-attr_6-val_9-dist_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len", + "name": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-discrimination/8-attr_8-val_3-dist_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len", + "name": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-discrimination/4-attr_4-val_3-dist_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + }, + { + "@type": "cr:RecordSet", + "@id": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len", + "name": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len", + "field": [ + { + "@type": "cr:Field", + "@id": "egg-discrimination/6-attr_6-val_3-dist_10-vocab_10-len/content", + "name": "content", + "dataType": "sc:Text", + "source": { + "fileObject": { + "@id": "data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json" + }, + "extract": { + "fileProperty": "content" + } + } + } + ] + } + ] +} \ No newline at end of file diff --git a/data/babyai-sr/code/.gitignore b/data/babyai-sr/code/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..0e44fece18a504d99bf97b92ab46a586a169bc8c --- /dev/null +++ b/data/babyai-sr/code/.gitignore @@ -0,0 +1 @@ +/save/ diff --git a/data/babyai-sr/code/environment.editable.yml b/data/babyai-sr/code/environment.editable.yml new file mode 100644 index 0000000000000000000000000000000000000000..b569ceb1f80943ef7da8940ed30b071a41326f91 --- /dev/null +++ b/data/babyai-sr/code/environment.editable.yml @@ -0,0 +1,14 @@ +name: babyai-sr +channels: + - pytorch + - conda-forge +dependencies: + - python==3.7.* + - matplotlib<=3.1.3 + - pytorch==1.5.1 + - tensorboardx + - numpy==1.15.4 + - pip: + - gym==0.9.6 + - gym_minigrid@git+https://github.com/thomasaunger/gym-minigrid + - babyai@git+https://github.com/brendon-boldt/babyai-thomasaunger diff --git a/data/babyai-sr/code/environment.yml b/data/babyai-sr/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..dfa2931c4e7bafe73236c8213480d3f065038e0e --- /dev/null +++ b/data/babyai-sr/code/environment.yml @@ -0,0 +1,94 @@ +name: babyai-sr +channels: +- pytorch +- conda-forge +dependencies: +- _libgcc_mutex=0.1=conda_forge +- _openmp_mutex=4.5=2_kmp_llvm +- blas=2.122=mkl +- blas-devel=3.9.0=22_linux64_mkl +- ca-certificates=2024.2.2=hbcca054_0 +- cudatoolkit=10.2.89=hdec6ad0_13 +- cycler=0.11.0=pyhd8ed1ab_0 +- dbus=1.13.6=hfdff14a_1 +- expat=2.6.2=h59595ed_0 +- fontconfig=2.14.2=h14ed4e7_0 +- freetype=2.12.1=h267a509_2 +- gettext=0.22.5=h59595ed_2 +- gettext-tools=0.22.5=h59595ed_2 +- glib=2.66.3=h58526e2_0 +- gst-plugins-base=1.14.5=h0935bb2_2 +- gstreamer=1.14.5=h36ae1b5_2 +- icu=64.2=he1b5a44_1 +- jpeg=9e=h0b41bf4_3 +- kiwisolver=1.4.4=py37h7cecad7_0 +- ld_impl_linux-64=2.40=hf3520f5_1 +- libasprintf=0.22.5=h661eb56_2 +- libasprintf-devel=0.22.5=h661eb56_2 +- libblas=3.9.0=22_linux64_mkl +- libcblas=3.9.0=22_linux64_mkl +- libclang=9.0.1=default_hb4e5071_5 +- libexpat=2.6.2=h59595ed_0 +- libffi=3.2.1=he1b5a44_1007 +- libgcc-ng=13.2.0=h77fa898_7 +- libgettextpo=0.22.5=h59595ed_2 +- libgettextpo-devel=0.22.5=h59595ed_2 +- libgfortran-ng=13.2.0=h69a702a_7 +- libgfortran5=13.2.0=hca663fb_7 +- libglib=2.66.3=hbe7bbb4_0 +- libiconv=1.17=hd590300_2 +- liblapack=3.9.0=22_linux64_mkl +- liblapacke=3.9.0=22_linux64_mkl +- libllvm9=9.0.1=default_hc23dcda_7 +- libpng=1.6.43=h2797004_0 +- libprotobuf=3.20.1=h6239696_4 +- libsqlite=3.45.3=h2797004_0 +- libstdcxx-ng=13.2.0=hc0a3c3a_7 +- libuuid=2.38.1=h0b41bf4_0 +- libxcb=1.16=hd590300_0 +- libxkbcommon=0.10.0=he1b5a44_0 +- libxml2=2.9.10=hee79883_0 +- libzlib=1.2.13=h4ab18f5_6 +- llvm-openmp=18.1.6=ha31de31_0 +- matplotlib=3.1.3=py37_0 +- matplotlib-base=3.1.3=py37h250f245_0 +- mkl=2024.1.0=ha957f24_693 +- mkl-devel=2024.1.0=ha770c72_693 +- mkl-include=2024.1.0=ha957f24_693 +- ncurses=6.5=h59595ed_0 +- ninja=1.12.1=h297d8ca_0 +- nspr=4.35=h27087fc_0 +- nss=3.100=hca3bf56_0 +- numpy=1.15.4=py37h8b7e671_1002 +- openssl=1.1.1w=hd590300_0 +- pcre=8.45=h9c3ff4c_0 +- pip=24.0=pyhd8ed1ab_0 +- protobuf=3.20.1=py37hd23a5d3_0 +- pthread-stubs=0.4=h36c2ea0_1001 +- pyparsing=3.1.2=pyhd8ed1ab_0 +- pyqt=5.12.3=py37h8685d9f_3 +- python=3.7.8=h8bdb77d_2_cpython +- python-dateutil=2.9.0=pyhd8ed1ab_0 +- python_abi=3.7=4_cp37m +- pytorch=1.5.1=py3.7_cuda10.2.89_cudnn7.6.5_0 +- qt=5.12.5=hd8c4c69_1 +- readline=8.2=h8228510_1 +- setuptools=69.0.3=pyhd8ed1ab_0 +- six=1.16.0=pyh6c4a22f_0 +- sqlite=3.45.3=h2c6b66d_0 +- tbb=2021.7.0=h924138e_0 +- tensorboardx=2.5.1=pyhd8ed1ab_0 +- tk=8.6.13=noxft_h4845f30_101 +- tornado=6.2=py37h540881e_0 +- typing-extensions=4.7.1=hd8ed1ab_0 +- typing_extensions=4.7.1=pyha770c72_0 +- wheel=0.42.0=pyhd8ed1ab_0 +- xorg-libxau=1.0.11=hd590300_0 +- xorg-libxdmcp=1.1.3=h7f98852_0 +- xz=5.2.6=h166bdaf_0 +- zlib=1.2.13=h4ab18f5_6 +- zstd=1.5.6=ha6fb4c9_0 +- pip: + - gym==0.9.6 + - gym_minigrid@git+https://github.com/thomasaunger/gym-minigrid + - babyai@git+https://github.com/brendon-boldt/babyai-thomasaunger diff --git a/data/babyai-sr/code/helper.py b/data/babyai-sr/code/helper.py new file mode 100644 index 0000000000000000000000000000000000000000..5ff0017faffb9d537da6e7afb2994be8f3fd6115 --- /dev/null +++ b/data/babyai-sr/code/helper.py @@ -0,0 +1,227 @@ +from argparse import Namespace +import json +from pathlib import Path +from typing import Tuple, List, Dict + +import gym +import torch +import numpy as np + +import babyai.utils as utils +import babyai_sr.utils as utils_sr +from babyai_sr.arguments import ArgumentParser +from babyai_sr.rl.algos import TestAlgo, BaseAlgo +from babyai_sr.rl.utils import ParallelEnv +import util as lib_util + +##### based on repo/babyai_sr/rl/algos/test.py ##### + +SENDER = 0 +RECEIVER = 1 + + +def extract_messages(message, done, active) -> List[List[int]]: + argmax_messages = message.argmax(-1)[:, :, SENDER] + done_np = done.cpu().numpy() + done_idxs = np.argwhere(done_np) + message_list = [] + for i in range(done_idxs.shape[0]): + prev_end = done_idxs[i - 1] if i > 0 else [0, -1] + end = done_idxs[i] + # If we are spanning the border between procs, adjust the prev_end + # to start at the end's proc. + if prev_end[0] != end[0]: + prev_end = [end[0], -1] + # Take messages from the given proc and + indexer = np.s_[prev_end[0], prev_end[1] + 1 : (end[1] + 1)] + ep_messages = argmax_messages[indexer] + # We only want messages for when the sender is active since the + # message is just repeated for the receiver until the sender is + # active again. + ep_active = active[indexer][:, SENDER] + final_ep_messages = ep_messages[ep_active] + message_list.append(final_ep_messages.cpu().tolist()) + return message_list + + +class TestAlgo(BaseAlgo): + def __init__( + self, + env, + models, + num_frames_per_proc=40, + discount=0.99, + gae_lambda=0.99, + preprocess_obss=None, + reshape_reward=None, + use_comm=True, + conventional=False, + argmax=True, + ): + + super().__init__( + env, + models, + num_frames_per_proc, + discount, + gae_lambda, + preprocess_obss, + reshape_reward, + use_comm, + conventional, + argmax, + ) + + def collect_episodes(self, episodes): + # Collect experiences. + exps, _ = self.collect_experiences() + batch = 1 + + shape_prefix = (self.num_procs, self.num_frames_per_proc) + + active = exps.active.view(*shape_prefix, *exps.active.shape[1:]) + done = exps.done.view(*shape_prefix, *exps.done.shape[1:]) + message = exps.message.view(*shape_prefix, *exps.message.shape[1:]) + reward = exps.reward.view(*shape_prefix, *exps.reward.shape[1:]) + + log = { + "return_per_episode": [], + } + + proc = 0 + frame = [0] * self.num_procs + episodes_done = 0 + while True: + if done[proc, frame[proc]]: + episodes_done += 1 + log["return_per_episode"].append( + reward[proc, frame[proc], RECEIVER].item() + ) + if episodes_done == episodes: + break + frame[proc] += 1 + proc = (proc + 1) % self.num_procs + else: + frame[proc] += 1 + + if frame[proc] == batch * self.num_frames_per_proc: + exps, _ = self.collect_experiences() + batch += 1 + + next_active = exps.active.view(*shape_prefix, *exps.active.shape[1:]) + next_done = exps.done.view(*shape_prefix, *exps.done.shape[1:]) + next_message = exps.message.view(*shape_prefix, *exps.message.shape[1:]) + next_reward = exps.reward.view(*shape_prefix, *exps.reward.shape[1:]) + + active = torch.cat((active, next_active), 1) + done = torch.cat((done, next_done), 1) + message = torch.cat((message, next_message), 1) + reward = torch.cat((reward, next_reward), 1) + + message_list = extract_messages(message, done, active) + + return message_list, log + + +##### based on repo/babyai_sr/scripts/test_rl.py ##### + + +def parse_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("--name", help="name of the configuration") + parser.add_argument("--sender", default=None, help="name of the sender (REQUIRED)") + parser.add_argument( + "--receiver", default=None, help="name of the receiver (REQUIRED)" + ) + parser.add_argument( + "--sample", + action="store_true", + default=False, + help="sample messages instead of using argmax", + ) + parser.add_argument( + "--episodes", + type=int, + default=1000, + help="number of episodes to test on (default: 1000)", + ) + parser.add_argument("--len-message", default=None, help="dummy") + parser.add_argument("--num-symbols", default=None, help="dummy") + return parser.parse_args() + + +def get_episodes(args: Namespace) -> Tuple[List, Dict]: + utils.seed(args.seed) + envs = [] + for i in range(args.procs): + env = gym.make(args.env) + env.seed(100 * args.seed + i) + envs.append(env) + penv = ParallelEnv( + envs, args.n, args.conventional, args.archimedean, args.informed_sender + ) + + sender = utils.load_model(args.sender) + receiver = utils.load_model(args.receiver) + sender.eval() + receiver.eval() + if torch.cuda.is_available(): + sender.cuda() + receiver.cuda() + + reshape_reward = lambda _0, _1, reward, _2: args.reward_scale * reward + obss_preprocessor = utils_sr.MultiObssPreprocessor( + [args.sender, args.receiver], [envs[0].observation_space] * 2 + ) + test_algo = TestAlgo( + penv, + [sender, receiver], + args.frames_per_proc, + args.discount, + args.gae_lambda, + obss_preprocessor, + reshape_reward, + not args.no_comm, + args.conventional, + not args.sample, + ) + + return test_algo.collect_episodes(args.episodes) + + +def write_results(args: Namespace, message_list: List, logs: Dict) -> None: + out_path = Path(f"../../data/{args.name}") + out_path.mkdir(exist_ok=True, parents=True) + + return_per_episode = utils.synthesize(logs["return_per_episode"]) + success_per_episode = utils.synthesize( + [1 if r > 0 else 0 for r in logs["return_per_episode"]] + ) + + metrics = { + "success_rate": success_per_episode["mean"], + "success_rate_std": success_per_episode["std"], + "reward_per_episode": return_per_episode["mean"], + "reward_per_episode_std": return_per_episode["std"], + } + lib_util.write_system_metrics(out_path, metrics) + + with (out_path / "corpus.jsonl").open("w") as fo: + for message in message_list: + flat = [x for y in message for x in y] + json.dump(flat, fo, indent=None) + fo.write("\n") + with (out_path / "corpus.structured.jsonl").open("w") as fo: + for message in message_list: + json.dump(message, fo, indent=None) + fo.write("\n") + + +def main() -> None: + args = parse_args() + message_list, logs = get_episodes(args) + write_results(args, message_list, logs) + + +if __name__ == "__main__": + main() diff --git a/data/babyai-sr/code/repo b/data/babyai-sr/code/repo new file mode 160000 index 0000000000000000000000000000000000000000..d4a3cb757614bc3b343608f751500eeb31f7db7a --- /dev/null +++ b/data/babyai-sr/code/repo @@ -0,0 +1 @@ +Subproject commit d4a3cb757614bc3b343608f751500eeb31f7db7a diff --git a/data/babyai-sr/code/run.sh b/data/babyai-sr/code/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..750b74f29616cd5fd7dd43e9cce4bc0d72a92a77 --- /dev/null +++ b/data/babyai-sr/code/run.sh @@ -0,0 +1,65 @@ +#!/usr/bin/env bash + +set -xe + +export PYTHONPATH=$(realpath repo/) + +args_arr=( + "--name GoToObj --n 8 --env BabyAI-GoToObj-v0" + "--name GoToObjLocked --n 8 --env BabyAI-GoToObjLocked-v0" + + "--name GoToObjUnlocked-freq_1 --n 1 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked-freq_2 --n 2 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked-freq_4 --n 4 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked --n 8 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked-freq_32 --n 32 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjLocked_ambiguous-freq_1 --n 1 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous-freq_2 --n 2 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous-freq_4 --n 4 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous --n 8 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous-freq_32 --n 32 --env BabyAI-GoToObjLocked_ambiguous-v0" + + "--name GoToObjUnlocked-msg_4 --len-message 4 --num-symbols 4 --n 8 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked-msg_16 --len-message 16 --num-symbols 16 --n 8 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjUnlocked-msg_32 --len-message 32 --num-symbols 32 --n 8 --env BabyAI-GoToObjUnlocked-v0" + "--name GoToObjLocked_ambiguous-msg_4 --len-message 4 --num-symbols 4 --n 8 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous-msg_16 --len-message 16 --num-symbols 16 --n 8 --env BabyAI-GoToObjLocked_ambiguous-v0" + "--name GoToObjLocked_ambiguous-msg_32 --len-message 32 --num-symbols 32 --n 8 --env BabyAI-GoToObjLocked_ambiguous-v0" +) + +function get_model_path { + sr=$1 + mod=$(ls models | grep ".*ppo_expert.*$sr" | sort | tail -n1) + echo -n $mod +} + +for idx in $(seq 0 $((${#args_arr[@]} - 1))); do + cd repo + args=${args_arr[$idx]} + # Remove the leading --name arg which is not in the train_rl.py script. + train_args=$(echo $args | cut -d' ' -f3-) + name=$(echo $args | cut -d' ' -f2) + + # Be careful about running this in parallel because the code does not use + # assign unique names to configurations, so get_model_path might get the + # wrong path if multiple instances of this are run in parallel. + eval python scripts/train_rl.py \ + --seed 1 \ + --frames 5e7 \ + --tb \ + $train_args + + orig_sender=$(get_model_path sender) + orig_receiver=$(get_model_path receiver) + sender=$name-sender + receiver=$name-receiver + mv -n models/{$orig_sender,$sender} + mv -n models/{$orig_receiver,$receiver} + + eval python ../helper.py \ + --episodes 5000 \ + --sender $sender \ + --receiver $receiver \ + $args + cd .. +done diff --git a/data/babyai-sr/code/util.py b/data/babyai-sr/code/util.py new file mode 120000 index 0000000000000000000000000000000000000000..2526e5321428277add3cb182e70dea992c01e098 --- /dev/null +++ b/data/babyai-sr/code/util.py @@ -0,0 +1 @@ +../../../util/util.py \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObj/corpus.json b/data/babyai-sr/data/GoToObj/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..87b0acf408240ec3b869dac6900e8f12d5611ea7 --- /dev/null +++ b/data/babyai-sr/data/GoToObj/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cb8f845fbf9f347e1b9472bfdeac4799a0ca96f9e18c285b93c718bb419ba0 +size 273530 diff --git a/data/babyai-sr/data/GoToObj/corpus.jsonl b/data/babyai-sr/data/GoToObj/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..55c3c629fd74ebd061f051aa0253741f631ac202 --- /dev/null +++ b/data/babyai-sr/data/GoToObj/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c888d062b91dbd1f1b30b8f723ac4f895da72e2757c9694ed624334fc8926799 +size 398060 diff --git a/data/babyai-sr/data/GoToObj/corpus.structured.jsonl b/data/babyai-sr/data/GoToObj/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1031cfb98a9318d79799a5149f67ae26b3dfac91 --- /dev/null +++ b/data/babyai-sr/data/GoToObj/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b970b708e83e1b05853a06996a3c77b1a16c57d86bc4803163d99faa7693520 +size 430722 diff --git a/data/babyai-sr/data/GoToObj/metadata.json b/data/babyai-sr/data/GoToObj/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d626b2dcd2882629fe3ec882934033165c9f643c --- /dev/null +++ b/data/babyai-sr/data/GoToObj/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9806, + "success_rate_std": 0.13792621215708056, + "reward_per_episode": 15.0256, + "reward_per_episode_std": 3.7433942484562057 + }, + "analysis": { + "Token Count": 130648, + "Line Count": 6116, + "Tokens per Line": 21.361674296926097, + "Tokens per Line SD": 12.470737340120614, + "Unique Tokens": 5, + "Unique Lines": 653, + "1-gram Entropy": 1.237630843236749, + "1-gram Normalized Entropy": 0.5330185917306742, + "2-gram Entropy": 1.5445187668655653, + "2-gram Conditional Entropy": 0.30688792362881623, + "Entropy per Line": 26.437866973053506, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked/corpus.json b/data/babyai-sr/data/GoToObjLocked/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..9f2736fbc13ca7e2b19f0b09d9985323cc12298e --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b86360d1269c01d678edc51004eaa12c46251b868180bd9cc35e77f2b6c4391 +size 556684 diff --git a/data/babyai-sr/data/GoToObjLocked/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a8fda92546b4df44248c207fe9cca4a61959f61c --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18096286bf6a10cfed20b244fb37278f6b5080ed3aea755e20b29415f1882e6 +size 823765 diff --git a/data/babyai-sr/data/GoToObjLocked/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..65d8c6ea607b3f0da13b36996d874b33bfdd0b86 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012ddc4ccc09ab09eeb50a2348d202e335fc83b4aff1f0bf9468389e5c5e6279 +size 891943 diff --git a/data/babyai-sr/data/GoToObjLocked/metadata.json b/data/babyai-sr/data/GoToObjLocked/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..d0ee6d8becd32154a7267b3013f11e682c4e40e2 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.5876, + "success_rate_std": 0.49226643192482666, + "reward_per_episode": 8.139688012504578, + "reward_per_episode_std": 7.01354457085844 + }, + "analysis": { + "Token Count": 272712, + "Line Count": 5629, + "Tokens per Line": 48.44768164860544, + "Tokens per Line SD": 15.939260276564395, + "Unique Tokens": 6, + "Unique Lines": 788, + "1-gram Entropy": 0.986989832691488, + "1-gram Normalized Entropy": 0.3818197874886527, + "2-gram Entropy": 1.147285281179704, + "2-gram Conditional Entropy": 0.16029544848821609, + "Entropy per Line": 47.8173692046476, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..8f348619ba46c9d61b74124e60a26f4bd4fca32d --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9194dfd626c77602306176b55a106868acf8c99426f73df6b3f3fc209c606c +size 5220584 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5b784448051de0fb2280e039796d14f490415ca1 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d81751380fd5145e71d7ced52da18ebcee8ce9449c92b3ac847c9b072700322 +size 7820515 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..516fe5445d9ff328707202feba100c5be73041cf --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5e28530b3293e2d4f77d80d7c45eb94119e7e24991723ca18783c285c1d083 +size 8471793 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8be6bc870c0783669244539e7c569094725b6e59 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_1/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.0562, + "success_rate_std": 0.2303075335285409, + "reward_per_episode": 0.6770600002288818, + "reward_per_episode_std": 2.8364134670153027 + }, + "analysis": { + "Token Count": 2605112, + "Line Count": 5179, + "Tokens per Line": 503.01448156014675, + "Tokens per Line SD": 45.17987032239602, + "Unique Tokens": 5, + "Unique Lines": 5171, + "1-gram Entropy": 1.4636542438540865, + "1-gram Normalized Entropy": 0.6303615719525927, + "2-gram Entropy": 2.0711622663968696, + "2-gram Conditional Entropy": 0.6075080225427831, + "Entropy per Line": 736.2392806555717, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..75a1ede4d3e37f1bcbaae774d78657390f22b8ea --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a060920bd5d3a06e64934df095db3ae07381d7205b7b17029ac636562f0ff28 +size 2133834 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..57cb5f6fe3d1bf81d5c18f617d14d3a9643dbcc0 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089e45434845c47afe9b9b40508a6ae83dbace24c913044bcbb912e51840746e +size 3189956 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d27cf330021a857c09dfb75327f48e558b129d65 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8169969b1a753ff0c75af133dfc61a09d69ed463105e7fb28e2da5a39ba577 +size 3455336 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..be3a122e39bfb6da7de68ce63fa1d3dabdad6ec0 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_2/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.522, + "success_rate_std": 0.4995157655169654, + "reward_per_episode": 7.126560007476806, + "reward_per_episode_std": 7.0752285595727065 + }, + "analysis": { + "Token Count": 1061520, + "Line Count": 5396, + "Tokens per Line": 196.72349888806522, + "Tokens per Line SD": 70.45848929636027, + "Unique Tokens": 4, + "Unique Lines": 3078, + "1-gram Entropy": 1.3859210431357307, + "1-gram Normalized Entropy": 0.6929605215678654, + "2-gram Entropy": 1.5389908995714305, + "2-gram Conditional Entropy": 0.1530698564356998, + "Entropy per Line": 272.64323678825826, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..14b6cf4343e25e8840b0788798334b6401845783 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938892fc56e94831c552b0e3fbba185cd95deb9aa32f3c67d28640ff577e22d3 +size 145490 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..36543ac102746e397dfb8ead766a449d6bbe6f7b --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fd90a116e99626f91ec6e59c6bd1c47b36deb2156bb11f7ff4d69f658fb1a6 +size 207240 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..932d9633df30762ec3d91162d549cb9e588b12e0 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d93d7ff42b54f990f49748c28fa65802ea1e99741777821357bf12d90a93d18 +size 224052 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..ed55d2628e2251a10f62787758a902d3fd9a17aa --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_32/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9122, + "success_rate_std": 0.28300381622868626, + "reward_per_episode": 12.84832001914978, + "reward_per_episode_std": 4.503610482889521 + }, + "analysis": { + "Token Count": 67248, + "Line Count": 5496, + "Tokens per Line": 12.235807860262009, + "Tokens per Line SD": 3.9930432821394075, + "Unique Tokens": 3, + "Unique Lines": 18, + "1-gram Entropy": 0.3581254659736493, + "1-gram Normalized Entropy": 0.22595201199441795, + "2-gram Entropy": 0.42017533770112014, + "2-gram Conditional Entropy": 0.06204987172747084, + "Entropy per Line": 4.3819543915205035, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..e356804b7f7a9af1954783e3dd2ca58490c5f987 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1e880dc9c596a080fcb419acfd5006248341443d6d1d7504855b713bc498b1 +size 815954 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3f1cf239c814d3e0eee0cf7eba24cb95ad04d299 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95e6c124ae3ceff172fcb70a1c8cd158106d84d3d5abf6414e4dc15b1137449 +size 1212472 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..56a1f25bc8291dab823cd73d81c6e6e5111c5970 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe0309c008a0ae552e39877eaa6ae933cb697ca1f26fe854f473743b66aaec3 +size 1313034 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..70dfb9090a069281bb9d74837903e66c382b38fb --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-freq_4/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.8724, + "success_rate_std": 0.3336438820059496, + "reward_per_episode": 12.8085720205307, + "reward_per_episode_std": 5.277993979834316 + }, + "analysis": { + "Token Count": 402248, + "Line Count": 5728, + "Tokens per Line": 70.22486033519553, + "Tokens per Line SD": 30.84960358224415, + "Unique Tokens": 6, + "Unique Lines": 3241, + "1-gram Entropy": 1.9969547482878163, + "1-gram Normalized Entropy": 0.7725275502954891, + "2-gram Entropy": 2.40619670851971, + "2-gram Conditional Entropy": 0.40924196023189374, + "Entropy per Line": 140.2358682942175, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..038dd17e502a6a488e832261b2f60e846f04f2fe --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbe7e0918b31e68904a06d61b2a1587e523d3fcc3aff39e16af77468b97cc1c +size 1279221 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..538f115b810c7b0ae5de62fe56c8c132a73f0441 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6e48e71851b342577bcd428b1b0814a94b5e2dcd25438bd06a5fd4a4c9a4c3 +size 1785545 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6bb775614381e499d31e2d3deaa62f2332b86e59 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436d05e99e4860507a88e0b822cd610b1921569f83393213bd38d02a3eb9ce7e +size 1849525 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..972a19143fdc114137b07eba420ec0ba5bb7a48d --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_16/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.6928, + "success_rate_std": 0.46133302504806656, + "reward_per_episode": 9.470804010200501, + "reward_per_episode_std": 6.67191549915237 + }, + "analysis": { + "Token Count": 511840, + "Line Count": 5514, + "Tokens per Line": 92.82553500181356, + "Tokens per Line SD": 33.765546170768914, + "Unique Tokens": 9, + "Unique Lines": 4428, + "1-gram Entropy": 2.555153109582035, + "1-gram Normalized Entropy": 0.8060610608829682, + "2-gram Entropy": 3.0975714980373987, + "2-gram Conditional Entropy": 0.5424183884553639, + "Entropy per Line": 237.18345440850013, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..60915a8c8c23ad3b3c5770ac3f4bdc2acd103535 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2a2b09b18f7fa31882735186c94b7222d022983df5fece0a4b1578edf1ae5f +size 2578250 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ab687f15584bad72279bb4774a081989ea57ff39 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f73cc3cd7865a29cb456a58f49bf10f979f1a747ee98a81814d94ab6c9241f9 +size 3428484 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..75ec6ec31b5398209dd3a833a4b4731005e4ba5c --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc5ae34cf32d3e74c2b03614428bb4a4eb0e9347c8116ee76f82b53caab56d2 +size 3481968 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..24745bf61ea2260d5c5ce6d7d63ac022075a3000 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_32/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9014, + "success_rate_std": 0.29812420230501246, + "reward_per_episode": 12.737260013389587, + "reward_per_episode_std": 4.715695697888551 + }, + "analysis": { + "Token Count": 855744, + "Line Count": 5508, + "Tokens per Line": 155.36383442265796, + "Tokens per Line SD": 58.65935485576524, + "Unique Tokens": 3, + "Unique Lines": 1887, + "1-gram Entropy": 1.3505595345899266, + "1-gram Normalized Entropy": 0.8521081943424047, + "2-gram Entropy": 1.463219811976437, + "2-gram Conditional Entropy": 0.11266027738651041, + "Entropy per Line": 209.82810790997215, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..044263b7f3803750b65823075c3ef48d64f0fef8 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa63e973cea4cd0e1dddcd8fa634f579bc12fa068663e725af584a5f66c7430 +size 217918 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..012d5d10f571bc6fd98092bd6a69f73d036d9dba --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0f8ee3d8b2bd800431cc6f7156c5ab7fa82be7f54b41d81b02be136a94be4c +size 315414 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..40ec1b3766b9b9dd627c5064f85b01b67804cd4d --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a590b8dda8a168ae4873323a31e6459655ec5b63c70de34c3e9f63d0489c8b +size 367028 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c9255e1c0a29d0d29daa3d21ebb24094df1b4bc5 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous-msg_4/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9348, + "success_rate_std": 0.24687843162171944, + "reward_per_episode": 13.544220015144347, + "reward_per_episode_std": 4.063170459544263 + }, + "analysis": { + "Token Count": 103228, + "Line Count": 5730, + "Tokens per Line": 18.015357766143108, + "Tokens per Line SD": 6.603910319179542, + "Unique Tokens": 2, + "Unique Lines": 1362, + "1-gram Entropy": 0.9221378453712784, + "1-gram Normalized Entropy": 0.9221378453712784, + "2-gram Entropy": 1.7175046974118373, + "2-gram Conditional Entropy": 0.7953668520405589, + "Entropy per Line": 16.61264319406399, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..e00ee298f27c812f0b246dab423eda0f2ec2338c --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fee16a8d08121838341fd91bb49a5073bdbc0234d6e4be6a081a6005723fdbc +size 470024 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..14b88154c350c20bdb4b584507dbcc078cd0e1b4 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e776130065d2357da8b37fdd802f5b70203e48f509d8d9b27eee3394b14371c +size 694019 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8abf71590effd966d659837e94de908f05987897 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80fc80349bcb21cfdb9516eb6bc3dc37dae05d4d1a5a0156ea117efdf628347 +size 751395 diff --git a/data/babyai-sr/data/GoToObjLocked_ambiguous/metadata.json b/data/babyai-sr/data/GoToObjLocked_ambiguous/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..9653ba846cf2c179e661a74eb6298df79fb888f3 --- /dev/null +++ b/data/babyai-sr/data/GoToObjLocked_ambiguous/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.7376, + "success_rate_std": 0.43993890484929843, + "reward_per_episode": 10.744012015914917, + "reward_per_episode_std": 6.715983797597244 + }, + "analysis": { + "Token Count": 229504, + "Line Count": 5507, + "Tokens per Line": 41.674959142909024, + "Tokens per Line SD": 17.414702637766506, + "Unique Tokens": 6, + "Unique Lines": 1253, + "1-gram Entropy": 1.7240203931549718, + "1-gram Normalized Entropy": 0.666942128821599, + "2-gram Entropy": 1.9784130073568662, + "2-gram Conditional Entropy": 0.2543926142018944, + "Entropy per Line": 71.84847944627545, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..b0e693983a1f32817006550954e4b300f9b485a0 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3046dd1c1be07f7e0233927ad7829737f61b3ac6f1828b89c00dbbb73a0f7d80 +size 3344926 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c1535a9074503afd0ff495da643e2c831dcf6c2d --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6c7b2d1d3c3fedace92fe6bb30e715f9e935b69ee500c7097ef84f69394060 +size 5005374 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7977247fecff9be2cdbc5a761865730a9d560154 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_1/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660586f054ace3c36e84e879315016a1a21de2f3452de39bc582e449337d6f72 +size 5421988 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_1/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-freq_1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..30c3f46f9c52eb08a6fc10af4766749bef5cf62c --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_1/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.5726, + "success_rate_std": 0.4947011623192329, + "reward_per_episode": 10.098292014503478, + "reward_per_episode_std": 8.772793659303407 + }, + "analysis": { + "Token Count": 1666456, + "Line Count": 6006, + "Tokens per Line": 277.46520146520146, + "Tokens per Line SD": 205.3997678671469, + "Unique Tokens": 7, + "Unique Lines": 4614, + "1-gram Entropy": 0.8964256507843522, + "1-gram Normalized Entropy": 0.31931325951737227, + "2-gram Entropy": 1.092966375970427, + "2-gram Conditional Entropy": 0.19654072518607468, + "Entropy per Line": 248.7269237934547, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..1522776b420090f2b84a1c7f5d6f0c63d6e6ca1f --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2731473064d84a8e670465a787b9a922af3f0721738b11775ad938a6aad0ff39 +size 678660 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f4bf2de6f3badc846421cf795ab19e2d00a68080 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e23b7f9f2c6ad7aeceeedaf15dcbab17b617ab811bb6106094695a6542193b0 +size 1006433 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..23355595283a20b7bdca42e64af17a258de3a617 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_2/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a55df60e7fc3d8786d80893839d140dd02d73d36fba9d28aa93530e088d2cc8 +size 1089821 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_2/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-freq_2/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..625c23950ce532a9c07d03cbfdcf54b62201af66 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_2/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.995, + "success_rate_std": 0.07053367989832943, + "reward_per_episode": 17.438716000938417, + "reward_per_episode_std": 1.649531186718971 + }, + "analysis": { + "Token Count": 333552, + "Line Count": 5777, + "Tokens per Line": 57.73792625930414, + "Tokens per Line SD": 28.293251621265426, + "Unique Tokens": 8, + "Unique Lines": 3820, + "1-gram Entropy": 2.1160828706004597, + "1-gram Normalized Entropy": 0.7053609568668199, + "2-gram Entropy": 2.8778979472070345, + "2-gram Conditional Entropy": 0.7618150766065748, + "Entropy per Line": 122.17823674130598, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..82d157214f80477c92e156785d5363f8f205dc41 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb400faff713c77e64d3a386173608c24241e8ad14305706dd9f5df2d07c7e92 +size 109236 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b791e426c05e8ca1b24f46ea0e1d1e132680a7d4 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac2e9de83db2076f3f80cf0b58832355f1d84b413472c34f3aa2121adb2efbf +size 151849 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fb6f1799b47cd810994567dbc9c65f47a4e49f0c --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_32/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219fb278c7748b65bf344340caeb0dc2511f3b2c32e8b7641973c3b0358210e7 +size 164003 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_32/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-freq_32/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..dab5e12f134b9ac3551ac23a89942858d4049f94 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_32/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9996, + "success_rate_std": 0.019995999599919982, + "reward_per_episode": 17.130143998146057, + "reward_per_episode_std": 1.2756714722553602 + }, + "analysis": { + "Token Count": 48616, + "Line Count": 6001, + "Tokens per Line": 8.10131644725879, + "Tokens per Line SD": 0.894576187691791, + "Unique Tokens": 4, + "Unique Lines": 41, + "1-gram Entropy": 1.643569178805281, + "1-gram Normalized Entropy": 0.8217845894026405, + "2-gram Entropy": 1.73135901618014, + "2-gram Conditional Entropy": 0.0877898373748589, + "Entropy per Line": 13.315074020462943, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..d240a90920671c54d466cc8bda6bd446768c6b01 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e2d2fd6670686bbe428f2d15822e6c4cef36e664e6142e84d8bc40c35ec6e8 +size 397878 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..408eb9020b7c7957d81114ddbce3950418818a82 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d8d302e9c5be9f1edfa7cc81b4850fdf92dc865a260da2f68d10d0a7274a16 +size 585290 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6b9b1c6a98d71cf7276a49bef2a294ed463fd132 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_4/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb4b1461d69588ca91176748e776f3e8e172f9c1340984baac763acc1be9ffa +size 633584 diff --git a/data/babyai-sr/data/GoToObjUnlocked-freq_4/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-freq_4/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..122df6a447b7d1cf41ebdcf11ebb4fdd0a5121a8 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-freq_4/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9982, + "success_rate_std": 0.04238820590683215, + "reward_per_episode": 17.222420024871827, + "reward_per_episode_std": 1.3792118701665121 + }, + "analysis": { + "Token Count": 193176, + "Line Count": 5762, + "Tokens per Line": 33.52585907670947, + "Tokens per Line SD": 13.813609277949576, + "Unique Tokens": 7, + "Unique Lines": 2766, + "1-gram Entropy": 2.1651838992279173, + "1-gram Normalized Entropy": 0.7712540663155557, + "2-gram Entropy": 2.979210340976695, + "2-gram Conditional Entropy": 0.8140264417487777, + "Entropy per Line": 72.58965028067553, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..62283d896f9abc90eb8c65724f4a64b9f8332d41 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328ab32c6a097b98f6fe18d8e9478ba33773c7648fb5fd3819bb22106e57571 +size 606405 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7e77efb6f67d7e915150c4bb152c5facf53cab8a --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac23a5ea6b3df1adfd5398f2cc8938305dded64ad4f686a119b98ebdbbef206 +size 873373 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a486df6bd7eabcf0d22d6d216edabf7ada15068e --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_16/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1f1b0c484aae8f9088e064ac702be4786cfd6883ce9f2271ca983dce78c71f +size 907499 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_16/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-msg_16/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..43524c03b0f1378852795fe33646f64f75ceb13c --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_16/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9958, + "success_rate_std": 0.06467116822819889, + "reward_per_episode": 16.52696002082825, + "reward_per_episode_std": 1.836618326319055 + }, + "analysis": { + "Token Count": 273008, + "Line Count": 6038, + "Tokens per Line": 45.21497184498178, + "Tokens per Line SD": 18.173718081553545, + "Unique Tokens": 13, + "Unique Lines": 1740, + "1-gram Entropy": 2.6082071654637864, + "1-gram Normalized Entropy": 0.7048370907590445, + "2-gram Entropy": 3.043977883004737, + "2-gram Conditional Entropy": 0.4357707175409504, + "Entropy per Line": 117.93001355232494, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..6944f4bbacf300a486a8401ac66c0a9c1f1779fb --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c78576487f2f350acc29b92b7c24423fa1560d5c215fdd99f36aaec7cc87f1 +size 1259956 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..72ca5f739e6cf676adcd62e2da3b4c4af81ee96a --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8649d4caa3aff163ec859ffbc7f0c3b5af757af6dfb3710c6c94396dc9f08deb +size 1723629 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c2644e8ce9cdae5ae5c47f3c1c6ea49c9d31d2b8 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_32/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71152e74a8ae996153ca1feb2ba13db43540652d5e113aa32395ee3ca23e4e8 +size 1752969 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_32/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-msg_32/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..b06c28eafb82b62d4eeb9a06658f9d20cdb44f02 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_32/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9978, + "success_rate_std": 0.046852534616603186, + "reward_per_episode": 16.93077601509094, + "reward_per_episode_std": 1.591150684771209 + }, + "analysis": { + "Token Count": 469440, + "Line Count": 5765, + "Tokens per Line": 81.42931483087598, + "Tokens per Line SD": 33.13108984959007, + "Unique Tokens": 15, + "Unique Lines": 1430, + "1-gram Entropy": 2.9409852228832984, + "1-gram Normalized Entropy": 0.7527687686440641, + "2-gram Entropy": 3.157215160740902, + "2-gram Conditional Entropy": 0.21622993785760336, + "Entropy per Line": 239.48241162711844, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..c8b1f4b49f3b2627764cb7b4933791fe503f3345 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5e9a964ad6851a28dcf312703173594dbc6597a562ae4b1c5af1b0c061a0c8 +size 128696 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6ad51485a1d384eba718329cc6dfb854afdbad89 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3329f1cef8fc99c84b8596ef352fff46da7c10b022f3a080aed7dcbd6ad233 +size 181523 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c0ffd850babd84491ebd1ec76d51526873b4a0d3 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_4/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4825195ff3eedb2461b795b167479ce8da635dfa9eae1700b9b5a0c81957f0 +size 210817 diff --git a/data/babyai-sr/data/GoToObjUnlocked-msg_4/metadata.json b/data/babyai-sr/data/GoToObjUnlocked-msg_4/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5ef7f25fe590b7405bf38bf62fddcf0312d48db0 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked-msg_4/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9988, + "success_rate_std": 0.03462022530255978, + "reward_per_episode": 16.946564011192322, + "reward_per_episode_std": 1.5881381786148496 + }, + "analysis": { + "Token Count": 58588, + "Line Count": 5759, + "Tokens per Line": 10.173293974648377, + "Tokens per Line SD": 4.351284658075539, + "Unique Tokens": 3, + "Unique Lines": 400, + "1-gram Entropy": 1.453225178819225, + "1-gram Normalized Entropy": 0.9168830039562509, + "2-gram Entropy": 2.3072546297711365, + "2-gram Conditional Entropy": 0.8540294509519115, + "Entropy per Line": 14.784086955488954, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/data/GoToObjUnlocked/corpus.json b/data/babyai-sr/data/GoToObjUnlocked/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..5a1f63c82a5a375f3bbf77aff2e59eaf837dbe15 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32275e29a53e9fda7832d5d114762b3c345722f2361d4f7c0ce741e0a004e24a +size 249660 diff --git a/data/babyai-sr/data/GoToObjUnlocked/corpus.jsonl b/data/babyai-sr/data/GoToObjUnlocked/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..18e648984dee878d1f192dc317641739adbdf0d8 --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76473d04e70daec2b83d7d4a2d62a54479e64e2fb35fb252126ee8a7f6dd562 +size 362333 diff --git a/data/babyai-sr/data/GoToObjUnlocked/corpus.structured.jsonl b/data/babyai-sr/data/GoToObjUnlocked/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..db28bb42da4ad44aeabf1870e94ad80fceebe28c --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1898c36e9e6dd74b20c5ddfa99ecc3c9af0389a8da1d0be5d2a5c292c48f0588 +size 392021 diff --git a/data/babyai-sr/data/GoToObjUnlocked/metadata.json b/data/babyai-sr/data/GoToObjUnlocked/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c0c5de0c25d6c9250dd4525d93af1a48df0ecb9c --- /dev/null +++ b/data/babyai-sr/data/GoToObjUnlocked/metadata.json @@ -0,0 +1,25 @@ +{ + "metrics": { + "system": { + "success_rate": 0.9996, + "success_rate_std": 0.019995999599919982, + "reward_per_episode": 17.1108840089798, + "reward_per_episode_std": 1.2276274998850094 + }, + "analysis": { + "Token Count": 118752, + "Line Count": 6077, + "Tokens per Line": 19.54122099720257, + "Tokens per Line SD": 7.060342234856102, + "Unique Tokens": 7, + "Unique Lines": 521, + "1-gram Entropy": 1.9931553019398567, + "1-gram Normalized Entropy": 0.7099762435734369, + "2-gram Entropy": 2.4976056235384037, + "2-gram Conditional Entropy": 0.504450321598547, + "Entropy per Line": 38.94868823695277, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/babyai-sr/metadata.yml b/data/babyai-sr/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..7a3d27d962db1f17bc6e0c25e7b1815eeb93193a --- /dev/null +++ b/data/babyai-sr/metadata.yml @@ -0,0 +1,77 @@ +origin: + source: https://github.com/brendon-boldt/babyai_sr + upstream_source: https://github.com/thomasaunger/babyai_sr + paper: https://arxiv.org/abs/2001.01772 +system: + game_type: navigation + game_subtype: grid + data_source: synthetic + observation_continuous: false + observation_type: vector + seeding_available: true + multi_step: true + multi_utterance: true + more_than_2_agents: false + symmetric_agents: false + variants: + GoToObj: + env: GoToObj + GoToObjLocked: + env: GoToObjLocked + GoToObjLocked_ambiguous: + env: GoToObjLocked_ambiguous + GoToObjLocked_ambiguous-freq_1: + env: GoToObjLocked_ambiguous + message_frequency: 1 + GoToObjLocked_ambiguous-freq_2: + env: GoToObjLocked_ambiguous + message_frequency: 2 + GoToObjLocked_ambiguous-freq_32: + env: GoToObjLocked_ambiguous + message_frequency: 32 + GoToObjLocked_ambiguous-freq_4: + env: GoToObjLocked_ambiguous + message_frequency: 4 + GoToObjLocked_ambiguous-msg_16: + env: GoToObjLocked_ambiguous + message_length: 16 + vocab_size: 16 + GoToObjLocked_ambiguous-msg_32: + env: GoToObjLocked_ambiguous + message_length: 32 + vocab_size: 32 + GoToObjLocked_ambiguous-msg_4: + env: GoToObjLocked_ambiguous + message_length: 4 + vocab_size: 4 + GoToObjUnlocked: + env: GoToObjUnlocked + GoToObjUnlocked-freq_1: + env: GoToObjUnlocked + message_frequency: 1 + GoToObjUnlocked-freq_2: + env: GoToObjUnlocked + message_frequency: 2 + GoToObjUnlocked-freq_32: + env: GoToObjUnlocked + message_frequency: 32 + GoToObjUnlocked-freq_4: + env: GoToObjUnlocked + message_frequency: 4 + GoToObjUnlocked-msg_16: + env: GoToObjUnlocked + message_length: 16 + vocab_size: 16 + GoToObjUnlocked-msg_32: + env: GoToObjUnlocked + message_length: 32 + vocab_size: 32 + GoToObjUnlocked-msg_4: + env: GoToObjUnlocked + message_length: 4 + vocab_size: 4 +notes: > + Default + message_frequency is every 8 steps, + message_length is 8, + vocab_size is 8. diff --git a/data/corpus-transfer-yao-et-al/code/environment.editable.yml b/data/corpus-transfer-yao-et-al/code/environment.editable.yml new file mode 100644 index 0000000000000000000000000000000000000000..ba832d364aa0e76e737e997d1fa861f68b4b356d --- /dev/null +++ b/data/corpus-transfer-yao-et-al/code/environment.editable.yml @@ -0,0 +1,19 @@ +name: corpus-transfer +channels: + - nvidia + - pytorch + - conda-forge + - nodefaults +dependencies: + # Script deps + - gdown==5 + - jq + # Python deps + - pytorch==1.8 + - pytorch-cuda + - numpy=1.21 + - scipy==1.4 + - transformers==4.4.2 + - datasets + - packaging=21.3 + - mkl==2024.0 diff --git a/data/corpus-transfer-yao-et-al/code/environment.yml b/data/corpus-transfer-yao-et-al/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..18722b46e09593551bcc21219ab7c5553f0f2d41 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/code/environment.yml @@ -0,0 +1,159 @@ +name: corpus-transfer +channels: +- conda-forge +- nvidia +- pytorch +dependencies: +- _libgcc_mutex=0.1=conda_forge +- _openmp_mutex=4.5=2_kmp_llvm +- aiohttp=3.9.3=py38h01eb140_1 +- aiosignal=1.3.1=pyhd8ed1ab_0 +- async-timeout=4.0.3=pyhd8ed1ab_0 +- attrs=23.2.0=pyh71513ae_0 +- aws-c-auth=0.7.3=h28f7589_1 +- aws-c-cal=0.6.1=hc309b26_1 +- aws-c-common=0.9.0=hd590300_0 +- aws-c-compression=0.2.17=h4d4d85c_2 +- aws-c-event-stream=0.3.1=h2e3709c_4 +- aws-c-http=0.7.11=h00aa349_4 +- aws-c-io=0.13.32=he9a53bd_1 +- aws-c-mqtt=0.9.3=hb447be9_1 +- aws-c-s3=0.3.14=hf3aad02_1 +- aws-c-sdkutils=0.1.12=h4d4d85c_1 +- aws-checksums=0.1.17=h4d4d85c_1 +- aws-crt-cpp=0.21.0=hb942446_5 +- aws-sdk-cpp=1.10.57=h85b1a90_19 +- beautifulsoup4=4.12.3=pyha770c72_0 +- blas=1.0=mkl +- brotli-python=1.0.9=py38hfa26641_9 +- bzip2=1.0.8=hd590300_5 +- c-ares=1.28.1=hd590300_0 +- ca-certificates=2024.2.2=hbcca054_0 +- certifi=2024.2.2=pyhd8ed1ab_0 +- charset-normalizer=3.3.2=pyhd8ed1ab_0 +- click=8.1.7=unix_pyh707e725_0 +- colorama=0.4.6=pyhd8ed1ab_0 +- cuda-cudart=12.1.105=0 +- cuda-cupti=12.1.105=0 +- cuda-libraries=12.1.0=0 +- cuda-nvrtc=12.1.105=0 +- cuda-nvtx=12.1.105=0 +- cuda-opencl=12.4.127=0 +- cuda-runtime=12.1.0=0 +- cudatoolkit=11.1.74=h6bb024c_0 +- dataclasses=0.8=pyhc8e2a94_3 +- datasets=2.18.0=pyhd8ed1ab_0 +- dill=0.3.8=pyhd8ed1ab_0 +- filelock=3.13.3=pyhd8ed1ab_0 +- frozenlist=1.4.1=py38h01eb140_0 +- fsspec=2024.2.0=pyhca7485f_0 +- gdown=5.0.0=pyhd8ed1ab_0 +- gflags=2.2.2=he1b5a44_1004 +- glog=0.6.0=h6f12383_0 +- huggingface_hub=0.22.2=pyhd8ed1ab_0 +- icu=73.2=h59595ed_0 +- idna=3.6=pyhd8ed1ab_0 +- joblib=1.4.0=pyhd8ed1ab_0 +- jq=1.7.1=hd590300_0 +- keyutils=1.6.1=h166bdaf_0 +- krb5=1.21.2=h659d440_0 +- ld_impl_linux-64=2.40=h41732ed_0 +- libabseil=20230125.3=cxx17_h59595ed_0 +- libarrow=12.0.1=h10ac928_8_cpu +- libblas=3.9.0=21_linux64_mkl +- libbrotlicommon=1.0.9=h166bdaf_9 +- libbrotlidec=1.0.9=h166bdaf_9 +- libbrotlienc=1.0.9=h166bdaf_9 +- libcblas=3.9.0=21_linux64_mkl +- libcrc32c=1.1.2=h9c3ff4c_0 +- libcublas=12.1.0.26=0 +- libcufft=11.0.2.4=0 +- libcufile=1.9.1.3=0 +- libcurand=10.3.5.147=0 +- libcurl=8.7.1=hca28451_0 +- libcusolver=11.4.4.55=0 +- libcusparse=12.0.2.55=0 +- libedit=3.1.20191231=he28a2e2_2 +- libev=4.33=hd590300_2 +- libevent=2.1.12=hf998b51_1 +- libffi=3.4.2=h7f98852_5 +- libgcc-ng=13.2.0=h807b86a_5 +- libgfortran-ng=7.5.0=h14aa051_20 +- libgfortran4=7.5.0=h14aa051_20 +- libgoogle-cloud=2.12.0=h840a212_1 +- libgrpc=1.56.2=h3905398_1 +- libhwloc=2.9.3=default_h554bfaf_1009 +- libiconv=1.17=hd590300_2 +- liblapack=3.9.0=21_linux64_mkl +- libnghttp2=1.58.0=h47da74e_1 +- libnpp=12.0.2.50=0 +- libnsl=2.0.1=hd590300_0 +- libnuma=2.0.18=hd590300_0 +- libnvjitlink=12.1.105=0 +- libnvjpeg=12.1.1.14=0 +- libprotobuf=4.23.3=hd1fb520_1 +- libsqlite=3.45.2=h2797004_0 +- libssh2=1.11.0=h0841786_0 +- libstdcxx-ng=13.2.0=h7e041cc_5 +- libthrift=0.18.1=h8fd135c_2 +- libutf8proc=2.8.0=h166bdaf_0 +- libuuid=2.38.1=h0b41bf4_0 +- libuv=1.48.0=hd590300_0 +- libxcrypt=4.4.36=hd590300_1 +- libxml2=2.12.6=h232c23b_1 +- libzlib=1.2.13=hd590300_5 +- llvm-openmp=18.1.3=h4dfa4b3_0 +- lz4-c=1.9.4=hcb278e6_0 +- mkl=2024.0.0=ha957f24_49657 +- multidict=6.0.5=py38h01eb140_0 +- multiprocess=0.70.16=py38h01eb140_0 +- ncurses=6.4.20240210=h59595ed_0 +- ninja=1.11.1=h924138e_0 +- numpy=1.21.6=py38h1d589f8_0 +- oniguruma=6.9.9=hd590300_0 +- openssl=3.2.1=hd590300_1 +- orc=1.9.0=h385abfd_1 +- packaging=21.3=pyhd8ed1ab_0 +- pandas=2.0.3=py38h01efb38_1 +- pip=24.0=pyhd8ed1ab_0 +- pyarrow=12.0.1=py38h39356d1_8_cpu +- pyarrow-hotfix=0.6=pyhd8ed1ab_0 +- pyparsing=3.1.2=pyhd8ed1ab_0 +- pysocks=1.7.1=pyha2e5f31_6 +- python=3.8.19=hd12c33a_0_cpython +- python-dateutil=2.9.0=pyhd8ed1ab_0 +- python-tzdata=2024.1=pyhd8ed1ab_0 +- python-xxhash=3.4.1=py38h01eb140_0 +- python_abi=3.8=4_cp38 +- pytorch=1.8.0=py3.8_cuda11.1_cudnn8.0.5_0 +- pytorch-cuda=12.1=ha16c6d3_5 +- pytz=2024.1=pyhd8ed1ab_0 +- pyyaml=6.0.1=py38h01eb140_1 +- rdma-core=28.9=h59595ed_1 +- re2=2023.03.02=h8c504da_0 +- readline=8.2=h8228510_1 +- regex=2023.12.25=py38h01eb140_0 +- requests=2.31.0=pyhd8ed1ab_0 +- s2n=1.3.49=h06160fa_0 +- sacremoses=0.0.53=pyhd8ed1ab_0 +- scipy=1.4.0=py38h921218d_0 +- setuptools=69.2.0=pyhd8ed1ab_0 +- six=1.16.0=pyh6c4a22f_0 +- snappy=1.1.10=hdb0a2a9_1 +- soupsieve=2.5=pyhd8ed1ab_1 +- tbb=2021.11.0=h00ab1b0_1 +- tk=8.6.13=noxft_h4845f30_101 +- tokenizers=0.10.3=py38hb63a372_1 +- tqdm=4.66.2=pyhd8ed1ab_0 +- transformers=4.4.2=pyhd8ed1ab_0 +- typing-extensions=4.11.0=hd8ed1ab_0 +- typing_extensions=4.11.0=pyha770c72_0 +- ucx=1.14.1=h64cca9d_5 +- urllib3=2.2.1=pyhd8ed1ab_0 +- wheel=0.43.0=pyhd8ed1ab_1 +- xxhash=0.8.2=hd590300_0 +- xz=5.2.6=h166bdaf_0 +- yaml=0.2.5=h7f98852_2 +- yarl=1.9.4=py38h01eb140_0 +- zstd=1.5.5=hfc55251_0 + diff --git a/data/corpus-transfer-yao-et-al/code/repo b/data/corpus-transfer-yao-et-al/code/repo new file mode 160000 index 0000000000000000000000000000000000000000..bfe1d969d2b5cc26412a2185ca139884ab01200a --- /dev/null +++ b/data/corpus-transfer-yao-et-al/code/repo @@ -0,0 +1 @@ +Subproject commit bfe1d969d2b5cc26412a2185ca139884ab01200a diff --git a/data/corpus-transfer-yao-et-al/code/run.sh b/data/corpus-transfer-yao-et-al/code/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..fc6758f8fafe0220f0f56e85cb047128d28f197d --- /dev/null +++ b/data/corpus-transfer-yao-et-al/code/run.sh @@ -0,0 +1,34 @@ +#!/usr/bin/env bash + +set -e + +cd repo/ec-game +# gdown --folder https://drive.google.com/drive/folders/1u5JHzt5U-w8Y0vBoT8-I9lacROXWUXs5 +# mv image_features data + +for dataset in cc coco_2014; do + python train.py --dataset $dataset --name default --extract $dataset + pt_path=(./ckpt/${dataset}_vocab_4035_seq_15_reset_-1_nlayers_1/run-default/model_*_999_4035.pt-${dataset}.pt) + out_path=../../data/${dataset} + mkdir -p $out_path + + out_metadata=$out_path/metadata.json + if ! [[ -s $out_metadata ]]; then + echo '{}' >$out_metadata + fi + acc=$(basename $pt_path | cut -d_ -f2) + jq ".metrics.system.acc=$acc" \ + <$out_metadata >$out_metadata.tmp + mv $out_metadata{.tmp,} + + sed 's/^ //' <<- EOF | python + import torch + import json + corpus = torch.load("$pt_path").tolist() + with open("${out_path}/corpus.jsonl", "w") as fo: + for row in corpus: + fo.write(json.dumps(row, indent=None)) + fo.write("\n") +EOF + +done diff --git a/data/corpus-transfer-yao-et-al/data/cc/corpus.json b/data/corpus-transfer-yao-et-al/data/cc/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..d641e428ead83f8e8eb0114bb8fe67f3483cee89 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/cc/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5fff77acb51faa1c3e0738f055929981d441f7dced6b28e6286c79c3936519 +size 109583532 diff --git a/data/corpus-transfer-yao-et-al/data/cc/corpus.jsonl b/data/corpus-transfer-yao-et-al/data/cc/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5a71f1a9f661982375333bfbf781a7284b529526 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/cc/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9940e66d765d407050782ad85e15df73728203aa963f28ed05ec4084bdad38 +size 149696148 diff --git a/data/corpus-transfer-yao-et-al/data/cc/metadata.json b/data/corpus-transfer-yao-et-al/data/cc/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4e79d50e3b49b0d970204dacef846cfb25da3c53 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/cc/metadata.json @@ -0,0 +1,22 @@ +{ + "metrics": { + "system": { + "acc": 36.42 + }, + "analysis": { + "Token Count": 42977805, + "Line Count": 2865187, + "Tokens per Line": 15.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 391, + "Unique Lines": 309405, + "1-gram Entropy": 1.3983061027674797, + "1-gram Normalized Entropy": 0.16238556219286776, + "2-gram Entropy": 2.059689262620149, + "2-gram Conditional Entropy": 0.6613831598526692, + "Entropy per Line": 20.974591541512382, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json b/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..fd21c54faa8b2092bab15b3f7af26a33291ad0cf --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5e1e7f938f43aa99b7d1c55ecec493266a2c3f791c70d9bf4c0e441bfefd32 +size 5740558 diff --git a/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.jsonl b/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..52a2f8886c0aaffa0c36600ff573c81f19e9e391 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/coco_2014/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1b22669fa5b5a7ea70de94dcf83e2f7cbd59d678698828c634b5fb00a994fd +size 6899518 diff --git a/data/corpus-transfer-yao-et-al/data/coco_2014/metadata.json b/data/corpus-transfer-yao-et-al/data/coco_2014/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..5f41b23ec4284b775f91c4ff5f00d0d9d5586e9a --- /dev/null +++ b/data/corpus-transfer-yao-et-al/data/coco_2014/metadata.json @@ -0,0 +1,22 @@ +{ + "metrics": { + "system": { + "acc": 98.12 + }, + "analysis": { + "Token Count": 1241745, + "Line Count": 82783, + "Tokens per Line": 15.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 902, + "Unique Lines": 82783, + "1-gram Entropy": 6.5993211324829595, + "1-gram Normalized Entropy": 0.6722351167877958, + "2-gram Entropy": 12.884451168834724, + "2-gram Conditional Entropy": 6.285130036351765, + "Entropy per Line": 98.98981698724984, + "EoS Token Present": true, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/corpus-transfer-yao-et-al/metadata.yml b/data/corpus-transfer-yao-et-al/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..25596ac6035ed87fc681830a6097563cf29757e0 --- /dev/null +++ b/data/corpus-transfer-yao-et-al/metadata.yml @@ -0,0 +1,20 @@ +origin: + source: https://github.com/brendon-boldt/ec-nl + upstream_source: https://github.com/ysymyth/ec-nl + paper: https://openreview.net/forum?id=49A1Y6tRhaq +system: + game_type: signalling + game_subtype: discrimination + observation_type: image + observation_continuous: true + data_source: natural + seeding_available: true + symmetric_agents: false + multi_step: false + multi_utterance: false + more_than_2_agents: false + variants: + coco_2014: + dataset: coco_2014 + cc: + dataset: conceptual_captions diff --git a/data/ec-at-scale/code/.gitignore b/data/ec-at-scale/code/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..9cdf4f05265644803d75d8a4ebfea8c58ea420fb --- /dev/null +++ b/data/ec-at-scale/code/.gitignore @@ -0,0 +1 @@ +/checkpoint/ diff --git a/data/ec-at-scale/code/README.md b/data/ec-at-scale/code/README.md new file mode 100644 index 0000000000000000000000000000000000000000..20ad1ac86cd5ff4a5b26c298e2c7bde538d5fe27 --- /dev/null +++ b/data/ec-at-scale/code/README.md @@ -0,0 +1,13 @@ +# Emergent Communication at Scale + +- If running experiments, familiarize yourself with `helper.py` at the very + least as this defines the hyperparameters for each config as provides useful + options like skipping training and doing eval only. +- For changing hyperparameters, please see + `emergent_communication_at_scale/configs/lewis_config.py` for the list of + hyperparameters (and their defaults). +- We are not able to replicate the 50x50 experiment even with an A100 80 GiB + possibly because the original experiment were run on a TPU. +- If using conda/mamba, create the environment with `--channel-priority + flexible`. This is needed due to conda-forge not having all of the necessary + packages and the nvidia channel not specifying dependencies correctly. diff --git a/data/ec-at-scale/code/emergent_communication_at_scale b/data/ec-at-scale/code/emergent_communication_at_scale new file mode 160000 index 0000000000000000000000000000000000000000..297f3901b03a9fd6d67a84ec8b3ccc468d8eed5d --- /dev/null +++ b/data/ec-at-scale/code/emergent_communication_at_scale @@ -0,0 +1 @@ +Subproject commit 297f3901b03a9fd6d67a84ec8b3ccc468d8eed5d diff --git a/data/ec-at-scale/code/environment.yml b/data/ec-at-scale/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..ee005e9f808f9fc0ebc22b4dd1af609d899721b6 --- /dev/null +++ b/data/ec-at-scale/code/environment.yml @@ -0,0 +1,79 @@ +name: ec-at-scale +channels: + - conda-forge + - nvidia + - nodefaults +dependencies: + - python==3.9.* + - cudatoolkit==11.8.* + - cudnn~=8.0 + - nvidia::cuda-nvcc==11.8.* + - pip: + - absl-py==1.0.0 + - astunparse==1.6.3 + - cachetools==5.3.3 + - certifi==2024.2.2 + - charset-normalizer==3.3.2 + - chex==0.1.0 + - cloudpickle==3.0.0 + - contextlib2==21.6.0 + - decorator==5.1.1 + - dill==0.3.8 + - distrax==0.1.3 + - dm-haiku==0.0.6 + - dm-tree==0.1.6 + - editdistance==0.6.0 + - flatbuffers==2.0.7 + - gast==0.5.4 + - google-auth==2.28.2 + - google-auth-oauthlib==0.4.6 + - google-pasta==0.2.0 + - googleapis-common-protos==1.63.0 + - grpcio==1.62.1 + - h5py==3.10.0 + - idna==3.6 + - importlib_metadata==7.0.2 + - jax==0.3.0 + - -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html # This line impacts the following line + - jaxlib==0.3.0+cuda11.cudnn82 + - jaxline @ git+https://github.com/google-deepmind/jaxline@f1503f6a06d46aa9eb2eab8eed6130895148ffa2 + - jmp==0.0.4 + - keras==2.8.0 + - Keras-Preprocessing==1.1.2 + - libclang==16.0.6 + - Markdown==3.5.2 + - MarkupSafe==2.1.5 + - ml_collections==0.1.1 + - numpy==1.22.2 + - oauthlib==3.2.2 + - opt-einsum==3.3.0 + - optax==0.1.1 + - promise==2.3 + - protobuf==3.20.3 + - pyasn1==0.5.1 + - pyasn1-modules==0.3.0 + - PyYAML==6.0.1 + - requests==2.31.0 + - requests-oauthlib==1.4.0 + - rlax==0.1.2 + - rsa==4.9 + - scipy==1.8.0 + - six==1.16.0 + - tabulate==0.9.0 + - tensorboard==2.8.0 + - tensorboard-data-server==0.6.1 + - tensorboard-plugin-wit==1.8.1 + - tensorflow==2.8.0 + - tensorflow-datasets==4.5.2 + - tensorflow-io-gcs-filesystem==0.36.0 + - tensorflow-metadata==1.14.0 + - tensorflow-probability==0.16.0 + - termcolor==2.4.0 + - tf-estimator-nightly==2.8.0.dev2021122109 + - toolz==0.12.1 + - tqdm==4.66.2 + - typing_extensions==4.10.0 + - urllib3==2.2.1 + - Werkzeug==3.0.1 + - wrapt==1.16.0 + - zipp==3.18.0 diff --git a/data/ec-at-scale/code/helper.py b/data/ec-at-scale/code/helper.py new file mode 100644 index 0000000000000000000000000000000000000000..d9f0a6f349d0344417e926841d519e1759f67577 --- /dev/null +++ b/data/ec-at-scale/code/helper.py @@ -0,0 +1,74 @@ +import json +import subprocess +from typing import Union + +Variant = dict[str, Union[str, float, int]] + +default_variant: Variant = { + "random_seed": 0, + "experiment_kwargs.config.population.n_speakers": 0, + "experiment_kwargs.config.population.n_listeners": 0, + "training_steps": int(2e5), # Originally int(2e5) +} + + +variants: dict[str, Variant] = { + "1x1": { + "experiment_kwargs.config.population.n_speakers": 1, + "experiment_kwargs.config.population.n_listeners": 1, + "experiment_kwargs.config.population.num_agents_per_step": 1, + }, + "5x5": { + "experiment_kwargs.config.population.n_speakers": 5, + "experiment_kwargs.config.population.n_listeners": 5, + "experiment_kwargs.config.population.num_agents_per_step": 5, + }, + "10x10": { + "experiment_kwargs.config.population.n_speakers": 10, + "experiment_kwargs.config.population.n_listeners": 10, + "experiment_kwargs.config.population.num_agents_per_step": 10, + }, + "1x10": { + "experiment_kwargs.config.population.n_speakers": 10, + "experiment_kwargs.config.population.n_listeners": 10, + "experiment_kwargs.config.population.num_agents_per_step": 10, + }, + "10x1": { + "experiment_kwargs.config.population.n_speakers": 10, + "experiment_kwargs.config.population.n_listeners": 1, + "experiment_kwargs.config.population.num_agents_per_step": 10, + }, +} + + +def make_cmd(var: Variant) -> list[str]: + config_flags = [f"--config.{k}={v}" for k, v in var.items()] + # fmt: off + return [ + "python", + "-m", "emergent_communication_at_scale.main", + f"--config=emergent_communication_at_scale/configs/lewis_config.py:imagenet", + # To skip training and eval only, uncomment the follwing: + # "--config.skip_train", + *config_flags, + ] + # fmt: on + +def main() -> None: + for name, variant in variants.items(): + variant = default_variant | variant + # For now, ImageNet is the only dataset that works; the CelebA provided + # is missing metdata. + checkpoint_dir = f"./checkpoint/imagenet-{name}" + variant["checkpoint_dir"] = checkpoint_dir + cmd = make_cmd(variant) + subprocess.run(cmd) + with open(checkpoint_dir + "/metadata.json", "r+") as fo: + data = json.load(fo) + fo.seek(0) + json.dump({"metrics": {"system": data}}, fo) + fo.truncate() + + +if __name__ == "__main__": + main() diff --git a/data/ec-at-scale/code/run.sh b/data/ec-at-scale/code/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..7149f968109e00b2754c1c34b8431e240210c6e4 --- /dev/null +++ b/data/ec-at-scale/code/run.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +set -e + +cd emergent_communication_at_scale + mkdir -p emcom_datasets/ + cd emcom_datasets + wget https://storage.googleapis.com/dm_emcom_at_scale_dataset/byol_celeb_a2.tar.gz + tar xf byol_celeb_a2.tar.gz + wget https://storage.googleapis.com/dm_emcom_at_scale_dataset/byol_imagenet2012.tar.gz + tar xf byol_imagenet2012.tar.gz + cd .. +cd .. + +# Python cannot find the CUDA libraries without manually inserting the conad +# environment's /lib path into the LD_LIBRARY_PATH +CONDA_LIB_DIR=$(which python | sed s,bin/python,lib,) +export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$CONDA_LIB_DIR + +# If this is unset, the code will OOM on an 11 GiB card, possibly due to jax +# and TensorFlow both preallocating. +export XLA_PYTHON_CLIENT_PREALLOCATE=false + +python helper.py + +for dir in checkpoint/*/; do + target=../data/$(basename $dir) + mkdir -p $target + cp $dir/{corpus.jsonl,metadata.json} $target +done diff --git a/data/ec-at-scale/data/imagenet-10x1/corpus.json b/data/ec-at-scale/data/imagenet-10x1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..62d2d291ec8682bec2f904e32b691e1157c3207f --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11db0bd353190d6e92fbaa88de62fc426c8fc72ebba7a9d0eb7289bcb862817e +size 6896944 diff --git a/data/ec-at-scale/data/imagenet-10x1/corpus.jsonl b/data/ec-at-scale/data/imagenet-10x1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f5cd3c8da99eebdbc4b905c84fed67350299197d --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718ca2aa22edd226528faaeca9e594d659213054b462b642b20d3e8c60c10758 +size 6896942 diff --git a/data/ec-at-scale/data/imagenet-10x1/metadata.json b/data/ec-at-scale/data/imagenet-10x1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..827e3efff11bf4a5c597dc0b4f998381353281f1 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x1/metadata.json @@ -0,0 +1,33 @@ +{ + "metrics": { + "system": { + "ensemble_acc": 0.9495784044265747, + "entropy_loss": -2.2872351109981537e-05, + "global_accuracy": 0.9495784044265747, + "kl_target_loss": 0.0022421739995479584, + "listener_loss": 5.152955055236816, + "policy_loss": -0.004908442031592131, + "speaker_entropy": 0.2287234514951706, + "speaker_loss": 0.04276631772518158, + "value": 0.9595987200737, + "value_loss": 0.04545542597770691, + "topographic_similarity": 0.14282985045338095, + "edit_distance": 0.16641983999999996 + }, + "analysis": { + "Token Count": 2500000, + "Line Count": 250000, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 20, + "Unique Lines": 161235, + "1-gram Entropy": 3.980879019954636, + "1-gram Normalized Entropy": 0.9210886744422769, + "2-gram Entropy": 6.811992078533236, + "2-gram Conditional Entropy": 2.8311130585786, + "Entropy per Line": 39.80879019954635, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/ec-at-scale/data/imagenet-10x10/corpus.json b/data/ec-at-scale/data/imagenet-10x10/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..f82342397f767def950a674196c5f0bb029c7a25 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x10/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da42201c915cab36d3faf8fe42c20b8c24e25eee1796f46276264129281b3e8 +size 6761368 diff --git a/data/ec-at-scale/data/imagenet-10x10/corpus.jsonl b/data/ec-at-scale/data/imagenet-10x10/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..867495e3079afce57dc95366d711fba827861a49 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x10/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f329b7bc0328c40fd47548f7c85e769dc46ee7305bc6a69bb7cc28893cc9e86 +size 6761366 diff --git a/data/ec-at-scale/data/imagenet-10x10/metadata.json b/data/ec-at-scale/data/imagenet-10x10/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..141fb966bfe206a066556ebf07d263bfee6c75cc --- /dev/null +++ b/data/ec-at-scale/data/imagenet-10x10/metadata.json @@ -0,0 +1,33 @@ +{ + "metrics": { + "system": { + "ensemble_acc": 0.8967329859733582, + "entropy_loss": -1.821271507651545e-05, + "global_accuracy": 0.8963063955307007, + "kl_target_loss": 0.006626024376600981, + "listener_loss": 5.205354690551758, + "policy_loss": -0.006656202487647533, + "speaker_entropy": 0.18212734162807465, + "speaker_loss": 0.08584365993738174, + "value": 0.9049876928329468, + "value_loss": 0.08589214086532593, + "topographic_similarity": 0.17428967367480422, + "edit_distance": 0.2886908177777778 + }, + "analysis": { + "Token Count": 2500000, + "Line Count": 250000, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 20, + "Unique Lines": 126775, + "1-gram Entropy": 3.9087127249184563, + "1-gram Normalized Entropy": 0.9043909660464456, + "2-gram Entropy": 6.328753505935751, + "2-gram Conditional Entropy": 2.4200407810172946, + "Entropy per Line": 39.08712724918456, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/ec-at-scale/data/imagenet-1x1/corpus.json b/data/ec-at-scale/data/imagenet-1x1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..db5013e7a223cfac724894b1de4aaa004f8129ac --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09a3e7a9233923321facc3d8c666e87d5c7530321bf9b096bf4c6d00ef95d62 +size 6781136 diff --git a/data/ec-at-scale/data/imagenet-1x1/corpus.jsonl b/data/ec-at-scale/data/imagenet-1x1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3345e60cf5c280ee8948adbdd878617e3912e621 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b91e9eb2ea7ddeb7a4f4150546313c072b1b06bc8e87394de824805232bb01 +size 6781134 diff --git a/data/ec-at-scale/data/imagenet-1x1/metadata.json b/data/ec-at-scale/data/imagenet-1x1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0c70c70bdfd71b685ffe0e8ea21f0d98dc4b4e74 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x1/metadata.json @@ -0,0 +1,33 @@ +{ + "metrics": { + "system": { + "ensemble_acc": 0.9474480152130127, + "entropy_loss": -2.0390369172673672e-05, + "global_accuracy": 0.9474480152130127, + "kl_target_loss": 0.003052737796679139, + "listener_loss": 5.183006763458252, + "policy_loss": -0.0031653011683374643, + "speaker_entropy": 0.20390371978282928, + "speaker_loss": 0.04731297120451927, + "value": 0.9464924931526184, + "value_loss": 0.047445882111787796, + "topographic_similarity": 0.19108432344474555, + "edit_distance": NaN + }, + "analysis": { + "Token Count": 2500000, + "Line Count": 250000, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 20, + "Unique Lines": 145834, + "1-gram Entropy": 4.1217964300030046, + "1-gram Normalized Entropy": 0.9536938929823695, + "2-gram Entropy": 6.882812674389346, + "2-gram Conditional Entropy": 2.761016244386341, + "Entropy per Line": 41.21796430003004, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/ec-at-scale/data/imagenet-1x10/corpus.json b/data/ec-at-scale/data/imagenet-1x10/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..b6a62b3340603c856bdb251b28d1081f024dbe0e --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x10/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6304789e7a2f98faed3eb8447eba1da2bd80a42de5c80d73d77d3ec8f027c1 +size 6709350 diff --git a/data/ec-at-scale/data/imagenet-1x10/corpus.jsonl b/data/ec-at-scale/data/imagenet-1x10/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1bfb412c4a7af53a696625b3d45404663194172d --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x10/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce000a8b9614896d3b867ff819c01fc737e02025957fc97f32793b1109da180e +size 6709348 diff --git a/data/ec-at-scale/data/imagenet-1x10/metadata.json b/data/ec-at-scale/data/imagenet-1x10/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..dd41dcf140eb1cd2edff4186167a184cb7cd8626 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-1x10/metadata.json @@ -0,0 +1,33 @@ +{ + "metrics": { + "system": { + "ensemble_acc": 0.8867245316505432, + "entropy_loss": -1.829572101996746e-05, + "global_accuracy": 0.8864195942878723, + "kl_target_loss": 0.006710993126034737, + "listener_loss": 5.240674018859863, + "policy_loss": -0.006924220360815525, + "speaker_entropy": 0.18295720219612122, + "speaker_loss": 0.09315628558397293, + "value": 0.8960686326026917, + "value_loss": 0.09338785707950592, + "topographic_similarity": 0.17247002371802875, + "edit_distance": 0.26450684444444444 + }, + "analysis": { + "Token Count": 2500000, + "Line Count": 250000, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 20, + "Unique Lines": 120182, + "1-gram Entropy": 3.975497542499577, + "1-gram Normalized Entropy": 0.9198435178045659, + "2-gram Entropy": 6.375876157622154, + "2-gram Conditional Entropy": 2.400378615122577, + "Entropy per Line": 39.75497542499577, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/ec-at-scale/data/imagenet-5x5/corpus.json b/data/ec-at-scale/data/imagenet-5x5/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..7d99e9da39e9f19aab1562b2c28d8be966223e35 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-5x5/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42beb80fead4e38480bb0394878503935f49b63a91f07a797769fbd53a9a915d +size 6859468 diff --git a/data/ec-at-scale/data/imagenet-5x5/corpus.jsonl b/data/ec-at-scale/data/imagenet-5x5/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2e8994659c3737b317a7abd93e9244cb9396243c --- /dev/null +++ b/data/ec-at-scale/data/imagenet-5x5/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0128191b58ee36f73b9a0c6d212a8509de18e19fadafa3b49820bf104fa42c7 +size 6859466 diff --git a/data/ec-at-scale/data/imagenet-5x5/metadata.json b/data/ec-at-scale/data/imagenet-5x5/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4fa8de7faf820e228d3bc3cee0624dff039f89d7 --- /dev/null +++ b/data/ec-at-scale/data/imagenet-5x5/metadata.json @@ -0,0 +1,33 @@ +{ + "metrics": { + "system": { + "ensemble_acc": 0.9424194097518921, + "entropy_loss": -2.5158240532618947e-05, + "global_accuracy": 0.9426048398017883, + "kl_target_loss": 0.0037637706845998764, + "listener_loss": 5.16317892074585, + "policy_loss": -0.0060182115994393826, + "speaker_entropy": 0.25158238410949707, + "speaker_loss": 0.049172066152095795, + "value": 0.9527910947799683, + "value_loss": 0.051451701670885086, + "topographic_similarity": 0.1784494698257515, + "edit_distance": 0.18826568000000002 + }, + "analysis": { + "Token Count": 2500000, + "Line Count": 250000, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 20, + "Unique Lines": 169505, + "1-gram Entropy": 4.2131963272482045, + "1-gram Normalized Entropy": 0.9748418378899495, + "2-gram Entropy": 7.137787664072739, + "2-gram Conditional Entropy": 2.924591336824535, + "Entropy per Line": 42.131963272482025, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/ec-at-scale/metadata.yml b/data/ec-at-scale/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..5ac384b7899b015139a4593b8c25885576ba8b9a --- /dev/null +++ b/data/ec-at-scale/metadata.yml @@ -0,0 +1,31 @@ +origin: + source: https://github.com/brendon-boldt/emergent_communication_at_scale + upstream_source: https://github.com/google-deepmind/emergent_communication_at_scale + paper: https://openreview.net/forum?id=AUGBfDIV9rL +system: + game_type: signalling + data_source: natural + game_subtype: discrimination + observation_type: image + observation_continuous: true + seeding_available: true + multi_step: false + more_than_2_agents: true + multi_utterance: false + symmetric_agents: false + variants: + imagenet-1x10: + n_receivers: 10 + n_senders: 1 + imagenet-10x10: + n_receivers: 10 + n_senders: 10 + imagenet-5x5: + n_receivers: 5 + n_senders: 5 + imagenet-1x1: + n_receivers: 1 + n_senders: 1 + imagenet-10x1: + n_receivers: 1 + n_senders: 10 diff --git a/data/egg-discrimination/code/environment.editable.yml b/data/egg-discrimination/code/environment.editable.yml new file mode 100644 index 0000000000000000000000000000000000000000..b266d481c8aa3e52f77971dce3e0f518ad88f25d --- /dev/null +++ b/data/egg-discrimination/code/environment.editable.yml @@ -0,0 +1,17 @@ +name: fair-egg +channels: + - torch + - conda-forge + - nodefaults +dependencies: + - pytorch>=1.1.0 + - torchvision + - scipy + - numpy + - pytest + - editdistance + - dataclasses + - rich + - scikit-learn + - wandb + - submitit diff --git a/data/egg-discrimination/code/environment.yml b/data/egg-discrimination/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..2ff400b1eec8d775d0ca7257e21c80ea7abc2333 --- /dev/null +++ b/data/egg-discrimination/code/environment.yml @@ -0,0 +1,131 @@ +name: fair-egg +channels: +- conda-forge +dependencies: +- _libgcc_mutex=0.1=conda_forge +- _openmp_mutex=4.5=2_kmp_llvm +- appdirs=1.4.4=pyh9f0ad1d_0 +- brotli-python=1.1.0=py312h30efb56_1 +- bzip2=1.0.8=hd590300_5 +- ca-certificates=2024.2.2=hbcca054_0 +- certifi=2024.2.2=pyhd8ed1ab_0 +- charset-normalizer=3.3.2=pyhd8ed1ab_0 +- click=8.1.7=unix_pyh707e725_0 +- cloudpickle=3.0.0=pyhd8ed1ab_0 +- colorama=0.4.6=pyhd8ed1ab_0 +- cuda-cudart=12.3.101=hd3aeb46_0 +- cuda-cudart_linux-64=12.3.101=h59595ed_0 +- cuda-nvrtc=12.3.107=hd3aeb46_0 +- cuda-nvtx=12.3.101=h59595ed_0 +- cuda-version=12.3=h32bc705_2 +- cudnn=8.8.0.121=h264754d_4 +- dataclasses=0.8=pyhc8e2a94_3 +- docker-pycreds=0.4.0=py_0 +- editdistance=0.6.2=py312h30efb56_2 +- exceptiongroup=1.2.0=pyhd8ed1ab_2 +- filelock=3.13.1=pyhd8ed1ab_0 +- freetype=2.12.1=h267a509_2 +- fsspec=2024.2.0=pyhca7485f_0 +- gitdb=4.0.11=pyhd8ed1ab_0 +- gitpython=3.1.42=pyhd8ed1ab_0 +- icu=73.2=h59595ed_0 +- idna=3.6=pyhd8ed1ab_0 +- iniconfig=2.0.0=pyhd8ed1ab_0 +- jinja2=3.1.3=pyhd8ed1ab_0 +- joblib=1.3.2=pyhd8ed1ab_0 +- lcms2=2.16=hb7c19ff_0 +- ld_impl_linux-64=2.40=h41732ed_0 +- lerc=4.0.0=h27087fc_0 +- libabseil=20230802.1=cxx17_h59595ed_0 +- libblas=3.9.0=21_linux64_openblas +- libcblas=3.9.0=21_linux64_openblas +- libcublas=12.3.4.1=hd3aeb46_0 +- libcufft=11.0.12.1=hd3aeb46_0 +- libcurand=10.3.4.107=hd3aeb46_0 +- libcusolver=11.5.4.101=hd3aeb46_0 +- libcusparse=12.2.0.103=hd3aeb46_0 +- libdeflate=1.19=hd590300_0 +- libexpat=2.5.0=hcb278e6_1 +- libffi=3.4.2=h7f98852_5 +- libgcc-ng=13.2.0=h807b86a_5 +- libgfortran-ng=13.2.0=h69a702a_5 +- libgfortran5=13.2.0=ha4646dd_5 +- libhwloc=2.9.3=default_h554bfaf_1009 +- libiconv=1.17=hd590300_2 +- libjpeg-turbo=3.0.0=hd590300_1 +- liblapack=3.9.0=21_linux64_openblas +- libmagma=2.7.2=h173bb3b_2 +- libmagma_sparse=2.7.2=h173bb3b_2 +- libnsl=2.0.1=hd590300_0 +- libnvjitlink=12.3.101=hd3aeb46_0 +- libopenblas=0.3.26=pthreads_h413a1c8_0 +- libpng=1.6.43=h2797004_0 +- libprotobuf=4.25.1=hf27288f_2 +- libsqlite=3.45.1=h2797004_0 +- libstdcxx-ng=13.2.0=h7e041cc_5 +- libtiff=4.6.0=ha9c0a0a_2 +- libtorch=2.1.2=cuda120_h2aa5df7_301 +- libuuid=2.38.1=h0b41bf4_0 +- libuv=1.47.0=hd590300_0 +- libwebp-base=1.3.2=hd590300_0 +- libxcb=1.15=h0b41bf4_0 +- libxcrypt=4.4.36=hd590300_1 +- libxml2=2.12.5=h232c23b_0 +- libzlib=1.2.13=hd590300_5 +- llvm-openmp=17.0.6=h4dfa4b3_0 +- magma=2.7.2=h51420fd_2 +- markdown-it-py=3.0.0=pyhd8ed1ab_0 +- markupsafe=2.1.5=py312h98912ed_0 +- mdurl=0.1.2=pyhd8ed1ab_0 +- mkl=2023.2.0=h84fe81f_50496 +- mpmath=1.3.0=pyhd8ed1ab_0 +- nccl=2.20.3.1=h3a97aeb_0 +- ncurses=6.4=h59595ed_2 +- networkx=3.2.1=pyhd8ed1ab_0 +- numpy=1.26.4=py312heda63a1_0 +- openjpeg=2.5.1=h488ebb8_0 +- openssl=3.2.1=hd590300_0 +- packaging=23.2=pyhd8ed1ab_0 +- pathtools=0.1.2=py_1 +- pillow=10.2.0=py312hf3581a9_0 +- pip=24.0=pyhd8ed1ab_0 +- pluggy=1.4.0=pyhd8ed1ab_0 +- protobuf=4.25.1=py312h9a107e5_0 +- psutil=5.9.8=py312h98912ed_0 +- pthread-stubs=0.4=h36c2ea0_1001 +- pygments=2.17.2=pyhd8ed1ab_0 +- pysocks=1.7.1=pyha2e5f31_6 +- pytest=8.0.2=pyhd8ed1ab_0 +- python=3.12.2=hab00c5b_0_cpython +- python_abi=3.12=4_cp312 +- pytorch=2.1.2=cuda120_py312h6e1fc47_301 +- pyyaml=6.0.1=py312h98912ed_1 +- readline=8.2=h8228510_1 +- requests=2.31.0=pyhd8ed1ab_0 +- rich=13.7.0=pyhd8ed1ab_0 +- scikit-learn=1.4.1.post1=py312h394d371_0 +- scipy=1.12.0=py312heda63a1_2 +- sentry-sdk=1.40.6=pyhd8ed1ab_0 +- setproctitle=1.3.3=py312h98912ed_0 +- setuptools=69.1.1=pyhd8ed1ab_0 +- six=1.16.0=pyh6c4a22f_0 +- sleef=3.5.1=h9b69904_2 +- smmap=5.0.0=pyhd8ed1ab_0 +- submitit=1.5.1=pyhd8ed1ab_0 +- sympy=1.12=pyh04b8f61_3 +- tbb=2021.11.0=h00ab1b0_1 +- threadpoolctl=3.3.0=pyhc1e730c_0 +- tk=8.6.13=noxft_h4845f30_101 +- tomli=2.0.1=pyhd8ed1ab_0 +- torchvision=0.16.1=cuda120py312h666f796_3 +- typing_extensions=4.10.0=pyha770c72_0 +- tzdata=2024a=h0c530f3_0 +- urllib3=2.2.1=pyhd8ed1ab_0 +- wandb=0.16.3=pyhd8ed1ab_0 +- wheel=0.42.0=pyhd8ed1ab_0 +- xorg-libxau=1.0.11=hd590300_0 +- xorg-libxdmcp=1.1.3=h7f98852_0 +- xz=5.2.6=h166bdaf_0 +- yaml=0.2.5=h7f98852_2 +- zstd=1.5.5=hfc55251_0 + diff --git a/data/egg-discrimination/code/repo b/data/egg-discrimination/code/repo new file mode 160000 index 0000000000000000000000000000000000000000..18d72d86cf9706e7ad82f94719b56accd288e59a --- /dev/null +++ b/data/egg-discrimination/code/repo @@ -0,0 +1 @@ +Subproject commit 18d72d86cf9706e7ad82f94719b56accd288e59a diff --git a/data/egg-discrimination/code/run.py b/data/egg-discrimination/code/run.py new file mode 100755 index 0000000000000000000000000000000000000000..6fb7a3a63ad38d13e7ff4ab00a49c15f6a9c3b99 --- /dev/null +++ b/data/egg-discrimination/code/run.py @@ -0,0 +1,199 @@ +#!/usr/bin/env python + +import numpy as np +import sys +from pathlib import Path +import subprocess +import os +import json +from typing import Literal +import logging + +logging.basicConfig(level=logging.INFO) + + +GameType = Literal["disc", "recon"] + +# fmt: off +disc_hparams_header = ( + ["n_attrs", "n_vals", "n_distractors", "n_examples", "vocab_size", "msg_len"] + ) +disc_variant_arr = [ + [ 4, 4, 3, 10000, 10, 10], + [ 6, 6, 3, 10000, 10, 10], + [ 6, 6, 9, 10000, 10, 10], + [ 8, 8, 3, 10000, 10, 10], +] +# fmt: on +disc_variants = [dict(zip(disc_hparams_header, row)) for row in disc_variant_arr] + +# fmt: off +recon_hparams_header = ( + ["n_attrs", "n_vals", "n_examples", "vocab_size", "msg_len"] + ) +recon_variant_arr = [ + [ 4, 4, 10000, 10, 10], + [ 6, 6, 10000, 10, 10], + [ 8, 8, 10000, 10, 10], +] +# fmt: on +recon_variants = [dict(zip(recon_hparams_header, row)) for row in recon_variant_arr] + + +def generate_data( + *, + game_type: GameType, + n_attrs: int, + n_vals: int, + n_distractors: int | None = None, + n_examples: int, + **kwargs, +) -> Path: + rng = np.random.default_rng(0) + + n_items = n_vals**n_attrs + out_dir = Path("input-data") + out_dir.mkdir(exist_ok=True, parents=True) + match game_type: + case "disc": + assert n_distractors is not None + fn = f"{n_attrs}-attr_{n_vals}-val_{n_distractors}-dist.txt" + case "recon": + fn = f"{n_attrs}-attr_{n_vals}-val.txt" + out_path = out_dir / fn + if out_path.exists(): + logging.info(f"{out_path} already exists; skipping data generation.") + else: + # TODO Optimize and refactor + with out_path.open("w") as fo: + match game_type: + case "disc": + assert n_distractors is not None + + def write_example() -> None: + raw = rng.choice(n_items, n_distractors + 1, replace=False) + label = rng.integers(n_distractors + 1) + sample = np.empty((n_distractors + 1, n_attrs), dtype=np.int64) + for j in range(n_attrs): + sample[:, j] = raw // (n_vals**j) % n_vals + fo.write( + " . ".join(" ".join(str(x) for x in row) for row in sample) + ) + fo.write(" . ") + fo.write(str(label)) + fo.write("\n") + + case "recon": + + def write_example() -> None: + raw = rng.choice(n_items) + sample = raw // (n_vals ** np.arange(n_attrs)) % n_vals + fo.write(" ".join(str(x) for x in sample)) + fo.write("\n") + + for i in range(n_examples): + write_example() + return out_path + + +def run_environment(game_type: GameType, cfg: dict, data_path: Path) -> Path: + out_dir = Path("output-data") + out_dir.mkdir(parents=True, exist_ok=True) + match game_type: + case "disc": + fn_parts = [ + cfg["n_attrs"] + "-attr", + cfg["n_vals"] + "-val", + cfg["n_distractors"] + "-dist", + cfg["vocab_size"] + "-vocab", + cfg["msg_len"] + "-len", + ] + case "recon": + fn_parts = [ + cfg["n_attrs"] + "-attr", + cfg["n_vals"] + "-val", + cfg["vocab_size"] + "-vocab", + cfg["msg_len"] + "-len", + ] + out_file = out_dir / ("_".join(fn_parts) + ".out") + if out_file.exists(): + logging.info(f"{out_file} already exists; skipping running environment.") + else: + # fmt: off + cmd = [ + "python", + "-m", "egg.zoo.basic_games.play", + "--mode", "gs", + "--game_type", "discri" if game_type == "disc" else "recon", + "--train_data", str(data_path), + "--validation_data", str(data_path), + "--n_attributes", cfg["n_attrs"], + "--n_values", cfg["n_vals"], + "--n_epochs", "100", + "--batch_size", "1024", + "--validation_batch_size", "1024", + "--max_len", cfg["msg_len"], + "--vocab_size", cfg["vocab_size"], + "--sender_hidden", "256", + "--receiver_hidden", "512", + "--sender_embedding", "32", + "--receiver_embedding", "32", + "--receiver_cell", "gru", + "--sender_cell", "gru", + "--lr", "0.001", + "--print_validation_events", + ] + # fmt: on + env = os.environ.copy() + python_path = env.get("PYTHONPATH", "") + ":repo" + env["PYTHONPATH"] = python_path.lstrip(":") + with out_file.open("w") as fo: + subprocess.run(cmd, stdout=fo, env=env) + return out_file + + +def process_output(raw_out_path: Path) -> None: + out_path = Path("../data") / raw_out_path.stem / "corpus.jsonl" + out_path.parent.mkdir(parents=True, exist_ok=True) + if out_path.exists(): + logging.info(f"{out_path} already exists; skipping output processing.") + else: + with raw_out_path.open() as fo: + while "MESSAGES\n" != (line := fo.readline()): + if line == "": + raise ValueError("Could not find MESSAGES block in output file.") + messages = fo.readline() + with out_path.open("w") as fo: + messages = json.loads(messages) + messages = np.argmax(messages, -1).tolist() + for m in messages: + fo.write(json.dumps(m, separators=(",", ":"))) + fo.write("\n") + + +def main() -> None: + cwd_parent = os.getcwd().split("/")[-2] + logging.info( + f'Using working directory parent "{cwd_parent}" to detect what config to run...' + ) + match cwd_parent: + case "egg-discrimination": + logging.info("Running discrimination...") + for cfg in disc_variants: + data_path = generate_data(game_type="disc", **cfg) + cfg_strs = {k: str(v) for k, v in cfg.items()} + out_path = run_environment("disc", cfg_strs, data_path) + process_output(out_path) + case "egg-reconstruction": + logging.info("Running reconstruction...") + for cfg in recon_variants: + data_path = generate_data(game_type="recon", **cfg) + cfg_strs = {k: str(v) for k, v in cfg.items()} + out_path = run_environment("recon", cfg_strs, data_path) + process_output(out_path) + case _: + logging.error("No match found.") + + +if __name__ == "__main__": + main() diff --git a/data/egg-discrimination/code/run.sh b/data/egg-discrimination/code/run.sh new file mode 100644 index 0000000000000000000000000000000000000000..c7d14823ff16392e42e731f415f6c419f154758a --- /dev/null +++ b/data/egg-discrimination/code/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +python run.py diff --git a/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..070a52b60879c9948f8ed46e13ad32d7dc130306 --- /dev/null +++ b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a14a0bc2fca250e153f15167510925136d76d131d5a6ec857c2bf143d4856db +size 240002 diff --git a/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.jsonl b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f5e337aa6bc32146a9ee2a1babbb070026e7193b --- /dev/null +++ b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738c01890f8e2e9b47a8eb81ad458853ec303a9565f32e07992653914bc44fb2 +size 240000 diff --git a/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/metadata.json b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..edff0495fe6d07bd5d05d5304e0c10e62b6eff0d --- /dev/null +++ b/data/egg-discrimination/data/4-attr_4-val_3-dist_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 10, + "Unique Lines": 189, + "1-gram Entropy": 2.232048605385141, + "1-gram Normalized Entropy": 0.6719135820008842, + "2-gram Entropy": 3.1519027597766645, + "2-gram Conditional Entropy": 0.9198541543915235, + "Entropy per Line": 24.552534659236546, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..241420f1b82a68136401076b15dff43b4c92f1b7 --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7297dc7f76f277f96e0be25e67085ec460fc56ef05ddcb019bdbea8d58b900d4 +size 240002 diff --git a/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.jsonl b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1afb911fa49914850a47c04f06817770092eea05 --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d17ff453ab557b08f99c2fe8f50ae4e3086d8f2ce7144c03f7279cffb34278d +size 240000 diff --git a/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/metadata.json b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4e196fec3a11656929c553ffae8d0f9251a12001 --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_3-dist_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 10, + "Unique Lines": 1931, + "1-gram Entropy": 2.5069973424938023, + "1-gram Normalized Entropy": 0.7546813991405218, + "2-gram Entropy": 3.6150655988677234, + "2-gram Conditional Entropy": 1.108068256373921, + "Entropy per Line": 27.576970767431828, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..282f095c263a0e404523d6c3a9bf496318db3541 --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bccebb440844c505a723ee758c9501c934c5d1a9d2d649f4be0e248cc10d230 +size 240002 diff --git a/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.jsonl b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b1b95e9f97258210aeff16b9d8a22b139bf92ddb --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ce46585a21d0b58f2965f7a3ae0a7adfac632443c22c4a0e1876ee4fa18cd3 +size 240000 diff --git a/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/metadata.json b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4b2d37d0b53ef05f6ac2602fcedd46bf148f22bb --- /dev/null +++ b/data/egg-discrimination/data/6-attr_6-val_9-dist_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 10, + "Unique Lines": 3025, + "1-gram Entropy": 2.780520592216112, + "1-gram Normalized Entropy": 0.8370201018184266, + "2-gram Entropy": 4.176347819641748, + "2-gram Conditional Entropy": 1.3958272274256363, + "Entropy per Line": 30.585726514377225, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..691867b166392d0c9a986c9f3e0f859d7de5f164 --- /dev/null +++ b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f3e0783d689cfa37ab0b23aad2fb1335982cdb1e73b0a5aa45acae9c775227 +size 240002 diff --git a/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.jsonl b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0b53eac7e2583e05fed6a8093211f1ca8da3608c --- /dev/null +++ b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c120309397795dcdfcecea7b1645f7b5a4104f34d7eaa865a56de55f6f9dd2 +size 240000 diff --git a/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/metadata.json b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..32f33978e17af8295b26ccad831ff21b16155512 --- /dev/null +++ b/data/egg-discrimination/data/8-attr_8-val_3-dist_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 9, + "Unique Lines": 5140, + "1-gram Entropy": 2.9406495560397303, + "1-gram Normalized Entropy": 0.9276716498660814, + "2-gram Entropy": 4.471042369725476, + "2-gram Conditional Entropy": 1.5303928136857454, + "Entropy per Line": 32.34714511643705, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-discrimination/metadata.yml b/data/egg-discrimination/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..212f0e1aaba63f1f7f4a4c38c80b03d8b57dd1ae --- /dev/null +++ b/data/egg-discrimination/metadata.yml @@ -0,0 +1,30 @@ +origin: + source: https://github.com/facebookresearch/EGG +system: + game_type: signalling + game_subtype: discrimination + observation_type: vector + observation_continuous: false + multi_step: false + data_source: synthetic + seeding_available: true + symmetric_agents: false + multi_utterance: false + more_than_2_agents: false + variants: + 4-attr_4-val_3-dist_10-vocab_10-len: + n_attributes: 4 + n_values: 4 + n_distractors: 3 + 6-attr_6-val_3-dist_10-vocab_10-len: + n_attributes: 6 + n_values: 6 + n_distractors: 3 + 6-attr_6-val_9-dist_10-vocab_10-len: + n_attributes: 6 + n_values: 6 + n_distractors: 9 + 8-attr_8-val_3-dist_10-vocab_10-len: + n_attributes: 8 + n_values: 8 + n_distractors: 3 diff --git a/data/egg-reconstruction/code/README.md b/data/egg-reconstruction/code/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b88a5cba16661b84626148763fcca32c30e6d730 --- /dev/null +++ b/data/egg-reconstruction/code/README.md @@ -0,0 +1,4 @@ +The files in this directory are symlinked to the egg-discrimination entry +because the code necessary run the environment is substantially similar. +Nevertheless, the environments are different which merit separate collection +entries for typology purposes. diff --git a/data/egg-reconstruction/code/environment.editable.yml b/data/egg-reconstruction/code/environment.editable.yml new file mode 120000 index 0000000000000000000000000000000000000000..7bcc456ae998293699a5265b503489e38d3db024 --- /dev/null +++ b/data/egg-reconstruction/code/environment.editable.yml @@ -0,0 +1 @@ +../../egg-discrimination/code/environment.editable.yml \ No newline at end of file diff --git a/data/egg-reconstruction/code/environment.yml b/data/egg-reconstruction/code/environment.yml new file mode 120000 index 0000000000000000000000000000000000000000..4fcde09ce7678ef66590cb000146ead81366597b --- /dev/null +++ b/data/egg-reconstruction/code/environment.yml @@ -0,0 +1 @@ +../../egg-discrimination/code/environment.yml \ No newline at end of file diff --git a/data/egg-reconstruction/code/repo b/data/egg-reconstruction/code/repo new file mode 120000 index 0000000000000000000000000000000000000000..575b83ebd77234c4920b456e7b8ff7bec792a9f1 --- /dev/null +++ b/data/egg-reconstruction/code/repo @@ -0,0 +1 @@ +../../egg-discrimination/code/repo \ No newline at end of file diff --git a/data/egg-reconstruction/code/run.py b/data/egg-reconstruction/code/run.py new file mode 120000 index 0000000000000000000000000000000000000000..7b06b8491633c85d95d39994a3bb2b48446e9003 --- /dev/null +++ b/data/egg-reconstruction/code/run.py @@ -0,0 +1 @@ +../../egg-discrimination/code/run.py \ No newline at end of file diff --git a/data/egg-reconstruction/code/run.sh b/data/egg-reconstruction/code/run.sh new file mode 120000 index 0000000000000000000000000000000000000000..93936a03ff91d2ce16b4f93dc7d20bc98b39dded --- /dev/null +++ b/data/egg-reconstruction/code/run.sh @@ -0,0 +1 @@ +../../egg-discrimination/code/run.sh \ No newline at end of file diff --git a/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..97ed4b69727074557cb4be5891f0ec5c1f66007e --- /dev/null +++ b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd431624db4490932138c50c48341d7b1df00958f08465770b0feb4ac75297b7 +size 240002 diff --git a/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.jsonl b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..71399e2fa724bce3c504bd4b98c1f4496b14d6bd --- /dev/null +++ b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecba1a17bfe4c25fcc8d69177edad7f1d8f27ccbb53b8f706011161dc0699d7c +size 240000 diff --git a/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/metadata.json b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7900478826bceafd189369f2e7119323c9bfd050 --- /dev/null +++ b/data/egg-reconstruction/data/4-attr_4-val_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 7, + "Unique Lines": 228, + "1-gram Entropy": 2.2963285243221985, + "1-gram Normalized Entropy": 0.8179687243247258, + "2-gram Entropy": 3.2121152045737635, + "2-gram Conditional Entropy": 0.9157866802515651, + "Entropy per Line": 25.259613767544227, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..44328e3a46b7980d1471333fc0823d8e63891dfd --- /dev/null +++ b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2b73e97294408b23d1856b3c4421064192a694f9ed42272cc1a5a696515f08 +size 240002 diff --git a/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.jsonl b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0074f2130977a01cd70d6d22f5fe3b485cab3319 --- /dev/null +++ b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50259c22a1a1b50172057d5a8c088c5590acbba8082b38d5f1b5fc210e2c2bd +size 240000 diff --git a/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/metadata.json b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..21b89dd5cf1ffb50f8b288d3b1824158fbd12dfb --- /dev/null +++ b/data/egg-reconstruction/data/6-attr_6-val_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 8, + "Unique Lines": 1373, + "1-gram Entropy": 2.5732431163576788, + "1-gram Normalized Entropy": 0.8577477054525596, + "2-gram Entropy": 3.7502942276789883, + "2-gram Conditional Entropy": 1.1770511113213096, + "Entropy per Line": 28.305674279934504, + "EoS Token Present": true, + "EoS Padding": true + } + } +} \ No newline at end of file diff --git a/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..614817a554fc9b26d9fdfc6360a0b1f264a53a31 --- /dev/null +++ b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e52b3e700ad2d2a662daa5c6e37961ec1db23f30866e2966a99191f347fe80e +size 240002 diff --git a/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.jsonl b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fd2ff9f26986f7f02130eff83f44407fc38a0c87 --- /dev/null +++ b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f26424bec872bddb14f8e892115673e8a1f352f813d45b53a90cfc84bb8313 +size 240000 diff --git a/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/metadata.json b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..aeb262686ebce5333df8c490e1a7bf5ae0bf39a3 --- /dev/null +++ b/data/egg-reconstruction/data/8-attr_8-val_10-vocab_10-len/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 110000, + "Line Count": 10000, + "Tokens per Line": 11.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 8, + "Unique Lines": 1464, + "1-gram Entropy": 2.2957674031245623, + "1-gram Normalized Entropy": 0.7652558010415208, + "2-gram Entropy": 3.5150112409201135, + "2-gram Conditional Entropy": 1.2192438377955512, + "Entropy per Line": 25.253441434370213, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/egg-reconstruction/metadata.yml b/data/egg-reconstruction/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..e8e0b441d23ff70b9d2fdf7600f41a6282ecfeff --- /dev/null +++ b/data/egg-reconstruction/metadata.yml @@ -0,0 +1,24 @@ +origin: + source: https://github.com/facebookresearch/EGG +system: + game_type: signalling + game_subtype: reconstruction + observation_type: vector + observation_continuous: false + multi_step: false + data_source: synthetic + seeding_available: true + multi_step: false + multi_utterance: false + symmetric_agents: false + more_than_2_agents: false + variants: + 4-attr_4-val_10-vocab_10-len: + n_attributes: 4 + n_values: 4 + 6-attr_6-val_10-vocab_10-len: + n_attributes: 6 + n_values: 6 + 8-attr_8-val_10-vocab_10-len: + n_attributes: 8 + n_values: 8 diff --git a/data/generalizations-mu-goodman/code/environment.editable.yml b/data/generalizations-mu-goodman/code/environment.editable.yml new file mode 100644 index 0000000000000000000000000000000000000000..cdda9377d1ae24a110ae3f018cb4a0d3f4bf11a5 --- /dev/null +++ b/data/generalizations-mu-goodman/code/environment.editable.yml @@ -0,0 +1,23 @@ +name: generalizations-mu +channels: + - conda-forge + - nodefaults +dependencies: + - tqdm + - numpy==1.20 # Originally 1.19.1 + - torchvision==0.9.1 + - ujson==4.0.2 + - Jinja2==2.11.2 + - scipy # Originally 1.5.2 + - pandas==1.1.0 + - transformers==4.4.2 + - nltk==3.6.2 + - h5py==2.10.0 + - numba==0.52.0 + - editdistance==0.5.3 + - pytorch==1.8.0 # Originally 1.8.0 + - Pillow==8.2.0 + - scikit-learn==0.24.2 + - markupsafe + - pip: + - hausdorff==0.2.5 diff --git a/data/generalizations-mu-goodman/code/environment.yml b/data/generalizations-mu-goodman/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..297c7008ea27b08bd98a124683385fd8041cb8d2 --- /dev/null +++ b/data/generalizations-mu-goodman/code/environment.yml @@ -0,0 +1,105 @@ +name: generalizations-mu +channels: +- conda-forge +dependencies: +- _libgcc_mutex=0.1=conda_forge +- _openmp_mutex=4.5=2_kmp_llvm +- brotli-python=1.1.0=py38h17151c0_1 +- bzip2=1.0.8=hd590300_5 +- c-ares=1.27.0=hd590300_0 +- ca-certificates=2024.2.2=hbcca054_0 +- certifi=2024.2.2=pyhd8ed1ab_0 +- cffi=1.16.0=py38h6d47a40_0 +- charset-normalizer=3.3.2=pyhd8ed1ab_0 +- click=8.1.7=unix_pyh707e725_0 +- colorama=0.4.6=pyhd8ed1ab_0 +- cuda-version=11.8=h70ddcb2_2 +- cudatoolkit=11.8.0=h4ba93d1_13 +- cudnn=8.8.0.121=hcdd5f01_4 +- dataclasses=0.8=pyhc8e2a94_3 +- editdistance=0.5.3=py38h709712a_3 +- filelock=3.13.1=pyhd8ed1ab_0 +- freetype=2.12.1=h267a509_2 +- future=1.0.0=pyhd8ed1ab_0 +- h5py=2.10.0=nompi_py38h9915d05_106 +- hdf5=1.10.6=nompi_h6a2412b_1114 +- idna=3.6=pyhd8ed1ab_0 +- jinja2=2.11.2=pyh9f0ad1d_0 +- joblib=1.3.2=pyhd8ed1ab_0 +- jpeg=9e=h0b41bf4_3 +- keyutils=1.6.1=h166bdaf_0 +- krb5=1.20.1=hf9c8cef_0 +- lcms2=2.12=hddcbb42_0 +- ld_impl_linux-64=2.40=h41732ed_0 +- lerc=3.0=h9c3ff4c_0 +- libblas=3.9.0=8_mkl +- libcblas=3.9.0=8_mkl +- libcurl=7.87.0=h6312ad2_0 +- libdeflate=1.10=h7f98852_0 +- libedit=3.1.20191231=he28a2e2_2 +- libev=4.33=hd590300_2 +- libffi=3.4.2=h7f98852_5 +- libgcc-ng=13.2.0=h807b86a_5 +- libgfortran-ng=13.2.0=h69a702a_5 +- libgfortran5=13.2.0=ha4646dd_5 +- liblapack=3.9.0=8_mkl +- libllvm10=10.0.1=he513fc3_3 +- libnghttp2=1.51.0=hdcd2b5c_0 +- libnsl=2.0.1=hd590300_0 +- libpng=1.6.43=h2797004_0 +- libprotobuf=3.15.8=h780b84a_1 +- libsqlite=3.45.1=h2797004_0 +- libssh2=1.10.0=haa6b8db_3 +- libstdcxx-ng=13.2.0=h7e041cc_5 +- libtiff=4.3.0=h0fcbabc_4 +- libuuid=2.38.1=h0b41bf4_0 +- libwebp-base=1.3.2=hd590300_0 +- libzlib=1.2.13=hd590300_5 +- llvm-openmp=17.0.6=h4dfa4b3_0 +- llvmlite=0.35.0=py38h4630a5e_1 +- magma=2.5.4=hc72dce7_4 +- markupsafe=1.1.1=py38h0a891b7_4 +- mkl=2020.4=h726a3e6_304 +- nccl=2.20.3.1=h6103f9b_0 +- ncurses=6.4=h59595ed_2 +- ninja=1.11.1=h924138e_0 +- nltk=3.6.2=pyhd8ed1ab_0 +- numba=0.52.0=py38h51da96c_0 +- numpy=1.20.0=py38h18fd61f_0 +- olefile=0.47=pyhd8ed1ab_0 +- openjpeg=2.5.0=h7d73246_0 +- openssl=1.1.1w=hd590300_0 +- packaging=23.2=pyhd8ed1ab_0 +- pandas=1.1.0=py38h950e882_0 +- pillow=8.2.0=py38ha0e1e83_1 +- pip=24.0=pyhd8ed1ab_0 +- pycparser=2.21=pyhd8ed1ab_0 +- pysocks=1.7.1=pyha2e5f31_6 +- python=3.8.15=h257c98d_0_cpython +- python-dateutil=2.9.0=pyhd8ed1ab_0 +- python_abi=3.8=4_cp38 +- pytorch=1.8.0=cuda112py38h3bc52bc_1 +- pytz=2024.1=pyhd8ed1ab_0 +- readline=8.2=h8228510_1 +- regex=2023.12.25=py38h01eb140_0 +- requests=2.31.0=pyhd8ed1ab_0 +- sacremoses=0.0.53=pyhd8ed1ab_0 +- scikit-learn=0.24.2=py38hacb3eff_1 +- scipy=1.9.1=py38hea3f02b_0 +- setuptools=59.8.0=py38h578d9bd_1 +- six=1.16.0=pyh6c4a22f_0 +- sleef=3.5.1=h9b69904_2 +- threadpoolctl=3.3.0=pyhc1e730c_0 +- tk=8.6.13=noxft_h4845f30_101 +- tokenizers=0.10.3=py38hb63a372_1 +- torchvision=0.9.1=py38cuda112h4067301_1_cuda +- tqdm=4.66.2=pyhd8ed1ab_0 +- transformers=4.4.2=pyhd8ed1ab_0 +- typing_extensions=4.10.0=pyha770c72_0 +- ujson=4.0.2=py38h709712a_0 +- urllib3=2.2.1=pyhd8ed1ab_0 +- wheel=0.42.0=pyhd8ed1ab_0 +- xz=5.2.6=h166bdaf_0 +- zlib=1.2.13=hd590300_5 +- zstd=1.5.5=hfc55251_0 + diff --git a/data/generalizations-mu-goodman/code/repo b/data/generalizations-mu-goodman/code/repo new file mode 160000 index 0000000000000000000000000000000000000000..97ad2c74dcc76be92f296db29624beece9c8706a --- /dev/null +++ b/data/generalizations-mu-goodman/code/repo @@ -0,0 +1 @@ +Subproject commit 97ad2c74dcc76be92f296db29624beece9c8706a diff --git a/data/generalizations-mu-goodman/code/run.sh b/data/generalizations-mu-goodman/code/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..543d5f0e4ca0e42f1ca9c5bbad53a299dad90b7f --- /dev/null +++ b/data/generalizations-mu-goodman/code/run.sh @@ -0,0 +1,53 @@ +#!/usr/bin/env bash + +if [ ${BASH_VERSINFO[0]} -le 4 ]; then + echo 'This script requires bash version >=4 to run.' + exit 1 +fi +set -e +cd repo + +function process_output { + mkdir -p $(dirname $2) + cat $1 |\ + grep 'train$' |\ + awk -F, '{print "["$1"]"}' |\ + tr ' ' , \ + >$2 +} + +declare -A game_names +game_names[ref]=reference +game_names[setref]=set_reference +game_names[concept]=concept + +# Shapeworld +(cd data/ && download_shapeworld.sh) +# "run0" is just any name to keep track of the experiment +exp_name=run0 +./run_sw.sh run0 + +for game in ref setref concept; do + out_fn=../../data/shapeworld-${game_names[$game]}/corpus.jsonl + in_fn=exp/sw_${game}_20_ex_$exp_name/sampled_lang.csv + process_output $in_fn $out_fn +done + + +# CUB (birds) +mkdir -p data/cub +cd data/ + cd cub/ + wget -O CUB_200_2011.tgz https://data.caltech.edu/records/65de6-vp158/files/CUB_200_2011.tgz?download=1 + tar xf CUB_200_2011.tgz + cd .. + python save_cub_np.py +cd .. +exp_name=run1 +./run_cub.sh $exp_name + +for game in ref setref concept; do + out_fn=../../data/cub-${game_names[$game]}/corpus.jsonl + in_fn=exp/cub_${game}_10_ex_$exp_name/sampled_lang.csv + process_output $in_fn $out_fn +done diff --git a/data/generalizations-mu-goodman/data/cub-concept/corpus.json b/data/generalizations-mu-goodman/data/cub-concept/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..1aeacbc41919a77d030dafbad8bc1f27ec19a925 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-concept/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d6a4d092ff30316484a6d0869f21124b095808116221048cabc6014a68264 +size 3678196 diff --git a/data/generalizations-mu-goodman/data/cub-concept/corpus.jsonl b/data/generalizations-mu-goodman/data/cub-concept/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c7044cddf3a3c1c6e7577d9db646032937714536 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-concept/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d11384d5044885779769a1cd4069b1029c5063e963f81587a5ffaf3ced5a6c0 +size 3678194 diff --git a/data/generalizations-mu-goodman/data/cub-concept/metadata.json b/data/generalizations-mu-goodman/data/cub-concept/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..04dbfc99048a81f66d6974ca141f2e5599ae1bd6 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-concept/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1333330, + "Line Count": 133333, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 23, + "Unique Lines": 27163, + "1-gram Entropy": 3.75294425285097, + "1-gram Normalized Entropy": 0.8296436059255933, + "2-gram Entropy": 5.6867965197182375, + "2-gram Conditional Entropy": 1.9338522668672673, + "Entropy per Line": 37.52944252850969, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/data/cub-reference/corpus.json b/data/generalizations-mu-goodman/data/cub-reference/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..a7ee0dae965f98b3699b1b77272da89f10fad078 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-reference/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b172ea9cf88cd9a6dcf6eb98bc2e585d13c9c29a3a244416fc78f6e1b30f5ef0 +size 3303878 diff --git a/data/generalizations-mu-goodman/data/cub-reference/corpus.jsonl b/data/generalizations-mu-goodman/data/cub-reference/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..91aa669f0a8d30d008b176cdf2fdd0645674ac08 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-reference/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fad28bf8635ba48ac16c0bf38fe4a0fb94079e256e8a7dceb001fa51cc57bf +size 3303876 diff --git a/data/generalizations-mu-goodman/data/cub-reference/metadata.json b/data/generalizations-mu-goodman/data/cub-reference/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..877b2702428428282eda34b06b029c88305a9778 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-reference/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1333330, + "Line Count": 133333, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 23, + "Unique Lines": 39457, + "1-gram Entropy": 3.1038811517914215, + "1-gram Normalized Entropy": 0.6861586470890157, + "2-gram Entropy": 5.641345978633845, + "2-gram Conditional Entropy": 2.537464826842424, + "Entropy per Line": 31.03881151791421, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/data/cub-set_reference/corpus.json b/data/generalizations-mu-goodman/data/cub-set_reference/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..26b111b7aaae6855330a5f6826ce375405819a3d --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-set_reference/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a490da234247cd4d82afba27282ecdb49859b34b7403f90450cc6fe24ee5043b +size 3462384 diff --git a/data/generalizations-mu-goodman/data/cub-set_reference/corpus.jsonl b/data/generalizations-mu-goodman/data/cub-set_reference/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bc15dfaedd5e6199a02185bf90538b160f81e298 --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-set_reference/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d10e5f587d8f4a77fd1a5d58ec08b1e5f2950e1650cc579871472f14078b7a +size 3462382 diff --git a/data/generalizations-mu-goodman/data/cub-set_reference/metadata.json b/data/generalizations-mu-goodman/data/cub-set_reference/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..3b52f75d6e6fa747c12bfd0969addcbdb40c7cec --- /dev/null +++ b/data/generalizations-mu-goodman/data/cub-set_reference/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1333330, + "Line Count": 133333, + "Tokens per Line": 10.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 23, + "Unique Lines": 35042, + "1-gram Entropy": 3.2135375932327217, + "1-gram Normalized Entropy": 0.7103998186495093, + "2-gram Entropy": 5.5099036132360695, + "2-gram Conditional Entropy": 2.2963660200033478, + "Entropy per Line": 32.13537593232721, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json b/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..c2d7ed468bf238b56a6b99f7cf6019ee066df273 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41ce75e985ecc29dc46b4a46978f351a6e7ccc5f6f89b717159634ef8d73490 +size 2911517 diff --git a/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.jsonl b/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..31eebd7ef1f5296511d68f4c6216c667abd361ea --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-concept/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e04dcc3aadd2fc8dbbb21c1972d1d0396069f4dacebb99baced19332e4478c +size 2911515 diff --git a/data/generalizations-mu-goodman/data/shapeworld-concept/metadata.json b/data/generalizations-mu-goodman/data/shapeworld-concept/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..7ddf0f1dbcf8e9b97fc15fb4709c266b0731ab42 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-concept/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1164800, + "Line Count": 166400, + "Tokens per Line": 7.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 17, + "Unique Lines": 12481, + "1-gram Entropy": 3.2267236637277956, + "1-gram Normalized Entropy": 0.7894196935967137, + "2-gram Entropy": 6.0408574227686636, + "2-gram Conditional Entropy": 2.814133759040868, + "Entropy per Line": 22.58706564609457, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json b/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..848ade7dc1e196f829b410196c4c1d200ba77d40 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad08c4b97a86a2a62ab21a54a47816475f563fdda1d08189c26e969338784bdf +size 2966449 diff --git a/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.jsonl b/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c9bf39ba5b81fc3888442b47c26603f5a5d33f24 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-reference/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c211baa24a7e800bb832cdfba2a806243e9c431601a10a64bbef43b4689cb7f +size 2966447 diff --git a/data/generalizations-mu-goodman/data/shapeworld-reference/metadata.json b/data/generalizations-mu-goodman/data/shapeworld-reference/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..a1cecc98fce68baf96c2f78ed10bc1d103558235 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-reference/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1164800, + "Line Count": 166400, + "Tokens per Line": 7.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 17, + "Unique Lines": 7683, + "1-gram Entropy": 3.2244390940935834, + "1-gram Normalized Entropy": 0.7888607723971969, + "2-gram Entropy": 5.90845478578298, + "2-gram Conditional Entropy": 2.6840156916893965, + "Entropy per Line": 22.571073658655084, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json b/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..2ff05c6e18650029709a055d78777449d2beac48 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ece7d8eec27ded0c24470c7b8e10de9119d1a68ce5d87c533b63b36b87ff17 +size 3024014 diff --git a/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.jsonl b/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fc25bd595bfe48dd202012834283c14324c5bd97 --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-set_reference/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a2c992dc42738e8cdb8934afb3f0b44dba620d74dd6b395876aca9397f5715 +size 3024012 diff --git a/data/generalizations-mu-goodman/data/shapeworld-set_reference/metadata.json b/data/generalizations-mu-goodman/data/shapeworld-set_reference/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..2232252261456709d0299e5e49b90402052081eb --- /dev/null +++ b/data/generalizations-mu-goodman/data/shapeworld-set_reference/metadata.json @@ -0,0 +1,19 @@ +{ + "metrics": { + "analysis": { + "Token Count": 1164800, + "Line Count": 166400, + "Tokens per Line": 7.0, + "Tokens per Line SD": 0.0, + "Unique Tokens": 17, + "Unique Lines": 28061, + "1-gram Entropy": 3.365556108384358, + "1-gram Normalized Entropy": 0.8233851264455404, + "2-gram Entropy": 6.40930524564982, + "2-gram Conditional Entropy": 3.043749137265462, + "Entropy per Line": 23.55889275869051, + "EoS Token Present": true, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/generalizations-mu-goodman/metadata.yml b/data/generalizations-mu-goodman/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..bedda54ea8a99e1498baacd9e6bbb4748a66ff99 --- /dev/null +++ b/data/generalizations-mu-goodman/metadata.yml @@ -0,0 +1,30 @@ +origin: + source: https://github.com/brendon-boldt/emergent-generalization + upstream_source: https://github.com/jayelm/emergent-generalization + paper: https://openreview.net/forum?id=yq5MYHVaClG +system: + game_type: signalling + game_subtype: discrimination + observation_type: image + observation_continuous: true + multi_step: false + seeding_available: false + data_source: synthetic + multi_utterance: false + more_than_2_agents: false + symmetric_agents: false + variants: + shapeworld-reference: {} + shapeworld-set_reference: {} + shapeworld-concept: {} + cub-reference: + data_source: natural + cub-set_reference: + data_source: natural + cub-concept: + data_source: natural +notes: > + The sampled output from this environment has both "train" (seen) and "test" + (unseen) values. For now, we are just using the previously seen examples as + we expect them to have better performance. The unseen examples could be + included in the future (as separate corpora). diff --git a/data/rlupus/code/.gitignore b/data/rlupus/code/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..0e44fece18a504d99bf97b92ab46a586a169bc8c --- /dev/null +++ b/data/rlupus/code/.gitignore @@ -0,0 +1 @@ +/save/ diff --git a/data/rlupus/code/environment.editable.yml b/data/rlupus/code/environment.editable.yml new file mode 100644 index 0000000000000000000000000000000000000000..6c24110415c19cefaf512536bbc4b059902e01ef --- /dev/null +++ b/data/rlupus/code/environment.editable.yml @@ -0,0 +1,82 @@ +name: rlupus +channels: + - conda-forge + - pytorch + - anaconda + - defaults +dependencies: + - python==3.7.* + - absl-py==0.9.0 + - aiohttp==3.6.2 + - astunparse==1.6.3 + - async-timeout==3.0.1 + - attrs==19.3.0 + - beautifulsoup4==4.9.0 + - cachetools==4.1.0 + - certifi==2020.4.5.1 + - chardet==3.0.4 + - click==7.1.2 + - cloudpickle==1.3.0 + - colorama==0.4.3 + - dm-tree==0.1.5 + - filelock==3.0.12 + - future==0.18.2 + - gast==0.3.3 + - google-auth==1.14.2 + - google-auth-oauthlib==0.4.1 + - google-pasta==0.2.0 + - gym==0.17.2 + - h5py==2.10.0 + - idna==2.9 + - importlib-metadata==1.6.0 + - jsonschema==3.2.0 + - Keras==2.3.1 + - Keras-Applications==1.0.8 + - Keras-Preprocessing==1.1.0 + - lz4==3.0.2 + - Markdown==3.2.2 + - multidict==4.7.5 + - numpy==1.18.4 + - oauthlib==3.1.0 + - pandas==1.0.3 + - Pillow==7.1.2 + - protobuf==3.11.3 + - py-spy==0.3.3 + - pyasn1==0.4.8 + - pyasn1-modules==0.2.8 + - pyglet==1.5.0 + - pyrsistent==0.16.0 + - python-dateutil==2.8.1 + - pytz==2020.1 + - PyYAML==5.3.1 + - requests==2.23.0 + - requests-oauthlib==1.3.0 + - rsa==4.0 + - scipy==1.4.1 + - six==1.14.0 + - soupsieve==2.0 + - tabulate==0.8.7 + - tensorboard==2.2.1 + - tensorboardX==2.0 + - tensorflow==2.2.0 + - tensorflow-estimator==2.2.0 + - tensorflow-gpu==2.2.0 + - termcolor==1.1.0 + - tqdm==4.46.0 + - urllib3==1.25.9 + - Werkzeug==1.0.1 + - wrapt==1.12.1 + - yarl==1.4.2 + - zipp==3.1.0 + - pip: + - ray[tune,debug,rllib]==0.8.5 + - google==2.0.3 + - gputils==1.0.6 + - grpcio==1.28.1 + - msgpack==0.6.2 + - opencv-python==4.2.0.34 + - opt-einsum==3.2.1 + - redis==3.4.1 + - tensorboard-plugin-wit==1.6.0.post3 + - torch==1.5.0 + - torchvision==0.6.0 diff --git a/data/rlupus/code/environment.yml b/data/rlupus/code/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..df3cbd46139b1650baac1b3541aa8fbef5bcfd8c --- /dev/null +++ b/data/rlupus/code/environment.yml @@ -0,0 +1,217 @@ +name: rlupus +channels: +- anaconda +- conda-forge +dependencies: +- _libgcc_mutex=0.1=conda_forge +- _openmp_mutex=4.5=2_gnu +- _tflow_select=2.1.0=gpu +- absl-py=0.9.0=py37hc8dfbb8_1 +- aiohttp=3.6.2=py37h8f50634_1 +- aom=3.7.1=h59595ed_0 +- astor=0.8.1=pyh9f0ad1d_0 +- astunparse=1.6.3=pyhd8ed1ab_0 +- async-timeout=3.0.1=py_1000 +- attrs=19.3.0=py_0 +- beautifulsoup4=4.9.0=py37hc8dfbb8_0 +- blinker=1.6.3=pyhd8ed1ab_0 +- brotlipy=0.7.0=py37h540881e_1004 +- bzip2=1.0.8=hd590300_5 +- c-ares=1.28.1=hd590300_0 +- ca-certificates=2024.2.2=hbcca054_0 +- cachetools=4.1.0=py_1 +- cairo=1.18.0=h3faef2a_0 +- certifi=2020.4.5.1=py37hc8dfbb8_0 +- cffi=1.15.1=py37h43b0acd_1 +- chardet=3.0.4=py37he5f6b98_1008 +- click=7.1.2=pyh9f0ad1d_0 +- cloudpickle=1.3.0=py_0 +- colorama=0.4.3=py_0 +- cryptography=38.0.2=py37h5994e8b_1 +- cudatoolkit=10.1.243=h6d9799a_13 +- cudnn=7.6.5.32=hc0a50b0_1 +- cupti=10.1.168=0 +- dav1d=1.2.1=hd590300_0 +- dm-tree=0.1.5=py37he8f5f7f_3 +- expat=2.6.2=h59595ed_0 +- ffmpeg=6.1.1=gpl_hf3b701a_101 +- filelock=3.0.12=pyh9f0ad1d_0 +- font-ttf-dejavu-sans-mono=2.37=hab24e00_0 +- font-ttf-inconsolata=3.000=h77eed37_0 +- font-ttf-source-code-pro=2.038=h77eed37_0 +- font-ttf-ubuntu=0.83=h77eed37_1 +- fontconfig=2.14.2=h14ed4e7_0 +- fonts-conda-ecosystem=1=0 +- fonts-conda-forge=1=0 +- freetype=2.12.1=h267a509_2 +- fribidi=1.0.10=h36c2ea0_0 +- future=0.18.2=py37h89c1867_5 +- gast=0.3.3=py_0 +- gcc_linux-64=7.2.0=24 +- gettext=0.22.5=h59595ed_2 +- gettext-tools=0.22.5=h59595ed_2 +- gmp=6.3.0=h59595ed_1 +- gnutls=3.7.9=hb077bed_0 +- google-auth=1.14.2=pyh9f0ad1d_0 +- google-auth-oauthlib=0.4.1=py_2 +- google-pasta=0.2.0=pyh8c360ce_0 +- graphite2=1.3.13=h59595ed_1003 +- grpcio=1.46.3=py37h0327239_0 +- gxx_linux-64=7.2.0=24 +- gym=0.17.2=py37hc8dfbb8_1 +- h5py=2.10.0=nompi_py37ha3df211_106 +- harfbuzz=8.3.0=h3d44ed6_0 +- hdf5=1.10.6=nompi_h3c11f04_101 +- icu=73.2=h59595ed_0 +- idna=2.9=py_1 +- importlib-metadata=1.6.0=py37hc8dfbb8_0 +- jpeg=9e=h0b41bf4_3 +- jsonschema=3.2.0=pyhd8ed1ab_3 +- keras=2.3.1=py37_0 +- keras-applications=1.0.8=py_1 +- keras-preprocessing=1.1.0=pyhd8ed1ab_0 +- lame=3.100=h166bdaf_1003 +- ld_impl_linux-64=2.40=h41732ed_0 +- lerc=3.0=h9c3ff4c_0 +- libasprintf=0.22.5=h661eb56_2 +- libasprintf-devel=0.22.5=h661eb56_2 +- libass=0.17.1=h8fe9dca_1 +- libblas=3.9.0=13_linux64_openblas +- libcblas=3.9.0=13_linux64_openblas +- libdeflate=1.10=h7f98852_0 +- libdrm=2.4.120=hd590300_0 +- libexpat=2.6.2=h59595ed_0 +- libffi=3.4.2=h7f98852_5 +- libgcc-ng=13.2.0=h807b86a_5 +- libgettextpo=0.22.5=h59595ed_2 +- libgettextpo-devel=0.22.5=h59595ed_2 +- libgfortran-ng=7.5.0=h14aa051_20 +- libgfortran4=7.5.0=h14aa051_20 +- libglib=2.80.0=hf2295e7_5 +- libgomp=13.2.0=h807b86a_5 +- libgpuarray=0.7.6=h7f98852_1003 +- libhwloc=2.10.0=default_h2fb2949_1000 +- libiconv=1.17=hd590300_2 +- libidn2=2.3.7=hd590300_0 +- liblapack=3.9.0=13_linux64_openblas +- libnsl=2.0.1=hd590300_0 +- libopenblas=0.3.18=hf726d26_0 +- libopenvino=2023.2.0=h2e90f83_1 +- libopenvino-auto-batch-plugin=2023.2.0=h59595ed_1 +- libopenvino-auto-plugin=2023.2.0=hd5fc58b_1 +- libopenvino-hetero-plugin=2023.2.0=h3ecfda7_1 +- libopenvino-intel-cpu-plugin=2023.2.0=h2e90f83_1 +- libopenvino-intel-gpu-plugin=2023.2.0=h2e90f83_1 +- libopenvino-ir-frontend=2023.2.0=h3ecfda7_1 +- libopenvino-onnx-frontend=2023.2.0=h59595ed_1 +- libopenvino-paddle-frontend=2023.2.0=h59595ed_1 +- libopenvino-pytorch-frontend=2023.2.0=h59595ed_1 +- libopenvino-tensorflow-frontend=2023.2.0=hfe87413_1 +- libopenvino-tensorflow-lite-frontend=2023.2.0=h59595ed_1 +- libopus=1.3.1=h7f98852_1 +- libpciaccess=0.18=hd590300_0 +- libpng=1.6.43=h2797004_0 +- libprotobuf=3.11.3=h8b12597_0 +- libsqlite=3.45.3=h2797004_0 +- libstdcxx-ng=13.2.0=h7e041cc_5 +- libtasn1=4.19.0=h166bdaf_0 +- libtiff=4.3.0=h0fcbabc_4 +- libunistring=0.9.10=h7f98852_0 +- libunwind=1.5.0=h9c3ff4c_1 +- libuuid=2.38.1=h0b41bf4_0 +- libva=2.21.0=hd590300_0 +- libvpx=1.13.1=h59595ed_0 +- libwebp-base=1.4.0=hd590300_0 +- libxcb=1.15=h0b41bf4_0 +- libxml2=2.12.6=h232c23b_2 +- libzlib=1.2.13=hd590300_5 +- lz4=3.0.2=py37h5a7ed16_2 +- lz4-c=1.9.2=he1b5a44_3 +- mako=1.3.3=pyhd8ed1ab_0 +- markdown=3.2.2=py_0 +- markupsafe=2.1.1=py37h540881e_1 +- multidict=4.7.5=py37h5e8e339_2 +- ncurses=6.4.20240210=h59595ed_0 +- nettle=3.9.1=h7ab15ed_0 +- numpy=1.18.4=py37h8960a57_0 +- oauthlib=3.1.0=pyhd8ed1ab_0 +- ocl-icd=2.3.2=hd590300_1 +- ocl-icd-system=1.0.0=1 +- olefile=0.47=pyhd8ed1ab_0 +- openh264=2.4.0=h59595ed_0 +- openssl=3.2.1=hd590300_1 +- opt_einsum=3.3.0=pyhc1e730c_2 +- p11-kit=0.24.1=hc5aa10d_0 +- pandas=1.0.3=py37h0da4684_1 +- pcre2=10.43=hcad00b1_0 +- pillow=7.1.2=py37h718be6c_0 +- pip=24.0=pyhd8ed1ab_0 +- pixman=0.43.2=h59595ed_0 +- protobuf=3.11.3=py37he1b5a44_0 +- pthread-stubs=0.4=h36c2ea0_1001 +- pugixml=1.14=h59595ed_0 +- py-spy=0.3.3=h17340ac_2 +- pyasn1=0.4.8=py_0 +- pyasn1-modules=0.2.8=py_0 +- pycparser=2.21=pyhd8ed1ab_0 +- pyglet=1.5.0=py37hc8dfbb8_1 +- pygpu=0.7.6=py37h902c9e0_1002 +- pyjwt=2.8.0=pyhd8ed1ab_1 +- pyopenssl=23.2.0=pyhd8ed1ab_1 +- pyrsistent=0.16.0=py37h8f50634_0 +- pysocks=1.7.1=py37h89c1867_5 +- python=3.7.12=hf930737_100_cpython +- python-dateutil=2.8.1=py_0 +- python_abi=3.7=4_cp37m +- pytz=2020.1=pyh9f0ad1d_0 +- pyyaml=5.3.1=py37h5e8e339_2 +- readline=8.2=h8228510_1 +- requests=2.23.0=pyh8c360ce_2 +- requests-oauthlib=1.3.0=pyh9f0ad1d_0 +- rsa=4.0=py_0 +- scipy=1.4.1=py37ha3d9a3c_3 +- setuptools=59.8.0=py37h89c1867_1 +- six=1.14.0=py_1 +- snappy=1.1.10=hdb0a2a9_1 +- soupsieve=2.0=py_0 +- sqlite=3.45.3=h2c6b66d_0 +- svt-av1=1.8.0=h59595ed_0 +- tabulate=0.8.7=pyh9f0ad1d_0 +- tbb=2021.12.0=h00ab1b0_0 +- tensorboard=2.2.1=pyh532a8cf_0 +- tensorboard-plugin-wit=1.8.1=pyhd8ed1ab_0 +- tensorboardx=2.0=py_0 +- tensorflow=2.2.0=gpu_py37h1a511ff_0 +- tensorflow-base=2.2.0=gpu_py37h8a81be8_0 +- tensorflow-estimator=2.2.0=pyh3ac7371_0 +- tensorflow-gpu=2.2.0=h0d30ee6_0 +- termcolor=1.1.0=pyhd8ed1ab_3 +- theano=1.0.5=py37h745909e_1 +- tk=8.6.13=noxft_h4845f30_101 +- tqdm=4.46.0=pyh9f0ad1d_0 +- urllib3=1.25.9=py_0 +- werkzeug=1.0.1=pyh9f0ad1d_0 +- wheel=0.42.0=pyhd8ed1ab_0 +- wrapt=1.12.1=py37h5e8e339_3 +- x264=1!164.3095=h166bdaf_2 +- x265=3.5=h924138e_3 +- xorg-fixesproto=5.0=h7f98852_1002 +- xorg-kbproto=1.0.7=h7f98852_1002 +- xorg-libice=1.1.1=hd590300_0 +- xorg-libsm=1.2.4=h7391055_0 +- xorg-libx11=1.8.9=h8ee46fc_0 +- xorg-libxau=1.0.11=hd590300_0 +- xorg-libxdmcp=1.1.3=h7f98852_0 +- xorg-libxext=1.3.4=h0b41bf4_2 +- xorg-libxfixes=5.0.3=h7f98852_1004 +- xorg-libxrender=0.9.11=hd590300_0 +- xorg-renderproto=0.11.1=h7f98852_1002 +- xorg-xextproto=7.3.0=h0b41bf4_1003 +- xorg-xproto=7.0.31=h7f98852_1007 +- xz=5.2.6=h166bdaf_0 +- yaml=0.2.5=h7f98852_2 +- yarl=1.4.2=py37h7b6447c_0 +- zipp=3.1.0=py_0 +- zlib=1.2.13=hd590300_5 +- zstd=1.5.5=hfc55251_0 + diff --git a/data/rlupus/code/helper.py b/data/rlupus/code/helper.py new file mode 100644 index 0000000000000000000000000000000000000000..1265310f82e5560707d617c9c58ab13d4a18a369 --- /dev/null +++ b/data/rlupus/code/helper.py @@ -0,0 +1,40 @@ +# The script takes the place of repo/srcipts/train.sh +import sys +import runpy +import os + +new_paths = [os.path.realpath(p) for p in [".", "./src", "./gym_ww"]] +sys.path = new_paths + sys.path + +# os.environ["PYTHONPATH"] = "./src:./gym_ww:" + os.environ.get("PYTHONPATH", +if "PYTHONPATH" in os.environ: + os.environ["PYTHONPATH"] = ":" + os.environ["PYTHONPATH"] +else: + os.environ["PYTHONPATH"] = "" +os.environ["PYTHONPATH"] = "./src:./gym_ww:" + os.environ["PYTHONPATH"] + + + +from utils import Params + + +cfgs = { + # num_player, signal_length, signal_range] + "9-player": [9, 9, 9], + "9-player-nc": [9, 0, 9], + "21-player": [21, 21, 21], + "21-player-nc": [21, 0, 21], +} +cfg_name = sys.argv[1] +cfg = cfgs[cfg_name] + +# Monkey patch the parameter in +Params.num_player = cfg[0] +Params.signal_length = cfg[1] +Params.signal_range = cfg[2] + +if len(sys.argv) > 2: + Params.checkpoint_path = sys.argv[2] + Params.corpus_generation = True + +runpy._run_module_as_main("src.trainable.train_appo") diff --git a/data/rlupus/code/repo b/data/rlupus/code/repo new file mode 160000 index 0000000000000000000000000000000000000000..b1883e20c6812e32c1a1438367325bcfe39d04ec --- /dev/null +++ b/data/rlupus/code/repo @@ -0,0 +1 @@ +Subproject commit b1883e20c6812e32c1a1438367325bcfe39d04ec diff --git a/data/rlupus/code/run.sh b/data/rlupus/code/run.sh new file mode 100755 index 0000000000000000000000000000000000000000..eb76a32fc00191d2594e575db17b46cbe382c8ea --- /dev/null +++ b/data/rlupus/code/run.sh @@ -0,0 +1,63 @@ +#!/usr/bin/env bash + +# It may be necessary to start the ray server manually. + +set -e + +for cfg_name in {9,21}-player; do + cd repo/ + # Run training + rm -rf log_dir + python ../helper.py $cfg_name + + # Move generic log dir to properly named one (the code does not support + # naming the log dir natively). + log_dir=log_dir-$cfg_name + rm -rf $log_dir + mv log_dir $log_dir + + # Find the last checkpoint + ray_dir=$log_dir/ray_results/APPO/*/ + checkpoint=$(ls $ray_dir | grep '^checkpoint' | sort -t_ -nk2 | tail -n1) + if [[ -z "$checkpoint" ]]; then + echo Could not find checkpoint in $ray_dir. + exit 1 + fi + ckpt_iter=$(echo $checkpoint | cut -d_ -f2) + + # Run the corpus generation code. If a second argument is given to + # helper, assume that we are doing corpus genernation. + python ../helper.py $cfg_name $ray_dir/$checkpoint/checkpoint-$ckpt_iter + cd .. + + # Make data dir + data_dir=../data/$cfg_name + mkdir -p $data_dir + out_metadata=$data_dir/metadata.json + + # Copy corpora into data dir + cp repo/log_dir/eval/*.jsonl $data_dir + + # Extract metrics from output + system_metrics=$( + tail -n100 repo/$ray_dir/result.json |\ + jq " + select(.iterations_since_restore == $ckpt_iter).custom_metrics | + pick(.accord_mean,.win_vil_mean) + " + ) + + if [[ -z "$system_metrics" ]]; then + echo Failed to extract system metrics + exit 1 + fi + + # Update corpus metadata + # TODO Put this in common file + if ! [[ -s $out_metadata ]]; then + echo '{}' >$out_metadata + fi + jq ".metrics.system=$system_metrics" \ + <$out_metadata >$out_metadata.tmp + mv $out_metadata{.tmp,} +done diff --git a/data/rlupus/data/21-player.run-0/corpus.json b/data/rlupus/data/21-player.run-0/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..5892553dfd6c45e9f174281b13cb9c184409a65b --- /dev/null +++ b/data/rlupus/data/21-player.run-0/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e687f25da9fa183e261f5af1f082444fd5e9b2f0df8ed5806bae4f1cad04c8b9 +size 17914023 diff --git a/data/rlupus/data/21-player.run-0/corpus.jsonl b/data/rlupus/data/21-player.run-0/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..05da86191859ddb522ba0b54f52fd858ebc833d3 --- /dev/null +++ b/data/rlupus/data/21-player.run-0/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9913ea04c52455e0cc2fad8b84bd294e886358c36dd4acf8739ad23b4b86a41b +size 25044431 diff --git a/data/rlupus/data/21-player.run-0/corpus.structured.jsonl b/data/rlupus/data/21-player.run-0/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8abf92e41ce8ceeb8df4ef3fa25e6ee7de3cab23 --- /dev/null +++ b/data/rlupus/data/21-player.run-0/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75bae384340a0072d2c8ce5f482b677aa2e8bf2b9ccd53e76f22603b1c2c652 +size 30696858 diff --git a/data/rlupus/data/21-player.run-0/metadata.json b/data/rlupus/data/21-player.run-0/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..0a26334a827dd1432dc37daa00d1c45c71c5afc7 --- /dev/null +++ b/data/rlupus/data/21-player.run-0/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.5593747516143761, + "win_vil_mean": 0.856353591160221 + }, + "analysis": { + "Token Count": 7131411, + "Line Count": 1001, + "Tokens per Line": 7124.286713286713, + "Tokens per Line SD": 445.8373848608337, + "Unique Tokens": 21, + "Unique Lines": 1001, + "1-gram Entropy": 4.062520134185062, + "1-gram Normalized Entropy": 0.9249149692862919, + "2-gram Entropy": 6.956412428344239, + "2-gram Conditional Entropy": 2.8938922941591763, + "Entropy per Line": 28942.558214434393, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/21-player.run-1/corpus.json b/data/rlupus/data/21-player.run-1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..ec3de3005bc0e43dc7fddb49c87bd9241e584db2 --- /dev/null +++ b/data/rlupus/data/21-player.run-1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8a3d5a20b57d900950547b639a61ddd509a6d83b68b0c8fb94042bf5da87f2 +size 17355797 diff --git a/data/rlupus/data/21-player.run-1/corpus.jsonl b/data/rlupus/data/21-player.run-1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4a3ec4d5376b66fc3461015a453ad98b1b426299 --- /dev/null +++ b/data/rlupus/data/21-player.run-1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79481a6afe408be9993bde6489a1af443a8ce60b2ed2afe6c4ba2caa9d4a59c3 +size 24551265 diff --git a/data/rlupus/data/21-player.run-1/corpus.structured.jsonl b/data/rlupus/data/21-player.run-1/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d0a2140470a544bb42edf809992b7c9c9c8fe7e1 --- /dev/null +++ b/data/rlupus/data/21-player.run-1/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1178e7c8db0960cf451b944521e816de500ea656794723d691346a6a7ca77fd5 +size 30256716 diff --git a/data/rlupus/data/21-player.run-1/metadata.json b/data/rlupus/data/21-player.run-1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..4b926f9b798274e6e2225fe19ca619631b8fbd25 --- /dev/null +++ b/data/rlupus/data/21-player.run-1/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.5678309077186967, + "win_vil_mean": 0.5333333333333333 + }, + "analysis": { + "Token Count": 7196469, + "Line Count": 999, + "Tokens per Line": 7203.672672672673, + "Tokens per Line SD": 396.8066651323506, + "Unique Tokens": 21, + "Unique Lines": 999, + "1-gram Entropy": 4.196959513010273, + "1-gram Normalized Entropy": 0.9555228160980915, + "2-gram Entropy": 7.403070998635425, + "2-gram Conditional Entropy": 3.2061114856251516, + "Entropy per Line": 30233.522552185706, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/21-player.run-2/corpus.json b/data/rlupus/data/21-player.run-2/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..029f0d2dea4eedf97013627330a66fc28c98dd19 --- /dev/null +++ b/data/rlupus/data/21-player.run-2/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d385b7167307fdee850b8276e31a50d437e78e4e3a70c9f98154cfd10ce4af1a +size 17891972 diff --git a/data/rlupus/data/21-player.run-2/corpus.jsonl b/data/rlupus/data/21-player.run-2/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f0ae4c0326f7e898c0fe953bfd70088c8fd94f1f --- /dev/null +++ b/data/rlupus/data/21-player.run-2/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7143a0b2be8b6e28837f7f18d7940fd218b8acc4719fadbc10239c6a93c589 +size 25103693 diff --git a/data/rlupus/data/21-player.run-2/corpus.structured.jsonl b/data/rlupus/data/21-player.run-2/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0a34f05e38d2c02ee7ddee8b7e7a1057c3a17fd8 --- /dev/null +++ b/data/rlupus/data/21-player.run-2/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d345dd262c100a4e647fb3c58c292eec4b36697cd6933b365e0e73d611bdc0 +size 30821300 diff --git a/data/rlupus/data/21-player.run-2/metadata.json b/data/rlupus/data/21-player.run-2/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..e49f4367a3a6f11f4dfb856f0cc23641a80fcec4 --- /dev/null +++ b/data/rlupus/data/21-player.run-2/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.5657552930449493, + "win_vil_mean": 0.8523676880222841 + }, + "analysis": { + "Token Count": 7212723, + "Line Count": 1000, + "Tokens per Line": 7212.723, + "Tokens per Line SD": 404.6600453108758, + "Unique Tokens": 21, + "Unique Lines": 1000, + "1-gram Entropy": 3.997152319081711, + "1-gram Normalized Entropy": 0.9100326625649355, + "2-gram Entropy": 7.039882055846521, + "2-gram Conditional Entropy": 3.0427297367648096, + "Entropy per Line": 28830.352466343997, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/9-player.run-0/corpus.json b/data/rlupus/data/9-player.run-0/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..160d327a17b1b1bf2e48a28e4a4019c76baea031 --- /dev/null +++ b/data/rlupus/data/9-player.run-0/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb554ec5c7d6b44fa47faa360768185fc460474b4ff0821ce71598cf23ce73e +size 1132339 diff --git a/data/rlupus/data/9-player.run-0/corpus.jsonl b/data/rlupus/data/9-player.run-0/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f69fe19de07c7fb5cd412d8877d34ecf27ced160 --- /dev/null +++ b/data/rlupus/data/9-player.run-0/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0598d04d7640d526bb4023378d60e8a7d8e966146833a72605fabef5050ae38 +size 1696498 diff --git a/data/rlupus/data/9-player.run-0/corpus.structured.jsonl b/data/rlupus/data/9-player.run-0/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..680d26ab09870d1b5ec6f204f483e893fc30c413 --- /dev/null +++ b/data/rlupus/data/9-player.run-0/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afd85f57a9b3a0c2c2ec4b12537eeb023da934ee53faf0576bbcb703f168d8a +size 2725794 diff --git a/data/rlupus/data/9-player.run-0/metadata.json b/data/rlupus/data/9-player.run-0/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..8540e80d22b3f92c2a6528ab1d1ef7213a8f9bab --- /dev/null +++ b/data/rlupus/data/9-player.run-0/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.5510578545290371, + "win_vil_mean": 0.88366124893071 + }, + "analysis": { + "Token Count": 565164, + "Line Count": 1003, + "Tokens per Line": 563.4735792622133, + "Tokens per Line SD": 14.708874765252066, + "Unique Tokens": 9, + "Unique Lines": 1003, + "1-gram Entropy": 3.079576795800299, + "1-gram Normalized Entropy": 0.9714983144393305, + "2-gram Entropy": 5.883233235409476, + "2-gram Conditional Entropy": 2.8036564396091768, + "Entropy per Line": 1735.2601597424525, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/9-player.run-1/corpus.json b/data/rlupus/data/9-player.run-1/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..dd1f42c4c0faa4105c3b7834f779ca3c070438a7 --- /dev/null +++ b/data/rlupus/data/9-player.run-1/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6293e2280885c9f15e055c460f95cf5c8df88a37a323cbde1dfde98fc90cec +size 837873 diff --git a/data/rlupus/data/9-player.run-1/corpus.jsonl b/data/rlupus/data/9-player.run-1/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a2ae457406fc0a422f06ce7467c3b205ce56b84a --- /dev/null +++ b/data/rlupus/data/9-player.run-1/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e212de3d0bc4c9a2ef2526f0eb5cb556582926de0b17f38989e30a28e7392d1 +size 1254785 diff --git a/data/rlupus/data/9-player.run-1/corpus.structured.jsonl b/data/rlupus/data/9-player.run-1/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..9a0d1835d81e71040f338744e4f8e2a126126210 --- /dev/null +++ b/data/rlupus/data/9-player.run-1/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e188a977608f5180aeaed859460cc2271b6765df6aad378918d53cc27a49ece9 +size 2015065 diff --git a/data/rlupus/data/9-player.run-1/metadata.json b/data/rlupus/data/9-player.run-1/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..c4e71e8f3daa5f1d63e941b3d7788788b1401716 --- /dev/null +++ b/data/rlupus/data/9-player.run-1/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.47627634364071414, + "win_vil_mean": 0.4315295416896742 + }, + "analysis": { + "Token Count": 417924, + "Line Count": 1010, + "Tokens per Line": 413.7861386138614, + "Tokens per Line SD": 124.67660267029468, + "Unique Tokens": 9, + "Unique Lines": 1010, + "1-gram Entropy": 3.1195832584480065, + "1-gram Normalized Entropy": 0.9841189482491226, + "2-gram Entropy": 5.925070393187002, + "2-gram Conditional Entropy": 2.8054871347389954, + "Entropy per Line": 1290.8403105976483, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/9-player.run-2/corpus.json b/data/rlupus/data/9-player.run-2/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..95ba39afb0db6a65a8bb500200f42ca7c5d1b9fb --- /dev/null +++ b/data/rlupus/data/9-player.run-2/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7734a6efce883b6549ed3a0ad383e7b9f2e00da2cbe7cadb7367557efbcba7f5 +size 831229 diff --git a/data/rlupus/data/9-player.run-2/corpus.jsonl b/data/rlupus/data/9-player.run-2/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7d57033889337aba7bb02ffca5c91da50f718b38 --- /dev/null +++ b/data/rlupus/data/9-player.run-2/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8733dd265aa8ab391ee5d12d137c807d4f7155bdceb1a785f45f0e508e6325 +size 1244839 diff --git a/data/rlupus/data/9-player.run-2/corpus.structured.jsonl b/data/rlupus/data/9-player.run-2/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..ee3cf3a85fae395631ba1c293323dfc082cc7319 --- /dev/null +++ b/data/rlupus/data/9-player.run-2/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914dbdd36eadbb6f478fa0be05dae8794b604093a5e0f41aa57b255344b2925b +size 1999099 diff --git a/data/rlupus/data/9-player.run-2/metadata.json b/data/rlupus/data/9-player.run-2/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..fd73cd44c2ba13a3cc04e2e51964574d031e8e31 --- /dev/null +++ b/data/rlupus/data/9-player.run-2/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.4771718036529681, + "win_vil_mean": 0.43589041095890413 + }, + "analysis": { + "Token Count": 414612, + "Line Count": 1000, + "Tokens per Line": 414.612, + "Tokens per Line SD": 124.79446083861255, + "Unique Tokens": 9, + "Unique Lines": 1000, + "1-gram Entropy": 3.090163776386325, + "1-gram Normalized Entropy": 0.9748381349654343, + "2-gram Entropy": 5.979073296612455, + "2-gram Conditional Entropy": 2.88890952022613, + "Entropy per Line": 1281.218983655087, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/data/9-player.run-3/corpus.json b/data/rlupus/data/9-player.run-3/corpus.json new file mode 100644 index 0000000000000000000000000000000000000000..adff6f450ed8a672424ed62ed0debd1a7ee1a509 --- /dev/null +++ b/data/rlupus/data/9-player.run-3/corpus.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf0f21805d9bed83c227e96d6c5ad6ae71ec8223fe8711f96081f49ba3a1ef4 +size 835087 diff --git a/data/rlupus/data/9-player.run-3/corpus.jsonl b/data/rlupus/data/9-player.run-3/corpus.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3fc1611a85214c4222c013c1089a753e2e942817 --- /dev/null +++ b/data/rlupus/data/9-player.run-3/corpus.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e4a94a75eb8ae3d609d1fdbb2be91de31bb1610b168f4c035b12fbcd623ada +size 1250620 diff --git a/data/rlupus/data/9-player.run-3/corpus.structured.jsonl b/data/rlupus/data/9-player.run-3/corpus.structured.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..802f7458d3796a68691374abc724cb4b9b1f41bf --- /dev/null +++ b/data/rlupus/data/9-player.run-3/corpus.structured.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50cc186bb0fa430a39f78f3ca93ee87b551a36387f935d7e97fa5f5fdf0a1c9 +size 2008388 diff --git a/data/rlupus/data/9-player.run-3/metadata.json b/data/rlupus/data/9-player.run-3/metadata.json new file mode 100644 index 0000000000000000000000000000000000000000..843b0554e83778412ce613624032676c63dd79e7 --- /dev/null +++ b/data/rlupus/data/9-player.run-3/metadata.json @@ -0,0 +1,23 @@ +{ + "metrics": { + "system": { + "accord_mean": 0.4789567590260285, + "win_vil_mean": 0.4629163168205989 + }, + "analysis": { + "Token Count": 416538, + "Line Count": 1003, + "Tokens per Line": 415.29212362911267, + "Tokens per Line SD": 124.88733669662086, + "Unique Tokens": 9, + "Unique Lines": 1003, + "1-gram Entropy": 3.111234886446668, + "1-gram Normalized Entropy": 0.9814853301043589, + "2-gram Entropy": 5.865222139465769, + "2-gram Conditional Entropy": 2.7539872530191007, + "Entropy per Line": 1292.0713431014178, + "EoS Token Present": false, + "EoS Padding": false + } + } +} \ No newline at end of file diff --git a/data/rlupus/metadata.yml b/data/rlupus/metadata.yml new file mode 100644 index 0000000000000000000000000000000000000000..00ac2ce1106216a514bd3106be3d3e0c47f955f1 --- /dev/null +++ b/data/rlupus/metadata.yml @@ -0,0 +1,51 @@ +origin: + source: https://github.com/brendon-boldt/rl_werewolf + upstream_source: https://github.com/nicofirst1/rl_werewolf + paper: https://arxiv.org/abs/2106.05018 +system: + game_type: conversation + game_subtype: social_deduction + observation_type: vector + observation_continuous: false + multi_step: true + data_source: null + seeding_available: false + symmetric_agents: true + more_than_2_agents: true + multi_utterance: true + variants: + 9-player.run-0: + message_length: 9 + vocab_size: 9 + note: reached 0.88 WR (win rate) in 38 hours (no automatic stopping) + 9-player.run-1: + message_length: 9 + vocab_size: 9 + note: reached 0.44 WR, stopped at 48 hours + 9-player.run-2: + message_length: 9 + vocab_size: 9 + note: reached 0.44 WR, stopped at 48 hours + 9-player.run-3: + message_length: 9 + vocab_size: 9 + note: reached 0.44 WR, stopped at 37 hours + 21-player.run-0: + message_length: 21 + vocab_size: 21 + note: reached 0.88 WR in 34 hours (no automatic stopping) + 21-player.run-1: + message_length: 21 + vocab_size: 21 + note: reached 0.55 WR, stopped at 48 hours + 21-player.run-2: + message_length: 21 + vocab_size: 21 + note: reached 0.85 WR in 28 hours +notes: > + This environment is somewhat unstable and does not provide random seeding, so + reproducing exact results is tricky. Nevertheless, environment converge about + half of the time (i.e., reach 85% villager win rate before 48 hours of + training). + 9 player (~11M steps per hour). + 21 player (~4M steps per hour). diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000000000000000000000000000000000000..2f058bb3e09be0109f0f498133cb7bcf9b831a8a --- /dev/null +++ b/flake.lock @@ -0,0 +1,25 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1709386671, + "narHash": "sha256-VPqfBnIJ+cfa78pd4Y5Cr6sOWVW8GYHRVucxJGmRf8Q=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "fa9a51752f1b5de583ad5213eb621be071806663", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000000000000000000000000000000000000..8fa79d2c9345d66756082568fc037e899b7f7174 --- /dev/null +++ b/flake.nix @@ -0,0 +1,22 @@ +{ + outputs = { self, nixpkgs }: + let + system = "x86_64-linux"; + pkgs = import nixpkgs { system = system; }; + python-with-packages = pkgs.python312.withPackages (p: with p; [ + mypy + black + ]); + in + { + devShells.${system}.default = pkgs.mkShell { + packages = with pkgs; [ + # micromamba + python-with-packages + nodejs_21 + ]; + }; + }; +} + + diff --git a/util/__init__.py b/util/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/util/analysis/__init__.py b/util/analysis/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/util/analysis/__main__.py b/util/analysis/__main__.py new file mode 100644 index 0000000000000000000000000000000000000000..3ce942d7e7c1c230a86af9dfd162b57f6c25960a --- /dev/null +++ b/util/analysis/__main__.py @@ -0,0 +1,12 @@ +from . import run +import sys + + +if __name__ == "__main__": + if len(sys.argv) > 1: + # Recommend running this with -i + df = run.pd.read_csv(sys.argv[1]) + df.set_index("name", inplace=True) + run.generate_plots(df) + else: + run.main() diff --git a/util/analysis/metric.py b/util/analysis/metric.py new file mode 100644 index 0000000000000000000000000000000000000000..1fbab43a64d4efc1fe003b2199035d70fb845ddc --- /dev/null +++ b/util/analysis/metric.py @@ -0,0 +1,92 @@ +from typing import Callable, TypeVar, Mapping + +import numpy as np + + +metric_registry = [] +NumMap = Mapping[str, float | int | bool] +NM = TypeVar("NM", bound=NumMap) + + +def register( + func: Callable[[list[np.ndarray]], NM] +) -> Callable[[list[np.ndarray]], NM]: + metric_registry.append(func) + return func + + +@register +def basic(data: list[np.ndarray]) -> NumMap: + catted = np.concatenate(data) + return { + "Token Count": len(catted), + "Line Count": len(data), + "Tokens per Line": len(np.concatenate(data)) / len(data), + "Tokens per Line SD": float(np.std([len(x) for x in data])), + "Unique Tokens": len(np.unique(catted)), + "Unique Lines": len({hash(l.data.tobytes()) for l in data}), + } + + +@register +def entropy_1gram(data: list[np.ndarray]) -> NumMap: + catted = np.concatenate(data) + counts = np.unique(catted, return_counts=True)[1] + normed = counts / counts.sum() + ent = -(normed * np.log2(normed)).sum() + return { + "1-gram Entropy": ent, + "1-gram Normalized Entropy": ent / np.log2(len(counts)), + } + + +@register +def conditional_entropy_2gram(data: list[np.ndarray]) -> NumMap: + windows = [np.lib.stride_tricks.sliding_window_view(x, (2,), axis=-1) for x in data] + catted = np.concatenate(windows) + counts = np.unique(catted, axis=0, return_counts=True)[1] + normed = counts / counts.sum() + ent = -(normed * np.log2(normed)).sum() + return { + "2-gram Entropy": ent, + "2-gram Conditional Entropy": ent - entropy_1gram(data)["1-gram Entropy"], + } + + +@register +def entropy_per_line(data: list[np.ndarray]) -> NumMap: + catted = np.concatenate(data) + unique_values, counts_dense = np.unique(catted, return_counts=True) + counts = np.zeros(np.max(unique_values) + 1, dtype=float) + counts[unique_values] = counts_dense + # Smoothing + counts += 1e-10 + logged = np.log2(counts / counts.sum()) + bpm = -np.mean([logged[msg].sum() for msg in data]) + return {"Entropy per Line": bpm} + + +@register +def end_of_sentence(data: list[np.ndarray]) -> NumMap: + """Detect if end-of-sentence token present.""" + candidates = {l[-1] for l in data} + if len(candidates) == 1: + c = list(candidates)[0] + + eos_only_at_end = lambda x: all(x[:-1] != c) + all_eos_rightward = lambda x: all( + (x[i] != c) or all(x[i:] == c) for i in range(len(x)) + ) + eos_present = all(eos_only_at_end(x) or all_eos_rightward(x) for x in data) + + same_length = len({len(l) for l in data}) == 1 + padding_exists = any(any(x[:-1] == c) for x in data) + eos_padding = eos_present and same_length and padding_exists + else: + eos_present = False + eos_padding = False + + return { + "EoS Token Present": eos_present, + "EoS Padding": eos_padding, + } diff --git a/util/analysis/metric_test.py b/util/analysis/metric_test.py new file mode 100644 index 0000000000000000000000000000000000000000..70f216319f0ffc134757a3fbc0104d463e9b3a6e --- /dev/null +++ b/util/analysis/metric_test.py @@ -0,0 +1,64 @@ +import unittest + +import numpy as np + +from . import metric + + +def to_numpy_list(x: list[list[list[int]]]) -> list[list[np.ndarray]]: + return [[np.array(z) for z in y] for y in x] + + +class TestEosMethods(unittest.TestCase): + def helper(self, data_arr, x, y) -> None: + expected = { + "EoS Token Pesent": x, + "EoS Padding": y, + } + for data in data_arr: + res = metric.end_of_sentence(data) + self.assertEqual(res, expected) + + def test_false_false(self): + data_arr = to_numpy_list( + [ + [ + [1, 2, 3], + [1, 2, 4], + ], + [ + [1, 2, 0], + [0, 2, 0], + ], + ] + ) + self.helper(data_arr, False, False) + + def test_true_false(self): + data_arr = to_numpy_list( + [ + [ + [1, 2, 0], + [1, 2, 0], + ], + ] + ) + self.helper(data_arr, True, False) + + def test_true_true(self): + data_arr = to_numpy_list( + [ + [ + [1, 2, 0], + [1, 0, 0], + ], + ] + ) + self.helper(data_arr, True, True) + + def test_true(self): + pass + + +if __name__ == "__main__": + unittest.main() diff --git a/util/analysis/run.py b/util/analysis/run.py new file mode 100644 index 0000000000000000000000000000000000000000..3ea83cfd9b607a72497e2d21b3269674b9c94be5 --- /dev/null +++ b/util/analysis/run.py @@ -0,0 +1,92 @@ +import json +from pathlib import Path +import logging +from typing import Any +import sys + +import numpy as np +import joblib # type: ignore +from tqdm import tqdm # type: ignore +import pandas as pd + +from .. import util +from .metric import metric_registry + +logging.basicConfig(level=logging.INFO) + + +def load_data(path: Path) -> list[np.ndarray]: + data = [] + with path.open() as fo: + for line in fo: + row = json.loads(line) + if len(row) == 0: + continue + data.append(np.array(row)) + return data + + +def analyze_data(input_path: Path) -> dict[str, Any] | None: + # TODO Account for EOS + name = path_to_name(input_path) + logging.debug(f"Analyzing: {name}") + metrics = None + try: + data = load_data(input_path) + metrics = dict(kv for f in metric_registry for kv in f(data).items()) + metadata_path = input_path.parent / "metadata.json" + with util.update_json(metadata_path) as md: + md["metrics"] = md.get("metrics", {}) + md["metrics"]["analysis"] = metrics + except Exception as e: + logging.warning(f"{name} failed due to {e}") + raise e # TODO remove + finally: + logging.debug(f"Finished: {name}") + return metrics + + +def path_to_name(path: Path) -> str: + comps = list(path.parents[-3:-2]) + list(path.parents[-5::-1]) + return "/".join(x.name for x in comps) + + +def main() -> None: + paths = list(Path("./data").glob("*/data/**/corpus.jsonl")) + funcs = [joblib.delayed(analyze_data)(path) for path in paths] + parallel = joblib.Parallel(n_jobs=-1, return_as="generator")(funcs) + results = list(tqdm(parallel, total=len(funcs))) + results = [x for x in results if x is not None] + + for p, r in zip(paths, results): + r["name"] = path_to_name(p) + + df = pd.DataFrame(results) + df.set_index("name", inplace=True) + df.to_csv("table.csv") + + +def generate_plots(df: pd.DataFrame) -> None: + summary = df.describe() + summary.drop(["count", "mean", "std"], inplace=True) + summary = summary.T + + to_int_rows = ["Unique Tokens", "Unique Lines", "Token Count", "Line Count"] + col_rename = { + "25%": "$25\\%$", + "50%": "$50\\%$", + "75%": "$75\\%$", + } + _summary = pd.DataFrame(columns=summary.columns) + for k in summary.index: + if k in to_int_rows: + fmtr = lambda x: f"${int(x)}$" + else: + fmtr = lambda x: f"${x:.2f}$" + _summary.loc[k] = summary.loc[k].apply(fmtr) + summary = _summary + summary.rename(columns=col_rename, inplace=True) + print(summary) + summary.to_latex("summary.tex", column_format="lrrrrr") + + print(df.corr()) diff --git a/util/croissant.py b/util/croissant.py new file mode 100644 index 0000000000000000000000000000000000000000..28e97ba51343011d2d5c21c7bf7353d35595e076 --- /dev/null +++ b/util/croissant.py @@ -0,0 +1,98 @@ +import json +from pathlib import Path +from textwrap import dedent +import datetime + +import mlcroissant as mlc # type: ignore + + +metadata = mlc.Metadata( + name="ELCC", + description="ELCC is a collection of emergent language corpora with accompanying metadata and analyses.", + license="https://creativecommons.org/licenses/by/4.0/", + url="https://huggingface.co/datasets/bboldt/elcc/", + date_published=datetime.datetime.now(datetime.UTC), + cite_as=dedent( + """\ + @misc{boldt2024elcc, + title = "{ELCC}: the Emergent Language Corpus Collection", + author = "Brendon Boldt and David Mortensen", + year = 2024, + url = "", + }""" + ), + version="0.1.0", + keywords=["emergent communication", "emergent language", "corpus"], +) + + +def insert_corpora(metadata: mlc.Metadata) -> None: + paths = list(Path("data").glob("*/data/*/corpus.json")) + + dist: list[dict] = [ + mlc.FileObject( + id="hf-repo", + name="hf-repo", + content_url="https://huggingface.co/datasets/bboldt/elcc/", + encoding_format="git+https", + sha256="main", + ) + ] + metadata.distribution = dist + record_sets: list[dict] = [] + metadata.record_sets = record_sets + + for path in paths: + comps = str(path).split("/") + name = f"{comps[-4]}/{comps[-2]}" + + dist.append( + mlc.FileObject( + id=str(path), + name=str(path), + content_url=str(path), + encoding_format="text/plain", + contained_in=["hf-repo"], + ) + ) + record_sets.append( + mlc.RecordSet( + id=name, + name=name, + fields=[ + mlc.Field( + id=f"{name}/content", + name="content", + data_types=mlc.DataType.TEXT, + source=mlc.Source( + file_object=str(path), + extract=mlc.Extract(file_property="content"), + ), + ), + ], + ) + ) + + +def main() -> None: + insert_corpora(metadata) + + print(metadata.issues.report()) + with open("croissant.json", "w") as fo: + d = metadata.to_json() + d["datePublished"] = str(d["datePublished"]) + json.dump(d, fo, indent=2) + + +def test() -> None: + dataset = mlc.Dataset(jsonld="croissant.json") + records = dataset.records(record_set="babyai-sr/GoToObj") + + for i, rec in enumerate(records): + print(rec) + if i > 10: + break + + +if __name__ == "__main__": + main() diff --git a/util/environment.yml b/util/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..292bf08431be3c33280d170223d3afcff2b17161 --- /dev/null +++ b/util/environment.yml @@ -0,0 +1,18 @@ +name: elcc +channels: + - conda-forge +dependencies: + - pandas + - pandas-stubs + - mypy + - black + - tqdm + - joblib + - pydantic + - pyyaml + - jinja2 + - git + - git-lfs + - pip: + - mlcroissant + - GitPython diff --git a/util/jsonl2json.sh b/util/jsonl2json.sh new file mode 100644 index 0000000000000000000000000000000000000000..31094701d49f3576ffddbe7fe8d9e93f6b3c02c4 --- /dev/null +++ b/util/jsonl2json.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +for x in **/corpus.jsonl; do + cat $x | jq -sc > $(dirname $x)/$(basename $x .jsonl).json; +done diff --git a/util/util.py b/util/util.py new file mode 100644 index 0000000000000000000000000000000000000000..d177acd4707b1c3eda825c723d1c10a67ac6d55b --- /dev/null +++ b/util/util.py @@ -0,0 +1,30 @@ +import contextlib +from typing import Iterator, Any, Union, Dict +from pathlib import Path +import json + +Json = Dict[str, Any] +PathLike = Union[str, Path] + + +@contextlib.contextmanager +def update_json(path: PathLike) -> Iterator[Json]: + exists = Path(path).exists() + with open(path, "r+" if exists else "w") as fo: + data = json.load(fo) if exists else {} + yield data + # Do this in two separate stages so that if there is a JSON decode + # error, we do not overwrite the file. + json_data = json.dumps(data, indent=2) + fo.seek(0) + fo.write(json_data) + fo.truncate() + + +def write_system_metrics(path: PathLike, data: Json) -> None: + with update_json(f"{path}/metadata.json") as orig_data: + metrics = orig_data.get("metrics", {}) + system = metrics.get("system", {}) + system.update(data) + metrics["system"] = system + orig_data["metrics"] = metrics diff --git a/util/validate.py b/util/validate.py new file mode 100644 index 0000000000000000000000000000000000000000..e6e0cb29c2acc56090cdb9a54d815d0a3d28ddf4 --- /dev/null +++ b/util/validate.py @@ -0,0 +1,112 @@ +from pathlib import Path +import logging +from typing import Any, Literal, TypeVar + +import pydantic +import yaml # type: ignore + +T = TypeVar("T") + +logging.basicConfig(level=logging.INFO) + + +Url = str + + +class BaseModel(pydantic.BaseModel): + model_config = pydantic.ConfigDict(extra="forbid") + + +class OriginMetadata(BaseModel): + source: Url + """Where the code is from.""" + upstream_source: Url | None = None + """The original implementation.""" + paper: Url | None = None + """The paper which introduces the system.""" + + +class SystemMetadata(BaseModel): + game_type: Literal["signalling", "conversation", "navigation"] + observation_type: Literal["vector", "image"] + observation_continuous: bool + data_source: None | Literal["natural", "synthetic"] + variants: dict[str, Any] + """Different variants of the environment. + + Each dict should be populated with the distinguishing characteristics of + that environment. + + """ + game_subtype: None | str + seeding_available: bool + """System implements settable random seeds.""" + multi_step: bool + """Environment has multiple timesteps per episode.""" + symmetric_agents: bool + """Agents can send and receive messages.""" + multi_utterance: bool + """Multiple utterances are present per line.""" + more_than_2_agents: bool + """More than two agents present in the environment.""" + + @pydantic.field_validator("variants") + @classmethod + def check_variants(cls, v: T, info: pydantic.ValidationInfo) -> T: + if not isinstance(v, dict): + raise ValueError(f'Field "variants" must be a dict.') + if info.context and (path := info.context.get("path", None)): + # Check that all listed variants are present on the filesystem. + for k in v.keys(): + validate_variant(f"{path}/data/{k}") + # Check that all variants on the filesystem are listed in the metadata. + for var in Path(path).glob("data/*"): + if var.name not in v.keys(): + logging.warning( + f'Directory "{path}/data/{var}" found but not listed in metadata.' + ) + return v # type: ignore + + +def validate_variant(_path: str) -> None: + path = Path(_path) + if not path.exists(): + logging.warning( + f"Variant {path.name} in metadata but not {path} does not exist." + ) + return + corpus_path = path / "corpus.jsonl" + if not corpus_path.exists(): + logging.warning(f"Corpus file {corpus_path} does not exist.") + metadata_path = path / "metadata.json" + if not metadata_path.exists(): + logging.warning(f"Metadata file {metadata_path} does not exist.") + + +class SystemLevelMetadata(BaseModel): + origin: OriginMetadata + system: SystemMetadata + notes: str | None = None + + +def main() -> None: + paths = list(Path(".").glob("data/*")) + for path in paths: + try: + md_path = path / "metadata.yml" + if not md_path.exists(): + logging.warning(f'Missing metadata file at "{md_path}".') + continue + with md_path.open() as fo: + raw = yaml.load(fo.read(), Loader=yaml.Loader) + if raw is None: + logging.warning(f'"{md_path}" is empty.') + continue + SystemLevelMetadata.model_validate(raw, context={"path": path}) + except (yaml.parser.ParserError, pydantic.ValidationError) as e: + logging.warning(f'Path "{md_path}" failed validation with:\n{e}') + logging.info("Validation completed.") + + +if __name__ == "__main__": + main() diff --git a/website/.eslintrc.json b/website/.eslintrc.json new file mode 100644 index 0000000000000000000000000000000000000000..bffb357a7122523ec94045523758c4b825b448ef --- /dev/null +++ b/website/.eslintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "next/core-web-vitals" +} diff --git a/website/.gitignore b/website/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fd3dbb571a12a1c3baf000db049e141c888d05a8 --- /dev/null +++ b/website/.gitignore @@ -0,0 +1,36 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js +.yarn/install-state.gz + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts diff --git a/website/README.md b/website/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c4033664f80d3cb9cb687fb5facbc82aedb302f6 --- /dev/null +++ b/website/README.md @@ -0,0 +1,36 @@ +This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). + +## Getting Started + +First, run the development server: + +```bash +npm run dev +# or +yarn dev +# or +pnpm dev +# or +bun dev +``` + +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. + +This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. + +## Learn More + +To learn more about Next.js, take a look at the following resources: + +- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. +- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. + +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! + +## Deploy on Vercel + +The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. + +Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. diff --git a/website/app/components/LangTable.tsx b/website/app/components/LangTable.tsx new file mode 100644 index 0000000000000000000000000000000000000000..920f5eedc542c458ba95422923fcd246a29bce82 --- /dev/null +++ b/website/app/components/LangTable.tsx @@ -0,0 +1,49 @@ +"use client"; + +import { AgGridReact } from 'ag-grid-react'; +import { RowClickedEvent } from 'ag-grid-community'; +import "ag-grid-community/styles/ag-grid.css"; +import "ag-grid-community/styles/ag-theme-quartz.css"; + +type TableRow = { + // name: string, + // values: {[key: string]: string | number | boolean}, + name: string, + variant: string, + [key: string]: string | number | boolean, +}; + +type Table = { + headers: Array; + rows: Array; +}; + +type Props = { + tableData: Array; +}; + +const rowClickHandler = (e: RowClickedEvent) => { + window.open(`${window.origin}/language/${e.data.name}`, "_blank"); +}; + + +export default function LangTable({tableData}: Props) { + const defaults = { suppressMovable: true }; + const colDefs = [ + { ...defaults, field: "name", flex: 2, pinned: 'left' } as const, + { ...defaults, field: "variant", flex: 2, pinned: 'left' } as const, + { ...defaults, field: "game-type" }, + { ...defaults, field: "game-subtype" }, + { ...defaults, field: "data-source" }, + { ...defaults, field: "entropy_1gram", valueGetter: (p: any) => p.data.entropy_1gram.toFixed(2), type: "numericColumn" }, + ]; + + return ( + + ); +} diff --git a/website/app/favicon.ico b/website/app/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..718d6fea4835ec2d246af9800eddb7ffb276240c Binary files /dev/null and b/website/app/favicon.ico differ diff --git a/website/app/globals.css b/website/app/globals.css new file mode 100644 index 0000000000000000000000000000000000000000..5d3e3783ff35b9d0a268f5c99bed00c4031dd436 --- /dev/null +++ b/website/app/globals.css @@ -0,0 +1,43 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +:root { + --foreground-rgb: 0, 0, 0; + --background-start-rgb: 214, 219, 220; + --background-end-rgb: 255, 255, 255; +} + +/* +@media (prefers-color-scheme: dark) { + :root { + --foreground-rgb: 255, 255, 255; + --background-start-rgb: 0, 0, 0; + --background-end-rgb: 0, 0, 0; + } +} +*/ + +body { + color: rgb(var(--foreground-rgb)); + /* + background: linear-gradient( + to bottom, + transparent, + rgb(var(--background-end-rgb)) + ) + rgb(var(--background-start-rgb)); + */ +} + +@layer utilities { + .text-balance { + text-wrap: balance; + } +} + +/** Begin Custom **/ + +h1 { + @apply text-3xl mb-4; +} diff --git a/website/app/language/[language]/page.tsx b/website/app/language/[language]/page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..061c22ef63f6cb67c3c789268dd3e4873caa5d63 --- /dev/null +++ b/website/app/language/[language]/page.tsx @@ -0,0 +1,27 @@ +import { getLibEntryPaths, getLanguageMetadata } from "../../lib/library"; + +export async function generateStaticParams() { + const paths = await getLibEntryPaths(); + return paths.map((path) => ({ + language: path.split("/").at(-1), + })) +} + + +type Params = { + params: { + language: string; + } +}; + +export default async function Page({ params }: Params) { + const langMd = await getLanguageMetadata(params.language); + return <> +

{params.language}

+
+
+        {JSON.stringify(langMd, null, 4)}
+      
+
+ ; +} diff --git a/website/app/layout.tsx b/website/app/layout.tsx new file mode 100644 index 0000000000000000000000000000000000000000..8eb97a807e4eb98d8d2bf7eb0f21620c6ce01d08 --- /dev/null +++ b/website/app/layout.tsx @@ -0,0 +1,37 @@ +import type { Metadata } from "next"; +import { Inter } from "next/font/google"; +import "./globals.css"; + +const inter = Inter({ subsets: ["latin"] }); + +export const metadata: Metadata = { + title: "Emergent Language Library", + description: "Generated by create next app", +}; + +export default function RootLayout({ + children, +}: Readonly<{ + children: React.ReactNode; +}>) { + return ( + + +
+ + Emergent Language Library + +
+
+ {children} +
+ + + ); +} diff --git a/website/app/lib/library.ts b/website/app/lib/library.ts new file mode 100644 index 0000000000000000000000000000000000000000..4e8f8a3b493c836b520b03559d7a9991c7388994 --- /dev/null +++ b/website/app/lib/library.ts @@ -0,0 +1,92 @@ +import fsPromises from "node:fs/promises"; +import { parse as parseYaml } from "yaml"; + +const LIB_PATH = "../data/"; + +type AnyObject = {[k: string]: any}; + +const readText = (path: string): Promise => + fsPromises.readFile(path, {encoding: "utf-8"}); + +const makeReader = (parser: (s: string) => AnyObject) => async (path: string): Promise => { + try { + const text = await readText(path); + return parser(text); + } catch (e) { + return {}; + }; +}; + +const readMetadata = async (basePath: string): Promise => { + const fmts = [ + [readYaml, "yaml"], + [readYaml, "yml"], + [readJson, "json"], + ] as const; + for (const fmt of fmts) { + const md = await fmt[0](`${basePath}/metadata.${fmt[1]}`); + if (md && Object.keys(md).length > 0) + return md; + }; + return {}; +} + +const readJson = makeReader(JSON.parse); +const readYaml = makeReader(parseYaml); + +const getMetrics = async (path: string): Promise => { + try { + const data = await readMetadata(path); + const metrics = data.metrics ?? {}; + return { + ...(metrics.analysis ?? {}), + }; + } catch (e) { + return {}; + } +}; + +const readVariantsFromEntry = async (entryPath: string): Promise> => { + // const entryMd = await readYaml(entryPath + "/metadata.yml"); + const entryMd = await readMetadata(entryPath); + const variants = entryMd.system?.variants ?? {}; + const variantMds = Object.keys(variants).map(async (v: any) => { + // const metrics = await getMetrics(`${entryPath}/data/${v}/metadata.json`); + const metrics = await getMetrics(`${entryPath}/data/${v}`); + const obj = { + name: entryPath.split("/").at(-1), + variant: v, + ...(entryMd.origin ?? {}), + ...(entryMd.system ?? {}), + ...variants[v], + ...metrics, + }; + delete obj.variants; + return obj; + }); + return await Promise.all(variantMds); +} + +export const getLibEntryPaths = async (): Promise> => { + return (await fsPromises.readdir(LIB_PATH)).map(p => LIB_PATH + p); +} + +export const getLangTableData = async (): Promise> => { + const paths = await getLibEntryPaths(); + const mds = (await Promise.all(paths.map(p => readVariantsFromEntry(p)))).flat(); + return mds; +}; + +export const getLanguageMetadata = async (name: string): Promise => { + const basePath = [LIB_PATH, name].join("/"); + const md = await readMetadata(basePath); + const variants = md.system.variants ?? {}; + const variantPaths = await fsPromises.readdir(basePath + "/data"); + for (const vName of variantPaths) { + const vPath = [basePath, "data", vName].join("/"); + const vMd = await readMetadata(vPath); + variants[vName] = {...variants[vName], ...vMd}; + } + md.system.variants = variants; + return md; +}; diff --git a/website/app/page.tsx b/website/app/page.tsx new file mode 100644 index 0000000000000000000000000000000000000000..ac3e819eed5ae27f3ab1e5c821f87ca2fd2c9031 --- /dev/null +++ b/website/app/page.tsx @@ -0,0 +1,16 @@ +import LangTable from "./components/LangTable"; +import { getLangTableData } from "./lib/library"; + +export default async function Home() { + + const tableData = await getLangTableData(); + + return ( + <> +

Library Overview

+
+ +
+ + ); +} diff --git a/website/app/pages/api/hello.ts b/website/app/pages/api/hello.ts new file mode 100644 index 0000000000000000000000000000000000000000..e9285f752de221fc4c2a4eecd764307895668a6d --- /dev/null +++ b/website/app/pages/api/hello.ts @@ -0,0 +1,3 @@ +export default function handler(req: any, res: any) { + res.status(200).json({text: "hello"}); +} diff --git a/website/next.config.mjs b/website/next.config.mjs new file mode 100644 index 0000000000000000000000000000000000000000..2507666cb8f0eee65cebd3fe829f6a9b2975f0ff --- /dev/null +++ b/website/next.config.mjs @@ -0,0 +1,7 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = { + output: "export", + trailingSlash: true, +}; + +export default nextConfig; diff --git a/website/package-lock.json b/website/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..8de9da8323f009bcd6891f089867fbaacbabc33a --- /dev/null +++ b/website/package-lock.json @@ -0,0 +1,4923 @@ +{ + "name": "el-library", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "el-library", + "version": "0.1.0", + "dependencies": { + "ag-grid-community": "^31.1.1", + "ag-grid-react": "^31.1.1", + "esm": "^3.2.25", + "next": "14.1.3", + "react": "^18", + "react-dom": "^18", + "yaml": "^2.4.1" + }, + "devDependencies": { + "@types/node": "^20", + "@types/react": "^18", + "@types/react-dom": "^18", + "autoprefixer": "^10.0.1", + "eslint": "^8", + "eslint-config-next": "14.1.3", + "postcss": "^8", + "tailwindcss": "^3.3.0", + "typescript": "^5" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@babel/runtime": { + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", + "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", + "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", + "dev": true + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@next/env": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.3.tgz", + "integrity": "sha512-VhgXTvrgeBRxNPjyfBsDIMvgsKDxjlpw4IAUsHCX8Gjl1vtHUYRT3+xfQ/wwvLPDd/6kqfLqk9Pt4+7gysuCKQ==" + }, + "node_modules/@next/eslint-plugin-next": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.1.3.tgz", + "integrity": "sha512-VCnZI2cy77Yaj3L7Uhs3+44ikMM1VD/fBMwvTBb3hIaTIuqa+DmG4dhUDq+MASu3yx97KhgsVJbsas0XuiKyww==", + "dev": true, + "dependencies": { + "glob": "10.3.10" + } + }, + "node_modules/@next/swc-darwin-arm64": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.3.tgz", + "integrity": "sha512-LALu0yIBPRiG9ANrD5ncB3pjpO0Gli9ZLhxdOu6ZUNf3x1r3ea1rd9Q+4xxUkGrUXLqKVK9/lDkpYIJaCJ6AHQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-darwin-x64": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.3.tgz", + "integrity": "sha512-E/9WQeXxkqw2dfcn5UcjApFgUq73jqNKaE5bysDm58hEUdUGedVrnRhblhJM7HbCZNhtVl0j+6TXsK0PuzXTCg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-gnu": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.1.3.tgz", + "integrity": "sha512-USArX9B+3rZSXYLFvgy0NVWQgqh6LHWDmMt38O4lmiJNQcwazeI6xRvSsliDLKt+78KChVacNiwvOMbl6g6BBw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm64-musl": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.1.3.tgz", + "integrity": "sha512-esk1RkRBLSIEp1qaQXv1+s6ZdYzuVCnDAZySpa62iFTMGTisCyNQmqyCTL9P+cLJ4N9FKCI3ojtSfsyPHJDQNw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-gnu": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.3.tgz", + "integrity": "sha512-8uOgRlYEYiKo0L8YGeS+3TudHVDWDjPVDUcST+z+dUzgBbTEwSSIaSgF/vkcC1T/iwl4QX9iuUyUdQEl0Kxalg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-x64-musl": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.3.tgz", + "integrity": "sha512-DX2zqz05ziElLoxskgHasaJBREC5Y9TJcbR2LYqu4r7naff25B4iXkfXWfcp69uD75/0URmmoSgT8JclJtrBoQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-arm64-msvc": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.1.3.tgz", + "integrity": "sha512-HjssFsCdsD4GHstXSQxsi2l70F/5FsRTRQp8xNgmQs15SxUfUJRvSI9qKny/jLkY3gLgiCR3+6A7wzzK0DBlfA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-ia32-msvc": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.1.3.tgz", + "integrity": "sha512-DRuxD5axfDM1/Ue4VahwSxl1O5rn61hX8/sF0HY8y0iCbpqdxw3rB3QasdHn/LJ6Wb2y5DoWzXcz3L1Cr+Thrw==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-win32-x64-msvc": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.3.tgz", + "integrity": "sha512-uC2DaDoWH7h1P/aJ4Fok3Xiw6P0Lo4ez7NbowW2VGNXw/Xv6tOuLUcxhBYZxsSUJtpeknCi8/fvnSpyCFp4Rcg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rushstack/eslint-patch": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz", + "integrity": "sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==", + "dev": true + }, + "node_modules/@swc/helpers": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.2.tgz", + "integrity": "sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "20.11.25", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", + "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/prop-types": { + "version": "15.7.11", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", + "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==", + "dev": true + }, + "node_modules/@types/react": { + "version": "18.2.64", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz", + "integrity": "sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==", + "dev": true, + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", + "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", + "dev": true, + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/scheduler": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==", + "dev": true + }, + "node_modules/@typescript-eslint/parser": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", + "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/acorn": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ag-grid-community": { + "version": "31.1.1", + "resolved": "https://registry.npmjs.org/ag-grid-community/-/ag-grid-community-31.1.1.tgz", + "integrity": "sha512-tiQZ7VQ07yJScTMIQpaYoUMPgiyXMwYDcwTxe4riRrcYGTg0e258XEihoPUZFejR60P1fYWMxdJaR2JUnyhGrg==" + }, + "node_modules/ag-grid-react": { + "version": "31.1.1", + "resolved": "https://registry.npmjs.org/ag-grid-react/-/ag-grid-react-31.1.1.tgz", + "integrity": "sha512-aaDMSP8MGhoXL5M9c4UmhBClRlc3mEMMC0E0/1mhXU6bdiz0QxXT/xQtDe3DFC62VrtXVda9x20Lpj6p6Bfy8g==", + "dependencies": { + "ag-grid-community": "31.1.1", + "prop-types": "^15.8.1" + }, + "peerDependencies": { + "react": "^16.3.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "dev": true, + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/array.prototype.filter": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz", + "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-array-method-boxes-properly": "^1.0.0", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.4.tgz", + "integrity": "sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlastindex": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz", + "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.toreversed": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz", + "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", + "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.1.0", + "es-shim-unscopables": "^1.0.2" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ast-types-flow": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", + "dev": true + }, + "node_modules/asynciterator.prototype": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", + "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.3" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.18", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz", + "integrity": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "browserslist": "^4.23.0", + "caniuse-lite": "^1.0.30001591", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axe-core": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", + "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/axobject-query": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", + "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", + "dev": true, + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001596", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz", + "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/client-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "dev": true + }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.4.699", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.699.tgz", + "integrity": "sha512-I7q3BbQi6e4tJJN5CRcyvxhK0iJb34TV8eJQcgh+fR2fQ8miMgZcEInckCo1U9exDHbfz7DLDnFn8oqH/VcRKw==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/enhanced-resolve": { + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.1.tgz", + "integrity": "sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/es-abstract": { + "version": "1.22.5", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.5.tgz", + "integrity": "sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.3", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "hasown": "^2.0.1", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.3", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.13", + "is-weakref": "^1.0.2", + "object-inspect": "^1.13.1", + "object-keys": "^1.1.1", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.0", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.8", + "string.prototype.trimend": "^1.0.7", + "string.prototype.trimstart": "^1.0.7", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.5", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "dev": true + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz", + "integrity": "sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==", + "dev": true, + "dependencies": { + "asynciterator.prototype": "^1.0.0", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.4", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.2", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "globalthis": "^1.0.3", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.7", + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-next": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.1.3.tgz", + "integrity": "sha512-sUCpWlGuHpEhI0pIT0UtdSLJk5Z8E2DYinPTwsBiWaSYQomchdl0i60pjynY48+oXvtyWMQ7oE+G3m49yrfacg==", + "dev": true, + "dependencies": { + "@next/eslint-plugin-next": "14.1.3", + "@rushstack/eslint-patch": "^1.3.3", + "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-import-resolver-typescript": "^3.5.2", + "eslint-plugin-import": "^2.28.1", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705" + }, + "peerDependencies": { + "eslint": "^7.23.0 || ^8.0.0", + "typescript": ">=3.3.1" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", + "dev": true, + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.13.0", + "resolve": "^1.22.4" + } + }, + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz", + "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==", + "dev": true, + "dependencies": { + "debug": "^4.3.4", + "enhanced-resolve": "^5.12.0", + "eslint-module-utils": "^2.7.4", + "fast-glob": "^3.3.1", + "get-tsconfig": "^4.5.0", + "is-core-module": "^2.11.0", + "is-glob": "^4.0.3" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*" + } + }, + "node_modules/eslint-module-utils": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz", + "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==", + "dev": true, + "dependencies": { + "debug": "^3.2.7" + }, + "engines": { + "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", + "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.7", + "array.prototype.findlastindex": "^1.2.3", + "array.prototype.flat": "^1.3.2", + "array.prototype.flatmap": "^1.3.2", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.8.0", + "hasown": "^2.0.0", + "is-core-module": "^2.13.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.fromentries": "^2.0.7", + "object.groupby": "^1.0.1", + "object.values": "^1.1.7", + "semver": "^6.3.1", + "tsconfig-paths": "^3.15.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + } + }, + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz", + "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.23.2", + "aria-query": "^5.3.0", + "array-includes": "^3.1.7", + "array.prototype.flatmap": "^1.3.2", + "ast-types-flow": "^0.0.8", + "axe-core": "=4.7.0", + "axobject-query": "^3.2.1", + "damerau-levenshtein": "^1.0.8", + "emoji-regex": "^9.2.2", + "es-iterator-helpers": "^1.0.15", + "hasown": "^2.0.0", + "jsx-ast-utils": "^3.3.5", + "language-tags": "^1.0.9", + "minimatch": "^3.1.2", + "object.entries": "^1.1.7", + "object.fromentries": "^2.0.7" + }, + "engines": { + "node": ">=4.0" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.34.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz", + "integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.7", + "array.prototype.findlast": "^1.2.4", + "array.prototype.flatmap": "^1.3.2", + "array.prototype.toreversed": "^1.1.2", + "array.prototype.tosorted": "^1.1.3", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.0.17", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.7", + "object.fromentries": "^2.0.7", + "object.hasown": "^1.1.3", + "object.values": "^1.1.7", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.10" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "dev": true, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.5", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/eslint-plugin-react/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esm": { + "version": "3.2.25", + "resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz", + "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-tsconfig": { + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.3.tgz", + "integrity": "sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==", + "dev": true, + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, + "node_modules/glob": { + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", + "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ignore": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/internal-slot": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "dev": true, + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "dev": true, + "dependencies": { + "which-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/iterator.prototype": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", + "has-symbols": "^1.0.3", + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" + } + }, + "node_modules/jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jiti": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", + "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", + "dev": true, + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/language-subtag-registry": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", + "dev": true + }, + "node_modules/language-tags": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", + "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", + "dev": true, + "dependencies": { + "language-subtag-registry": "^0.3.20" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/next": { + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/next/-/next-14.1.3.tgz", + "integrity": "sha512-oexgMV2MapI0UIWiXKkixF8J8ORxpy64OuJ/J9oVUmIthXOUCcuVEZX+dtpgq7wIfIqtBwQsKEDXejcjTsan9g==", + "dependencies": { + "@next/env": "14.1.3", + "@swc/helpers": "0.5.2", + "busboy": "1.6.0", + "caniuse-lite": "^1.0.30001579", + "graceful-fs": "^4.2.11", + "postcss": "8.4.31", + "styled-jsx": "5.1.1" + }, + "bin": { + "next": "dist/bin/next" + }, + "engines": { + "node": ">=18.17.0" + }, + "optionalDependencies": { + "@next/swc-darwin-arm64": "14.1.3", + "@next/swc-darwin-x64": "14.1.3", + "@next/swc-linux-arm64-gnu": "14.1.3", + "@next/swc-linux-arm64-musl": "14.1.3", + "@next/swc-linux-x64-gnu": "14.1.3", + "@next/swc-linux-x64-musl": "14.1.3", + "@next/swc-win32-arm64-msvc": "14.1.3", + "@next/swc-win32-ia32-msvc": "14.1.3", + "@next/swc-win32-x64-msvc": "14.1.3" + }, + "peerDependencies": { + "@opentelemetry/api": "^1.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sass": "^1.3.0" + }, + "peerDependenciesMeta": { + "@opentelemetry/api": { + "optional": true + }, + "sass": { + "optional": true + } + } + }, + "node_modules/next/node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.groupby": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz", + "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==", + "dev": true, + "dependencies": { + "array.prototype.filter": "^1.0.3", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.0.0" + } + }, + "node_modules/object.hasown": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", + "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.values": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dev": true, + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-scurry": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "dev": true, + "dependencies": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.4.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-import": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-load-config": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-load-config/node_modules/lilconfig": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" + } + }, + "node_modules/postcss-nested": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.11" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.0" + }, + "peerDependencies": { + "react": "^18.2.0" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz", + "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.0.0", + "get-intrinsic": "^1.2.3", + "globalthis": "^1.0.3", + "which-builtin-type": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.0.tgz", + "integrity": "sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.5", + "get-intrinsic": "^1.2.2", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-regex": "^1.1.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/scheduler": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/set-function-length": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", + "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.2", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.5", + "regexp.prototype.flags": "^1.5.0", + "set-function-name": "^2.0.0", + "side-channel": "^1.0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/styled-jsx": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", + "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", + "dependencies": { + "client-only": "0.0.1" + }, + "engines": { + "node": ">= 12.0.0" + }, + "peerDependencies": { + "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/sucrase": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "glob": "^10.3.10", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwindcss": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "dev": true, + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.19.1", + "lilconfig": "^2.1.0", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.23", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.1", + "postcss-nested": "^6.0.1", + "postcss-selector-parser": "^6.0.11", + "resolve": "^1.22.2", + "sucrase": "^3.32.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/ts-api-utils": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz", + "integrity": "sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==", + "dev": true, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "typescript": ">=4.2.0" + } + }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "dev": true + }, + "node_modules/tsconfig-paths": { + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", + "dev": true, + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.5.tgz", + "integrity": "sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typescript": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "dev": true, + "dependencies": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz", + "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.6", + "call-bind": "^1.0.5", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", + "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/website/package.json b/website/package.json new file mode 100644 index 0000000000000000000000000000000000000000..f7f82e5387308cea7644e24fdf80bd224312d094 --- /dev/null +++ b/website/package.json @@ -0,0 +1,31 @@ +{ + "name": "el-library", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "ag-grid-community": "^31.1.1", + "ag-grid-react": "^31.1.1", + "esm": "^3.2.25", + "next": "14.1.3", + "react": "^18", + "react-dom": "^18", + "yaml": "^2.4.1" + }, + "devDependencies": { + "@types/node": "^20", + "@types/react": "^18", + "@types/react-dom": "^18", + "autoprefixer": "^10.0.1", + "eslint": "^8", + "eslint-config-next": "14.1.3", + "postcss": "^8", + "tailwindcss": "^3.3.0", + "typescript": "^5" + } +} diff --git a/website/postcss.config.js b/website/postcss.config.js new file mode 100644 index 0000000000000000000000000000000000000000..12a703d900da8159c30e75acbd2c4d87ae177f62 --- /dev/null +++ b/website/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; diff --git a/website/tailwind.config.ts b/website/tailwind.config.ts new file mode 100644 index 0000000000000000000000000000000000000000..7e4bd91a03437328466a264489ce47e107635565 --- /dev/null +++ b/website/tailwind.config.ts @@ -0,0 +1,20 @@ +import type { Config } from "tailwindcss"; + +const config: Config = { + content: [ + "./pages/**/*.{js,ts,jsx,tsx,mdx}", + "./components/**/*.{js,ts,jsx,tsx,mdx}", + "./app/**/*.{js,ts,jsx,tsx,mdx}", + ], + theme: { + extend: { + backgroundImage: { + "gradient-radial": "radial-gradient(var(--tw-gradient-stops))", + "gradient-conic": + "conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))", + }, + }, + }, + plugins: [], +}; +export default config; diff --git a/website/tsconfig.json b/website/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..e7ff90fd2767199e09b281bfa87e08a90f33270e --- /dev/null +++ b/website/tsconfig.json @@ -0,0 +1,26 @@ +{ + "compilerOptions": { + "lib": ["dom", "dom.iterable", "esnext"], + "allowJs": true, + "skipLibCheck": true, + "strict": true, + "noEmit": true, + "esModuleInterop": true, + "module": "esnext", + "moduleResolution": "bundler", + "resolveJsonModule": true, + "isolatedModules": true, + "jsx": "preserve", + "incremental": true, + "plugins": [ + { + "name": "next" + } + ], + "paths": { + "@/*": ["./*"] + } + }, + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "exclude": ["node_modules"] +}