-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
41 lines (41 loc) · 1.39 KB
/
package-lock.json
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
{
"name": "departurepoint",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "departurepoint",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"magpie-modules": "^0.1.1"
}
},
"node_modules/csv-js": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/csv-js/-/csv-js-1.0.0.tgz",
"integrity": "sha1-uq0z4qQmfLO6942meq7zmNUmOek="
},
"node_modules/jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
},
"node_modules/lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"node_modules/magpie-modules": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/magpie-modules/-/magpie-modules-0.1.1.tgz",
"integrity": "sha512-V7bSSe7qN/FcQxJxb9zced7dEU61Ff5G3pCbLz99+hHYNFLtUZrrzHrXl4ruVZklBy6+tzkVVOWJXTa23o40Dw==",
"dependencies": {
"csv-js": "^1.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.12"
}
}
}
}