|
@@ -8,6 +8,7 @@
|
8
|
8
|
"name": "hsms-specimen-view",
|
9
|
9
|
"version": "0.1.0",
|
10
|
10
|
"dependencies": {
|
|
11
|
+ "ant-design-vue": "^1.7.8",
|
11
|
12
|
"axios": "^0.20.0",
|
12
|
13
|
"core-js": "^3.6.5",
|
13
|
14
|
"vue": "^2.6.11",
|
|
@@ -55,6 +56,33 @@
|
55
|
56
|
"node": ">=6.0.0"
|
56
|
57
|
}
|
57
|
58
|
},
|
|
59
|
+ "node_modules/@ant-design/colors": {
|
|
60
|
+ "version": "3.2.2",
|
|
61
|
+ "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-3.2.2.tgz",
|
|
62
|
+ "integrity": "sha512-YKgNbG2dlzqMhA9NtI3/pbY16m3Yl/EeWBRa+lB1X1YaYxHrxNexiQYCLTWO/uDvAjLFMEDU+zR901waBtMtjQ==",
|
|
63
|
+ "dependencies": {
|
|
64
|
+ "tinycolor2": "^1.4.1"
|
|
65
|
+ }
|
|
66
|
+ },
|
|
67
|
+ "node_modules/@ant-design/icons": {
|
|
68
|
+ "version": "2.1.1",
|
|
69
|
+ "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-2.1.1.tgz",
|
|
70
|
+ "integrity": "sha512-jCH+k2Vjlno4YWl6g535nHR09PwCEmTBKAG6VqF+rhkrSPRLfgpU2maagwbZPLjaHuU5Jd1DFQ2KJpQuI6uG8w=="
|
|
71
|
+ },
|
|
72
|
+ "node_modules/@ant-design/icons-vue": {
|
|
73
|
+ "version": "2.0.0",
|
|
74
|
+ "resolved": "https://registry.npmmirror.com/@ant-design/icons-vue/-/icons-vue-2.0.0.tgz",
|
|
75
|
+ "integrity": "sha512-2c0QQE5hL4N48k5NkPG5sdpMl9YnvyNhf0U7YkdZYDlLnspoRU7vIA0UK9eHBs6OpFLcJB6o8eJrIl2ajBskPg==",
|
|
76
|
+ "dependencies": {
|
|
77
|
+ "@ant-design/colors": "^3.1.0",
|
|
78
|
+ "babel-runtime": "^6.26.0"
|
|
79
|
+ },
|
|
80
|
+ "peerDependencies": {
|
|
81
|
+ "@ant-design/icons": "^2.0.0",
|
|
82
|
+ "vue": ">=2.5.0",
|
|
83
|
+ "vue-template-compiler": ">=2.5.0"
|
|
84
|
+ }
|
|
85
|
+ },
|
58
|
86
|
"node_modules/@babel/code-frame": {
|
59
|
87
|
"version": "7.24.7",
|
60
|
88
|
"resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
@@ -1977,6 +2005,15 @@
|
1977
|
2005
|
"node": ">= 6"
|
1978
|
2006
|
}
|
1979
|
2007
|
},
|
|
2008
|
+ "node_modules/@simonwep/pickr": {
|
|
2009
|
+ "version": "1.7.4",
|
|
2010
|
+ "resolved": "https://registry.npmmirror.com/@simonwep/pickr/-/pickr-1.7.4.tgz",
|
|
2011
|
+ "integrity": "sha512-fq7jgKJT21uWGC1mARBHvvd1JYlEf93o7SuVOB4Lr0x/2UPuNC9Oe9n/GzVeg4oVtqMDfh1wIEJpsdOJEZb+3g==",
|
|
2012
|
+ "dependencies": {
|
|
2013
|
+ "core-js": "^3.6.5",
|
|
2014
|
+ "nanopop": "^2.1.0"
|
|
2015
|
+ }
|
|
2016
|
+ },
|
1980
|
2017
|
"node_modules/@soda/friendly-errors-webpack-plugin": {
|
1981
|
2018
|
"version": "1.8.1",
|
1982
|
2019
|
"resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
|
|
@@ -3127,6 +3164,14 @@
|
3127
|
3164
|
"node": ">=0.4.0"
|
3128
|
3165
|
}
|
3129
|
3166
|
},
|
|
3167
|
+ "node_modules/add-dom-event-listener": {
|
|
3168
|
+ "version": "1.1.0",
|
|
3169
|
+ "resolved": "https://registry.npmmirror.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz",
|
|
3170
|
+ "integrity": "sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw==",
|
|
3171
|
+ "dependencies": {
|
|
3172
|
+ "object-assign": "4.x"
|
|
3173
|
+ }
|
|
3174
|
+ },
|
3130
|
3175
|
"node_modules/address": {
|
3131
|
3176
|
"version": "1.2.2",
|
3132
|
3177
|
"resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
|
|
@@ -3233,6 +3278,48 @@
|
3233
|
3278
|
"node": ">=4"
|
3234
|
3279
|
}
|
3235
|
3280
|
},
|
|
3281
|
+ "node_modules/ant-design-vue": {
|
|
3282
|
+ "version": "1.7.8",
|
|
3283
|
+ "resolved": "https://registry.npmmirror.com/ant-design-vue/-/ant-design-vue-1.7.8.tgz",
|
|
3284
|
+ "integrity": "sha512-F1hmiS9vwbyfuFvlamdW5l9bHKqRlj9wHaGDIE41NZMWXyWy8qL0UFa/+I0Wl8gQWZCqODW5pN6Yfoyn85At3A==",
|
|
3285
|
+ "hasInstallScript": true,
|
|
3286
|
+ "dependencies": {
|
|
3287
|
+ "@ant-design/icons": "^2.1.1",
|
|
3288
|
+ "@ant-design/icons-vue": "^2.0.0",
|
|
3289
|
+ "@simonwep/pickr": "~1.7.0",
|
|
3290
|
+ "add-dom-event-listener": "^1.0.2",
|
|
3291
|
+ "array-tree-filter": "^2.1.0",
|
|
3292
|
+ "async-validator": "^3.0.3",
|
|
3293
|
+ "babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
3294
|
+ "babel-runtime": "6.x",
|
|
3295
|
+ "classnames": "^2.2.5",
|
|
3296
|
+ "component-classes": "^1.2.6",
|
|
3297
|
+ "dom-align": "^1.10.4",
|
|
3298
|
+ "dom-closest": "^0.2.0",
|
|
3299
|
+ "dom-scroll-into-view": "^2.0.0",
|
|
3300
|
+ "enquire.js": "^2.1.6",
|
|
3301
|
+ "intersperse": "^1.0.0",
|
|
3302
|
+ "is-mobile": "^2.2.1",
|
|
3303
|
+ "is-negative-zero": "^2.0.0",
|
|
3304
|
+ "ismobilejs": "^1.0.0",
|
|
3305
|
+ "json2mq": "^0.2.0",
|
|
3306
|
+ "lodash": "^4.17.5",
|
|
3307
|
+ "moment": "^2.21.0",
|
|
3308
|
+ "mutationobserver-shim": "^0.3.2",
|
|
3309
|
+ "node-emoji": "^1.10.0",
|
|
3310
|
+ "omit.js": "^1.0.0",
|
|
3311
|
+ "raf": "^3.4.0",
|
|
3312
|
+ "resize-observer-polyfill": "^1.5.1",
|
|
3313
|
+ "shallow-equal": "^1.0.0",
|
|
3314
|
+ "shallowequal": "^1.0.2",
|
|
3315
|
+ "vue-ref": "^2.0.0",
|
|
3316
|
+ "warning": "^4.0.0"
|
|
3317
|
+ },
|
|
3318
|
+ "peerDependencies": {
|
|
3319
|
+ "vue": "^2.6.0",
|
|
3320
|
+ "vue-template-compiler": "^2.6.0"
|
|
3321
|
+ }
|
|
3322
|
+ },
|
3236
|
3323
|
"node_modules/any-promise": {
|
3237
|
3324
|
"version": "1.3.0",
|
3238
|
3325
|
"resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
|
|
@@ -3336,6 +3423,11 @@
|
3336
|
3423
|
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
|
3337
|
3424
|
"dev": true
|
3338
|
3425
|
},
|
|
3426
|
+ "node_modules/array-tree-filter": {
|
|
3427
|
+ "version": "2.1.0",
|
|
3428
|
+ "resolved": "https://registry.npmmirror.com/array-tree-filter/-/array-tree-filter-2.1.0.tgz",
|
|
3429
|
+ "integrity": "sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw=="
|
|
3430
|
+ },
|
3339
|
3431
|
"node_modules/array-union": {
|
3340
|
3432
|
"version": "1.0.2",
|
3341
|
3433
|
"resolved": "https://registry.npmmirror.com/array-union/-/array-union-1.0.2.tgz",
|
|
@@ -3514,6 +3606,11 @@
|
3514
|
3606
|
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
|
3515
|
3607
|
"dev": true
|
3516
|
3608
|
},
|
|
3609
|
+ "node_modules/async-validator": {
|
|
3610
|
+ "version": "3.5.2",
|
|
3611
|
+ "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-3.5.2.tgz",
|
|
3612
|
+ "integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ=="
|
|
3613
|
+ },
|
3517
|
3614
|
"node_modules/asynckit": {
|
3518
|
3615
|
"version": "0.4.0",
|
3519
|
3616
|
"resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
@@ -3620,6 +3717,11 @@
|
3620
|
3717
|
"eslint": ">= 4.12.1"
|
3621
|
3718
|
}
|
3622
|
3719
|
},
|
|
3720
|
+ "node_modules/babel-helper-vue-jsx-merge-props": {
|
|
3721
|
+ "version": "2.0.3",
|
|
3722
|
+ "resolved": "https://registry.npmmirror.com/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz",
|
|
3723
|
+ "integrity": "sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg=="
|
|
3724
|
+ },
|
3623
|
3725
|
"node_modules/babel-loader": {
|
3624
|
3726
|
"version": "8.3.0",
|
3625
|
3727
|
"resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-8.3.0.tgz",
|
|
@@ -3687,6 +3789,27 @@
|
3687
|
3789
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
3688
|
3790
|
}
|
3689
|
3791
|
},
|
|
3792
|
+ "node_modules/babel-runtime": {
|
|
3793
|
+ "version": "6.26.0",
|
|
3794
|
+ "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
|
3795
|
+ "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
|
|
3796
|
+ "dependencies": {
|
|
3797
|
+ "core-js": "^2.4.0",
|
|
3798
|
+ "regenerator-runtime": "^0.11.0"
|
|
3799
|
+ }
|
|
3800
|
+ },
|
|
3801
|
+ "node_modules/babel-runtime/node_modules/core-js": {
|
|
3802
|
+ "version": "2.6.12",
|
|
3803
|
+ "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
|
|
3804
|
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
|
3805
|
+ "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
|
3806
|
+ "hasInstallScript": true
|
|
3807
|
+ },
|
|
3808
|
+ "node_modules/babel-runtime/node_modules/regenerator-runtime": {
|
|
3809
|
+ "version": "0.11.1",
|
|
3810
|
+ "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
|
|
3811
|
+ "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
|
|
3812
|
+ },
|
3690
|
3813
|
"node_modules/balanced-match": {
|
3691
|
3814
|
"version": "1.0.2",
|
3692
|
3815
|
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -4543,6 +4666,11 @@
|
4543
|
4666
|
"node": ">= 0.4"
|
4544
|
4667
|
}
|
4545
|
4668
|
},
|
|
4669
|
+ "node_modules/classnames": {
|
|
4670
|
+ "version": "2.5.1",
|
|
4671
|
+ "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
|
|
4672
|
+ "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
|
|
4673
|
+ },
|
4546
|
4674
|
"node_modules/clean-css": {
|
4547
|
4675
|
"version": "4.2.4",
|
4548
|
4676
|
"resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-4.2.4.tgz",
|
|
@@ -4809,6 +4937,14 @@
|
4809
|
4937
|
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
|
4810
|
4938
|
"dev": true
|
4811
|
4939
|
},
|
|
4940
|
+ "node_modules/component-classes": {
|
|
4941
|
+ "version": "1.2.6",
|
|
4942
|
+ "resolved": "https://registry.npmmirror.com/component-classes/-/component-classes-1.2.6.tgz",
|
|
4943
|
+ "integrity": "sha512-hPFGULxdwugu1QWW3SvVOCUHLzO34+a2J6Wqy0c5ASQkfi9/8nZcBB0ZohaEbXOQlCflMAEMmEWk7u7BVs4koA==",
|
|
4944
|
+ "dependencies": {
|
|
4945
|
+ "component-indexof": "0.0.3"
|
|
4946
|
+ }
|
|
4947
|
+ },
|
4812
|
4948
|
"node_modules/component-emitter": {
|
4813
|
4949
|
"version": "1.3.1",
|
4814
|
4950
|
"resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
|
|
@@ -4818,6 +4954,11 @@
|
4818
|
4954
|
"url": "https://github.com/sponsors/sindresorhus"
|
4819
|
4955
|
}
|
4820
|
4956
|
},
|
|
4957
|
+ "node_modules/component-indexof": {
|
|
4958
|
+ "version": "0.0.3",
|
|
4959
|
+ "resolved": "https://registry.npmmirror.com/component-indexof/-/component-indexof-0.0.3.tgz",
|
|
4960
|
+ "integrity": "sha512-puDQKvx/64HZXb4hBwIcvQLaLgux8o1CbWl39s41hrIIZDl1lJiD5jc22gj3RBeGK0ovxALDYpIbyjqDUUl0rw=="
|
|
4961
|
+ },
|
4821
|
4962
|
"node_modules/compressible": {
|
4822
|
4963
|
"version": "2.0.18",
|
4823
|
4964
|
"resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz",
|
|
@@ -5714,8 +5855,7 @@
|
5714
|
5855
|
"node_modules/de-indent": {
|
5715
|
5856
|
"version": "1.0.2",
|
5716
|
5857
|
"resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
|
5717
|
|
- "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
|
5718
|
|
- "dev": true
|
|
5858
|
+ "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg=="
|
5719
|
5859
|
},
|
5720
|
5860
|
"node_modules/debug": {
|
5721
|
5861
|
"version": "4.3.5",
|
|
@@ -6148,6 +6288,19 @@
|
6148
|
6288
|
"node": ">=6.0.0"
|
6149
|
6289
|
}
|
6150
|
6290
|
},
|
|
6291
|
+ "node_modules/dom-align": {
|
|
6292
|
+ "version": "1.12.4",
|
|
6293
|
+ "resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
|
|
6294
|
+ "integrity": "sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw=="
|
|
6295
|
+ },
|
|
6296
|
+ "node_modules/dom-closest": {
|
|
6297
|
+ "version": "0.2.0",
|
|
6298
|
+ "resolved": "https://registry.npmmirror.com/dom-closest/-/dom-closest-0.2.0.tgz",
|
|
6299
|
+ "integrity": "sha512-6neTn1BtJlTSt+XSISXpnOsF1uni1CHsP/tmzZMGWxasYFHsBOqrHPnzmneqEgKhpagnfnfSfbvRRW0xFsBHAA==",
|
|
6300
|
+ "dependencies": {
|
|
6301
|
+ "dom-matches": ">=1.0.1"
|
|
6302
|
+ }
|
|
6303
|
+ },
|
6151
|
6304
|
"node_modules/dom-converter": {
|
6152
|
6305
|
"version": "0.2.0",
|
6153
|
6306
|
"resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz",
|
|
@@ -6157,6 +6310,16 @@
|
6157
|
6310
|
"utila": "~0.4"
|
6158
|
6311
|
}
|
6159
|
6312
|
},
|
|
6313
|
+ "node_modules/dom-matches": {
|
|
6314
|
+ "version": "2.0.0",
|
|
6315
|
+ "resolved": "https://registry.npmmirror.com/dom-matches/-/dom-matches-2.0.0.tgz",
|
|
6316
|
+ "integrity": "sha512-2VI856xEDCLXi19W+4BechR5/oIS6bKCKqcf16GR8Pg7dGLJ/eBOWVbCmQx2ISvYH6wTNx5Ef7JTOw1dRGRx6A=="
|
|
6317
|
+ },
|
|
6318
|
+ "node_modules/dom-scroll-into-view": {
|
|
6319
|
+ "version": "2.0.1",
|
|
6320
|
+ "resolved": "https://registry.npmmirror.com/dom-scroll-into-view/-/dom-scroll-into-view-2.0.1.tgz",
|
|
6321
|
+ "integrity": "sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w=="
|
|
6322
|
+ },
|
6160
|
6323
|
"node_modules/dom-serializer": {
|
6161
|
6324
|
"version": "1.4.1",
|
6162
|
6325
|
"resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
|
|
@@ -6404,6 +6567,11 @@
|
6404
|
6567
|
"node": ">=4.3.0 <5.0.0 || >=5.10"
|
6405
|
6568
|
}
|
6406
|
6569
|
},
|
|
6570
|
+ "node_modules/enquire.js": {
|
|
6571
|
+ "version": "2.1.6",
|
|
6572
|
+ "resolved": "https://registry.npmmirror.com/enquire.js/-/enquire.js-2.1.6.tgz",
|
|
6573
|
+ "integrity": "sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw=="
|
|
6574
|
+ },
|
6407
|
6575
|
"node_modules/entities": {
|
6408
|
6576
|
"version": "4.5.0",
|
6409
|
6577
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
@@ -8155,7 +8323,6 @@
|
8155
|
8323
|
"version": "1.2.0",
|
8156
|
8324
|
"resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
|
8157
|
8325
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
8158
|
|
- "dev": true,
|
8159
|
8326
|
"bin": {
|
8160
|
8327
|
"he": "bin/he"
|
8161
|
8328
|
}
|
|
@@ -8863,6 +9030,11 @@
|
8863
|
9030
|
"node": ">= 0.10"
|
8864
|
9031
|
}
|
8865
|
9032
|
},
|
|
9033
|
+ "node_modules/intersperse": {
|
|
9034
|
+ "version": "1.0.0",
|
|
9035
|
+ "resolved": "https://registry.npmmirror.com/intersperse/-/intersperse-1.0.0.tgz",
|
|
9036
|
+ "integrity": "sha512-LGcfug7OTeWkaQ8PEq8XbTy9Jl6uCNg8DrPnQUmwxSY8UETj1Y+LLmpdD0qHdEj6KVchuH3BE3ZzIXQ1t3oFUw=="
|
|
9037
|
+ },
|
8866
|
9038
|
"node_modules/ip": {
|
8867
|
9039
|
"version": "1.1.9",
|
8868
|
9040
|
"resolved": "https://registry.npmmirror.com/ip/-/ip-1.1.9.tgz",
|
|
@@ -9164,11 +9336,15 @@
|
9164
|
9336
|
"node": ">=0.10.0"
|
9165
|
9337
|
}
|
9166
|
9338
|
},
|
|
9339
|
+ "node_modules/is-mobile": {
|
|
9340
|
+ "version": "2.2.2",
|
|
9341
|
+ "resolved": "https://registry.npmmirror.com/is-mobile/-/is-mobile-2.2.2.tgz",
|
|
9342
|
+ "integrity": "sha512-wW/SXnYJkTjs++tVK5b6kVITZpAZPtUrt9SF80vvxGiF/Oywal+COk1jlRkiVq15RFNEQKQY31TkV24/1T5cVg=="
|
|
9343
|
+ },
|
9167
|
9344
|
"node_modules/is-negative-zero": {
|
9168
|
9345
|
"version": "2.0.3",
|
9169
|
9346
|
"resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
|
9170
|
9347
|
"integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
|
9171
|
|
- "dev": true,
|
9172
|
9348
|
"engines": {
|
9173
|
9349
|
"node": ">= 0.4"
|
9174
|
9350
|
},
|
|
@@ -9429,6 +9605,11 @@
|
9429
|
9605
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
9430
|
9606
|
"dev": true
|
9431
|
9607
|
},
|
|
9608
|
+ "node_modules/ismobilejs": {
|
|
9609
|
+ "version": "1.1.1",
|
|
9610
|
+ "resolved": "https://registry.npmmirror.com/ismobilejs/-/ismobilejs-1.1.1.tgz",
|
|
9611
|
+ "integrity": "sha512-VaFW53yt8QO61k2WJui0dHf4SlL8lxBofUuUmwBo0ljPk0Drz2TiuDW4jo3wDcv41qy/SxrJ+VAzJ/qYqsmzRw=="
|
|
9612
|
+ },
|
9432
|
9613
|
"node_modules/isobject": {
|
9433
|
9614
|
"version": "3.0.1",
|
9434
|
9615
|
"resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz",
|
|
@@ -9462,8 +9643,7 @@
|
9462
|
9643
|
"node_modules/js-tokens": {
|
9463
|
9644
|
"version": "4.0.0",
|
9464
|
9645
|
"resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
|
9465
|
|
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
9466
|
|
- "dev": true
|
|
9646
|
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
9467
|
9647
|
},
|
9468
|
9648
|
"node_modules/js-yaml": {
|
9469
|
9649
|
"version": "3.14.1",
|
|
@@ -9532,6 +9712,14 @@
|
9532
|
9712
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
9533
|
9713
|
"dev": true
|
9534
|
9714
|
},
|
|
9715
|
+ "node_modules/json2mq": {
|
|
9716
|
+ "version": "0.2.0",
|
|
9717
|
+ "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz",
|
|
9718
|
+ "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
|
|
9719
|
+ "dependencies": {
|
|
9720
|
+ "string-convert": "^0.2.0"
|
|
9721
|
+ }
|
|
9722
|
+ },
|
9535
|
9723
|
"node_modules/json5": {
|
9536
|
9724
|
"version": "2.2.3",
|
9537
|
9725
|
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
|
|
@@ -9819,8 +10007,7 @@
|
9819
|
10007
|
"node_modules/lodash": {
|
9820
|
10008
|
"version": "4.17.21",
|
9821
|
10009
|
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
|
9822
|
|
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
9823
|
|
- "dev": true
|
|
10010
|
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
9824
|
10011
|
},
|
9825
|
10012
|
"node_modules/lodash.debounce": {
|
9826
|
10013
|
"version": "4.0.8",
|
|
@@ -9906,6 +10093,17 @@
|
9906
|
10093
|
"url": "https://tidelift.com/funding/github/npm/loglevel"
|
9907
|
10094
|
}
|
9908
|
10095
|
},
|
|
10096
|
+ "node_modules/loose-envify": {
|
|
10097
|
+ "version": "1.4.0",
|
|
10098
|
+ "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
10099
|
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
10100
|
+ "dependencies": {
|
|
10101
|
+ "js-tokens": "^3.0.0 || ^4.0.0"
|
|
10102
|
+ },
|
|
10103
|
+ "bin": {
|
|
10104
|
+ "loose-envify": "cli.js"
|
|
10105
|
+ }
|
|
10106
|
+ },
|
9909
|
10107
|
"node_modules/lower-case": {
|
9910
|
10108
|
"version": "1.1.4",
|
9911
|
10109
|
"resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-1.1.4.tgz",
|
|
@@ -10281,6 +10479,14 @@
|
10281
|
10479
|
"mkdirp": "bin/cmd.js"
|
10282
|
10480
|
}
|
10283
|
10481
|
},
|
|
10482
|
+ "node_modules/moment": {
|
|
10483
|
+ "version": "2.30.1",
|
|
10484
|
+ "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
|
|
10485
|
+ "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
10486
|
+ "engines": {
|
|
10487
|
+ "node": "*"
|
|
10488
|
+ }
|
|
10489
|
+ },
|
10284
|
10490
|
"node_modules/move-concurrently": {
|
10285
|
10491
|
"version": "1.0.1",
|
10286
|
10492
|
"resolved": "https://registry.npmmirror.com/move-concurrently/-/move-concurrently-1.0.1.tgz",
|
|
@@ -10321,6 +10527,11 @@
|
10321
|
10527
|
"integrity": "sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==",
|
10322
|
10528
|
"dev": true
|
10323
|
10529
|
},
|
|
10530
|
+ "node_modules/mutationobserver-shim": {
|
|
10531
|
+ "version": "0.3.7",
|
|
10532
|
+ "resolved": "https://registry.npmmirror.com/mutationobserver-shim/-/mutationobserver-shim-0.3.7.tgz",
|
|
10533
|
+ "integrity": "sha512-oRIDTyZQU96nAiz2AQyngwx1e89iApl2hN5AOYwyxLUB47UYsU3Wv9lJWqH5y/QdiYkc5HQLi23ZNB3fELdHcQ=="
|
|
10534
|
+ },
|
10324
|
10535
|
"node_modules/mute-stream": {
|
10325
|
10536
|
"version": "0.0.8",
|
10326
|
10537
|
"resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
@@ -10384,6 +10595,11 @@
|
10384
|
10595
|
"node": ">=0.10.0"
|
10385
|
10596
|
}
|
10386
|
10597
|
},
|
|
10598
|
+ "node_modules/nanopop": {
|
|
10599
|
+ "version": "2.4.2",
|
|
10600
|
+ "resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
|
|
10601
|
+ "integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw=="
|
|
10602
|
+ },
|
10387
|
10603
|
"node_modules/native-request": {
|
10388
|
10604
|
"version": "1.1.0",
|
10389
|
10605
|
"resolved": "https://registry.npmmirror.com/native-request/-/native-request-1.1.0.tgz",
|
|
@@ -10427,6 +10643,14 @@
|
10427
|
10643
|
"lower-case": "^1.1.1"
|
10428
|
10644
|
}
|
10429
|
10645
|
},
|
|
10646
|
+ "node_modules/node-emoji": {
|
|
10647
|
+ "version": "1.11.0",
|
|
10648
|
+ "resolved": "https://registry.npmmirror.com/node-emoji/-/node-emoji-1.11.0.tgz",
|
|
10649
|
+ "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
|
|
10650
|
+ "dependencies": {
|
|
10651
|
+ "lodash": "^4.17.21"
|
|
10652
|
+ }
|
|
10653
|
+ },
|
10430
|
10654
|
"node_modules/node-forge": {
|
10431
|
10655
|
"version": "0.10.0",
|
10432
|
10656
|
"resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-0.10.0.tgz",
|
|
@@ -10576,7 +10800,6 @@
|
10576
|
10800
|
"version": "4.1.1",
|
10577
|
10801
|
"resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
|
10578
|
10802
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
10579
|
|
- "dev": true,
|
10580
|
10803
|
"engines": {
|
10581
|
10804
|
"node": ">=0.10.0"
|
10582
|
10805
|
}
|
|
@@ -10761,6 +10984,14 @@
|
10761
|
10984
|
"integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
|
10762
|
10985
|
"dev": true
|
10763
|
10986
|
},
|
|
10987
|
+ "node_modules/omit.js": {
|
|
10988
|
+ "version": "1.0.2",
|
|
10989
|
+ "resolved": "https://registry.npmmirror.com/omit.js/-/omit.js-1.0.2.tgz",
|
|
10990
|
+ "integrity": "sha512-/QPc6G2NS+8d4L/cQhbk6Yit1WTB6Us2g84A7A/1+w9d/eRGHyEqC5kkQtHVoHZ5NFWGG7tUGgrhVZwgZanKrQ==",
|
|
10991
|
+ "dependencies": {
|
|
10992
|
+ "babel-runtime": "^6.23.0"
|
|
10993
|
+ }
|
|
10994
|
+ },
|
10764
|
10995
|
"node_modules/on-finished": {
|
10765
|
10996
|
"version": "2.4.1",
|
10766
|
10997
|
"resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -11286,8 +11517,7 @@
|
11286
|
11517
|
"node_modules/performance-now": {
|
11287
|
11518
|
"version": "2.1.0",
|
11288
|
11519
|
"resolved": "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz",
|
11289
|
|
- "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
|
11290
|
|
- "dev": true
|
|
11520
|
+ "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
|
11291
|
11521
|
},
|
11292
|
11522
|
"node_modules/picocolors": {
|
11293
|
11523
|
"version": "1.0.1",
|
|
@@ -12306,6 +12536,14 @@
|
12306
|
12536
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
12307
|
12537
|
"dev": true
|
12308
|
12538
|
},
|
|
12539
|
+ "node_modules/raf": {
|
|
12540
|
+ "version": "3.4.1",
|
|
12541
|
+ "resolved": "https://registry.npmmirror.com/raf/-/raf-3.4.1.tgz",
|
|
12542
|
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
|
|
12543
|
+ "dependencies": {
|
|
12544
|
+ "performance-now": "^2.1.0"
|
|
12545
|
+ }
|
|
12546
|
+ },
|
12309
|
12547
|
"node_modules/randombytes": {
|
12310
|
12548
|
"version": "2.1.0",
|
12311
|
12549
|
"resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
|
|
@@ -12662,6 +12900,11 @@
|
12662
|
12900
|
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
|
12663
|
12901
|
"dev": true
|
12664
|
12902
|
},
|
|
12903
|
+ "node_modules/resize-observer-polyfill": {
|
|
12904
|
+ "version": "1.5.1",
|
|
12905
|
+ "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
|
|
12906
|
+ "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg=="
|
|
12907
|
+ },
|
12665
|
12908
|
"node_modules/resolve": {
|
12666
|
12909
|
"version": "1.22.8",
|
12667
|
12910
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
|
|
@@ -13168,6 +13411,16 @@
|
13168
|
13411
|
"sha.js": "bin.js"
|
13169
|
13412
|
}
|
13170
|
13413
|
},
|
|
13414
|
+ "node_modules/shallow-equal": {
|
|
13415
|
+ "version": "1.2.1",
|
|
13416
|
+ "resolved": "https://registry.npmmirror.com/shallow-equal/-/shallow-equal-1.2.1.tgz",
|
|
13417
|
+ "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA=="
|
|
13418
|
+ },
|
|
13419
|
+ "node_modules/shallowequal": {
|
|
13420
|
+ "version": "1.1.0",
|
|
13421
|
+ "resolved": "https://registry.npmmirror.com/shallowequal/-/shallowequal-1.1.0.tgz",
|
|
13422
|
+ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
|
|
13423
|
+ },
|
13171
|
13424
|
"node_modules/shebang-command": {
|
13172
|
13425
|
"version": "1.2.0",
|
13173
|
13426
|
"resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz",
|
|
@@ -13880,6 +14133,11 @@
|
13880
|
14133
|
"safe-buffer": "~5.1.0"
|
13881
|
14134
|
}
|
13882
|
14135
|
},
|
|
14136
|
+ "node_modules/string-convert": {
|
|
14137
|
+ "version": "0.2.1",
|
|
14138
|
+ "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz",
|
|
14139
|
+ "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A=="
|
|
14140
|
+ },
|
13883
|
14141
|
"node_modules/string-width": {
|
13884
|
14142
|
"version": "4.2.3",
|
13885
|
14143
|
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -14501,6 +14759,11 @@
|
14501
|
14759
|
"integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==",
|
14502
|
14760
|
"dev": true
|
14503
|
14761
|
},
|
|
14762
|
+ "node_modules/tinycolor2": {
|
|
14763
|
+ "version": "1.6.0",
|
|
14764
|
+ "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
|
|
14765
|
+ "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
|
|
14766
|
+ },
|
14504
|
14767
|
"node_modules/tmp": {
|
14505
|
14768
|
"version": "0.0.33",
|
14506
|
14769
|
"resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz",
|
|
@@ -15483,6 +15746,11 @@
|
15483
|
15746
|
"node": ">=4.0.0"
|
15484
|
15747
|
}
|
15485
|
15748
|
},
|
|
15749
|
+ "node_modules/vue-ref": {
|
|
15750
|
+ "version": "2.0.0",
|
|
15751
|
+ "resolved": "https://registry.npmmirror.com/vue-ref/-/vue-ref-2.0.0.tgz",
|
|
15752
|
+ "integrity": "sha512-uKNKpFOVeWNqS2mrBZqnpLyXJo5Q+vnkex6JvpENvhXHFNBW/SJTP8vJywLuVT3DpxwXcF9N0dyIiZ4/NpTexQ=="
|
|
15753
|
+ },
|
15486
|
15754
|
"node_modules/vue-router": {
|
15487
|
15755
|
"version": "3.6.5",
|
15488
|
15756
|
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-3.6.5.tgz",
|
|
@@ -15534,7 +15802,6 @@
|
15534
|
15802
|
"version": "2.7.16",
|
15535
|
15803
|
"resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
|
15536
|
15804
|
"integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
|
15537
|
|
- "dev": true,
|
15538
|
15805
|
"dependencies": {
|
15539
|
15806
|
"de-indent": "^1.0.2",
|
15540
|
15807
|
"he": "^1.2.0"
|
|
@@ -15586,6 +15853,14 @@
|
15586
|
15853
|
"node": "^10 || ^12 || >=14"
|
15587
|
15854
|
}
|
15588
|
15855
|
},
|
|
15856
|
+ "node_modules/warning": {
|
|
15857
|
+ "version": "4.0.3",
|
|
15858
|
+ "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
|
|
15859
|
+ "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
|
|
15860
|
+ "dependencies": {
|
|
15861
|
+ "loose-envify": "^1.0.0"
|
|
15862
|
+ }
|
|
15863
|
+ },
|
15589
|
15864
|
"node_modules/watchpack": {
|
15590
|
15865
|
"version": "1.7.5",
|
15591
|
15866
|
"resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-1.7.5.tgz",
|