diff options
Diffstat (limited to 'spec/fixtures/expected/python/2')
| -rw-r--r-- | spec/fixtures/expected/python/2/pip/v2.1.json | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/spec/fixtures/expected/python/2/pip/v2.1.json b/spec/fixtures/expected/python/2/pip/v2.1.json new file mode 100644 index 0000000..3203679 --- /dev/null +++ b/spec/fixtures/expected/python/2/pip/v2.1.json @@ -0,0 +1,145 @@ +{ + "version": "2.1", + "licenses": [ + { + "id": "BSD-3-Clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "url": "https://opensource.org/licenses/BSD-3-Clause" + }, + { + "id": "BSD-4-Clause", + "name": "BSD 4-Clause \"Original\" or \"Old\" License", + "url": "http://directory.fsf.org/wiki/License:BSD_4Clause" + }, + { + "id": "MIT", + "name": "MIT License", + "url": "https://opensource.org/licenses/MIT" + }, + { + "id": "MIT-CMU", + "name": "CMU License", + "url": "https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE" + }, + { + "id": "Python-2.0", + "name": "Python License 2.0", + "url": "https://opensource.org/licenses/Python-2.0" + }, + { + "id": "copyright (c) 2015, julien fache", + "name": "Copyright (c) 2015, Julien Fache", + "url": "" + } + ], + "dependencies": [ + { + "name": "Django", + "version": "1.11.4", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "Pillow", + "version": "5.0.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT-CMU" + ] + }, + { + "name": "beautifulsoup4", + "version": "4.6.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "django-contrib-comments", + "version": "1.8.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-js-asset", + "version": "1.0.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-mptt", + "version": "0.9.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "django-tagging", + "version": "0.4.6", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "django-xmlrpc", + "version": "0.1.8", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "BSD-3-Clause" + ] + }, + { + "name": "mots-vides", + "version": "2015.5.11", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "copyright (c) 2015, julien fache" + ] + }, + { + "name": "pyparsing", + "version": "2.2.0", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "pytz", + "version": "2018.3", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "MIT" + ] + }, + { + "name": "regex", + "version": "2018.2.8", + "package_manager": "pip", + "path": "requirements.txt", + "licenses": [ + "Python-2.0" + ] + } + ] +} |
