Update NPM dependencies.

This commit is contained in:
Christopher C. Wells 2019-04-02 06:08:30 -07:00
parent 6e848b0880
commit ec4adb4c01
8 changed files with 4171 additions and 2494 deletions

489
package-lock.json generated
View File

@ -14,20 +14,6 @@
"turntable-camera-controller": "^3.0.0" "turntable-camera-controller": "^3.0.0"
} }
}, },
"3d-view-controls": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/3d-view-controls/-/3d-view-controls-2.2.2.tgz",
"integrity": "sha512-WL0u3PN41lEx/4qvKqV6bJlweUYoW18FXMshW/qHb41AVdZxDReLoJNGYsI7x6jf9bYelEF62BJPQmO7yEnG2w==",
"dev": true,
"requires": {
"3d-view": "^2.0.0",
"has-passive-events": "^1.0.0",
"mouse-change": "^1.1.1",
"mouse-event-offset": "^3.0.2",
"mouse-wheel": "^1.0.2",
"right-now": "^1.0.0"
}
},
"@choojs/findup": { "@choojs/findup": {
"version": "0.2.1", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz", "resolved": "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz",
@ -104,14 +90,14 @@
"dev": true "dev": true
}, },
"@plotly/d3-sankey": { "@plotly/d3-sankey": {
"version": "0.5.1", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.5.1.tgz", "resolved": "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.7.2.tgz",
"integrity": "sha512-uMToNGexOSLG0hBm+uAzElfFW0Pt2utgJ//puL5nuerNnPnRTTe3Un7XFVcWqRhvXEViF00Xq/8wGoA8i8eZJA==", "integrity": "sha512-2jdVos1N3mMp3QW0k2q1ph7Gd6j5PY1YihBrwpkFnKqO+cqtZq3AdEYUeSGXMeLsBDQYiqTVcihYfk8vr5tqhw==",
"dev": true, "dev": true,
"requires": { "requires": {
"d3-array": "1", "d3-array": "1",
"d3-collection": "1", "d3-collection": "1",
"d3-interpolate": "1" "d3-shape": "^1.2.0"
} }
}, },
"a-big-triangle": { "a-big-triangle": {
@ -143,6 +129,12 @@
"integrity": "sha512-d+nbxBUGKg7Arpsvbnlq61mc12ek3EY8EQldM3GPAhWJ1UVxC6TDGbIvUMNU6obBX3i1+ptCIzV4vq0gFPEGVQ==", "integrity": "sha512-d+nbxBUGKg7Arpsvbnlq61mc12ek3EY8EQldM3GPAhWJ1UVxC6TDGbIvUMNU6obBX3i1+ptCIzV4vq0gFPEGVQ==",
"dev": true "dev": true
}, },
"acorn-dynamic-import": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz",
"integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==",
"dev": true
},
"acorn-jsx": { "acorn-jsx": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
@ -727,9 +719,9 @@
"dev": true "dev": true
}, },
"binary-search-bounds": { "binary-search-bounds": {
"version": "1.0.0", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz", "resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=", "integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true "dev": true
}, },
"bit-twiddle": { "bit-twiddle": {
@ -931,19 +923,44 @@
} }
}, },
"buble": { "buble": {
"version": "0.19.6", "version": "0.19.7",
"resolved": "https://registry.npmjs.org/buble/-/buble-0.19.6.tgz", "resolved": "https://registry.npmjs.org/buble/-/buble-0.19.7.tgz",
"integrity": "sha512-9kViM6nJA1Q548Jrd06x0geh+BG2ru2+RMDkIHHgJY/8AcyCs34lTHwra9BX7YdPrZXd5aarkpr/SY8bmPgPdg==", "integrity": "sha512-YLgWxX/l+NnfotydBlxqCMPR4FREE4ubuHphALz0FxQ7u2hp3BzxTKQ4nKpapOaRJfEm1gukC68KnT2OymRK0g==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.1", "acorn": "^6.1.1",
"magic-string": "^0.25.1", "acorn-dynamic-import": "^4.0.0",
"acorn-jsx": "^5.0.1",
"chalk": "^2.4.2",
"magic-string": "^0.25.2",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"os-homedir": "^1.0.1", "os-homedir": "^1.0.1",
"regexpu-core": "^4.2.0", "regexpu-core": "^4.5.4"
"vlq": "^1.0.0"
}, },
"dependencies": { "dependencies": {
"acorn": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz",
"integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==",
"dev": true
},
"acorn-jsx": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz",
"integrity": "sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==",
"dev": true
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"magic-string": { "magic-string": {
"version": "0.25.2", "version": "0.25.2",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.2.tgz", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.2.tgz",
@ -952,12 +969,6 @@
"requires": { "requires": {
"sourcemap-codec": "^1.4.4" "sourcemap-codec": "^1.4.4"
} }
},
"vlq": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.0.tgz",
"integrity": "sha512-o3WmXySo+oI5thgqr7Qy8uBkT/v9Zr+sRyrh1lr8aWPUkgDWdWt4Nae2WKBrLsocgE8BuWWD0jLc+VW8LeU+2g==",
"dev": true
} }
} }
}, },
@ -1078,14 +1089,6 @@
"binary-search-bounds": "^2.0.3", "binary-search-bounds": "^2.0.3",
"robust-in-sphere": "^1.1.3", "robust-in-sphere": "^1.1.3",
"robust-orientation": "^1.1.3" "robust-orientation": "^1.1.3"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"cell-orientation": { "cell-orientation": {
@ -1783,9 +1786,9 @@
"dev": true "dev": true
}, },
"d3-force": { "d3-force": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.0.tgz", "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz",
"integrity": "sha512-PFLcDnRVANHMudbQlIB87gcfQorEsDIAvRpZ2bNddfM/WxdsEkyrEaOIPoydhH1I1V4HPjNLGOMLXCA0AuGQ9w==", "integrity": "sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==",
"dev": true, "dev": true,
"requires": { "requires": {
"d3-collection": "1", "d3-collection": "1",
@ -1794,6 +1797,12 @@
"d3-timer": "1" "d3-timer": "1"
} }
}, },
"d3-hierarchy": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.8.tgz",
"integrity": "sha512-L+GHMSZNwTpiq4rt9GEsNcpLa4M96lXMR8M/nMG9p5hBE0jy6C+3hWtyZMenPQdwla249iJy7Nx0uKt3n+u9+w==",
"dev": true
},
"d3-interpolate": { "d3-interpolate": {
"version": "1.3.2", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.3.2.tgz", "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.3.2.tgz",
@ -1803,12 +1812,39 @@
"d3-color": "1" "d3-color": "1"
} }
}, },
"d3-path": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.7.tgz",
"integrity": "sha512-q0cW1RpvA5c5ma2rch62mX8AYaiLX0+bdaSM2wxSU9tXjU4DNvkx9qiUvjkuWCj3p22UO/hlPivujqMiR9PDzA==",
"dev": true
},
"d3-quadtree": { "d3-quadtree": {
"version": "1.0.6", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.6.tgz", "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.6.tgz",
"integrity": "sha512-NUgeo9G+ENQCQ1LsRr2qJg3MQ4DJvxcDNCiohdJGHt5gRhBW6orIB5m5FJ9kK3HNL8g9F4ERVoBzcEwQBfXWVA==", "integrity": "sha512-NUgeo9G+ENQCQ1LsRr2qJg3MQ4DJvxcDNCiohdJGHt5gRhBW6orIB5m5FJ9kK3HNL8g9F4ERVoBzcEwQBfXWVA==",
"dev": true "dev": true
}, },
"d3-sankey-circular": {
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/d3-sankey-circular/-/d3-sankey-circular-0.33.0.tgz",
"integrity": "sha512-sn6Nuoc1lgZ5PYrxqJ0G3ZbInHM4ZP+lrg5SMc0AolgenQ9CBERf3gVliQzxeXyo2kSU7QgewUZwjvddEzT/JA==",
"dev": true,
"requires": {
"d3-array": "^1.2.1",
"d3-collection": "^1.0.4",
"d3-shape": "^1.2.0",
"elementary-circuits-directed-graph": "^1.0.4"
}
},
"d3-shape": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.5.tgz",
"integrity": "sha512-VKazVR3phgD+MUCldapHD7P9kcrvPcexeX/PkMJmkUov4JM8IxsSg1DvbYoYich9AtdTsa5nNk2++ImPiDiSxg==",
"dev": true,
"requires": {
"d3-path": "1"
}
},
"d3-timer": { "d3-timer": {
"version": "1.0.9", "version": "1.0.9",
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.9.tgz", "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.9.tgz",
@ -1938,24 +1974,62 @@
"dev": true "dev": true
}, },
"del": { "del": {
"version": "3.0.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", "resolved": "https://registry.npmjs.org/del/-/del-4.1.0.tgz",
"integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", "integrity": "sha512-C4kvKNlYrwXhKxz97BuohF8YoGgQ23Xm9lvoHmgT7JaPGprSEjk3+XFled74Yt/x0ZABUHg2D67covzAPUKx5Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"globby": "^6.1.0", "globby": "^6.1.0",
"is-path-cwd": "^1.0.0", "is-path-cwd": "^2.0.0",
"is-path-in-cwd": "^1.0.0", "is-path-in-cwd": "^2.0.0",
"p-map": "^1.1.1", "p-map": "^2.0.0",
"pify": "^3.0.0", "pify": "^4.0.1",
"rimraf": "^2.2.8" "rimraf": "^2.6.3"
}, },
"dependencies": { "dependencies": {
"pify": { "glob": {
"version": "3.0.0", "version": "7.1.3",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"is-path-cwd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.0.0.tgz",
"integrity": "sha512-m5dHHzpOXEiv18JEORttBO64UgTEypx99vCxQLjbBvGhOJxnTNglYoFXxwo6AbsQb79sqqycQEHv2hWkHZAijA==",
"dev": true "dev": true
},
"is-path-in-cwd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.0.0.tgz",
"integrity": "sha512-6Vz5Gc9s/sDA3JBVu0FzWufm8xaBsqy1zn8Q6gmvGP6nSDMw78aS4poBNeatWjaRpTpxxLn1WOndAiOlk+qY8A==",
"dev": true,
"requires": {
"is-path-inside": "^1.0.0"
}
},
"pify": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
"dev": true
},
"rimraf": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
"integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
"dev": true,
"requires": {
"glob": "^7.1.3"
}
} }
} }
}, },
@ -2119,6 +2193,15 @@
"integrity": "sha1-ZOXxWdlxIWMYRby67K8nnDm1404=", "integrity": "sha1-ZOXxWdlxIWMYRby67K8nnDm1404=",
"dev": true "dev": true
}, },
"elementary-circuits-directed-graph": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/elementary-circuits-directed-graph/-/elementary-circuits-directed-graph-1.0.4.tgz",
"integrity": "sha512-+xpVxSimU+fcHiTRPWrRN1IFOKaygwotCtZGSBle/rnFaFAoI+4Y8/pimAY1cKiDIHTek2Zox1R7SEQAB/AQ1g==",
"dev": true,
"requires": {
"strongly-connected-components": "^1.0.1"
}
},
"end-of-stream": { "end-of-stream": {
"version": "1.4.1", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
@ -2675,6 +2758,14 @@
"requires": { "requires": {
"binary-search-bounds": "^1.0.0", "binary-search-bounds": "^1.0.0",
"cubic-hermite": "^1.0.0" "cubic-hermite": "^1.0.0"
},
"dependencies": {
"binary-search-bounds": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=",
"dev": true
}
} }
}, },
"find-up": { "find-up": {
@ -3584,9 +3675,9 @@
} }
}, },
"gl-axes3d": { "gl-axes3d": {
"version": "1.5.1", "version": "1.5.2",
"resolved": "https://registry.npmjs.org/gl-axes3d/-/gl-axes3d-1.5.1.tgz", "resolved": "https://registry.npmjs.org/gl-axes3d/-/gl-axes3d-1.5.2.tgz",
"integrity": "sha512-AOx3jfzN+Z2YTFZ+7OTYaRWoFgSJhYA35BHZI8Q1VnYkB1ZQpco837x3zDSioA/qjkTG1lSUs2WpsfBoBW9NFg==", "integrity": "sha512-47Cfh5KhUVRFtYXgufR4lGY5cyXH7SPgAlS1FlvTGK84spIYFCBMlOGUN3AdavGLGUOcXS4ml+tMM61cY6M3gg==",
"dev": true, "dev": true,
"requires": { "requires": {
"bit-twiddle": "^1.0.2", "bit-twiddle": "^1.0.2",
@ -3616,9 +3707,9 @@
} }
}, },
"gl-cone3d": { "gl-cone3d": {
"version": "1.2.2", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/gl-cone3d/-/gl-cone3d-1.2.2.tgz", "resolved": "https://registry.npmjs.org/gl-cone3d/-/gl-cone3d-1.3.1.tgz",
"integrity": "sha512-6wdxG/YGZZYlD5QcqhCocFOzxVrZSro7L4fj60XhHZ4LuXaQrjlQJmMja2fayOzDPXKLZYOQydC9jKLEZczHLQ==", "integrity": "sha512-ftw75smsDy5nU94susUNimXo8H40BEOVjaFrjT387vP4fJqkSVpzVK7jGrPA8/nSrFCOIQ0msWNYL9MMqQ3hjg==",
"dev": true, "dev": true,
"requires": { "requires": {
"gl-shader": "^4.2.1", "gl-shader": "^4.2.1",
@ -3649,20 +3740,12 @@
"iota-array": "^1.0.0", "iota-array": "^1.0.0",
"ndarray": "^1.0.18", "ndarray": "^1.0.18",
"surface-nets": "^1.0.2" "surface-nets": "^1.0.2"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"gl-error3d": { "gl-error3d": {
"version": "1.0.13", "version": "1.0.15",
"resolved": "https://registry.npmjs.org/gl-error3d/-/gl-error3d-1.0.13.tgz", "resolved": "https://registry.npmjs.org/gl-error3d/-/gl-error3d-1.0.15.tgz",
"integrity": "sha512-KxZ7NhsYOLZTXpYpoHfebGZJPCxl5ZumlqX1NvJ+1hRxE0pt7gT6ZBMZvWCgUSt+XDtMtD6IolG6ADtRvgYCcg==", "integrity": "sha512-7mB1zU22Vzdvq0KzzYRzE0xvCRF9nHd1+9ElUqkvt0GMH0gVIpxKk+m3hNPM/iQHmNupcXaE1cBcOQE2agN3uA==",
"dev": true, "dev": true,
"requires": { "requires": {
"gl-buffer": "^2.1.2", "gl-buffer": "^2.1.2",
@ -3705,20 +3788,12 @@
"glslify": "^7.0.0", "glslify": "^7.0.0",
"iota-array": "^1.0.0", "iota-array": "^1.0.0",
"typedarray-pool": "^1.1.0" "typedarray-pool": "^1.1.0"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"gl-line3d": { "gl-line3d": {
"version": "1.1.10", "version": "1.1.11",
"resolved": "https://registry.npmjs.org/gl-line3d/-/gl-line3d-1.1.10.tgz", "resolved": "https://registry.npmjs.org/gl-line3d/-/gl-line3d-1.1.11.tgz",
"integrity": "sha512-/IudYVrkERVwtQNaXYJNwDy3qoN/q/2Pb71bk2cqtTswda7moD2JO5o7xg9enSXGRb6vggRw26G4DDt/iMpK+Q==", "integrity": "sha512-EitFKPEEYdn/ivFOxJ8khSi0BzNum4sXZFLq6SQq21MX5YPCYb0o+XzjpWNuU32BoXORBC78B1JTiQqnTaWhWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"binary-search-bounds": "^2.0.4", "binary-search-bounds": "^2.0.4",
@ -3730,14 +3805,6 @@
"glsl-read-float": "^1.0.0", "glsl-read-float": "^1.0.0",
"glslify": "^7.0.0", "glslify": "^7.0.0",
"ndarray": "^1.0.16" "ndarray": "^1.0.16"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"gl-mat2": { "gl-mat2": {
@ -3770,9 +3837,9 @@
} }
}, },
"gl-mesh3d": { "gl-mesh3d": {
"version": "2.0.7", "version": "2.0.9",
"resolved": "https://registry.npmjs.org/gl-mesh3d/-/gl-mesh3d-2.0.7.tgz", "resolved": "https://registry.npmjs.org/gl-mesh3d/-/gl-mesh3d-2.0.9.tgz",
"integrity": "sha512-sP4qv1c3nBRfCJmW499DldibUjm7DNVOJMiyTS33Q39dcBGPdI9u1yzpzIRi6eQ216DZasaKZrLPF6W7nEABkQ==", "integrity": "sha512-Kp1V1FVu+hLNaHcmYzU6vNLSmjscpHz7wkRpk3IQj+jBHbxsIS+ZrsNpuoGThl4SnnCz4XLR8j5S/ae/YDrjWg==",
"dev": true, "dev": true,
"requires": { "requires": {
"barycentric": "^1.0.1", "barycentric": "^1.0.1",
@ -3805,34 +3872,30 @@
"glsl-inverse": "^1.0.0", "glsl-inverse": "^1.0.0",
"glslify": "^7.0.0", "glslify": "^7.0.0",
"text-cache": "^4.2.1" "text-cache": "^4.2.1"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"gl-plot3d": { "gl-plot3d": {
"version": "1.6.3", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-1.6.3.tgz", "resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-2.2.1.tgz",
"integrity": "sha512-/pQAJHDrYgbwTYygXn1aErwRX6KDb2WwJAFaRBjr4xOoSC/flC5VI/1LyQFuQwNlxExx58gAm88aMkWwi8sdiQ==", "integrity": "sha512-WSzZ9118mUal3uW/9bCPqdrlncmD/T0zWoOY9PiskIOAJ5dxKhzPbY2XkjDs+jGh/ce1yCSEh6LO9aB9SirGow==",
"dev": true, "dev": true,
"requires": { "requires": {
"3d-view-controls": "^2.2.2", "3d-view": "^2.0.0",
"a-big-triangle": "^1.0.3", "a-big-triangle": "^1.0.3",
"gl-axes3d": "^1.4.4", "gl-axes3d": "^1.5.2",
"gl-fbo": "^2.0.5", "gl-fbo": "^2.0.5",
"gl-mat4": "^1.2.0", "gl-mat4": "^1.2.0",
"gl-select-static": "^2.0.4", "gl-select-static": "^2.0.4",
"gl-shader": "^4.2.1", "gl-shader": "^4.2.1",
"gl-spikes3d": "^1.0.8", "gl-spikes3d": "^1.0.8",
"glslify": "^7.0.0", "glslify": "^7.0.0",
"has-passive-events": "^1.0.0",
"is-mobile": "^2.0.0", "is-mobile": "^2.0.0",
"mouse-change": "^1.4.0", "mouse-change": "^1.4.0",
"ndarray": "^1.0.18" "mouse-event-offset": "^3.0.2",
"mouse-wheel": "^1.2.0",
"ndarray": "^1.0.18",
"right-now": "^1.0.0"
} }
}, },
"gl-pointcloud2d": { "gl-pointcloud2d": {
@ -3859,9 +3922,9 @@
} }
}, },
"gl-scatter3d": { "gl-scatter3d": {
"version": "1.1.6", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/gl-scatter3d/-/gl-scatter3d-1.1.6.tgz", "resolved": "https://registry.npmjs.org/gl-scatter3d/-/gl-scatter3d-1.2.1.tgz",
"integrity": "sha512-KwdBJMyc9d7snHAfIlJAPPFa70zNWjrxuZV6NyMCEM9WlzFCoIScMtbuPdpQZJccaFjmM+aBfyiyWBbGWYsBjw==", "integrity": "sha512-bGeCkqWOvjE+CM6eJGapTfZcVAjAVdUoi3LjRtvnVmpaTBeMF+HWG5mTa1pWKHu+DNEosH3Yjr52wNenYHMUdg==",
"dev": true, "dev": true,
"requires": { "requires": {
"gl-buffer": "^2.0.6", "gl-buffer": "^2.0.6",
@ -3937,9 +4000,9 @@
} }
}, },
"gl-streamtube3d": { "gl-streamtube3d": {
"version": "1.1.2", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/gl-streamtube3d/-/gl-streamtube3d-1.1.2.tgz", "resolved": "https://registry.npmjs.org/gl-streamtube3d/-/gl-streamtube3d-1.2.1.tgz",
"integrity": "sha512-+26m5VyF5tyjLetDD9FGGb1yWU5gdZqHpCwwLH/Gmm0YMWn/Y8B/a/44qn5OeqeMyG1aox7C/fhZlRXhfxX4Vw==", "integrity": "sha512-1aj1noU+jJirl5IwFXk29eDx1nO7PQk4r0UZK3My56J3vDSfRR+IbMq2YBhBkjfCWsKY1nc9ESD8t9EcqZY91w==",
"dev": true, "dev": true,
"requires": { "requires": {
"gl-vec3": "^1.0.0", "gl-vec3": "^1.0.0",
@ -3949,9 +4012,9 @@
} }
}, },
"gl-surface3d": { "gl-surface3d": {
"version": "1.4.1", "version": "1.4.5",
"resolved": "https://registry.npmjs.org/gl-surface3d/-/gl-surface3d-1.4.1.tgz", "resolved": "https://registry.npmjs.org/gl-surface3d/-/gl-surface3d-1.4.5.tgz",
"integrity": "sha512-pJss1rw6SoCRhvvNd0x49GSDK7YusQq1JqCtUb4TPPJCCkY3TmsDdMAve7JL41ZqoVmzFdOGEBZ1wERSZWadFg==", "integrity": "sha512-uu+s3jxM7kMdTpYvXVJPujOQMo3B/+AOG4KX7niZHVnykuCKO11+haZSDF2ucymrIrRyUGknGIto6CVpLmP7og==",
"dev": true, "dev": true,
"requires": { "requires": {
"binary-search-bounds": "^2.0.4", "binary-search-bounds": "^2.0.4",
@ -3973,14 +4036,6 @@
"ndarray-scratch": "^1.1.1", "ndarray-scratch": "^1.1.1",
"surface-nets": "^1.0.2", "surface-nets": "^1.0.2",
"typedarray-pool": "^1.0.0" "typedarray-pool": "^1.0.0"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"gl-text": { "gl-text": {
@ -4020,9 +4075,9 @@
} }
}, },
"gl-util": { "gl-util": {
"version": "3.1.1", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/gl-util/-/gl-util-3.1.1.tgz", "resolved": "https://registry.npmjs.org/gl-util/-/gl-util-3.1.2.tgz",
"integrity": "sha512-KAQ/CsMlrLmcmQN44qBLSfsJb4PAkczDOSSP5JUM7pf/PFx3PdBZDaIfk+N9HZQzhP0sk8k8oBSLPJeSm/S0wQ==", "integrity": "sha512-8czWhGTGp/H4S35X1UxGbFlJ1hjtTFhm2mc85GcymEi1CDf633WJgtkCddEiSjIa4BnNxBrqOIhj6jlF6naPqw==",
"dev": true, "dev": true,
"requires": { "requires": {
"is-browser": "^2.0.1", "is-browser": "^2.0.1",
@ -4655,14 +4710,16 @@
} }
}, },
"gulp-uglify": { "gulp-uglify": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.1.tgz", "resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz",
"integrity": "sha512-KVffbGY9d4Wv90bW/B1KZJyunLMyfHTBbilpDvmcrj5Go0/a1G3uVpt+1gRBWSw/11dqR3coJ1oWNTt1AiXuWQ==", "integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-each": "^1.0.1",
"extend-shallow": "^3.0.2",
"gulplog": "^1.0.0", "gulplog": "^1.0.0",
"has-gulplog": "^0.1.0", "has-gulplog": "^0.1.0",
"lodash": "^4.13.1", "isobject": "^3.0.1",
"make-error-cause": "^1.1.1", "make-error-cause": "^1.1.1",
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
"through2": "^2.0.0", "through2": "^2.0.0",
@ -4837,9 +4894,9 @@
} }
}, },
"ieee754": { "ieee754": {
"version": "1.1.12", "version": "1.1.13",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.12.tgz", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
"integrity": "sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA==", "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
"dev": true "dev": true
}, },
"ignore": { "ignore": {
@ -4973,6 +5030,14 @@
"dev": true, "dev": true,
"requires": { "requires": {
"binary-search-bounds": "^1.0.0" "binary-search-bounds": "^1.0.0"
},
"dependencies": {
"binary-search-bounds": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=",
"dev": true
}
} }
}, },
"invert-kv": { "invert-kv": {
@ -5396,9 +5461,9 @@
"dev": true "dev": true
}, },
"js-yaml": { "js-yaml": {
"version": "3.12.0", "version": "3.13.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz",
"integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", "integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"argparse": "^1.0.7", "argparse": "^1.0.7",
@ -5848,6 +5913,14 @@
"gl-mat4": "^1.1.2", "gl-mat4": "^1.1.2",
"gl-vec3": "^1.0.3", "gl-vec3": "^1.0.3",
"mat4-interpolate": "^1.0.3" "mat4-interpolate": "^1.0.3"
},
"dependencies": {
"binary-search-bounds": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=",
"dev": true
}
} }
}, },
"mdn-data": { "mdn-data": {
@ -6587,9 +6660,9 @@
} }
}, },
"p-map": { "p-map": {
"version": "1.2.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.0.0.tgz",
"integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", "integrity": "sha512-GO107XdrSUmtHxVoi60qc9tUl/KkNKm+X2CF4P9amalpGxv5YqVPJNfSb0wcA+syCopkZvYYIzW8OVTQW59x/w==",
"dev": true "dev": true
}, },
"pad-left": { "pad-left": {
@ -6602,9 +6675,9 @@
} }
}, },
"parenthesis": { "parenthesis": {
"version": "3.1.5", "version": "3.1.6",
"resolved": "https://registry.npmjs.org/parenthesis/-/parenthesis-3.1.5.tgz", "resolved": "https://registry.npmjs.org/parenthesis/-/parenthesis-3.1.6.tgz",
"integrity": "sha512-9KbfUp3+gD0MIl4AGfLBwVNvcPf1fokUJtYxql511chVNnS8DrYFazqBfZDqD4GV76XUhQbbxmZJPPOsV4GIbw==", "integrity": "sha512-2fobSoJQTFoIKJ2kXw8QupNtKJ93lNwRgwBxf8YxMNWnWwvMVzqs/baseqWhHP1bRQGf0cv75UtO71nUO5dFuA==",
"dev": true "dev": true
}, },
"parse-filepath": { "parse-filepath": {
@ -6720,13 +6793,13 @@
} }
}, },
"pbf": { "pbf": {
"version": "3.1.0", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/pbf/-/pbf-3.1.0.tgz", "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.0.tgz",
"integrity": "sha512-/hYJmIsTmh7fMkHAWWXJ5b8IKLWdjdlAFb3IHkRBn1XUhIYBChVGfVwmHEAV3UfXTxsP/AKfYTXTS/dCPxJd5w==", "integrity": "sha512-98Eh7rsJNJF/Im6XYMLaOW3cLnNyedlOd6hu3iWMD5I7FZGgpw8yN3vQBrmLbLodu7G784Irb9Qsv2yFrxSAGw==",
"dev": true, "dev": true,
"requires": { "requires": {
"ieee754": "^1.1.6", "ieee754": "^1.1.12",
"resolve-protobuf-schema": "^2.0.0" "resolve-protobuf-schema": "^2.1.0"
} }
}, },
"performance-now": { "performance-now": {
@ -6835,13 +6908,12 @@
} }
}, },
"plotly.js": { "plotly.js": {
"version": "1.44.4", "version": "1.46.0",
"resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.44.4.tgz", "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.46.0.tgz",
"integrity": "sha512-YTSR4gZCpZw4PznaxdRQEh39SUok0lTJtRfIYG5AGoSmQ83JN6nEbHsGbaNZeB3L0M5eHRbeCEEJDSDLngKFTQ==", "integrity": "sha512-x+2BiKtwtuBsO+vuM1/RqmdFgXs58ftprOVxKGtZmygI6NBYlFcOtkGlGy5U3Lg8H9Fzq0U26J+UpdmEisomgw==",
"dev": true, "dev": true,
"requires": { "requires": {
"3d-view": "^2.0.0", "@plotly/d3-sankey": "0.7.2",
"@plotly/d3-sankey": "^0.5.1",
"alpha-shape": "^1.0.0", "alpha-shape": "^1.0.0",
"array-range": "^1.0.1", "array-range": "^1.0.1",
"canvas-fit": "^1.5.0", "canvas-fit": "^1.5.0",
@ -6850,25 +6922,28 @@
"country-regex": "^1.1.0", "country-regex": "^1.1.0",
"d3": "^3.5.12", "d3": "^3.5.12",
"d3-force": "^1.0.6", "d3-force": "^1.0.6",
"d3-hierarchy": "^1.1.8",
"d3-interpolate": "1",
"d3-sankey-circular": "0.33.0",
"delaunay-triangulate": "^1.1.6", "delaunay-triangulate": "^1.1.6",
"es6-promise": "^3.0.2", "es6-promise": "^3.0.2",
"fast-isnumeric": "^1.1.2", "fast-isnumeric": "^1.1.2",
"font-atlas-sdf": "^1.3.3", "font-atlas-sdf": "^1.3.3",
"gl-cone3d": "^1.2.2", "gl-cone3d": "^1.3.1",
"gl-contour2d": "^1.1.5", "gl-contour2d": "^1.1.5",
"gl-error3d": "^1.0.13", "gl-error3d": "^1.0.15",
"gl-heatmap2d": "^1.0.5", "gl-heatmap2d": "^1.0.5",
"gl-line3d": "^1.1.10", "gl-line3d": "^1.1.11",
"gl-mat4": "^1.2.0", "gl-mat4": "^1.2.0",
"gl-mesh3d": "^2.0.7", "gl-mesh3d": "^2.0.9",
"gl-plot2d": "^1.4.2", "gl-plot2d": "^1.4.2",
"gl-plot3d": "^1.6.3", "gl-plot3d": "^2.2.1",
"gl-pointcloud2d": "^1.0.2", "gl-pointcloud2d": "^1.0.2",
"gl-scatter3d": "^1.1.6", "gl-scatter3d": "^1.2.1",
"gl-select-box": "^1.0.3", "gl-select-box": "^1.0.3",
"gl-spikes2d": "^1.0.2", "gl-spikes2d": "^1.0.2",
"gl-streamtube3d": "^1.1.2", "gl-streamtube3d": "^1.2.1",
"gl-surface3d": "^1.4.1", "gl-surface3d": "^1.4.5",
"gl-text": "^1.1.6", "gl-text": "^1.1.6",
"glslify": "^7.0.0", "glslify": "^7.0.0",
"has-hover": "^1.0.1", "has-hover": "^1.0.1",
@ -6886,7 +6961,7 @@
"regl": "^1.3.11", "regl": "^1.3.11",
"regl-error2d": "^2.0.6", "regl-error2d": "^2.0.6",
"regl-line2d": "3.0.13", "regl-line2d": "3.0.13",
"regl-scatter2d": "^3.1.3", "regl-scatter2d": "^3.1.4",
"regl-splom": "^1.0.6", "regl-splom": "^1.0.6",
"right-now": "^1.0.0", "right-now": "^1.0.0",
"robust-orientation": "^1.1.3", "robust-orientation": "^1.1.3",
@ -6959,9 +7034,9 @@
"dev": true "dev": true
}, },
"point-cluster": { "point-cluster": {
"version": "3.1.4", "version": "3.1.5",
"resolved": "https://registry.npmjs.org/point-cluster/-/point-cluster-3.1.4.tgz", "resolved": "https://registry.npmjs.org/point-cluster/-/point-cluster-3.1.5.tgz",
"integrity": "sha512-jVjzC1vYoZlvcLWi170i41he5LhJTncOgFPaZx1uoqNn+8q+24xjLS9yG68XfN6/U1F52kliD6a3oXjJduerTQ==", "integrity": "sha512-KpVtB1mXDlo6yzv80MA6oUq+1519CMeeUd4PPluM4ZlAQgHi/qeBrLY2G53RLy41kas7XvKol0FM98MSrjNH7Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-bounds": "^1.0.1", "array-bounds": "^1.0.1",
@ -6974,14 +7049,6 @@
"is-obj": "^1.0.1", "is-obj": "^1.0.1",
"math-log2": "^1.0.1", "math-log2": "^1.0.1",
"parse-rect": "^1.2.0" "parse-rect": "^1.2.0"
},
"dependencies": {
"binary-search-bounds": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.4.tgz",
"integrity": "sha512-2hg5kgdKql5ClF2ErBcSx0U5bnl5hgS4v7wMnLFodyR47yMtj2w+UAZB+0CiqyHct2q543i7Bi4/aMIegorCCg==",
"dev": true
}
} }
}, },
"point-in-big-polygon": { "point-in-big-polygon": {
@ -6994,6 +7061,14 @@
"interval-tree-1d": "^1.0.1", "interval-tree-1d": "^1.0.1",
"robust-orientation": "^1.1.3", "robust-orientation": "^1.1.3",
"slab-decomposition": "^1.0.1" "slab-decomposition": "^1.0.1"
},
"dependencies": {
"binary-search-bounds": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=",
"dev": true
}
} }
}, },
"polybooljs": { "polybooljs": {
@ -7359,9 +7434,9 @@
"dev": true "dev": true
}, },
"regenerate-unicode-properties": { "regenerate-unicode-properties": {
"version": "7.0.0", "version": "8.0.2",
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz", "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.0.2.tgz",
"integrity": "sha512-s5NGghCE4itSlUS+0WUj88G6cfMVMmH8boTPNvABf8od+2dhT9WDlWu8n01raQAJZMOK8Ch6jSexaRO7swd6aw==", "integrity": "sha512-SbA/iNrBUf6Pv2zU8Ekv1Qbhv92yxL4hiDa2siuxs4KKn4oOoMDHXjAf7+Nz9qinUQ46B1LcWEi/PhJfPWpZWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"regenerate": "^1.4.0" "regenerate": "^1.4.0"
@ -7384,17 +7459,17 @@
"dev": true "dev": true
}, },
"regexpu-core": { "regexpu-core": {
"version": "4.4.0", "version": "4.5.4",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.4.0.tgz", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.5.4.tgz",
"integrity": "sha512-eDDWElbwwI3K0Lo6CqbQbA6FwgtCz4kYTarrri1okfkRLZAqstU+B3voZBCjg8Fl6iq0gXrJG6MvRgLthfvgOA==", "integrity": "sha512-BtizvGtFQKGPUcTy56o3nk1bGRp4SZOTYrDtGNlqCQufptV5IkkLN6Emw+yunAJjzf+C9FQFtvq7IoA3+oMYHQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"regenerate": "^1.4.0", "regenerate": "^1.4.0",
"regenerate-unicode-properties": "^7.0.0", "regenerate-unicode-properties": "^8.0.2",
"regjsgen": "^0.5.0", "regjsgen": "^0.5.0",
"regjsparser": "^0.6.0", "regjsparser": "^0.6.0",
"unicode-match-property-ecmascript": "^1.0.4", "unicode-match-property-ecmascript": "^1.0.4",
"unicode-match-property-value-ecmascript": "^1.0.2" "unicode-match-property-value-ecmascript": "^1.1.0"
} }
}, },
"regjsgen": { "regjsgen": {
@ -7455,9 +7530,9 @@
} }
}, },
"regl-scatter2d": { "regl-scatter2d": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/regl-scatter2d/-/regl-scatter2d-3.1.3.tgz", "resolved": "https://registry.npmjs.org/regl-scatter2d/-/regl-scatter2d-3.1.4.tgz",
"integrity": "sha512-71DpYoJKAopjCP8kRgdReoBLIUre9vsoUgoWDEEeSHRsDEqIwPguhuEerxXpqY5zZ8P3COEqjYZ/sGpoeI8WCA==", "integrity": "sha512-X3FNkh3lw4B3cGLpGZYhSXoeeNAYYeAZnjoP4R8+uCmCbBiwoXUiLQw73HxjsCs53l/upzrSLCwu13QZy/MHeQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"array-range": "^1.0.1", "array-range": "^1.0.1",
@ -8110,6 +8185,14 @@
"binary-search-bounds": "^1.0.0", "binary-search-bounds": "^1.0.0",
"functional-red-black-tree": "^1.0.0", "functional-red-black-tree": "^1.0.0",
"robust-orientation": "^1.1.3" "robust-orientation": "^1.1.3"
},
"dependencies": {
"binary-search-bounds": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-1.0.0.tgz",
"integrity": "sha1-MjyjF+PypA9CRMclX1OEpbIHu2k=",
"dev": true
}
} }
}, },
"slash": { "slash": {
@ -8380,9 +8463,9 @@
"dev": true "dev": true
}, },
"static-eval": { "static-eval": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.1.tgz", "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
"integrity": "sha512-1JJ8ADJ7UB//CRqocI6j4WxGvSqQHX14Fz0gXDNvRA6Y1JIAI/lMNdqn1lpnaA6ugQ0fMH0uBB955DkwhKActw==", "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
"dev": true, "dev": true,
"requires": { "requires": {
"escodegen": "^1.8.1" "escodegen": "^1.8.1"
@ -9274,19 +9357,19 @@
} }
}, },
"uglify-js": { "uglify-js": {
"version": "3.4.9", "version": "3.5.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.3.tgz",
"integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==", "integrity": "sha512-rIQPT2UMDnk4jRX+w4WO84/pebU2jiLsjgIyrCktYgSvx28enOE3iYQMr+BD1rHiitWnDmpu0cY/LfIEpKcjcw==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "~2.17.1", "commander": "~2.19.0",
"source-map": "~0.6.1" "source-map": "~0.6.1"
}, },
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "2.17.1", "version": "2.19.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
"integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==",
"dev": true "dev": true
}, },
"source-map": { "source-map": {
@ -9350,15 +9433,15 @@
} }
}, },
"unicode-match-property-value-ecmascript": { "unicode-match-property-value-ecmascript": {
"version": "1.0.2", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz", "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.1.0.tgz",
"integrity": "sha512-Rx7yODZC1L/T8XKo/2kNzVAQaRE88AaMvI1EF/Xnj3GW2wzN6fop9DDWuFAKUVFH7vozkz26DzP0qyWLKLIVPQ==", "integrity": "sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g==",
"dev": true "dev": true
}, },
"unicode-property-aliases-ecmascript": { "unicode-property-aliases-ecmascript": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.5.tgz",
"integrity": "sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg==", "integrity": "sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw==",
"dev": true "dev": true
}, },
"union-find": { "union-find": {

View File

@ -8,20 +8,20 @@
}, },
"devDependencies": { "devDependencies": {
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"del": "^3.0.0", "del": "^4.1.0",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1", "gulp-csso": "^3.0.1",
"gulp-flatten": "^0.4.0", "gulp-flatten": "^0.4.0",
"gulp-sass": "^4.0.1", "gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9", "gulp-sass-glob": "^1.0.9",
"gulp-sass-lint": "^1.4.0", "gulp-sass-lint": "^1.4.0",
"gulp-spawn": "^0.4.4", "gulp-spawn": "^0.4.4",
"gulp-uglify": "^3.0.1", "gulp-uglify": "^3.0.2",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"moment": "^2.24.0", "moment": "^2.24.0",
"plotly.js": "^1.44.4", "plotly.js": "^1.46.0",
"popper.js": "^1.14.7", "popper.js": "^1.14.7",
"pump": "^3.0.0", "pump": "^3.0.0",
"tempusdominus-bootstrap-4": "^5.1.2", "tempusdominus-bootstrap-4": "^5.1.2",

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long