|
@@ -39,6 +39,7 @@
|
|
|
"echarts": "^5.5.0",
|
|
"echarts": "^5.5.0",
|
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
|
"element-plus": "2.9.1",
|
|
"element-plus": "2.9.1",
|
|
|
|
|
+ "exceljs": "^4.4.0",
|
|
|
"fast-xml-parser": "^4.3.2",
|
|
"fast-xml-parser": "^4.3.2",
|
|
|
"file-saver": "^2.0.5",
|
|
"file-saver": "^2.0.5",
|
|
|
"highlight.js": "^11.9.0",
|
|
"highlight.js": "^11.9.0",
|
|
@@ -3364,6 +3365,47 @@
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@fast-csv/format": {
|
|
|
|
|
+ "version": "4.3.5",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/@fast-csv/format/-/format-4.3.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/node": "^14.0.1",
|
|
|
|
|
+ "lodash.escaperegexp": "^4.1.2",
|
|
|
|
|
+ "lodash.isboolean": "^3.0.3",
|
|
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
|
|
+ "lodash.isfunction": "^3.0.9",
|
|
|
|
|
+ "lodash.isnil": "^4.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@fast-csv/format/node_modules/@types/node": {
|
|
|
|
|
+ "version": "14.18.63",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/@types/node/-/node-14.18.63.tgz",
|
|
|
|
|
+ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@fast-csv/parse": {
|
|
|
|
|
+ "version": "4.3.6",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/@fast-csv/parse/-/parse-4.3.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-uRsLYksqpbDmWaSmzvJcuApSEe38+6NQZBUsuAyMZKqHxH0g1wcJgsKUvN3WC8tewaqFjBMMGrkHmC+T7k8LvA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/node": "^14.0.1",
|
|
|
|
|
+ "lodash.escaperegexp": "^4.1.2",
|
|
|
|
|
+ "lodash.groupby": "^4.6.0",
|
|
|
|
|
+ "lodash.isfunction": "^3.0.9",
|
|
|
|
|
+ "lodash.isnil": "^4.0.0",
|
|
|
|
|
+ "lodash.isundefined": "^3.0.1",
|
|
|
|
|
+ "lodash.uniq": "^4.5.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@fast-csv/parse/node_modules/@types/node": {
|
|
|
|
|
+ "version": "14.18.63",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/@types/node/-/node-14.18.63.tgz",
|
|
|
|
|
+ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/@floating-ui/core": {
|
|
"node_modules/@floating-ui/core": {
|
|
|
"version": "1.6.9",
|
|
"version": "1.6.9",
|
|
|
"resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.9.tgz",
|
|
"resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.9.tgz",
|
|
@@ -6829,6 +6871,75 @@
|
|
|
"node": ">= 8"
|
|
"node": ">= 8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/archiver": {
|
|
|
|
|
+ "version": "5.3.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/archiver/-/archiver-5.3.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-+25nxyyznAXF7Nef3y0EbBeqmGZgeN/BxHX29Rs39djAfaFalmQ89SE6CWyDCHzGL0yt/ycBtNOmGTW0FyGWNw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "archiver-utils": "^2.1.0",
|
|
|
|
|
+ "async": "^3.2.4",
|
|
|
|
|
+ "buffer-crc32": "^0.2.1",
|
|
|
|
|
+ "readable-stream": "^3.6.0",
|
|
|
|
|
+ "readdir-glob": "^1.1.2",
|
|
|
|
|
+ "tar-stream": "^2.2.0",
|
|
|
|
|
+ "zip-stream": "^4.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/archiver-utils": {
|
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/archiver-utils/-/archiver-utils-2.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "glob": "^7.1.4",
|
|
|
|
|
+ "graceful-fs": "^4.2.0",
|
|
|
|
|
+ "lazystream": "^1.0.0",
|
|
|
|
|
+ "lodash.defaults": "^4.2.0",
|
|
|
|
|
+ "lodash.difference": "^4.5.0",
|
|
|
|
|
+ "lodash.flatten": "^4.4.0",
|
|
|
|
|
+ "lodash.isplainobject": "^4.0.6",
|
|
|
|
|
+ "lodash.union": "^4.6.0",
|
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
|
+ "readable-stream": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/archiver-utils/node_modules/readable-stream": {
|
|
|
|
|
+ "version": "2.3.8",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "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/archiver-utils/node_modules/safe-buffer": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/archiver-utils/node_modules/string_decoder": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "~5.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/argparse": {
|
|
"node_modules/argparse": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -6961,8 +7072,7 @@
|
|
|
"node_modules/async": {
|
|
"node_modules/async": {
|
|
|
"version": "3.2.5",
|
|
"version": "3.2.5",
|
|
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
|
|
- "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
|
|
|
|
|
- "dev": true
|
|
|
|
|
|
|
+ "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg=="
|
|
|
},
|
|
},
|
|
|
"node_modules/async-validator": {
|
|
"node_modules/async-validator": {
|
|
|
"version": "4.2.5",
|
|
"version": "4.2.5",
|
|
@@ -7200,8 +7310,7 @@
|
|
|
"type": "consulting",
|
|
"type": "consulting",
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
- ],
|
|
|
|
|
- "optional": true
|
|
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"node_modules/benz-amr-recorder": {
|
|
"node_modules/benz-amr-recorder": {
|
|
|
"version": "1.1.5",
|
|
"version": "1.1.5",
|
|
@@ -7216,6 +7325,15 @@
|
|
|
"resolved": "https://registry.npmjs.org/benz-recorderjs/-/benz-recorderjs-1.0.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/benz-recorderjs/-/benz-recorderjs-1.0.5.tgz",
|
|
|
"integrity": "sha512-EwedOQo9KLti7HxDi/eZY51PSRbAXnOdEZmLvJ6ro3QQSoF9Y3AXBt57MIllGvVz5vtFYMeikG+GD7qTm3+p9w=="
|
|
"integrity": "sha512-EwedOQo9KLti7HxDi/eZY51PSRbAXnOdEZmLvJ6ro3QQSoF9Y3AXBt57MIllGvVz5vtFYMeikG+GD7qTm3+p9w=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/big-integer": {
|
|
|
|
|
+ "version": "1.6.52",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/big-integer/-/big-integer-1.6.52.tgz",
|
|
|
|
|
+ "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
|
|
|
|
|
+ "license": "Unlicense",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/big.js": {
|
|
"node_modules/big.js": {
|
|
|
"version": "5.2.2",
|
|
"version": "5.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
|
|
@@ -7225,6 +7343,19 @@
|
|
|
"node": "*"
|
|
"node": "*"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/binary": {
|
|
|
|
|
+ "version": "0.3.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/binary/-/binary-0.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-D4H1y5KYwpJgK8wk1Cue5LLPgmwHKYSChkbspQg5JtVuR5ulGckxfR62H3AE9UDkdMC8yyXlqYihuz3Aqg2XZg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "buffers": "~0.1.1",
|
|
|
|
|
+ "chainsaw": "~0.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/binary-extensions": {
|
|
"node_modules/binary-extensions": {
|
|
|
"version": "2.3.0",
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
@@ -7241,7 +7372,6 @@
|
|
|
"version": "4.1.0",
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
|
- "optional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"buffer": "^5.5.0",
|
|
"buffer": "^5.5.0",
|
|
|
"inherits": "^2.0.4",
|
|
"inherits": "^2.0.4",
|
|
@@ -7471,18 +7601,43 @@
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
- "optional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"base64-js": "^1.3.1",
|
|
"base64-js": "^1.3.1",
|
|
|
"ieee754": "^1.1.13"
|
|
"ieee754": "^1.1.13"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/buffer-crc32": {
|
|
|
|
|
+ "version": "0.2.13",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
|
|
|
+ "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/buffer-from": {
|
|
"node_modules/buffer-from": {
|
|
|
"version": "1.1.2",
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/buffer-indexof-polyfill": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/buffers": {
|
|
|
|
|
+ "version": "0.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/buffers/-/buffers-0.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.2.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/cac": {
|
|
"node_modules/cac": {
|
|
|
"version": "6.7.14",
|
|
"version": "6.7.14",
|
|
|
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
|
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
|
@@ -7641,6 +7796,27 @@
|
|
|
"node": ">=0.8"
|
|
"node": ">=0.8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/chainsaw": {
|
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/chainsaw/-/chainsaw-0.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-75kWfWt6MEKNC8xYXIdRpDehRYY/tNSgwKaJq+dbbDcxORuVrrQ+SEHoWsniVn9XPYfP4gmdWIeDk/4YNp1rNQ==",
|
|
|
|
|
+ "license": "MIT/X11",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "traverse": ">=0.3.0 <0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/chainsaw/node_modules/traverse": {
|
|
|
|
|
+ "version": "0.3.9",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/traverse/-/traverse-0.3.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-iawgk0hLP3SxGKDfnDJf8wTz4p2qImnyihM5Hh/sGvQ3K37dPi/w8sRhdNIxYA1TwFwc5mDhIJq+O0RsvXBKdQ==",
|
|
|
|
|
+ "license": "MIT/X11",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/chalk": {
|
|
"node_modules/chalk": {
|
|
|
"version": "5.3.0",
|
|
"version": "5.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -7984,6 +8160,21 @@
|
|
|
"resolved": "https://registry.npmmirror.com/component-event/-/component-event-0.2.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/component-event/-/component-event-0.2.1.tgz",
|
|
|
"integrity": "sha512-wGA++isMqiDq1jPYeyv2as/Bt/u+3iLW0rEa+8NQ82jAv3TgqMiCM+B2SaBdn2DfLilLjjq736YcezihRYhfxw=="
|
|
"integrity": "sha512-wGA++isMqiDq1jPYeyv2as/Bt/u+3iLW0rEa+8NQ82jAv3TgqMiCM+B2SaBdn2DfLilLjjq736YcezihRYhfxw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/compress-commons": {
|
|
|
|
|
+ "version": "4.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/compress-commons/-/compress-commons-4.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "buffer-crc32": "^0.2.13",
|
|
|
|
|
+ "crc32-stream": "^4.0.2",
|
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
|
+ "readable-stream": "^3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/compute-scroll-into-view": {
|
|
"node_modules/compute-scroll-into-view": {
|
|
|
"version": "1.0.20",
|
|
"version": "1.0.20",
|
|
|
"resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
|
|
"resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
|
|
@@ -8192,6 +8383,19 @@
|
|
|
"node": ">=0.8"
|
|
"node": ">=0.8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/crc32-stream": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/crc32-stream/-/crc32-stream-4.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-NT7w2JVU7DFroFdYkeq8cywxrgjPHWkdX1wjpRQXPX5Asews3tA+Ght6lddQO5Mkumffp3X7GEqku3epj2toIw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "crc-32": "^1.2.0",
|
|
|
|
|
+ "readable-stream": "^3.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/crelt": {
|
|
"node_modules/crelt": {
|
|
|
"version": "1.0.6",
|
|
"version": "1.0.6",
|
|
|
"resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
|
|
"resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
|
|
@@ -9232,6 +9436,45 @@
|
|
|
"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
|
|
"integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/duplexer2": {
|
|
|
|
|
+ "version": "0.1.4",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/duplexer2/-/duplexer2-0.1.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
|
|
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "readable-stream": "^2.0.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/duplexer2/node_modules/readable-stream": {
|
|
|
|
|
+ "version": "2.3.8",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "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/duplexer2/node_modules/safe-buffer": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/duplexer2/node_modules/string_decoder": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "~5.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/eastasianwidth": {
|
|
"node_modules/eastasianwidth": {
|
|
|
"version": "0.2.0",
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
@@ -9405,7 +9648,6 @@
|
|
|
"version": "1.4.4",
|
|
"version": "1.4.4",
|
|
|
"resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
|
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
|
- "optional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"once": "^1.4.0"
|
|
"once": "^1.4.0"
|
|
|
}
|
|
}
|
|
@@ -10152,6 +10394,35 @@
|
|
|
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
|
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/exceljs": {
|
|
|
|
|
+ "version": "4.4.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/exceljs/-/exceljs-4.4.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-XctvKaEMaj1Ii9oDOqbW/6e1gXknSY4g/aLCDicOXqBE4M0nRWkUu0PTp++UPNzoFY12BNHMfs/VadKIS6llvg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "archiver": "^5.0.0",
|
|
|
|
|
+ "dayjs": "^1.8.34",
|
|
|
|
|
+ "fast-csv": "^4.3.1",
|
|
|
|
|
+ "jszip": "^3.10.1",
|
|
|
|
|
+ "readable-stream": "^3.6.0",
|
|
|
|
|
+ "saxes": "^5.0.1",
|
|
|
|
|
+ "tmp": "^0.2.0",
|
|
|
|
|
+ "unzipper": "^0.10.11",
|
|
|
|
|
+ "uuid": "^8.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8.3.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/exceljs/node_modules/uuid": {
|
|
|
|
|
+ "version": "8.3.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/execa": {
|
|
"node_modules/execa": {
|
|
|
"version": "8.0.1",
|
|
"version": "8.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
|
|
@@ -10276,6 +10547,19 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/fast-csv": {
|
|
|
|
|
+ "version": "4.3.6",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/fast-csv/-/fast-csv-4.3.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@fast-csv/format": "4.3.5",
|
|
|
|
|
+ "@fast-csv/parse": "4.3.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/fast-deep-equal": {
|
|
"node_modules/fast-deep-equal": {
|
|
|
"version": "3.1.3",
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -10646,8 +10930,7 @@
|
|
|
"node_modules/fs-constants": {
|
|
"node_modules/fs-constants": {
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
|
- "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
|
|
|
- "optional": true
|
|
|
|
|
|
|
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
|
|
|
},
|
|
},
|
|
|
"node_modules/fs-extra": {
|
|
"node_modules/fs-extra": {
|
|
|
"version": "10.1.0",
|
|
"version": "10.1.0",
|
|
@@ -10682,6 +10965,35 @@
|
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/fstream": {
|
|
|
|
|
+ "version": "1.0.12",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/fstream/-/fstream-1.0.12.tgz",
|
|
|
|
|
+ "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
|
|
|
|
|
+ "deprecated": "This package is no longer supported.",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "graceful-fs": "^4.1.2",
|
|
|
|
|
+ "inherits": "~2.0.0",
|
|
|
|
|
+ "mkdirp": ">=0.5 0",
|
|
|
|
|
+ "rimraf": "2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/fstream/node_modules/rimraf": {
|
|
|
|
|
+ "version": "2.7.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/rimraf/-/rimraf-2.7.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
|
|
|
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "glob": "^7.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "rimraf": "bin.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/function-bind": {
|
|
"node_modules/function-bind": {
|
|
|
"version": "1.1.2",
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -11009,8 +11321,7 @@
|
|
|
"node_modules/graceful-fs": {
|
|
"node_modules/graceful-fs": {
|
|
|
"version": "4.2.11",
|
|
"version": "4.2.11",
|
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
|
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
|
|
|
- "dev": true
|
|
|
|
|
|
|
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
|
|
},
|
|
},
|
|
|
"node_modules/graphemer": {
|
|
"node_modules/graphemer": {
|
|
|
"version": "1.4.0",
|
|
"version": "1.4.0",
|
|
@@ -11335,8 +11646,7 @@
|
|
|
"type": "consulting",
|
|
"type": "consulting",
|
|
|
"url": "https://feross.org/support"
|
|
"url": "https://feross.org/support"
|
|
|
}
|
|
}
|
|
|
- ],
|
|
|
|
|
- "optional": true
|
|
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
"node_modules/ignore": {
|
|
"node_modules/ignore": {
|
|
|
"version": "5.3.1",
|
|
"version": "5.3.1",
|
|
@@ -12357,6 +12667,48 @@
|
|
|
"node": "*"
|
|
"node": "*"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lazystream": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lazystream/-/lazystream-1.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "readable-stream": "^2.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.6.3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lazystream/node_modules/readable-stream": {
|
|
|
|
|
+ "version": "2.3.8",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "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/lazystream/node_modules/safe-buffer": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lazystream/node_modules/string_decoder": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "~5.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/levn": {
|
|
"node_modules/levn": {
|
|
|
"version": "0.4.1",
|
|
"version": "0.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
@@ -12445,6 +12797,12 @@
|
|
|
"url": "https://opencollective.com/lint-staged"
|
|
"url": "https://opencollective.com/lint-staged"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/listenercount": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/listenercount/-/listenercount-1.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/listr2": {
|
|
"node_modules/listr2": {
|
|
|
"version": "8.2.2",
|
|
"version": "8.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.2.tgz",
|
|
@@ -12630,21 +12988,74 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
|
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lodash.defaults": {
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.difference": {
|
|
|
|
|
+ "version": "4.5.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.escaperegexp": {
|
|
|
|
|
+ "version": "4.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.flatten": {
|
|
|
|
|
+ "version": "4.4.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/lodash.foreach": {
|
|
"node_modules/lodash.foreach": {
|
|
|
"version": "4.5.0",
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
|
|
|
"integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ=="
|
|
"integrity": "sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lodash.groupby": {
|
|
|
|
|
+ "version": "4.6.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.isboolean": {
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/lodash.isequal": {
|
|
"node_modules/lodash.isequal": {
|
|
|
"version": "4.5.0",
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
|
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
|
|
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lodash.isfunction": {
|
|
|
|
|
+ "version": "3.0.9",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.isnil": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.isnil/-/lodash.isnil-4.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/lodash.isplainobject": {
|
|
"node_modules/lodash.isplainobject": {
|
|
|
"version": "4.0.6",
|
|
"version": "4.0.6",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
|
- "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
|
|
|
- "dev": true
|
|
|
|
|
|
|
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/lodash.isundefined": {
|
|
|
|
|
+ "version": "3.0.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.isundefined/-/lodash.isundefined-3.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-MXB1is3s899/cD8jheYYE2V9qTHwKvt+npCwpD+1Sxm3Q3cECXCiYHjeHWXNwr6Q0SOBPrYUDxendrO6goVTEA==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
},
|
|
|
"node_modules/lodash.kebabcase": {
|
|
"node_modules/lodash.kebabcase": {
|
|
|
"version": "4.1.1",
|
|
"version": "4.1.1",
|
|
@@ -12691,11 +13102,16 @@
|
|
|
"integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
|
|
"integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/lodash.union": {
|
|
|
|
|
+ "version": "4.6.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/lodash.union/-/lodash.union-4.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/lodash.uniq": {
|
|
"node_modules/lodash.uniq": {
|
|
|
"version": "4.5.0",
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
|
|
|
- "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
|
|
|
|
|
- "dev": true
|
|
|
|
|
|
|
+ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
|
|
|
},
|
|
},
|
|
|
"node_modules/lodash.upperfirst": {
|
|
"node_modules/lodash.upperfirst": {
|
|
|
"version": "4.3.1",
|
|
"version": "4.3.1",
|
|
@@ -13250,7 +13666,6 @@
|
|
|
"version": "1.2.8",
|
|
"version": "1.2.8",
|
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
|
- "devOptional": true,
|
|
|
|
|
"funding": {
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
}
|
|
@@ -13305,6 +13720,18 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/mkdirp": {
|
|
|
|
|
+ "version": "0.5.6",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/mkdirp/-/mkdirp-0.5.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "minimist": "^1.2.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "mkdirp": "bin/cmd.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/mkdirp-classic": {
|
|
"node_modules/mkdirp-classic": {
|
|
|
"version": "0.5.3",
|
|
"version": "0.5.3",
|
|
|
"resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
@@ -13589,7 +14016,6 @@
|
|
|
"version": "3.0.0",
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
|
- "dev": true,
|
|
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
@@ -15007,7 +15433,6 @@
|
|
|
"version": "3.6.2",
|
|
"version": "3.6.2",
|
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
- "devOptional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"inherits": "^2.0.3",
|
|
"inherits": "^2.0.3",
|
|
|
"string_decoder": "^1.1.1",
|
|
"string_decoder": "^1.1.1",
|
|
@@ -15017,6 +15442,27 @@
|
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/readdir-glob": {
|
|
|
|
|
+ "version": "1.1.3",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "minimatch": "^5.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/readdir-glob/node_modules/minimatch": {
|
|
|
|
|
+ "version": "5.1.9",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/minimatch/-/minimatch-5.1.9.tgz",
|
|
|
|
|
+ "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "brace-expansion": "^2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/readdirp": {
|
|
"node_modules/readdirp": {
|
|
|
"version": "3.6.0",
|
|
"version": "3.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
@@ -15649,7 +16095,6 @@
|
|
|
"version": "5.2.1",
|
|
"version": "5.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
|
- "devOptional": true,
|
|
|
|
|
"funding": [
|
|
"funding": [
|
|
|
{
|
|
{
|
|
|
"type": "github",
|
|
"type": "github",
|
|
@@ -15732,6 +16177,18 @@
|
|
|
"integrity": "sha512-xUOiiFbc3Ow7p8KMxwsGICPx46ZQvy3+qfNVhrkwfz3Vvq45eGt98Ft5IQaA1R/7Tb5B5MKh9fUR9x3c3nDTxw==",
|
|
"integrity": "sha512-xUOiiFbc3Ow7p8KMxwsGICPx46ZQvy3+qfNVhrkwfz3Vvq45eGt98Ft5IQaA1R/7Tb5B5MKh9fUR9x3c3nDTxw==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/saxes": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/saxes/-/saxes-5.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "xmlchars": "^2.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/scroll-into-view-if-needed": {
|
|
"node_modules/scroll-into-view-if-needed": {
|
|
|
"version": "2.2.31",
|
|
"version": "2.2.31",
|
|
|
"resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
|
|
"resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
|
|
@@ -16301,7 +16758,6 @@
|
|
|
"version": "1.3.0",
|
|
"version": "1.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
|
- "devOptional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"safe-buffer": "~5.2.0"
|
|
"safe-buffer": "~5.2.0"
|
|
|
}
|
|
}
|
|
@@ -17107,7 +17563,6 @@
|
|
|
"version": "2.2.0",
|
|
"version": "2.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
"integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
|
- "optional": true,
|
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"bl": "^4.0.3",
|
|
"bl": "^4.0.3",
|
|
|
"end-of-stream": "^1.4.1",
|
|
"end-of-stream": "^1.4.1",
|
|
@@ -17193,6 +17648,15 @@
|
|
|
"resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
|
|
|
"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
|
|
"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/tmp": {
|
|
|
|
|
+ "version": "0.2.5",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/tmp/-/tmp-0.2.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=14.14"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/to-object-path": {
|
|
"node_modules/to-object-path": {
|
|
|
"version": "0.3.0",
|
|
"version": "0.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
|
@@ -17879,6 +18343,60 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/unzipper": {
|
|
|
|
|
+ "version": "0.10.14",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/unzipper/-/unzipper-0.10.14.tgz",
|
|
|
|
|
+ "integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "big-integer": "^1.6.17",
|
|
|
|
|
+ "binary": "~0.3.0",
|
|
|
|
|
+ "bluebird": "~3.4.1",
|
|
|
|
|
+ "buffer-indexof-polyfill": "~1.0.0",
|
|
|
|
|
+ "duplexer2": "~0.1.4",
|
|
|
|
|
+ "fstream": "^1.0.12",
|
|
|
|
|
+ "graceful-fs": "^4.2.2",
|
|
|
|
|
+ "listenercount": "~1.0.1",
|
|
|
|
|
+ "readable-stream": "~2.3.6",
|
|
|
|
|
+ "setimmediate": "~1.0.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/unzipper/node_modules/bluebird": {
|
|
|
|
|
+ "version": "3.4.7",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/bluebird/-/bluebird-3.4.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/unzipper/node_modules/readable-stream": {
|
|
|
|
|
+ "version": "2.3.8",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "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/unzipper/node_modules/safe-buffer": {
|
|
|
|
|
+ "version": "5.1.2",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/unzipper/node_modules/string_decoder": {
|
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "~5.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/update-browserslist-db": {
|
|
"node_modules/update-browserslist-db": {
|
|
|
"version": "1.0.16",
|
|
"version": "1.0.16",
|
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz",
|
|
@@ -18814,6 +19332,12 @@
|
|
|
"node": ">=12"
|
|
"node": ">=12"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/xmlchars": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/y18n": {
|
|
"node_modules/y18n": {
|
|
|
"version": "4.0.3",
|
|
"version": "4.0.3",
|
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
@@ -18906,6 +19430,41 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"peer": true
|
|
"peer": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/zip-stream": {
|
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/zip-stream/-/zip-stream-4.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-9qv4rlDiopXg4E69k+vMHjNN63YFMe9sZMrdlvKnCjlCRWeCBswPPMPUfx+ipsAWq1LXHe70RcbaHdJJpS6hyQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "archiver-utils": "^3.0.4",
|
|
|
|
|
+ "compress-commons": "^4.1.2",
|
|
|
|
|
+ "readable-stream": "^3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/zip-stream/node_modules/archiver-utils": {
|
|
|
|
|
+ "version": "3.0.4",
|
|
|
|
|
+ "resolved": "https://repo.huaweicloud.com/repository/npm/archiver-utils/-/archiver-utils-3.0.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-KVgf4XQVrTjhyWmx6cte4RxonPLR9onExufI1jhvw/MQ4BB6IsZD5gT8Lq+u/+pRkWna/6JoHpiQioaqFP5Rzw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "glob": "^7.2.3",
|
|
|
|
|
+ "graceful-fs": "^4.2.0",
|
|
|
|
|
+ "lazystream": "^1.0.0",
|
|
|
|
|
+ "lodash.defaults": "^4.2.0",
|
|
|
|
|
+ "lodash.difference": "^4.5.0",
|
|
|
|
|
+ "lodash.flatten": "^4.4.0",
|
|
|
|
|
+ "lodash.isplainobject": "^4.0.6",
|
|
|
|
|
+ "lodash.union": "^4.6.0",
|
|
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
|
|
+ "readable-stream": "^3.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/zrender": {
|
|
"node_modules/zrender": {
|
|
|
"version": "5.5.0",
|
|
"version": "5.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/zrender/-/zrender-5.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/zrender/-/zrender-5.5.0.tgz",
|