aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e29355da5..836a66bd5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -344,6 +344,11 @@
"negotiator": "0.6.1"
}
},
+ "accounting": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz",
+ "integrity": "sha1-h91BA+/39EYPHhhvXGd+1s9WaIM="
+ },
"acorn": {
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
@@ -4073,6 +4078,16 @@
"cssom": "0.3.2"
}
},
+ "currency-formatter": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/currency-formatter/-/currency-formatter-1.4.2.tgz",
+ "integrity": "sha512-rQ5HB3DenCZwfVPdpVTuVcAORodVO0VoqIbjhdUSuy0sE2b9jBdCaVKbA355NUc2KhPbu5ojHs3WypuEwPLfNg==",
+ "requires": {
+ "accounting": "0.4.1",
+ "locale-currency": "0.0.1",
+ "object-assign": "4.1.1"
+ }
+ },
"currently-unhandled": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
@@ -13086,6 +13101,11 @@
"object-assign": "4.1.1"
}
},
+ "locale-currency": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/locale-currency/-/locale-currency-0.0.1.tgz",
+ "integrity": "sha1-yeFaIv9XW0tLuUekv5KsI2vR/ps="
+ },
"locate-path": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",