-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-lock.json
44 lines (44 loc) · 1.55 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
42
43
44
{
"name": "chapter-7",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bfj": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bfj/-/bfj-5.1.1.tgz",
"integrity": "sha1-K+ngz4eFcM1JAVbsoSYU8L/KLWQ=",
"requires": {
"bluebird": "3.5.1",
"check-types": "7.4.0",
"hoopy": "0.1.4",
"tryer": "1.0.1"
}
},
"bluebird": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA=="
},
"check-types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/check-types/-/check-types-7.4.0.tgz",
"integrity": "sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg=="
},
"hoopy": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
"integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
},
"papaparse": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.3.6.tgz",
"integrity": "sha1-lWbtoOyrE6/LdApiOBxpn0hssUU="
},
"tryer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
"integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
}
}
}