diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-22 00:02:07 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-22 00:02:07 -0600 |
| commit | a51d5f979ad625f00597bb6d3ebe3dbe100c3f78 (patch) | |
| tree | 27cd010b25f280a5ea1adf1f1639108dc241085f /spec/fixtures/expected/python/pipenv/v2.0.json | |
| parent | 8bad989a4b667797455f28957e2540e2d644448d (diff) | |
Remove unused field
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v2.0.json')
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.0.json | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.0.json b/spec/fixtures/expected/python/pipenv/v2.0.json index ba4d529..de68a1a 100644 --- a/spec/fixtures/expected/python/pipenv/v2.0.json +++ b/spec/fixtures/expected/python/pipenv/v2.0.json @@ -4,69 +4,45 @@ { "id": "Apache-2.0", "name": "Apache License 2.0", - "url": "https://opensource.org/licenses/Apache-2.0", - "count": 1 + "url": "https://opensource.org/licenses/Apache-2.0" }, { "id": "BSD-4-Clause", "name": "BSD 4-Clause \"Original\" or \"Old\" License", - "url": "http://directory.fsf.org/wiki/License:BSD_4Clause", - "count": 1 + "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" }, { "id": "MIT", "name": "MIT License", - "url": "https://opensource.org/licenses/MIT", - "count": 1 + "url": "https://opensource.org/licenses/MIT" }, { "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 + "url": "" } ], "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" ] |
