diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-25 11:01:03 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-26 19:33:44 -0600 |
| commit | 80fa34dd2bd72af88efcb85844302d04450a0e1e (patch) | |
| tree | 2a5ba8dfc9bdb61c58633373be122ae2f83df1e7 /spec/fixtures/expected/python/pipenv/v2.1.json | |
| parent | bff873a938de126d2b79e799df325f3d5c31295b (diff) | |
Scan Conan projects
* Scan the conan examples project
* Split licenses by comma
* Add integration test job for c projects
* Add package_manager, version and path to v2.1 report
* Detect collisions between names from different package managers
* Add CHANGELOG entry
* Update README to indicate Conan support
* Print timestamps in install script
Diffstat (limited to 'spec/fixtures/expected/python/pipenv/v2.1.json')
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.1.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/spec/fixtures/expected/python/pipenv/v2.1.json b/spec/fixtures/expected/python/pipenv/v2.1.json new file mode 100644 index 0000000..2a5f945 --- /dev/null +++ b/spec/fixtures/expected/python/pipenv/v2.1.json @@ -0,0 +1,63 @@ +{ + "version": "2.1", + "licenses": [ + { + "id": "Apache-2.0", + "name": "Apache License 2.0", + "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" + }, + { + "id": "MIT", + "name": "MIT License", + "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": "" + } + ], + "dependencies": [ + { + "name": "Django", + "version": "1.11.3", + "package_manager": "pip", + "path": "Pipfile.lock", + "licenses": [ + "BSD-4-Clause" + ] + }, + { + "name": "docutils", + "version": "0.13.1", + "package_manager": "pip", + "path": "Pipfile.lock", + "licenses": [ + "public domain, python, 2-clause bsd, gpl 3 (see copying.txt)" + ] + }, + { + "name": "pytz", + "version": "2019.2", + "package_manager": "pip", + "path": "Pipfile.lock", + "licenses": [ + "MIT" + ] + }, + { + "name": "requests", + "version": "2.5.3", + "package_manager": "pip", + "path": "Pipfile.lock", + "licenses": [ + "Apache-2.0" + ] + } + ] +}
\ No newline at end of file |
