forked from jmcarp/flask-apispec
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 833 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 833 Bytes
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
{
"name": "flask-apispec",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "flask-apispec",
"version": "0.7.0",
"dependencies": {
"swagger-ui-dist": "3.20.7"
}
},
"node_modules/swagger-ui-dist": {
"version": "3.20.7",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.20.7.tgz",
"integrity": "sha512-lMXgaB53akVJr8NKFCchivvIzu6hQQAkC9e7shXszSeV4DsJolde9yL+88kc8xG44qJ434qXl7xELQPxUpd1ww=="
}
},
"dependencies": {
"swagger-ui-dist": {
"version": "3.20.7",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.20.7.tgz",
"integrity": "sha512-lMXgaB53akVJr8NKFCchivvIzu6hQQAkC9e7shXszSeV4DsJolde9yL+88kc8xG44qJ434qXl7xELQPxUpd1ww=="
}
}
}