nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.44k stars 276 forks source link

Cert issue with github hosted package on Windows #4376

Closed kobe-ra closed 2 months ago

kobe-ra commented 2 months ago

Version

v20.12.2

Platform

Microsoft Windows NT 10.0.19045.0 x64

Subsystem

No response

What steps will reproduce the bug?

Including a private git repo as a dependency stopped working. I've had this entry "ratrakcn-ui": "https://github.com/kobe-ra/ratrakcn-ui.git", in my package.json for months and i could use npm install normally. For the last two days npm commands won't run if the dependency is included. Well, it runs, it takes up to 10 minutes (normally less than 10 seconds) and results in an error im posting below. I have not made any significant changes to either app using the package or the package itself in this time window. Weird thing is that it runs properly on mac. So I went and tested it on another windows (3rd device being tested) and it doesn't work on that windows too.

Can it be a certificate issue if npm itself works when the one package is not included? I'm the only maintainer of the package, so I know there werent any changes.

Npm is really crucial for my work and I haven't been able to work for two days now. I'm willing to pay if someone helped me via discord call or something, since I'm desperate at this point.

I'd like to note that I also tried asking on the stackoverflow, then to npm/cli where they said it looks like node-windows issue.

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

0 verbose cli C:\Program Files\nodejs\node.exe C:\Users\ratrakone\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
1 info using npm@10.5.2
2 info using node@v20.12.2
3 timing npm:load:whichnode Completed in 2ms
4 timing config:load:defaults Completed in 1ms
5 timing config:load:file:C:\Users\ratrakone\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 2ms
6 timing config:load:builtin Completed in 2ms
7 timing config:load:cli Completed in 1ms
8 timing config:load:env Completed in 0ms
9 timing config:load:file:C:\custom\dev\koberanad_app\.npmrc Completed in 1ms
10 timing config:load:project Completed in 2ms
11 timing config:load:file:C:\Users\ratrakone\.npmrc Completed in 0ms
12 timing config:load:user Completed in 0ms
13 timing config:load:file:C:\Users\ratrakone\AppData\Roaming\npm\etc\npmrc Completed in 0ms
14 timing config:load:global Completed in 0ms
15 timing config:load:setEnvs Completed in 1ms
16 timing config:load Completed in 7ms
17 timing npm:load:configload Completed in 7ms
18 timing config:load:flatten Completed in 2ms
19 timing npm:load:mkdirpcache Completed in 1ms
20 timing npm:load:mkdirplogs Completed in 0ms
21 verbose title npm i
22 verbose argv "i"
23 timing npm:load:setTitle Completed in 0ms
24 timing npm:load:display Completed in 1ms
25 verbose logfile logs-max:10 dir:C:\Users\ratrakone\AppData\Local\npm-cache\_logs\2024-04-20T18_22_53_264Z-
26 verbose logfile C:\Users\ratrakone\AppData\Local\npm-cache\_logs\2024-04-20T18_22_53_264Z-debug-0.log
27 timing npm:load:logFile Completed in 5ms
28 timing npm:load:timers Completed in 0ms
29 timing npm:load:configScope Completed in 0ms
30 timing npm:load Completed in 43ms
31 timing arborist:ctor Completed in 0ms
32 silly logfile start cleaning logs, removing 2 files
33 silly logfile done cleaning log files
34 timing idealTree:init Completed in 241ms
35 timing idealTree:userRequests Completed in 0ms
36 silly idealTree buildDeps
37 silly fetch manifest ratrakcn-ui@https://github.com/kobe-ra/ratrakcn-ui.git
38 timing arborist:ctor Completed in 0ms
39 silly fetch manifest dayjs@^1.11.10
40 http fetch GET 200 https://registry.npmjs.org/dayjs 70223ms (cache stale)
41 silly fetch manifest latinize@^2.0.0
42 http fetch GET 200 https://registry.npmjs.org/latinize 70159ms (cache stale)
43 silly fetch manifest svelte@^4.2.7
44 http fetch GET 200 https://registry.npmjs.org/svelte 70166ms (cache stale)
45 silly placeDep ROOT ratrakcn-ui@0.6.0 OK for: koberanad-app@0.0.1 want: https://github.com/kobe-ra/ratrakcn-ui.git
46 silly fetch manifest bits-ui@^0.18.6
47 silly fetch manifest svelte-radix@^1.1.0
48 silly fetch manifest tailwind-variants@^0.2.0
49 http fetch GET 200 https://registry.npmjs.org/bits-ui 70185ms (cache stale)
50 http fetch GET 200 https://registry.npmjs.org/tailwind-variants 70190ms (cache stale)
51 http fetch GET 200 https://registry.npmjs.org/svelte-radix 70193ms (cache stale)
52 timing idealTree:#root Completed in 283708ms
53 silly fetch manifest svelte@^4.0.0
54 silly fetch manifest tailwindcss@*
55 http fetch GET 200 https://registry.npmjs.org/tailwindcss 70206ms (cache stale)
56 silly placeDep node_modules/ratrakcn-ui bits-ui@0.18.6 OK for: ratrakcn-ui@0.6.0 want: ^0.18.6
57 silly placeDep ROOT svelte-radix@1.1.0 OK for: ratrakcn-ui@0.6.0 want: ^1.1.0
58 silly placeDep node_modules/ratrakcn-ui tailwind-variants@0.2.1 OK for: ratrakcn-ui@0.6.0 want: ^0.2.0
59 silly fetch manifest @melt-ui/svelte@0.74.4
60 silly fetch manifest nanoid@^5.0.5
61 http fetch GET 200 https://registry.npmjs.org/nanoid 70172ms (cache stale)
62 http fetch GET 200 https://registry.npmjs.org/@melt-ui%2fsvelte 70179ms (cache stale)
63 timing idealTree:node_modules/ratrakcn-ui Completed in 140502ms
64 timing idealTree:node_modules/svelte-radix Completed in 0ms
65 silly placeDep node_modules/ratrakcn-ui @melt-ui/svelte@0.74.4 OK for: bits-ui@0.18.6 want: 0.74.4
66 silly placeDep node_modules/ratrakcn-ui nanoid@5.0.7 OK for: bits-ui@0.18.6 want: ^5.0.5
67 silly fetch manifest nanoid@^5.0.4
68 timing idealTree:node_modules/ratrakcn-ui/node_modules/bits-ui Completed in 10ms
69 timing idealTree:node_modules/ratrakcn-ui/node_modules/@melt-ui/svelte Completed in 0ms
70 timing idealTree:node_modules/ratrakcn-ui/node_modules/nanoid Completed in 0ms
71 timing idealTree:node_modules/ratrakcn-ui/node_modules/tailwind-variants Completed in 0ms
72 timing idealTree:buildDeps Completed in 424222ms
73 timing idealTree:fixDepFlags Completed in 5ms
74 timing idealTree Completed in 424478ms
75 timing reify:loadTrees Completed in 424478ms
76 timing reify:diffTrees Completed in 25ms
77 silly reify moves {}
78 timing reify:retireShallow Completed in 1ms
79 timing reify:createSparse Completed in 6ms
80 timing reify:loadBundles Completed in 0ms
81 silly audit bulk request {
81 silly audit   '@aashutoshrathi/word-wrap': [ '1.2.6' ],
81 silly audit   '@alloc/quick-lru': [ '5.2.0' ],
81 silly audit   '@ampproject/remapping': [ '2.2.1' ],
81 silly audit   '@antfu/install-pkg': [ '0.3.1', '0.1.1' ],
81 silly audit   '@antfu/utils': [ '0.7.7' ],
81 silly audit   '@babel/code-frame': [ '7.23.5' ],
81 silly audit   'ansi-styles': [ '3.2.1', '4.3.0', '6.2.1' ],
81 silly audit   chalk: [ '2.4.2', '4.1.2' ],
81 silly audit   'color-convert': [ '1.9.3', '2.0.1' ],
81 silly audit   'color-name': [ '1.1.3', '1.1.4' ],
81 silly audit   'escape-string-regexp': [ '1.0.5', '4.0.0' ],
81 silly audit   'has-flag': [ '3.0.0', '4.0.0' ],
81 silly audit   'supports-color': [ '5.5.0', '7.2.0' ],
81 silly audit   '@babel/helper-validator-identifier': [ '7.22.20' ],
81 silly audit   '@babel/highlight': [ '7.23.4' ],
81 silly audit   '@babel/runtime': [ '7.23.8' ],
81 silly audit   '@capacitor/action-sheet': [ '5.0.6' ],
81 silly audit   '@capacitor/android': [ '5.6.0' ],
81 silly audit   '@capacitor/app': [ '5.0.6' ],
81 silly audit   '@capacitor/app-launcher': [ '5.0.6' ],
81 silly audit   '@capacitor/assets': [ '3.0.4' ],
81 silly audit   commander: [ '8.3.0', '9.5.0', '4.1.1' ],
81 silly audit   'fs-extra': [ '10.1.0', '9.1.0' ],
81 silly audit   '@capacitor/camera': [ '5.0.8' ],
81 silly audit   '@capacitor/cli': [ '5.6.0' ],
81 silly audit   glob: [ '9.3.5', '7.2.3', '10.3.10' ],
81 silly audit   minimatch: [ '8.0.4', '3.1.2', '9.0.3', '3.0.5' ],
81 silly audit   minipass: [ '4.2.8', '3.3.6', '7.0.4', '5.0.0' ],
81 silly audit   rimraf: [ '4.4.1', '3.0.2', '2.7.1' ],
81 silly audit   '@capacitor/clipboard': [ '5.0.6' ],
81 silly audit   '@capacitor/core': [ '5.6.0' ],
81 silly audit   '@capacitor/device': [ '5.0.6' ],
81 silly audit   '@capacitor/dialog': [ '5.0.6' ],
81 silly audit   '@capacitor/filesystem': [ '5.2.0' ],
81 silly audit   '@capacitor/geolocation': [ '5.0.6' ],
81 silly audit   '@capacitor/haptics': [ '5.0.6' ],
81 silly audit   '@capacitor/ios': [ '5.6.0' ],
81 silly audit   '@capacitor/keyboard': [ '5.0.8' ],
81 silly audit   '@capacitor/local-notifications': [ '5.0.6' ],
81 silly audit   '@capacitor/network': [ '5.0.6' ],
81 silly audit   '@capacitor/preferences': [ '5.0.7' ],
81 silly audit   '@capacitor/screen-orientation': [ '5.0.7' ],
81 silly audit   '@capacitor/share': [ '5.0.6' ],
81 silly audit   '@capacitor/splash-screen': [ '5.0.7' ],
81 silly audit   '@capacitor/status-bar': [ '5.0.7' ],
81 silly audit   '@capacitor/toast': [ '5.0.6' ],
81 silly audit   '@capgo/capacitor-updater': [ '5.3.57' ],
81 silly audit   '@cspotcode/source-map-support': [ '0.8.1' ],
81 silly audit   '@jridgewell/trace-mapping': [ '0.3.9', '0.3.20' ],
81 silly audit   '@esbuild/aix-ppc64': [ '0.20.2' ],
81 silly audit   '@esbuild/android-arm': [ '0.20.2' ],
81 silly audit   '@esbuild/android-arm64': [ '0.20.2' ],
81 silly audit   '@esbuild/android-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/darwin-arm64': [ '0.20.2' ],
81 silly audit   '@esbuild/darwin-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/freebsd-arm64': [ '0.20.2' ],
81 silly audit   '@esbuild/freebsd-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-arm': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-arm64': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-ia32': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-loong64': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-mips64el': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-ppc64': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-riscv64': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-s390x': [ '0.20.2' ],
81 silly audit   '@esbuild/linux-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/netbsd-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/openbsd-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/sunos-x64': [ '0.20.2' ],
81 silly audit   '@esbuild/win32-arm64': [ '0.20.2' ],
81 silly audit   '@esbuild/win32-ia32': [ '0.20.2' ],
81 silly audit   '@esbuild/win32-x64': [ '0.20.2' ],
81 silly audit   '@eslint-community/eslint-utils': [ '4.4.0' ],
81 silly audit   '@eslint-community/regexpp': [ '4.10.0' ],
81 silly audit   '@eslint/eslintrc': [ '2.1.4' ],
81 silly audit   'brace-expansion': [ '1.1.11', '2.0.1' ],
81 silly audit   '@eslint/js': [ '8.56.0' ],
81 silly audit   '@floating-ui/core': [ '1.6.0' ],
81 silly audit   '@floating-ui/dom': [ '1.6.3' ],
81 silly audit   '@floating-ui/utils': [ '0.2.1' ],
81 silly audit   '@humanwhocodes/config-array': [ '0.11.13' ],
81 silly audit   '@humanwhocodes/module-importer': [ '1.0.1' ],
81 silly audit   '@humanwhocodes/object-schema': [ '2.0.1' ],
81 silly audit   '@hutson/parse-repository-url': [ '3.0.2' ],
81 silly audit   '@iconify-json/ic': [ '1.1.17' ],
81 silly audit   '@iconify-json/mdi': [ '1.1.64' ],
81 silly audit   '@iconify/types': [ '2.0.0' ],
81 silly audit   '@iconify/utils': [ '2.1.20' ],
81 silly audit   execa: [ '5.1.1', '8.0.1' ],
81 silly audit   'get-stream': [ '6.0.1', '8.0.1' ],
81 silly audit   'human-signals': [ '2.1.0', '5.0.0' ],
81 silly audit   'is-stream': [ '2.0.1', '3.0.0' ],
81 silly audit   'mimic-fn': [ '2.1.0', '4.0.0' ],
81 silly audit   'npm-run-path': [ '4.0.1', '5.2.0' ],
81 silly audit   onetime: [ '5.1.2', '6.0.0' ],
81 silly audit   'signal-exit': [ '3.0.7', '4.1.0' ],
81 silly audit   'strip-final-newline': [ '2.0.0', '3.0.0' ],
81 silly audit   '@internationalized/date': [ '3.5.2' ],
81 silly audit   '@ionic/cli-framework-output': [ '2.2.8' ],
81 silly audit   '@ionic/utils-array': [ '2.1.6' ],
81 silly audit   '@ionic/utils-fs': [ '3.1.7' ],
81 silly audit   '@ionic/utils-object': [ '2.1.6' ],
81 silly audit   '@ionic/utils-process': [ '2.1.11' ],
81 silly audit   '@ionic/utils-terminal': [ '2.3.4', '2.3.5' ],
81 silly audit   'emoji-regex': [ '8.0.0', '9.2.2' ],
81 silly audit   'string-width': [ '4.2.3', '5.1.2' ],
81 silly audit   'wrap-ansi': [ '7.0.0', '6.2.0', '8.1.0' ],
81 silly audit   '@ionic/utils-stream': [ '3.1.6' ],
81 silly audit   '@ionic/utils-subprocess': [ '2.1.14' ],
81 silly audit   '@isaacs/cliui': [ '8.0.2' ],
81 silly audit   'ansi-regex': [ '6.0.1', '5.0.1' ],
81 silly audit   'strip-ansi': [ '7.1.0', '6.0.1' ],
81 silly audit   '@jridgewell/gen-mapping': [ '0.3.3' ],
81 silly audit   '@jridgewell/resolve-uri': [ '3.1.1' ],
81 silly audit   '@jridgewell/set-array': [ '1.1.2' ],
81 silly audit   '@jridgewell/sourcemap-codec': [ '1.4.15' ],
81 silly audit   '@melt-ui/svelte': [ '0.76.2', '0.74.4' ],
81 silly audit   nanoid: [ '5.0.7', '3.3.7' ],
81 silly audit   '@nodelib/fs.scandir': [ '2.1.5' ],
81 silly audit   '@nodelib/fs.stat': [ '2.0.5' ],
81 silly audit   '@nodelib/fs.walk': [ '1.2.8' ],
81 silly audit   '@pkgjs/parseargs': [ '0.11.0' ],
81 silly audit   '@polka/url': [ '1.0.0-next.24' ],
81 silly audit   '@prettier/plugin-xml': [ '2.2.0' ],
81 silly audit   '@rollup/rollup-android-arm-eabi': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-android-arm64': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-darwin-arm64': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-darwin-x64': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-arm-gnueabihf': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-arm-musleabihf': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-arm64-gnu': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-arm64-musl': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-powerpc64le-gnu': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-riscv64-gnu': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-s390x-gnu': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-x64-gnu': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-linux-x64-musl': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-win32-arm64-msvc': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-win32-ia32-msvc': [ '4.15.0' ],
81 silly audit   '@rollup/rollup-win32-x64-msvc': [ '4.15.0' ],
81 silly audit   '@sveltejs/adapter-auto': [ '3.0.1' ],
81 silly audit   '@sveltejs/adapter-static': [ '3.0.1' ],
81 silly audit   '@sveltejs/kit': [ '2.4.3' ],
81 silly audit   '@sveltejs/vite-plugin-svelte': [ '3.0.1' ],
81 silly audit   '@sveltejs/vite-plugin-svelte-inspector': [ '2.0.0' ],
81 silly audit   '@swc/helpers': [ '0.5.10' ],
81 silly audit   '@trapezedev/gradle-parse': [ '7.0.10' ],
81 silly audit   '@trapezedev/project': [ '7.0.10' ],
81 silly audit   '@xmldom/xmldom': [ '0.7.13', '0.8.10' ],
81 silly audit   'env-paths': [ '3.0.0', '2.2.1' ],
81 silly audit   ini: [ '2.0.0', '1.3.8', '4.1.1' ],
81 silly audit   prettier: [ '2.8.8', '3.1.1' ],
81 silly audit   '@tsconfig/node10': [ '1.0.9' ],
81 silly audit   '@tsconfig/node12': [ '1.0.11' ],
81 silly audit   '@tsconfig/node14': [ '1.0.3' ],
81 silly audit   '@tsconfig/node16': [ '1.0.4' ],
81 silly audit   '@types/cookie': [ '0.6.0' ],
81 silly audit   '@types/eslint': [ '8.56.0' ],
81 silly audit   '@types/estree': [ '1.0.5' ],
81 silly audit   '@types/fs-extra': [ '8.1.5' ],
81 silly audit   '@types/json-schema': [ '7.0.15' ],
81 silly audit   '@types/minimist': [ '1.2.5' ],
81 silly audit   '@types/node': [ '20.10.6' ],
81 silly audit   '@types/normalize-package-data': [ '2.4.4' ],
81 silly audit   '@types/pug': [ '2.0.10' ],
81 silly audit   '@types/semver': [ '7.5.6' ],
81 silly audit   '@types/slice-ansi': [ '4.0.0' ],
81 silly audit   '@typescript-eslint/eslint-plugin': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/parser': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/scope-manager': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/type-utils': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/types': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/typescript-estree': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/utils': [ '6.17.0' ],
81 silly audit   '@typescript-eslint/visitor-keys': [ '6.17.0' ],
81 silly audit   '@ungap/structured-clone': [ '1.2.0' ],
81 silly audit   '@xml-tools/parser': [ '1.0.11' ],
81 silly audit   abbrev: [ '1.1.1' ],
81 silly audit   acorn: [ '8.11.3' ],
81 silly audit   'acorn-jsx': [ '5.3.2' ],
81 silly audit   'acorn-walk': [ '8.3.2' ],
81 silly audit   'add-stream': [ '1.0.0' ],
81 silly audit   'aggregate-error': [ '3.1.0' ],
81 silly audit   ajv: [ '6.12.6' ],
81 silly audit   'any-promise': [ '1.3.0' ],
81 silly audit   anymatch: [ '3.1.3' ],
81 silly audit   arg: [ '5.0.2', '4.1.3' ],
81 silly audit   argparse: [ '2.0.1' ],
81 silly audit   'aria-query': [ '5.3.0' ],
81 silly audit   'array-ify': [ '1.0.0' ],
81 silly audit   'array-union': [ '2.1.0' ],
81 silly audit   arrify: [ '1.0.1' ],
81 silly audit   'astral-regex': [ '2.0.0' ],
81 silly audit   asynckit: [ '0.4.0' ],
81 silly audit   'at-least-node': [ '1.0.0' ],
81 silly audit   autoprefixer: [ '10.4.16' ],
81 silly audit   axios: [ '1.6.7' ],
81 silly audit   'axobject-query': [ '3.2.1' ],
81 silly audit   b4a: [ '1.6.6' ],
81 silly audit   'balanced-match': [ '1.0.2' ],
81 silly audit   'bare-events': [ '2.2.0' ],
81 silly audit   'bare-fs': [ '2.1.5' ],
81 silly audit   'bare-os': [ '2.1.3' ],
81 silly audit   'bare-path': [ '2.1.0' ],
81 silly audit   'base64-js': [ '1.5.1' ],
81 silly audit   'big-integer': [ '1.6.52' ],
81 silly audit   'binary-extensions': [ '2.2.0' ],
81 silly audit   'bits-ui': [ '0.21.4', '0.18.6' ],
81 silly audit   bl: [ '4.1.0' ],
81 silly audit   boolbase: [ '1.0.0' ],
81 silly audit   'bplist-creator': [ '0.1.0' ],
81 silly audit   'bplist-parser': [ '0.3.2', '0.3.1' ],
81 silly audit   braces: [ '3.0.2' ],
81 silly audit   browserslist: [ '4.22.2' ],
81 silly audit   buffer: [ '5.7.1' ],
81 silly audit   'buffer-crc32': [ '0.2.13' ],
81 silly audit   callsites: [ '3.1.0' ],
81 silly audit   camelcase: [ '5.3.1' ],
81 silly audit   'camelcase-css': [ '2.0.1' ],
81 silly audit   'camelcase-keys': [ '6.2.2' ],
81 silly audit   'caniuse-lite': [ '1.0.30001572' ],
81 silly audit   'capacitor-native-settings': [ '5.0.1' ],
81 silly audit   chevrotain: [ '7.1.1' ],
81 silly audit   chokidar: [ '3.5.3' ],
81 silly audit   'glob-parent': [ '5.1.2', '6.0.2' ],
81 silly audit   chownr: [ '2.0.0', '1.1.4' ],
81 silly audit   'clean-stack': [ '2.2.0' ],
81 silly audit   cliui: [ '8.0.1', '7.0.4', '6.0.0' ],
81 silly audit   clsx: [ '2.1.0' ],
81 silly audit   'code-red': [ '1.0.4' ],
81 silly audit   color: [ '4.2.3' ],
81 silly audit   'color-string': [ '1.9.1' ],
81 silly audit   'combined-stream': [ '1.0.8' ],
81 silly audit   'compare-func': [ '2.0.0' ],
81 silly audit   'concat-map': [ '0.0.1' ],
81 silly audit   'conventional-changelog': [ '3.1.25' ],
81 silly audit   'conventional-changelog-angular': [ '5.0.13' ],
81 silly audit   'conventional-changelog-atom': [ '2.0.8' ],
81 silly audit   'conventional-changelog-codemirror': [ '2.0.8' ],
81 silly audit   'conventional-changelog-conventionalcommits': [ '4.6.3' ],
81 silly audit   'conventional-changelog-core': [ '4.2.4' ],
81 silly audit   'conventional-changelog-ember': [ '2.0.9' ],
81 silly audit   'conventional-changelog-eslint': [ '3.0.9' ],
81 silly audit   'conventional-changelog-express': [ '2.0.6' ],
81 silly audit   'conventional-changelog-jquery': [ '3.0.11' ],
81 silly audit   'conventional-changelog-jshint': [ '2.0.9' ],
81 silly audit   'conventional-changelog-preset-loader': [ '2.3.4' ],
81 silly audit   'conventional-changelog-writer': [ '5.0.1' ],
81 silly audit   semver: [ '6.3.1', '5.7.2', '7.5.4', '7.0.0' ],
81 silly audit   'conventional-commits-filter': [ '2.0.7' ],
81 silly audit   'conventional-commits-parser': [ '3.2.4' ],
81 silly audit   split2: [ '3.2.2', '4.2.0' ],
81 silly audit   cookie: [ '0.6.0' ],
81 silly audit   'core-util-is': [ '1.0.3' ],
81 silly audit   'create-require': [ '1.1.1' ],
81 silly audit   'cross-fetch': [ '3.1.8' ],
81 silly audit   'cross-spawn': [ '7.0.3' ],
81 silly audit   'crypto-random-string': [ '2.0.0' ],
81 silly audit   'css-select': [ '4.3.0' ],
81 silly audit   'css-selector-tokenizer': [ '0.8.0' ],
81 silly audit   'css-tree': [ '2.3.1' ],
81 silly audit   'css-what': [ '6.1.0' ],
81 silly audit   cssesc: [ '3.0.0' ],
81 silly audit   culori: [ '3.3.0' ],
81 silly audit   daisyui: [ '4.5.0' ],
81 silly audit   dargs: [ '7.0.0' ],
81 silly audit   dateformat: [ '3.0.3' ],
81 silly audit   dayjs: [ '1.11.10' ],
81 silly audit   debug: [ '4.3.4', '3.2.7' ],
81 silly audit   decamelize: [ '1.2.0' ],
81 silly audit   'decamelize-keys': [ '1.1.1' ],
81 silly audit   'map-obj': [ '1.0.1', '4.3.0' ],
81 silly audit   'decompress-response': [ '6.0.0' ],
81 silly audit   'deep-extend': [ '0.6.0' ],
81 silly audit   'deep-is': [ '0.1.4' ],
81 silly audit   deepmerge: [ '4.3.1' ],
81 silly audit   'define-lazy-prop': [ '2.0.0' ],
81 silly audit   del: [ '6.1.1' ],
81 silly audit   'delayed-stream': [ '1.0.0' ],
81 silly audit   dequal: [ '2.0.3' ],
81 silly audit   'detect-indent': [ '6.1.0' ],
81 silly audit   'detect-libc': [ '2.0.2' ],
81 silly audit   devalue: [ '4.3.2' ],
81 silly audit   didyoumean: [ '1.2.2' ],
81 silly audit   diff: [ '5.2.0', '4.0.2' ],
81 silly audit   'dir-glob': [ '3.0.1' ],
81 silly audit   dlv: [ '1.1.3' ],
81 silly audit   doctrine: [ '3.0.0' ],
81 silly audit   'dom-serializer': [ '1.4.1' ],
81 silly audit   domelementtype: [ '2.3.0' ],
81 silly audit   domhandler: [ '4.3.1' ],
81 silly audit   domutils: [ '2.8.0' ],
81 silly audit   'dot-prop': [ '5.3.0' ],
81 silly audit   eastasianwidth: [ '0.2.0' ],
81 silly audit   'electron-to-chromium': [ '1.4.616' ],
81 silly audit   elementtree: [ '0.1.7' ],
81 silly audit   'end-of-stream': [ '1.4.4' ],
81 silly audit   entities: [ '2.2.0' ],
81 silly audit   'error-ex': [ '1.3.2' ],
81 silly audit   'es6-promise': [ '3.3.1' ],
81 silly audit   esbuild: [ '0.20.2' ],
81 silly audit   escalade: [ '3.1.1' ],
81 silly audit   eslint: [ '8.56.0' ],
81 silly audit   'eslint-compat-utils': [ '0.1.2' ],
81 silly audit   'eslint-config-prettier': [ '9.1.0' ],
81 silly audit   'eslint-plugin-svelte': [ '2.35.1' ],
81 silly audit   'postcss-load-config': [ '3.1.4', '5.0.2', '4.0.2' ],
81 silly audit   yaml: [ '1.10.2', '2.3.4' ],
81 silly audit   'eslint-scope': [ '7.2.2' ],
81 silly audit   'eslint-visitor-keys': [ '3.4.3' ],
81 silly audit   'esm-env': [ '1.0.0' ],
81 silly audit   espree: [ '9.6.1' ],
81 silly audit   esquery: [ '1.5.0' ],
81 silly audit   esrecurse: [ '4.3.0' ],
81 silly audit   estraverse: [ '5.3.0' ],
81 silly audit   'estree-walker': [ '3.0.3' ],
81 silly audit   esutils: [ '2.0.3' ],
81 silly audit   'expand-template': [ '2.0.3' ],
81 silly audit   'fast-deep-equal': [ '3.1.3' ],
81 silly audit   'fast-fifo': [ '1.3.2' ],
81 silly audit   'fast-glob': [ '3.3.2' ],
81 silly audit   'fast-json-stable-stringify': [ '2.1.0' ],
81 silly audit   'fast-levenshtein': [ '2.0.6' ],
81 silly audit   fastparse: [ '1.1.2' ],
81 silly audit   fastq: [ '1.16.0' ],
81 silly audit   'fd-slicer': [ '1.1.0' ],
81 silly audit   'file-entry-cache': [ '6.0.1' ],
81 silly audit   'fill-range': [ '7.0.1' ],
81 silly audit   'find-up': [ '5.0.0', '4.1.0', '2.1.0' ],
81 silly audit   'flat-cache': [ '3.2.0' ],
81 silly audit   flatted: [ '3.2.9' ],
81 silly audit   'focus-trap': [ '7.5.4' ],
81 silly audit   'follow-redirects': [ '1.15.6' ],
81 silly audit   'foreground-child': [ '3.1.1' ],
81 silly audit   'form-data': [ '4.0.0' ],
81 silly audit   formidable: [ '1.2.6' ],
81 silly audit   'fraction.js': [ '4.3.7' ],
81 silly audit   'fs-constants': [ '1.0.0' ],
81 silly audit   'fs-minipass': [ '2.1.0' ],
81 silly audit   'fs.realpath': [ '1.0.0' ],
81 silly audit   fsevents: [ '2.3.3' ],
81 silly audit   'function-bind': [ '1.1.2' ],
81 silly audit   'get-caller-file': [ '2.0.5' ],
81 silly audit   'get-pkg-repo': [ '4.2.1' ],
81 silly audit   'readable-stream': [ '2.3.8', '3.6.2' ],
81 silly audit   'safe-buffer': [ '5.1.2', '5.2.1' ],
81 silly audit   string_decoder: [ '1.1.1', '1.3.0' ],
81 silly audit   through2: [ '2.0.5', '4.0.2' ],
81 silly audit   yargs: [ '16.2.0', '15.4.1', '17.7.2' ],
81 silly audit   'git-raw-commits': [ '2.0.11' ],
81 silly audit   'git-remote-origin-url': [ '2.0.0' ],
81 silly audit   'git-semver-tags': [ '4.1.1' ],
81 silly audit   gitconfiglocal: [ '1.0.0' ],
81 silly audit   'github-from-package': [ '0.0.0' ],
81 silly audit   globals: [ '13.24.0' ],
81 silly audit   globalyzer: [ '0.1.0' ],
81 silly audit   globby: [ '11.1.0' ],
81 silly audit   globrex: [ '0.1.2' ],
81 silly audit   'graceful-fs': [ '4.2.11' ],
81 silly audit   'gradle-to-js': [ '2.0.1' ],
81 silly audit   graphemer: [ '1.4.0' ],
81 silly audit   handlebars: [ '4.7.8' ],
81 silly audit   'hard-rejection': [ '2.1.0' ],
81 silly audit   hasown: [ '2.0.0' ],
81 silly audit   he: [ '1.2.0' ],
81 silly audit   'hosted-git-info': [ '4.1.0', '2.8.9' ],
81 silly audit   ieee754: [ '1.2.1' ],
81 silly audit   ignore: [ '5.3.0' ],
81 silly audit   'ignore-by-default': [ '1.0.1' ],
81 silly audit   'import-fresh': [ '3.3.0' ],
81 silly audit   'import-meta-resolve': [ '4.0.0' ],
81 silly audit   imurmurhash: [ '0.1.4' ],
81 silly audit   'indent-string': [ '4.0.0' ],
81 silly audit   inflight: [ '1.0.6' ],
81 silly audit   inherits: [ '2.0.4' ],
81 silly audit   'is-arrayish': [ '0.2.1', '0.3.2' ],
81 silly audit   'is-binary-path': [ '2.1.0' ],
81 silly audit   'is-core-module': [ '2.13.1' ],
81 silly audit   'is-docker': [ '2.2.1' ],
81 silly audit   'is-extglob': [ '2.1.1' ],
81 silly audit   'is-fullwidth-code-point': [ '3.0.0' ],
81 silly audit   'is-glob': [ '4.0.3' ],
81 silly audit   'is-number': [ '7.0.0' ],
81 silly audit   'is-obj': [ '2.0.0' ],
81 silly audit   'is-path-cwd': [ '2.2.0' ],
81 silly audit   'is-path-inside': [ '3.0.3' ],
81 silly audit   'is-plain-obj': [ '1.1.0' ],
81 silly audit   'is-reference': [ '3.0.2' ],
81 silly audit   'is-text-path': [ '1.0.1' ],
81 silly audit   'is-wsl': [ '2.2.0' ],
81 silly audit   isarray: [ '1.0.0' ],
81 silly audit   isexe: [ '2.0.0' ],
81 silly audit   jackspeak: [ '2.3.6' ],
81 silly audit   jiti: [ '1.21.0' ],
81 silly audit   'js-tokens': [ '4.0.0' ],
81 silly audit   'js-yaml': [ '4.1.0' ],
81 silly audit   'json-buffer': [ '3.0.1' ],
81 silly audit   'json-parse-better-errors': [ '1.0.2' ],
81 silly audit   'json-parse-even-better-errors': [ '2.3.1' ],
81 silly audit   'json-schema-traverse': [ '0.4.1' ],
81 silly audit   'json-stable-stringify-without-jsonify': [ '1.0.1' ],
81 silly audit   'json-stringify-safe': [ '5.0.1' ],
81 silly audit   'jsonc-parser': [ '3.2.1' ],
81 silly audit   jsonfile: [ '6.1.0' ],
81 silly audit   jsonparse: [ '1.3.1' ],
81 silly audit   JSONStream: [ '1.3.5' ],
81 silly audit   keyv: [ '4.5.4' ],
81 silly audit   'kind-of': [ '6.0.3' ],
81 silly audit   kleur: [ '4.1.5', '3.0.3' ],
81 silly audit   'known-css-properties': [ '0.29.0' ],
81 silly audit   kolorist: [ '1.8.0' ],
81 silly audit   latinize: [ '2.0.0' ],
81 silly audit   levn: [ '0.4.1' ],
81 silly audit   lilconfig: [ '2.1.0', '3.0.0' ],
81 silly audit   'lines-and-columns': [ '1.2.4' ],
81 silly audit   'load-json-file': [ '4.0.0' ],
81 silly audit   pify: [ '3.0.0', '2.3.0' ],
81 silly audit   'local-pkg': [ '0.5.0' ],
81 silly audit   'locate-character': [ '3.0.0' ],
81 silly audit   'locate-path': [ '6.0.0', '5.0.0', '2.0.0' ],
81 silly audit   lodash: [ '4.17.21' ],
81 silly audit   'lodash.ismatch': [ '4.4.0' ],
81 silly audit   'lodash.merge': [ '4.6.2' ],
81 silly audit   'lru-cache': [ '6.0.0', '10.1.0' ],
81 silly audit   'magic-string': [ '0.30.5' ],
81 silly audit   'make-error': [ '1.3.6' ],
81 silly audit   'mdn-data': [ '2.0.30' ],
81 silly audit   meow: [ '8.1.2' ],
81 silly audit   'p-limit': [ '2.3.0', '3.1.0', '1.3.0' ],
81 silly audit   'p-locate': [ '4.1.0', '5.0.0', '2.0.0' ],
81 silly audit   'parse-json': [ '5.2.0', '4.0.0' ],
81 silly audit   'read-pkg': [ '5.2.0', '3.0.0' ],
81 silly audit   'read-pkg-up': [ '7.0.1', '3.0.0' ],
81 silly audit   'type-fest': [ '0.8.1', '0.6.0', '0.18.1', '0.16.0', '0.20.2' ],
81 silly audit   'normalize-package-data': [ '2.5.0', '3.0.3' ],
81 silly audit   'merge-stream': [ '2.0.0' ],
81 silly audit   merge2: [ '1.4.1' ],
81 silly audit   mergexml: [ '1.2.3' ],
81 silly audit   xpath: [ '0.0.27', '0.0.32' ],
81 silly audit   micromatch: [ '4.0.5' ],
81 silly audit   'mime-db': [ '1.52.0' ],
81 silly audit   'mime-types': [ '2.1.35' ],
81 silly audit   'mimic-response': [ '3.1.0' ],
81 silly audit   'min-indent': [ '1.0.1' ],
81 silly audit   minimist: [ '1.2.8' ],
81 silly audit   'minimist-options': [ '4.1.0' ],
81 silly audit   minizlib: [ '2.1.2' ],
81 silly audit   mkdirp: [ '0.5.6', '1.0.4' ],
81 silly audit   'mkdirp-classic': [ '0.5.3' ],
81 silly audit   mlly: [ '1.5.0' ],
81 silly audit   'mode-watcher': [ '0.1.2' ],
81 silly audit   'modify-values': [ '1.0.1' ],
81 silly audit   mri: [ '1.2.0' ],
81 silly audit   mrmime: [ '2.0.0' ],
81 silly audit   ms: [ '2.1.2' ],
81 silly audit   mz: [ '2.7.0' ],
81 silly audit   'napi-build-utils': [ '1.0.2' ],
81 silly audit   'native-run': [ '2.0.0' ],
81 silly audit   'natural-compare': [ '1.4.0' ],
81 silly audit   'neo-async': [ '2.6.2' ],
81 silly audit   'node-abi': [ '3.54.0' ],
81 silly audit   'node-addon-api': [ '6.1.0' ],
81 silly audit   'node-fetch': [ '2.7.0' ],
81 silly audit   'node-html-parser': [ '5.4.2' ],
81 silly audit   'node-releases': [ '2.0.14' ],
81 silly audit   nodemon: [ '2.0.22' ],
81 silly audit   nopt: [ '1.0.10' ],
81 silly audit   'normalize-path': [ '3.0.0' ],
81 silly audit   'normalize-range': [ '0.1.2' ],
81 silly audit   'path-key': [ '4.0.0', '3.1.1' ],
81 silly audit   'npm-watch': [ '0.9.0' ],
81 silly audit   'nth-check': [ '2.1.1' ],
81 silly audit   'object-assign': [ '4.1.1' ],
81 silly audit   'object-hash': [ '3.0.0' ],
81 silly audit   once: [ '1.4.0' ],
81 silly audit   open: [ '8.4.2' ],
81 silly audit   optionator: [ '0.9.3' ],
81 silly audit   'p-map': [ '4.0.0' ],
81 silly audit   'p-try': [ '2.2.0', '1.0.0' ],
81 silly audit   'parent-module': [ '1.0.1' ],
81 silly audit   'path-exists': [ '4.0.0', '3.0.0' ],
81 silly audit   'path-is-absolute': [ '1.0.1' ],
81 silly audit   'path-parse': [ '1.0.7' ],
81 silly audit   'path-scurry': [ '1.10.1' ],
81 silly audit   'path-type': [ '4.0.0', '3.0.0' ],
81 silly audit   pathe: [ '1.1.2' ],
81 silly audit   pend: [ '1.2.0' ],
81 silly audit   periscopic: [ '3.1.0' ],
81 silly audit   picocolors: [ '1.0.0' ],
81 silly audit   picomatch: [ '2.3.1' ],
81 silly audit   pirates: [ '4.0.6' ],
81 silly audit   'pkg-types': [ '1.0.3' ],
81 silly audit   plist: [ '3.1.0' ],
81 silly audit   postcss: [ '8.4.38' ],
81 silly audit   'postcss-import': [ '15.1.0' ],
81 silly audit   'postcss-js': [ '4.0.1' ],
81 silly audit   'postcss-nested': [ '6.0.1' ],
81 silly audit   'postcss-safe-parser': [ '6.0.0' ],
81 silly audit   'postcss-scss': [ '4.0.9' ],
81 silly audit   'postcss-selector-parser': [ '6.0.15' ],
81 silly audit   'postcss-value-parser': [ '4.2.0' ],
81 silly audit   'prebuild-install': [ '7.1.1' ],
81 silly audit   'tar-fs': [ '2.1.1', '3.0.5' ],
81 silly audit   'tar-stream': [ '2.2.0', '3.1.7' ],
81 silly audit   'prelude-ls': [ '1.2.1' ],
81 silly audit   'prettier-plugin-svelte': [ '3.1.2' ],
81 silly audit   'prettier-plugin-tailwindcss': [ '0.5.11' ],
81 silly audit   'process-nextick-args': [ '2.0.1' ],
81 silly audit   prompts: [ '2.4.2' ],
81 silly audit   'proxy-from-env': [ '1.1.0' ],
81 silly audit   'pstree.remy': [ '1.1.8' ],
81 silly audit   pump: [ '3.0.0' ],
81 silly audit   punycode: [ '2.3.1' ],
81 silly audit   q: [ '1.5.1' ],
81 silly audit   'queue-microtask': [ '1.2.3' ],
81 silly audit   'queue-tick': [ '1.0.1' ],
81 silly audit   'quick-lru': [ '4.0.1' ],
81 silly audit   'radix-icons-svelte': [ '1.2.1' ],
81 silly audit   rc: [ '1.2.8' ],
81 silly audit   'strip-json-comments': [ '2.0.1', '3.1.1' ],
81 silly audit   'read-cache': [ '1.0.0' ],
81 silly audit   readdirp: [ '3.6.0' ],
81 silly audit   redent: [ '3.0.0' ],
81 silly audit   'regenerator-runtime': [ '0.14.1' ],
81 silly audit   'regexp-to-ast': [ '0.5.0' ],
81 silly audit   replace: [ '1.2.2' ],
81 silly audit   y18n: [ '4.0.3', '5.0.8' ],
81 silly audit   'yargs-parser': [ '18.1.3', '20.2.9', '21.1.1' ],
81 silly audit   'require-directory': [ '2.1.1' ],
81 silly audit   'require-main-filename': [ '2.0.0' ],
81 silly audit   resolve: [ '1.22.8' ],
81 silly audit   'resolve-from': [ '4.0.0' ],
81 silly audit   reusify: [ '1.0.4' ],
81 silly audit   rollup: [ '4.15.0' ],
81 silly audit   'run-parallel': [ '1.2.0' ],
81 silly audit   sade: [ '1.8.1' ],
81 silly audit   sander: [ '0.5.1' ],
81 silly audit   sax: [ '1.1.4', '1.3.0' ],
81 silly audit   'set-blocking': [ '2.0.0' ],
81 silly audit   'set-cookie-parser': [ '2.6.0' ],
81 silly audit   sharp: [ '0.32.6' ],
81 silly audit   'shebang-command': [ '2.0.0' ],
81 silly audit   'shebang-regex': [ '3.0.0' ],
81 silly audit   'simple-concat': [ '1.0.1' ],
81 silly audit   'simple-get': [ '4.0.1' ],
81 silly audit   'simple-plist': [ '1.3.1' ],
81 silly audit   'simple-swizzle': [ '0.2.2' ],
81 silly audit   'simple-update-notifier': [ '1.1.0' ],
81 silly audit   sirv: [ '2.0.4' ],
81 silly audit   sisteransi: [ '1.0.5' ],
81 silly audit   slash: [ '3.0.0' ],
81 silly audit   'slice-ansi': [ '4.0.0' ],
81 silly audit   sorcery: [ '0.11.0' ],
81 silly audit   'source-map': [ '0.6.1' ],
81 silly audit   'source-map-js': [ '1.2.0' ],
81 silly audit   'spdx-correct': [ '3.2.0' ],
81 silly audit   'spdx-exceptions': [ '2.4.0' ],
81 silly audit   'spdx-expression-parse': [ '3.0.1' ],
81 silly audit   'spdx-license-ids': [ '3.0.17' ],
81 silly audit   split: [ '1.0.1' ],
81 silly audit   'stream-buffers': [ '2.2.0' ],
81 silly audit   streamx: [ '2.15.8' ],
81 silly audit   'strip-bom': [ '3.0.0' ],
81 silly audit   'strip-indent': [ '3.0.0' ],
81 silly audit   sucrase: [ '3.35.0' ],
81 silly audit   'supports-preserve-symlinks-flag': [ '1.0.0' ],
81 silly audit   svelte: [ '4.2.8' ],
81 silly audit   'svelte-check': [ '3.6.2' ],
81 silly audit   'svelte-eslint-parser': [ '0.33.1' ],
81 silly audit   'svelte-hmr': [ '0.15.3' ],
81 silly audit   'svelte-preprocess': [ '5.1.3' ],
81 silly audit   'svelte-sonner': [ '0.3.17' ],
81 silly audit   tabbable: [ '6.2.0' ],
81 silly audit   'tailwind-merge': [ '2.2.1', '1.14.0' ],
81 silly audit   'tailwind-variants': [ '0.1.20', '0.2.1' ],
81 silly audit   tailwindcss: [ '3.4.0' ],
81 silly audit   tar: [ '6.2.1' ],
81 silly audit   'temp-dir': [ '2.0.0' ],
81 silly audit   tempy: [ '1.0.1' ],
81 silly audit   'text-extensions': [ '1.9.0' ],
81 silly audit   'text-table': [ '0.2.0' ],
81 silly audit   thenify: [ '3.3.1' ],
81 silly audit   'thenify-all': [ '1.6.0' ],
81 silly audit   through: [ '2.3.8' ],
81 silly audit   'tiny-glob': [ '0.2.9' ],
81 silly audit   tmp: [ '0.2.1' ],
81 silly audit   'to-regex-range': [ '5.0.1' ],
81 silly audit   totalist: [ '3.0.1' ],
81 silly audit   touch: [ '3.1.0' ],
81 silly audit   tr46: [ '0.0.3' ],
81 silly audit   'tree-kill': [ '1.2.2' ],
81 silly audit   'trim-newlines': [ '3.0.1' ],
81 silly audit   'ts-api-utils': [ '1.0.3' ],
81 silly audit   'ts-interface-checker': [ '0.1.13' ],
81 silly audit   'ts-node': [ '10.9.2' ],
81 silly audit   tslib: [ '2.6.2' ],
81 silly audit   'tunnel-agent': [ '0.6.0' ],
81 silly audit   'type-check': [ '0.4.0' ],
81 silly audit   typescript: [ '5.3.3' ],
81 silly audit   ufo: [ '1.3.2' ],
81 silly audit   'uglify-js': [ '3.17.4' ],
81 silly audit   undefsafe: [ '2.0.5' ],
81 silly audit   'undici-types': [ '5.26.5' ],
81 silly audit   'unique-string': [ '2.0.0' ],
81 silly audit   universalify: [ '2.0.1' ],
81 silly audit   unplugin: [ '1.6.0' ],
81 silly audit   'unplugin-icons': [ '0.18.3' ],
81 silly audit   untildify: [ '4.0.0' ],
81 silly audit   'update-browserslist-db': [ '1.0.13' ],
81 silly audit   'uri-js': [ '4.4.1' ],
81 silly audit   'util-deprecate': [ '1.0.2' ],
81 silly audit   uuid: [ '7.0.3' ],
81 silly audit   'v8-compile-cache-lib': [ '3.0.1' ],
81 silly audit   'validate-npm-package-license': [ '3.0.4' ],
81 silly audit   vite: [ '5.2.10' ],
81 silly audit   vitefu: [ '0.2.5' ],
81 silly audit   'webidl-conversions': [ '3.0.1' ],
81 silly audit   'webpack-sources': [ '3.2.3' ],
81 silly audit   'webpack-virtual-modules': [ '0.6.1' ],
81 silly audit   'whatwg-url': [ '5.0.0' ],
81 silly audit   which: [ '2.0.2' ],
81 silly audit   'which-module': [ '2.0.1' ],
81 silly audit   wordwrap: [ '1.0.0' ],
81 silly audit   wrappy: [ '1.0.2' ],
81 silly audit   xcode: [ '3.0.1' ],
81 silly audit   'xml-js': [ '1.6.11' ],
81 silly audit   xml2js: [ '0.5.0' ],
81 silly audit   xmlbuilder: [ '11.0.1', '15.1.1' ],
81 silly audit   xtend: [ '4.0.2' ],
81 silly audit   yallist: [ '4.0.0' ],
81 silly audit   yauzl: [ '2.10.0' ],
81 silly audit   yn: [ '3.1.1' ],
81 silly audit   'yocto-queue': [ '0.1.0' ],
81 silly audit   'ratrakcn-ui': [ '0.6.0' ],
81 silly audit   'svelte-radix': [ '1.1.0' ]
81 silly audit }
82 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\fsevents
83 silly reify mark deleted [ 'C:\\custom\\dev\\koberanad_app\\node_modules\\fsevents' ]
84 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-win32-ia32-msvc
85 silly reify mark deleted [
85 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-win32-ia32-msvc'
85 silly reify ]
86 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-win32-arm64-msvc
87 silly reify mark deleted [
87 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-win32-arm64-msvc'
87 silly reify ]
88 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-x64-musl
89 silly reify mark deleted [
89 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-x64-musl'
89 silly reify ]
90 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-x64-gnu
91 silly reify mark deleted [
91 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-x64-gnu'
91 silly reify ]
92 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-s390x-gnu
93 silly reify mark deleted [
93 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-s390x-gnu'
93 silly reify ]
94 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-riscv64-gnu
95 silly reify mark deleted [
95 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-riscv64-gnu'
95 silly reify ]
96 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-powerpc64le-gnu
97 silly reify mark deleted [
97 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-powerpc64le-gnu'
97 silly reify ]
98 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-arm64-musl
99 silly reify mark deleted [
99 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-arm64-musl'
99 silly reify ]
100 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-arm64-gnu
101 silly reify mark deleted [
101 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-arm64-gnu'
101 silly reify ]
102 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-arm-musleabihf
103 silly reify mark deleted [
103 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-arm-musleabihf'
103 silly reify ]
104 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-linux-arm-gnueabihf
105 silly reify mark deleted [
105 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-linux-arm-gnueabihf'
105 silly reify ]
106 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-darwin-x64
107 silly reify mark deleted [
107 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-darwin-x64'
107 silly reify ]
108 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-darwin-arm64
109 silly reify mark deleted [
109 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-darwin-arm64'
109 silly reify ]
110 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-android-arm64
111 silly reify mark deleted [
111 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-android-arm64'
111 silly reify ]
112 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@rollup\rollup-android-arm-eabi
113 silly reify mark deleted [
113 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@rollup\\rollup-android-arm-eabi'
113 silly reify ]
114 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\win32-ia32
115 silly reify mark deleted [
115 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\win32-ia32'
115 silly reify ]
116 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\win32-arm64
117 silly reify mark deleted [
117 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\win32-arm64'
117 silly reify ]
118 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\sunos-x64
119 silly reify mark deleted [ 'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\sunos-x64' ]
120 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\openbsd-x64
121 silly reify mark deleted [
121 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\openbsd-x64'
121 silly reify ]
122 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\netbsd-x64
123 silly reify mark deleted [
123 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\netbsd-x64'
123 silly reify ]
124 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-x64
125 silly reify mark deleted [ 'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-x64' ]
126 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-s390x
127 silly reify mark deleted [
127 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-s390x'
127 silly reify ]
128 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-riscv64
129 silly reify mark deleted [
129 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-riscv64'
129 silly reify ]
130 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-ppc64
131 silly reify mark deleted [
131 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-ppc64'
131 silly reify ]
132 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-mips64el
133 silly reify mark deleted [
133 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-mips64el'
133 silly reify ]
134 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-loong64
135 silly reify mark deleted [
135 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-loong64'
135 silly reify ]
136 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-ia32
137 silly reify mark deleted [
137 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-ia32'
137 silly reify ]
138 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-arm64
139 silly reify mark deleted [
139 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-arm64'
139 silly reify ]
140 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\linux-arm
141 silly reify mark deleted [ 'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\linux-arm' ]
142 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\freebsd-x64
143 silly reify mark deleted [
143 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\freebsd-x64'
143 silly reify ]
144 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\freebsd-arm64
145 silly reify mark deleted [
145 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\freebsd-arm64'
145 silly reify ]
146 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\darwin-x64
147 silly reify mark deleted [
147 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\darwin-x64'
147 silly reify ]
148 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\darwin-arm64
149 silly reify mark deleted [
149 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\darwin-arm64'
149 silly reify ]
150 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\android-x64
151 silly reify mark deleted [
151 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\android-x64'
151 silly reify ]
152 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\android-arm64
153 silly reify mark deleted [
153 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\android-arm64'
153 silly reify ]
154 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\android-arm
155 silly reify mark deleted [
155 silly reify   'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\android-arm'
155 silly reify ]
156 verbose reify failed optional dependency C:\custom\dev\koberanad_app\node_modules\@esbuild\aix-ppc64
157 silly reify mark deleted [ 'C:\\custom\\dev\\koberanad_app\\node_modules\\@esbuild\\aix-ppc64' ]
158 timing reifyNode:node_modules/fsevents Completed in 13ms
159 timing reifyNode:node_modules/@rollup/rollup-win32-ia32-msvc Completed in 13ms
160 timing reifyNode:node_modules/@rollup/rollup-win32-arm64-msvc Completed in 13ms
161 timing reifyNode:node_modules/@rollup/rollup-linux-x64-musl Completed in 13ms
162 timing reifyNode:node_modules/@rollup/rollup-linux-x64-gnu Completed in 13ms
163 timing reifyNode:node_modules/@rollup/rollup-linux-s390x-gnu Completed in 12ms
164 timing reifyNode:node_modules/@rollup/rollup-linux-riscv64-gnu Completed in 13ms
165 timing reifyNode:node_modules/@rollup/rollup-linux-powerpc64le-gnu Completed in 13ms
166 timing reifyNode:node_modules/@rollup/rollup-linux-arm64-musl Completed in 13ms
167 timing reifyNode:node_modules/@rollup/rollup-linux-arm64-gnu Completed in 12ms
168 timing reifyNode:node_modules/@rollup/rollup-linux-arm-musleabihf Completed in 12ms
169 timing reifyNode:node_modules/@rollup/rollup-linux-arm-gnueabihf Completed in 12ms
170 timing reifyNode:node_modules/@rollup/rollup-darwin-x64 Completed in 12ms
171 timing reifyNode:node_modules/@rollup/rollup-darwin-arm64 Completed in 12ms
172 timing reifyNode:node_modules/@rollup/rollup-android-arm64 Completed in 12ms
173 timing reifyNode:node_modules/@rollup/rollup-android-arm-eabi Completed in 12ms
174 timing reifyNode:node_modules/@esbuild/win32-ia32 Completed in 12ms
175 timing reifyNode:node_modules/@esbuild/win32-arm64 Completed in 12ms
176 timing reifyNode:node_modules/@esbuild/sunos-x64 Completed in 12ms
177 timing reifyNode:node_modules/@esbuild/openbsd-x64 Completed in 12ms
178 timing reifyNode:node_modules/@esbuild/netbsd-x64 Completed in 12ms
179 timing reifyNode:node_modules/@esbuild/linux-x64 Completed in 12ms
180 timing reifyNode:node_modules/@esbuild/linux-s390x Completed in 11ms
181 timing reifyNode:node_modules/@esbuild/linux-riscv64 Completed in 11ms
182 timing reifyNode:node_modules/@esbuild/linux-ppc64 Completed in 11ms
183 timing reifyNode:node_modules/@esbuild/linux-mips64el Completed in 11ms
184 timing reifyNode:node_modules/@esbuild/linux-loong64 Completed in 11ms
185 timing reifyNode:node_modules/@esbuild/linux-ia32 Completed in 11ms
186 timing reifyNode:node_modules/@esbuild/linux-arm64 Completed in 11ms
187 timing reifyNode:node_modules/@esbuild/linux-arm Completed in 11ms
188 timing reifyNode:node_modules/@esbuild/freebsd-x64 Completed in 12ms
189 timing reifyNode:node_modules/@esbuild/freebsd-arm64 Completed in 12ms
190 timing reifyNode:node_modules/@esbuild/darwin-x64 Completed in 12ms
191 timing reifyNode:node_modules/@esbuild/darwin-arm64 Completed in 12ms
192 timing reifyNode:node_modules/@esbuild/android-x64 Completed in 12ms
193 timing reifyNode:node_modules/@esbuild/android-arm64 Completed in 12ms
194 timing reifyNode:node_modules/@esbuild/android-arm Completed in 12ms
195 timing reifyNode:node_modules/@esbuild/aix-ppc64 Completed in 12ms
196 silly audit bulk request failed undefined
197 timing reifyNode:node_modules/ratrakcn-ui/node_modules/nanoid Completed in 317ms
198 timing reifyNode:node_modules/ratrakcn-ui/node_modules/tailwind-variants Completed in 330ms
199 verbose audit error FetchError: request to https://registry.npmjs.org/-/npm/v1/security/audits/quick failed, reason: unable to verify the first certificate
199 verbose audit error     at ClientRequest.<anonymous> (C:\Users\ratrakone\AppData\Roaming\npm\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
199 verbose audit error     at ClientRequest.emit (node:events:518:28)
199 verbose audit error     at _destroy (node:_http_client:880:13)
199 verbose audit error     at onSocketNT (node:_http_client:900:5)
199 verbose audit error     at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
199 verbose audit error   code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE',
199 verbose audit error   errno: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE',
199 verbose audit error   type: 'system'
199 verbose audit error }
200 silly audit error undefined
201 timing auditReport:getReport Completed in 359ms
202 silly audit report null
203 timing reify:audit Completed in 359ms
204 timing reifyNode:node_modules/ratrakcn-ui/node_modules/@melt-ui/svelte Completed in 791ms
205 timing reifyNode:node_modules/svelte-radix Completed in 919ms
206 timing reifyNode:node_modules/ratrakcn-ui/node_modules/bits-ui Completed in 1015ms
207 timing reify:rollback:createSparse Completed in 214ms
208 timing reify:rollback:retireShallow Completed in 0ms
209 timing command:i Completed in 495378ms
210 verbose type system
211 verbose stack FetchError: request to https://codeload.github.com/kobe-ra/ratrakcn-ui/tar.gz/30bb12e645bf113543a15ebb2ac6234446620d0e failed, reason: unable to verify the first certificate
211 verbose stack     at ClientRequest.<anonymous> (C:\Users\ratrakone\AppData\Roaming\npm\node_modules\npm\node_modules\minipass-fetch\lib\index.js:130:14)
211 verbose stack     at ClientRequest.emit (node:events:518:28)
211 verbose stack     at _destroy (node:_http_client:880:13)
211 verbose stack     at onSocketNT (node:_http_client:900:5)
211 verbose stack     at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
212 verbose cwd C:\custom\dev\koberanad_app
213 verbose Windows_NT 10.0.19045
214 verbose node v20.12.2
215 verbose npm  v10.5.2
216 error code UNABLE_TO_VERIFY_LEAF_SIGNATURE
217 error errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
218 error request to https://codeload.github.com/kobe-ra/ratrakcn-ui/tar.gz/30bb12e645bf113543a15ebb2ac6234446620d0e failed, reason: unable to verify the first certificate
219 verbose exit 1
220 timing npm Completed in 495850ms
221 verbose unfinished npm timer reify 1713637373734
222 verbose unfinished npm timer reify:unpack 1713637798261
223 verbose unfinished npm timer reifyNode:node_modules/ratrakcn-ui 1713637798261
224 verbose code 1
225 error A complete log of this run can be found in: C:\Users\ratrakone\AppData\Local\npm-cache\_logs\2024-04-20T18_22_53_264Z-debug-0.log

