forked from vyorkin/purescript-handsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.44 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bignumber.js": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-8.0.2.tgz",
"integrity": "sha512-EiuvFrnbv0jFixEQ9f58jo7X0qI2lNGIr/MxntmVzQc5JUweDSh8y8hbTCAomFtqwUPIOWcLXP0VEOSZTG7FFw=="
},
"handsontable": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/handsontable/-/handsontable-6.2.2.tgz",
"integrity": "sha512-Z/sQa51OMHH4RoeBJeANYJMJYmx5SR+/xP8JCh5mzKJnAMKoQWF1zONPNgNCFZ/LdKFmI0f34XKtU0GHW0MG/Q==",
"requires": {
"moment": "2.20.1",
"numbro": "^2.0.6",
"pikaday": "1.5.1"
}
},
"moment": {
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
"integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg=="
},
"numbro": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/numbro/-/numbro-2.1.2.tgz",
"integrity": "sha512-7w833BxZmKGLE9HI0aREtNVRVH6WTYUUlWf4qgA5gKNhPQ4F/MRZ14sc0v8eoLORprk9ZTVwYaLwj8N3Zgxwiw==",
"requires": {
"bignumber.js": "^8.0.1"
}
},
"pikaday": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.5.1.tgz",
"integrity": "sha1-CkhUm8GhTqHQjEQHTXYbwvK/z9M=",
"requires": {
"moment": "2.x"
}
}
}
}