-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 914 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 914 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": "node-app",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"amadeus": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/amadeus/-/amadeus-4.0.0.tgz",
"integrity": "sha512-EYzc1iAwIPaU0pddHoP6VdJjNgeMQv8FbnQMPpNki70uH7Wtn/fLchJDv6358beUSF9MpMq/2mpYpkGUZQCrXg==",
"requires": {
"bluebird": "^3.5.1",
"qs": "^6.5.2"
}
},
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
},
"qs": {
"version": "6.9.4",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz",
"integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ=="
}
}
}