|
@@ -28,6 +28,7 @@
|
|
|
"markmap-view": "^0.17.0",
|
|
"markmap-view": "^0.17.0",
|
|
|
"mitt": "^3.0.1",
|
|
"mitt": "^3.0.1",
|
|
|
"moment": "^2.30.1",
|
|
"moment": "^2.30.1",
|
|
|
|
|
+ "pdfjs-dist": "^4.8.69",
|
|
|
"pinia": "^2.2.6",
|
|
"pinia": "^2.2.6",
|
|
|
"pinia-plugin-persistedstate": "^4.1.2",
|
|
"pinia-plugin-persistedstate": "^4.1.2",
|
|
|
"query-string": "^9.1.1",
|
|
"query-string": "^9.1.1",
|
|
@@ -2002,6 +2003,37 @@
|
|
|
"integrity": "sha512-iCvCkGFskbaYtfQ0a3GmcQCHl/Sv1GufXFGuUQ+FE+WJa7A/espLOuFIn09B944V8/ImPj71T4+rTASxO2PAuA==",
|
|
"integrity": "sha512-iCvCkGFskbaYtfQ0a3GmcQCHl/Sv1GufXFGuUQ+FE+WJa7A/espLOuFIn09B944V8/ImPj71T4+rTASxO2PAuA==",
|
|
|
"dev": true
|
|
"dev": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/base64-js": {
|
|
|
|
|
+ "version": "1.5.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/bl": {
|
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "buffer": "^5.5.0",
|
|
|
|
|
+ "inherits": "^2.0.4",
|
|
|
|
|
+ "readable-stream": "^3.4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/boolbase": {
|
|
"node_modules/boolbase": {
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
|
|
@@ -2049,6 +2081,30 @@
|
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/buffer": {
|
|
|
|
|
+ "version": "5.7.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
|
|
+ "ieee754": "^1.1.13"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/c12": {
|
|
"node_modules/c12": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/c12/-/c12-2.0.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/c12/-/c12-2.0.1.tgz",
|
|
@@ -2095,6 +2151,21 @@
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/canvas": {
|
|
|
|
|
+ "version": "3.0.0-rc2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/canvas/-/canvas-3.0.0-rc2.tgz",
|
|
|
|
|
+ "integrity": "sha512-esx4bYDznnqgRX4G8kaEaf0W3q8xIc51WpmrIitDzmcoEgwnv9wSKdzT6UxWZ4wkVu5+ileofppX0TpyviJRdQ==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "node-addon-api": "^7.0.0",
|
|
|
|
|
+ "prebuild-install": "^7.1.1",
|
|
|
|
|
+ "simple-get": "^3.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.12.0 || >= 20.9.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/cheerio": {
|
|
"node_modules/cheerio": {
|
|
|
"version": "1.0.0-rc.12",
|
|
"version": "1.0.0-rc.12",
|
|
|
"resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0-rc.12.tgz",
|
|
"resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.0.0-rc.12.tgz",
|
|
@@ -2743,6 +2814,27 @@
|
|
|
"node": ">=14.16"
|
|
"node": ">=14.16"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/decompress-response": {
|
|
|
|
|
+ "version": "4.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-4.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "mimic-response": "^2.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/deep-extend": {
|
|
|
|
|
+ "version": "0.6.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/deep-pick-omit": {
|
|
"node_modules/deep-pick-omit": {
|
|
|
"version": "1.2.1",
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/deep-pick-omit/-/deep-pick-omit-1.2.1.tgz",
|
|
@@ -2869,6 +2961,15 @@
|
|
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.57.tgz",
|
|
"resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.57.tgz",
|
|
|
"integrity": "sha512-xS65H/tqgOwUBa5UmOuNSLuslDo7zho0y/lgQw35pnrqiZh7UOWHCeL/Bt6noJATbA6tpQJGCifsFsIRZj1Fqg=="
|
|
"integrity": "sha512-xS65H/tqgOwUBa5UmOuNSLuslDo7zho0y/lgQw35pnrqiZh7UOWHCeL/Bt6noJATbA6tpQJGCifsFsIRZj1Fqg=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/end-of-stream": {
|
|
|
|
|
+ "version": "1.4.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "once": "^1.4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/entities": {
|
|
"node_modules/entities": {
|
|
|
"version": "4.5.0",
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
|
|
@@ -2983,6 +3084,15 @@
|
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/expand-template": {
|
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/fast-glob": {
|
|
"node_modules/fast-glob": {
|
|
|
"version": "3.3.2",
|
|
"version": "3.3.2",
|
|
|
"resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
@@ -3060,6 +3170,12 @@
|
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/fs-constants": {
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/fs-minipass": {
|
|
"node_modules/fs-minipass": {
|
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
@@ -3138,6 +3254,12 @@
|
|
|
"giget": "dist/cli.mjs"
|
|
"giget": "dist/cli.mjs"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/github-from-package": {
|
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/glob-parent": {
|
|
"node_modules/glob-parent": {
|
|
|
"version": "5.1.2",
|
|
"version": "5.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
@@ -3264,6 +3386,26 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/ieee754": {
|
|
|
|
|
+ "version": "1.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/ignore": {
|
|
"node_modules/ignore": {
|
|
|
"version": "6.0.2",
|
|
"version": "6.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-6.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/ignore/-/ignore-6.0.2.tgz",
|
|
@@ -3290,6 +3432,18 @@
|
|
|
"integrity": "sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==",
|
|
"integrity": "sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==",
|
|
|
"dev": true
|
|
"dev": 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==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/ini": {
|
|
|
|
|
+ "version": "1.3.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/internmap": {
|
|
"node_modules/internmap": {
|
|
|
"version": "2.0.3",
|
|
"version": "2.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
|
|
@@ -3721,6 +3875,27 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/mimic-response": {
|
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-2.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/minimist": {
|
|
|
|
|
+ "version": "1.2.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/minipass": {
|
|
"node_modules/minipass": {
|
|
|
"version": "5.0.0",
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
|
|
@@ -3773,6 +3948,12 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/mkdirp-classic": {
|
|
|
|
|
+ "version": "0.5.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/mlly": {
|
|
"node_modules/mlly": {
|
|
|
"version": "1.7.3",
|
|
"version": "1.7.3",
|
|
|
"resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.3.tgz",
|
|
@@ -3827,6 +4008,12 @@
|
|
|
"resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/nanopop/-/nanopop-2.4.2.tgz",
|
|
|
"integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw=="
|
|
"integrity": "sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/napi-build-utils": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/needle": {
|
|
"node_modules/needle": {
|
|
|
"version": "3.3.1",
|
|
"version": "3.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
|
|
@@ -3843,11 +4030,34 @@
|
|
|
"node": ">= 4.4.x"
|
|
"node": ">= 4.4.x"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/node-abi": {
|
|
|
|
|
+ "version": "3.71.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.71.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "semver": "^7.3.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/node-abi/node_modules/semver": {
|
|
|
|
|
+ "version": "7.6.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "semver": "bin/semver.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/node-addon-api": {
|
|
"node_modules/node-addon-api": {
|
|
|
"version": "7.1.1",
|
|
"version": "7.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
|
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
|
|
- "dev": true,
|
|
|
|
|
"optional": true
|
|
"optional": true
|
|
|
},
|
|
},
|
|
|
"node_modules/node-fetch-native": {
|
|
"node_modules/node-fetch-native": {
|
|
@@ -3931,6 +4141,15 @@
|
|
|
"resolved": "https://registry.npmmirror.com/ohash/-/ohash-1.1.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/ohash/-/ohash-1.1.4.tgz",
|
|
|
"integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
|
|
"integrity": "sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/once": {
|
|
|
|
|
+ "version": "1.4.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "wrappy": "1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/onetime": {
|
|
"node_modules/onetime": {
|
|
|
"version": "6.0.0",
|
|
"version": "6.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
|
|
@@ -3995,11 +4214,32 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/path2d": {
|
|
|
|
|
+ "version": "0.2.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/path2d/-/path2d-0.2.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-+vnG6S4dYcYxZd+CZxzXCNKdELYZSKfohrk98yajCo1PtRoDgCTrrwOvK1GT0UoAdVszagDVllQc0U1vaX4NUQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/pathe": {
|
|
"node_modules/pathe": {
|
|
|
"version": "1.1.2",
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
|
|
|
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
|
|
"integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/pdfjs-dist": {
|
|
|
|
|
+ "version": "4.8.69",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pdfjs-dist/-/pdfjs-dist-4.8.69.tgz",
|
|
|
|
|
+ "integrity": "sha512-IHZsA4T7YElCKNNXtiLgqScw4zPd3pG9do8UrznC757gMd7UPeHSL2qwNNMJo4r79fl8oj1Xx+1nh2YkzdMpLQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "canvas": "^3.0.0-rc2",
|
|
|
|
|
+ "path2d": "^0.2.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/perfect-debounce": {
|
|
"node_modules/perfect-debounce": {
|
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
|
|
@@ -4115,6 +4355,93 @@
|
|
|
"node": "^10 || ^12 || >=14"
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/prebuild-install": {
|
|
|
|
|
+ "version": "7.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "detect-libc": "^2.0.0",
|
|
|
|
|
+ "expand-template": "^2.0.3",
|
|
|
|
|
+ "github-from-package": "0.0.0",
|
|
|
|
|
+ "minimist": "^1.2.3",
|
|
|
|
|
+ "mkdirp-classic": "^0.5.3",
|
|
|
|
|
+ "napi-build-utils": "^1.0.1",
|
|
|
|
|
+ "node-abi": "^3.3.0",
|
|
|
|
|
+ "pump": "^3.0.0",
|
|
|
|
|
+ "rc": "^1.2.7",
|
|
|
|
|
+ "simple-get": "^4.0.0",
|
|
|
|
|
+ "tar-fs": "^2.0.0",
|
|
|
|
|
+ "tunnel-agent": "^0.6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "prebuild-install": "bin.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/prebuild-install/node_modules/decompress-response": {
|
|
|
|
|
+ "version": "6.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "mimic-response": "^3.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/prebuild-install/node_modules/detect-libc": {
|
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/prebuild-install/node_modules/mimic-response": {
|
|
|
|
|
+ "version": "3.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/prebuild-install/node_modules/simple-get": {
|
|
|
|
|
+ "version": "4.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "decompress-response": "^6.0.0",
|
|
|
|
|
+ "once": "^1.3.1",
|
|
|
|
|
+ "simple-concat": "^1.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/prismjs": {
|
|
"node_modules/prismjs": {
|
|
|
"version": "1.29.0",
|
|
"version": "1.29.0",
|
|
|
"resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.29.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.29.0.tgz",
|
|
@@ -4134,6 +4461,16 @@
|
|
|
"integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
|
|
"integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
|
|
|
"optional": true
|
|
"optional": true
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/pump": {
|
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "end-of-stream": "^1.1.0",
|
|
|
|
|
+ "once": "^1.3.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/punycode.js": {
|
|
"node_modules/punycode.js": {
|
|
|
"version": "2.3.1",
|
|
"version": "2.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
@@ -4177,6 +4514,21 @@
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/rc": {
|
|
|
|
|
+ "version": "1.2.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "deep-extend": "^0.6.0",
|
|
|
|
|
+ "ini": "~1.3.0",
|
|
|
|
|
+ "minimist": "^1.2.0",
|
|
|
|
|
+ "strip-json-comments": "~2.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "rc": "cli.js"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/rc9": {
|
|
"node_modules/rc9": {
|
|
|
"version": "2.1.2",
|
|
"version": "2.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
|
|
@@ -4186,6 +4538,20 @@
|
|
|
"destr": "^2.0.3"
|
|
"destr": "^2.0.3"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/readable-stream": {
|
|
|
|
|
+ "version": "3.6.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "inherits": "^2.0.3",
|
|
|
|
|
+ "string_decoder": "^1.1.1",
|
|
|
|
|
+ "util-deprecate": "^1.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/readdirp": {
|
|
"node_modules/readdirp": {
|
|
|
"version": "4.0.2",
|
|
"version": "4.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.0.2.tgz",
|
|
@@ -4249,6 +4615,26 @@
|
|
|
"resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
|
|
|
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ=="
|
|
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/safe-buffer": {
|
|
|
|
|
+ "version": "5.2.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/safer-buffer": {
|
|
"node_modules/safer-buffer": {
|
|
|
"version": "2.1.2",
|
|
"version": "2.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -4341,6 +4727,37 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/simple-concat": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "consulting",
|
|
|
|
|
+ "url": "https://feross.org/support"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/simple-get": {
|
|
|
|
|
+ "version": "3.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-3.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "decompress-response": "^4.2.0",
|
|
|
|
|
+ "once": "^1.3.1",
|
|
|
|
|
+ "simple-concat": "^1.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/simple-swizzle": {
|
|
"node_modules/simple-swizzle": {
|
|
|
"version": "0.2.2",
|
|
"version": "0.2.2",
|
|
|
"resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
"resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
@@ -4399,6 +4816,15 @@
|
|
|
"resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.8.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.8.0.tgz",
|
|
|
"integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w=="
|
|
"integrity": "sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/string_decoder": {
|
|
|
|
|
+ "version": "1.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "~5.2.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/strip-final-newline": {
|
|
"node_modules/strip-final-newline": {
|
|
|
"version": "3.0.0",
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
|
|
@@ -4410,6 +4836,15 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/strip-json-comments": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/strip-literal": {
|
|
"node_modules/strip-literal": {
|
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.0.tgz",
|
|
@@ -4465,6 +4900,40 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/tar-fs": {
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "chownr": "^1.1.1",
|
|
|
|
|
+ "mkdirp-classic": "^0.5.2",
|
|
|
|
|
+ "pump": "^3.0.0",
|
|
|
|
|
+ "tar-stream": "^2.1.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tar-fs/node_modules/chownr": {
|
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
|
|
|
|
|
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/tar-stream": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "bl": "^4.0.3",
|
|
|
|
|
+ "end-of-stream": "^1.4.1",
|
|
|
|
|
+ "fs-constants": "^1.0.0",
|
|
|
|
|
+ "inherits": "^2.0.3",
|
|
|
|
|
+ "readable-stream": "^3.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/tar/node_modules/yallist": {
|
|
"node_modules/tar/node_modules/yallist": {
|
|
|
"version": "4.0.0",
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
@@ -4491,6 +4960,18 @@
|
|
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
|
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/tunnel-agent": {
|
|
|
|
|
+ "version": "0.6.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
|
|
|
+ "optional": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "safe-buffer": "^5.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/uc.micro": {
|
|
"node_modules/uc.micro": {
|
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
"resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
@@ -4630,6 +5111,12 @@
|
|
|
"browserslist": ">= 4.21.0"
|
|
"browserslist": ">= 4.21.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==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/vite": {
|
|
"node_modules/vite": {
|
|
|
"version": "4.3.7",
|
|
"version": "4.3.7",
|
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-4.3.7.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vite/-/vite-4.3.7.tgz",
|
|
@@ -4826,6 +5313,12 @@
|
|
|
"node": ">= 8"
|
|
"node": ">= 8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/wrappy": {
|
|
|
|
|
+ "version": "1.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
"node_modules/yallist": {
|
|
"node_modules/yallist": {
|
|
|
"version": "3.1.1",
|
|
"version": "3.1.1",
|
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
|