summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/python/pipenv/v2.0.json
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:50:13 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:50:13 -0600
commitbae02b6ae73dda47dc86590b73c21a85bb7273a5 (patch)
tree148f331085f123903cbf3635ea8b20b5c279d964 /spec/fixtures/expected/python/pipenv/v2.0.json
parent2b69afb35bd1b123e00d3efabce0d4c4aefdd008 (diff)
Migrate specs from gitlab-org/security-products/license-management
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v2.0.json')
-rw-r--r--spec/fixtures/expected/python/pipenv/v2.0.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.0.json b/spec/fixtures/expected/python/pipenv/v2.0.json
new file mode 100644
index 0000000..ba4d529
--- /dev/null
+++ b/spec/fixtures/expected/python/pipenv/v2.0.json
@@ -0,0 +1,75 @@
+{
+ "version": "2.0",
+ "licenses": [
+ {
+ "id": "Apache-2.0",
+ "name": "Apache License 2.0",
+ "url": "https://opensource.org/licenses/Apache-2.0",
+ "count": 1
+ },
+ {
+ "id": "BSD-4-Clause",
+ "name": "BSD 4-Clause \"Original\" or \"Old\" License",
+ "url": "http://directory.fsf.org/wiki/License:BSD_4Clause",
+ "count": 1
+ },
+ {
+ "id": "MIT",
+ "name": "MIT License",
+ "url": "https://opensource.org/licenses/MIT",
+ "count": 1
+ },
+ {
+ "id": "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)",
+ "name": "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)",
+ "url": "",
+ "count": 1
+ }
+ ],
+ "dependencies": [
+ {
+ "name": "Django",
+ "url": "https://www.djangoproject.com/",
+ "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
+ "paths": [
+ "."
+ ],
+ "licenses": [
+ "BSD-4-Clause"
+ ]
+ },
+ {
+ "name": "docutils",
+ "url": "http://docutils.sourceforge.net/",
+ "description": "Docutils -- Python Documentation Utilities",
+ "paths": [
+ "."
+ ],
+ "licenses": [
+ "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)"
+ ]
+ },
+ {
+ "name": "pytz",
+ "url": "http://pythonhosted.org/pytz",
+ "description": "World timezone definitions, modern and historical",
+ "paths": [
+ "."
+ ],
+ "licenses": [
+ "MIT"
+ ]
+ },
+ {
+ "name": "requests",
+ "url": "http://python-requests.org",
+ "description": "Python HTTP for Humans.",
+ "paths": [
+ "."
+ ],
+ "licenses": [
+ "Apache-2.0"
+ ]
+ }
+ ]
+}