-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
103 lines (103 loc) · 3.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@handsontable/formulajs": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@handsontable/formulajs/-/formulajs-1.2.3.tgz",
"integrity": "sha512-jMyqkJoYoHQBnqvdbrenbmW1tOaDTG3wJnQ9lUWwC4vwELKIPRLEbYM0XI5Amvz3TBoLaksPLrWHc/avaFhpcQ==",
"requires": {
"bessel": "^0.2.0",
"jStat": "^1.7.0",
"numbro": "^1.11.0"
},
"dependencies": {
"numbro": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/numbro/-/numbro-1.11.1.tgz",
"integrity": "sha512-qL0Etqbunz4RtPx4bNjMONe9HyUpgbrM4Sa3VpWY5oRdp9ry5DufAj6lCvnIcluRBA9QUacrllYc73QK0G6VAw=="
}
}
},
"bessel": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/bessel/-/bessel-0.2.0.tgz",
"integrity": "sha1-E8s5zSkjMhnsLacl4LoMZvtGtvI=",
"requires": {
"voc": "^1.2.0"
}
},
"bignumber.js": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-8.1.1.tgz",
"integrity": "sha512-QD46ppGintwPGuL1KqmwhR0O+N2cZUg8JG/VzwI2e28sM9TqHjQB10lI4QAaMHVbLzwVLLAwEglpKPViWX+5NQ=="
},
"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"
}
},
"handsontable-pro": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/handsontable-pro/-/handsontable-pro-6.2.3.tgz",
"integrity": "sha512-fYr0TGjG04YKcvtAdBhpMvHQjluaZqu9Z+yDS+nd08JpKO8UY+jYsG/qZZJInjdfpJvbx2DDPHuY4imyPcVvpw==",
"requires": {
"handsontable": "6.2.2",
"hot-formula-parser": "^2.3.1",
"moment": "2.20.1",
"numbro": "^2.0.6",
"pikaday": "1.5.1"
}
},
"hot-formula-parser": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-2.3.3.tgz",
"integrity": "sha512-VNNjeqqLIEFYtVgCLrAWKunO5ndKGr9s4p65fZSpOjyPebWBnOI85oDLztVZpdVbxHJ7IU5jNeysGqFlZ98krQ==",
"requires": {
"@handsontable/formulajs": "^1.2.3",
"tiny-emitter": "^2.0.1"
}
},
"jStat": {
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/jStat/-/jStat-1.8.6.tgz",
"integrity": "sha512-Oh/ePZVSoFigme69pHTQudcGh64cpNH9Lz3hBZcRJWLrDqpw7JfuYU9F3dj9py3tBYmHz7og7ZT8hXTNbYq9Rw=="
},
"moment": {
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
"integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg=="
},
"numbro": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/numbro/-/numbro-2.3.2.tgz",
"integrity": "sha512-GHRdsyYs6ugRP0mipuBKTybzTPKdlhzKh271PG3hPwL1fg2DKwK/I2nCsh0gW3FfIKBzWIFoBnousQfiAkOuwQ==",
"requires": {
"bignumber.js": "^8.1.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"
}
},
"tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q=="
},
"voc": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/voc/-/voc-1.2.0.tgz",
"integrity": "sha512-BOuDjFFYvJdZO6e/N65AlaDItXo2TgyLjeyRYcqgAPkXpp5yTJcvkL2n+syO1r9Qc5g96tfBD2tuiMhYDmaGcA=="
}
}
}