|
|
@@ -14,7 +14,10 @@ |
|
|
|
"axios": "^1.6.2", |
|
|
|
"dayjs": "^1.11.10", |
|
|
|
"echarts": "^5.4.3", |
|
|
|
"file-saver": "^2.0.5", |
|
|
|
"he": "^1.2.0", |
|
|
|
"html-docx-js": "^0.3.1", |
|
|
|
"html-docx-js-typescript": "^0.1.5", |
|
|
|
"moment": "^2.30.1", |
|
|
|
"vue": "^3.4.21", |
|
|
|
"vue-doc-exporter": "^1.2.2", |
|
|
@@ -1658,6 +1661,11 @@ |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/browser-or-node": { |
|
|
|
"version": "1.3.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/browser-or-node/-/browser-or-node-1.3.0.tgz", |
|
|
|
"integrity": "sha512-0F2z/VSnLbmEeBcUrSuDH5l0HxTXdQQzLjkmBR4cYfvg1zJrKSlmIZFqyFR8oX0NrwPhy3c3HQ6i3OxMbew4Tg==" |
|
|
|
}, |
|
|
|
"node_modules/browserslist": { |
|
|
|
"version": "4.22.1", |
|
|
|
"dev": true, |
|
|
@@ -1852,6 +1860,11 @@ |
|
|
|
"url": "https://opencollective.com/core-js" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/core-util-is": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", |
|
|
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" |
|
|
|
}, |
|
|
|
"node_modules/css-line-break": { |
|
|
|
"version": "2.1.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/css-line-break/-/css-line-break-2.1.0.tgz", |
|
|
@@ -2136,6 +2149,11 @@ |
|
|
|
"resolved": "https://registry.npmmirror.com/fflate/-/fflate-0.4.8.tgz", |
|
|
|
"integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==" |
|
|
|
}, |
|
|
|
"node_modules/file-saver": { |
|
|
|
"version": "2.0.5", |
|
|
|
"resolved": "https://registry.npmmirror.com/file-saver/-/file-saver-2.0.5.tgz", |
|
|
|
"integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" |
|
|
|
}, |
|
|
|
"node_modules/fill-range": { |
|
|
|
"version": "7.0.1", |
|
|
|
"license": "MIT", |
|
|
@@ -2333,6 +2351,42 @@ |
|
|
|
"resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz", |
|
|
|
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" |
|
|
|
}, |
|
|
|
"node_modules/html-docx-js": { |
|
|
|
"version": "0.3.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/html-docx-js/-/html-docx-js-0.3.1.tgz", |
|
|
|
"integrity": "sha512-QSrMiRhxesqxYCa3f+2Z3ttIHPzSjDOL1tCOmIDIEET7HdabxXND6tAbsFMXAgRG4RADQ3wbl74ydMmjidaDPA==", |
|
|
|
"dependencies": { |
|
|
|
"jszip": "^2.3.0", |
|
|
|
"lodash.escape": "^3.0.0", |
|
|
|
"lodash.merge": "^3.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/html-docx-js-typescript": { |
|
|
|
"version": "0.1.5", |
|
|
|
"resolved": "https://registry.npmmirror.com/html-docx-js-typescript/-/html-docx-js-typescript-0.1.5.tgz", |
|
|
|
"integrity": "sha512-GNojWFDYbpHSIgKml6/0oAom8mtHrHRTWKMyLRdeJQHO/CyeM6H39DYgzYvPp4OhBp2Ti8dxMKFq0/FkpYD4bg==", |
|
|
|
"dependencies": { |
|
|
|
"browser-or-node": "^1.2.1", |
|
|
|
"jszip": "^3.4.0", |
|
|
|
"tslib": "^1.13.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/html-docx-js-typescript/node_modules/jszip": { |
|
|
|
"version": "3.10.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz", |
|
|
|
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", |
|
|
|
"dependencies": { |
|
|
|
"lie": "~3.3.0", |
|
|
|
"pako": "~1.0.2", |
|
|
|
"readable-stream": "~2.3.6", |
|
|
|
"setimmediate": "^1.0.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/html-docx-js-typescript/node_modules/tslib": { |
|
|
|
"version": "1.14.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", |
|
|
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" |
|
|
|
}, |
|
|
|
"node_modules/html2canvas": { |
|
|
|
"version": "1.4.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/html2canvas/-/html2canvas-1.4.1.tgz", |
|
|
@@ -2367,12 +2421,22 @@ |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/immediate": { |
|
|
|
"version": "3.0.6", |
|
|
|
"resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz", |
|
|
|
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" |
|
|
|
}, |
|
|
|
"node_modules/immutable": { |
|
|
|
"version": "4.3.4", |
|
|
|
"license": "MIT", |
|
|
|
"optional": true, |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"node_modules/inherits": { |
|
|
|
"version": "2.0.4", |
|
|
|
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", |
|
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" |
|
|
|
}, |
|
|
|
"node_modules/is-arguments": { |
|
|
|
"version": "1.1.1", |
|
|
|
"license": "MIT", |
|
|
@@ -2468,6 +2532,11 @@ |
|
|
|
"devOptional": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/isarray": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", |
|
|
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" |
|
|
|
}, |
|
|
|
"node_modules/jest-worker": { |
|
|
|
"version": "27.5.1", |
|
|
|
"dev": true, |
|
|
@@ -2515,6 +2584,14 @@ |
|
|
|
"html2canvas": "^1.0.0-rc.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/jszip": { |
|
|
|
"version": "2.7.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/jszip/-/jszip-2.7.0.tgz", |
|
|
|
"integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==", |
|
|
|
"dependencies": { |
|
|
|
"pako": "~1.0.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/less": { |
|
|
|
"version": "4.2.0", |
|
|
|
"devOptional": true, |
|
|
@@ -2556,6 +2633,14 @@ |
|
|
|
"webpack": "^5.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lie": { |
|
|
|
"version": "3.3.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz", |
|
|
|
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", |
|
|
|
"dependencies": { |
|
|
|
"immediate": "~3.0.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/loader-runner": { |
|
|
|
"version": "4.3.0", |
|
|
|
"dev": true, |
|
|
@@ -2573,14 +2658,148 @@ |
|
|
|
"version": "4.17.21", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/lodash._arraycopy": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz", |
|
|
|
"integrity": "sha512-RHShTDnPKP7aWxlvXKiDT6IX2jCs6YZLCtNhOru/OX2Q/tzX295vVBK5oX1ECtN+2r86S0Ogy8ykP1sgCZAN0A==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._arrayeach": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz", |
|
|
|
"integrity": "sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._basecopy": { |
|
|
|
"version": "3.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", |
|
|
|
"integrity": "sha512-rFR6Vpm4HeCK1WPGvjZSJ+7yik8d8PVUdCJx5rT2pogG4Ve/2ZS7kfmO5l5T2o5V2mqlNIfSF5MZlr1+xOoYQQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._basefor": { |
|
|
|
"version": "3.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._basefor/-/lodash._basefor-3.0.3.tgz", |
|
|
|
"integrity": "sha512-6bc3b8grkpMgDcVJv9JYZAk/mHgcqMljzm7OsbmcE2FGUMmmLQTPHlh/dFqR8LA0GQ7z4K67JSotVKu5058v1A==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._bindcallback": { |
|
|
|
"version": "3.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz", |
|
|
|
"integrity": "sha512-2wlI0JRAGX8WEf4Gm1p/mv/SZ+jLijpj0jyaE/AXeuQphzCgD8ZQW4oSpoN8JAopujOFGU3KMuq7qfHBWlGpjQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._createassigner": { |
|
|
|
"version": "3.1.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz", |
|
|
|
"integrity": "sha512-LziVL7IDnJjQeeV95Wvhw6G28Z8Q6da87LWKOPWmzBLv4u6FAT/x5v00pyGW0u38UoogNF2JnD3bGgZZDaNEBw==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._bindcallback": "^3.0.0", |
|
|
|
"lodash._isiterateecall": "^3.0.0", |
|
|
|
"lodash.restparam": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash._getnative": { |
|
|
|
"version": "3.9.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz", |
|
|
|
"integrity": "sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._isiterateecall": { |
|
|
|
"version": "3.0.9", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", |
|
|
|
"integrity": "sha512-De+ZbrMu6eThFti/CSzhRvTKMgQToLxbij58LMfM8JnYDNSOjkjTCIaa8ixglOeGh2nyPlakbt5bJWJ7gvpYlQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash._root": { |
|
|
|
"version": "3.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash._root/-/lodash._root-3.0.1.tgz", |
|
|
|
"integrity": "sha512-O0pWuFSK6x4EXhM1dhZ8gchNtG7JMqBtrHdoUFUWXD7dJnNSUze1GuyQr5sOs0aCvgGeI3o/OJW8f4ca7FDxmQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash.clonedeep": { |
|
|
|
"version": "4.5.0", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/lodash.escape": { |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.escape/-/lodash.escape-3.2.0.tgz", |
|
|
|
"integrity": "sha512-n1PZMXgaaDWZDSvuNZ/8XOcYO2hOKDqZel5adtR30VKQAtoWs/5AOeFA0vPV8moiPzlqe7F4cP2tzpFewQyelQ==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._root": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash.isarguments": { |
|
|
|
"version": "3.1.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", |
|
|
|
"integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==" |
|
|
|
}, |
|
|
|
"node_modules/lodash.isarray": { |
|
|
|
"version": "3.0.4", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz", |
|
|
|
"integrity": "sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==" |
|
|
|
}, |
|
|
|
"node_modules/lodash.isequal": { |
|
|
|
"version": "4.5.0", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/lodash.isplainobject": { |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz", |
|
|
|
"integrity": "sha512-P4wZnho5curNqeEq/x292Pb57e1v+woR7DJ84DURelKB46lby8aDEGVobSaYtzHdQBWQrJSdxcCwjlGOvvdIyg==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._basefor": "^3.0.0", |
|
|
|
"lodash.isarguments": "^3.0.0", |
|
|
|
"lodash.keysin": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash.istypedarray": { |
|
|
|
"version": "3.0.6", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz", |
|
|
|
"integrity": "sha512-lGWJ6N8AA3KSv+ZZxlTdn4f6A7kMfpJboeyvbFdE7IU9YAgweODqmOgdUHOA+c6lVWeVLysdaxciFXi+foVsWw==" |
|
|
|
}, |
|
|
|
"node_modules/lodash.keys": { |
|
|
|
"version": "3.1.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.keys/-/lodash.keys-3.1.2.tgz", |
|
|
|
"integrity": "sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._getnative": "^3.0.0", |
|
|
|
"lodash.isarguments": "^3.0.0", |
|
|
|
"lodash.isarray": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash.keysin": { |
|
|
|
"version": "3.0.8", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.keysin/-/lodash.keysin-3.0.8.tgz", |
|
|
|
"integrity": "sha512-YDB/5xkL3fBKFMDaC+cfGV00pbiJ6XoJIfRmBhv7aR6wWtbCW6IzkiWnTfkiHTF6ALD7ff83dAtB3OEaSoyQPg==", |
|
|
|
"dependencies": { |
|
|
|
"lodash.isarguments": "^3.0.0", |
|
|
|
"lodash.isarray": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash.merge": { |
|
|
|
"version": "3.3.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-3.3.2.tgz", |
|
|
|
"integrity": "sha512-ZgGZpRhWLjivGUbjtApZR4HyLv/UAyoYqESVYkK4aLBJVHRrbFpG+GNnE9JPijliME4LkKM0SFI/WyOiBiv1+w==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._arraycopy": "^3.0.0", |
|
|
|
"lodash._arrayeach": "^3.0.0", |
|
|
|
"lodash._createassigner": "^3.0.0", |
|
|
|
"lodash._getnative": "^3.0.0", |
|
|
|
"lodash.isarguments": "^3.0.0", |
|
|
|
"lodash.isarray": "^3.0.0", |
|
|
|
"lodash.isplainobject": "^3.0.0", |
|
|
|
"lodash.istypedarray": "^3.0.0", |
|
|
|
"lodash.keys": "^3.0.0", |
|
|
|
"lodash.keysin": "^3.0.0", |
|
|
|
"lodash.toplainobject": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/lodash.restparam": { |
|
|
|
"version": "3.6.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz", |
|
|
|
"integrity": "sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw==" |
|
|
|
}, |
|
|
|
"node_modules/lodash.toplainobject": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash.toplainobject/-/lodash.toplainobject-3.0.0.tgz", |
|
|
|
"integrity": "sha512-wMI0Ju1bvSmnBS3EcRRH/3zDnZOPpDtMtNDzbbNMKuTrEpALsf+sPyMeogmv63Y11qZQO7H1xFzohIEGRMjPYA==", |
|
|
|
"dependencies": { |
|
|
|
"lodash._basecopy": "^3.0.0", |
|
|
|
"lodash.keysin": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/loose-envify": { |
|
|
|
"version": "1.4.0", |
|
|
|
"license": "MIT", |
|
|
@@ -2790,6 +3009,11 @@ |
|
|
|
"node": ">= 0.4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/pako": { |
|
|
|
"version": "1.0.11", |
|
|
|
"resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz", |
|
|
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" |
|
|
|
}, |
|
|
|
"node_modules/parchment": { |
|
|
|
"version": "1.1.4", |
|
|
|
"license": "BSD-3-Clause" |
|
|
@@ -2860,6 +3084,11 @@ |
|
|
|
"resolved": "https://registry.npmmirror.com/preact/-/preact-10.20.1.tgz", |
|
|
|
"integrity": "sha512-JIFjgFg9B2qnOoGiYMVBtrcFxHqn+dNXbq76bVmcaHYJFYR4lW67AOcXgAYQQTDYXDOg/kTZrKPNCdRgJ2UJmw==" |
|
|
|
}, |
|
|
|
"node_modules/process-nextick-args": { |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
|
|
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" |
|
|
|
}, |
|
|
|
"node_modules/proxy-from-env": { |
|
|
|
"version": "1.1.0", |
|
|
|
"license": "MIT" |
|
|
@@ -2933,6 +3162,25 @@ |
|
|
|
"safe-buffer": "^5.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/readable-stream": { |
|
|
|
"version": "2.3.8", |
|
|
|
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz", |
|
|
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
|
|
|
"dependencies": { |
|
|
|
"core-util-is": "~1.0.0", |
|
|
|
"inherits": "~2.0.3", |
|
|
|
"isarray": "~1.0.0", |
|
|
|
"process-nextick-args": "~2.0.0", |
|
|
|
"safe-buffer": "~5.1.1", |
|
|
|
"string_decoder": "~1.1.1", |
|
|
|
"util-deprecate": "~1.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/readable-stream/node_modules/safe-buffer": { |
|
|
|
"version": "5.1.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", |
|
|
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" |
|
|
|
}, |
|
|
|
"node_modules/readdirp": { |
|
|
|
"version": "3.6.0", |
|
|
|
"license": "MIT", |
|
|
@@ -3141,6 +3389,11 @@ |
|
|
|
"node": ">= 0.4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/setimmediate": { |
|
|
|
"version": "1.0.5", |
|
|
|
"resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz", |
|
|
|
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" |
|
|
|
}, |
|
|
|
"node_modules/shallow-equal": { |
|
|
|
"version": "1.2.1", |
|
|
|
"license": "MIT" |
|
|
@@ -3196,6 +3449,19 @@ |
|
|
|
"node": ">=0.1.14" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/string_decoder": { |
|
|
|
"version": "1.1.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", |
|
|
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
|
|
|
"dependencies": { |
|
|
|
"safe-buffer": "~5.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/string_decoder/node_modules/safe-buffer": { |
|
|
|
"version": "5.1.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", |
|
|
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" |
|
|
|
}, |
|
|
|
"node_modules/stylis": { |
|
|
|
"version": "4.3.0", |
|
|
|
"license": "MIT" |
|
|
@@ -3377,6 +3643,11 @@ |
|
|
|
"punycode": "^2.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/util-deprecate": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", |
|
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" |
|
|
|
}, |
|
|
|
"node_modules/utrie": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/utrie/-/utrie-1.0.2.tgz", |