Additional information

No response

aduh95 commented 2 months ago

Are you able to reproduce on other Node.js versions, or just 20.12.2? https://github.com/nodejs/node/commit/69ffc6d50d is the only Windows-related change in 20.12.2, although it doesn't seem related to your problem, but we can easily verify that by simply trying with another version.

kobe-ra commented 2 months ago

Node versions I tried and had the same problem: v20.12.0, v21.7.3, v20.11.1. Which probably means there was a Windows change? I don't recall installing updates in the past two days, but maybe microsoft can install minor updates on the background.

richardlau commented 2 months ago

Are you using using ESET(Nod32) antivirus? https://github.com/nodejs/help/issues/4375

kobe-ra commented 2 months ago

ESET Endpoint Security v. 11.0.2044.0. I think that will be it. Except I cannot test because only admin can pause the protection. Thank you for pointing me this way, I'll close this issue tomorrow if it is the ESET.

jvalentin-e commented 2 months ago

👋 Hello! Please see also the ESET forum discussion here: https://forum.eset.com/topic/40702-eset-ssl-protection-produces-an-invalid-certificate-chain-for-nodejs-apps/.

It includes a workaround, which is to specifically disable HTTPS traffic scanning rather than entirely disabling protection, which I've tried and it did work for me. You did mention that your ESET install is administrator managed so you might not have any luck with that, but others might.

Tomorrow is going to be a fun day.

kobe-ra commented 2 months ago

It indeed was the ESET AV causing this issue.