1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
{
"version": "2.1",
"licenses": [
{
"id": "Apache-2.0",
"name": "Apache License 2.0",
"url": "https://opensource.org/licenses/Apache-2.0"
},
{
"id": "MIT",
"name": "MIT License",
"url": "https://opensource.org/licenses/MIT"
},
{
"id": "bsd",
"name": "BSD",
"url": "http://en.wikipedia.org/wiki/BSD_licenses"
},
{
"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"
]
},
{
"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"
]
}
]
}
|