diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/python/json-e/json_e.egg-info | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/python/json-e/json_e.egg-info')
5 files changed, 33 insertions, 0 deletions
diff --git a/third_party/python/json-e/json_e.egg-info/PKG-INFO b/third_party/python/json-e/json_e.egg-info/PKG-INFO new file mode 100644 index 0000000000..bf41f82167 --- /dev/null +++ b/third_party/python/json-e/json_e.egg-info/PKG-INFO @@ -0,0 +1,11 @@ +Metadata-Version: 2.1 +Name: json-e +Version: 2.7.0 +Summary: A data-structure parameterization system written for embedding context in JSON objects +Home-page: https://taskcluster.github.io/json-e/ +Author: Dustin J. Mitchell +Author-email: dustin@mozilla.com +License: MPL2 +Description: UNKNOWN +Platform: UNKNOWN +Provides-Extra: release diff --git a/third_party/python/json-e/json_e.egg-info/SOURCES.txt b/third_party/python/json-e/json_e.egg-info/SOURCES.txt new file mode 100644 index 0000000000..ec2e4f666b --- /dev/null +++ b/third_party/python/json-e/json_e.egg-info/SOURCES.txt @@ -0,0 +1,17 @@ +MANIFEST.in +README.md +package.json +setup.cfg +setup.py +json_e.egg-info/PKG-INFO +json_e.egg-info/SOURCES.txt +json_e.egg-info/dependency_links.txt +json_e.egg-info/requires.txt +json_e.egg-info/top_level.txt +jsone/__init__.py +jsone/builtins.py +jsone/interpreter.py +jsone/prattparser.py +jsone/render.py +jsone/shared.py +jsone/six.py
\ No newline at end of file diff --git a/third_party/python/json-e/json_e.egg-info/dependency_links.txt b/third_party/python/json-e/json_e.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/third_party/python/json-e/json_e.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/third_party/python/json-e/json_e.egg-info/requires.txt b/third_party/python/json-e/json_e.egg-info/requires.txt new file mode 100644 index 0000000000..f25a637d71 --- /dev/null +++ b/third_party/python/json-e/json_e.egg-info/requires.txt @@ -0,0 +1,3 @@ + +[release] +towncrier diff --git a/third_party/python/json-e/json_e.egg-info/top_level.txt b/third_party/python/json-e/json_e.egg-info/top_level.txt new file mode 100644 index 0000000000..afe8caa74c --- /dev/null +++ b/third_party/python/json-e/json_e.egg-info/top_level.txt @@ -0,0 +1 @@ +jsone |