Npm package installation error on other partition

I’m getting this error whenever I install a package from npm on another partition:

npm ERR! code 126
npm ERR! path /run/media/user/Personal/Projects/react/my-app/node_modules/bufferutil
npm ERR! command failed
npm ERR! command sh -c node-gyp-build
npm ERR! sh: line 1: /run/media/user/Personal/Projects/react/my-app/node_modules/.bin/node-gyp-build: Permission denied

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/user/.npm/_logs/2022-05-03T11_22_18_326Z-debug-0.log

Here is my fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=234dc16c-4560-47c5-9398-92a52ea69860 /boot          ext4    defaults,noatime 0 2
UUID=ace3a067-b7e7-472b-8375-61dcd4dff82b /              ext4    defaults,noatime 0 1
UUID=9121ca37-1cc9-47f2-b24f-d87449b38dfe /home          ext4    defaults,noatime 0 2
UUID=f8a24e99-aa7f-4fce-8916-8bbc0dfbff01  none swap defaults 0 0
UUID=7ED15E311F3DF5B1 /run/media/user/Personal ntfs-3g nofail,noatime,rw,user,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,auto 0 0
UUID=10364B05364AEB74 /run/media/user/10364B05364AEB74 ntfs-3g nofail,noatime,rw,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,auto 0 0

I have a Win7 and Manjaroi3 dual boot. Is there a way to fix this?

Hi @Chronos,

This tend to confirm my first thought that it might be a permissions problem.

And according to your fstab:

that is an NTFS partition, and NTFS is known not to be standard (I don’t know if there is a better description for this, or not, but there it is.) And if it’s only this partition that it struggles with, as your heading suggest, I think it’s safe to say that’s why not.

I have no idea if this will makee any difference, but have you tried using a kernel that supports the NTFS file system out-of-the box and use it instead of ntfs-3g you are now?

Also, please provide the output of:

cat  /home/user/.npm/_logs/2022-05-03T11_22_18_326Z-debug-0.log

as specified here:

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/user/.npm/_logs/2022-05-03T11_22_18_326Z-debug-0.log

It is also not a good idea to use the /run directory as a permanent mountpoint through /etc/fstab
since this might fail because /run is transient, only created at boot
but if it works …

Better use a dedicated directory under /mnt or create a custom one.

1 Like

Thanks for answering, @Mirdarthos @Nachlese ! :smiley:

I’m using Linux 5.15.32-1-MANJARO. I’ve read that it has ntfs support maybe I’ll try removing the ntfs-3g first.

0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'i', '@supabase/supabase-js' ]
1 info using npm@8.5.5
2 info using node@v17.8.0
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 9ms
5 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 9ms
6 timing config:load:builtin Completed in 11ms
7 timing config:load:cli Completed in 11ms
8 timing config:load:env Completed in 2ms
9 timing config:load:file:/run/media/user/Personal/Projects/react/my-app/.npmrc Completed in 2ms
10 timing config:load:project Completed in 22ms
11 timing config:load:file:/home/user/.npmrc Completed in 8ms
12 timing config:load:user Completed in 10ms
13 timing config:load:file:/home/user/.npm-global/etc/npmrc Completed in 1ms
14 timing config:load:global Completed in 2ms
15 timing config:load:validate Completed in 4ms
16 timing config:load:credentials Completed in 4ms
17 timing config:load:setEnvs Completed in 4ms
18 timing config:load Completed in 85ms
19 timing npm:load:configload Completed in 86ms
20 timing npm:load:setTitle Completed in 3ms
21 timing config:load:flatten Completed in 14ms
22 timing npm:load:display Completed in 24ms
23 verbose logfile /home/user/.npm/_logs/2022-05-03T11_22_18_326Z-debug-0.log
24 timing npm:load:logFile Completed in 38ms
25 timing npm:load:timers Completed in 1ms
26 timing npm:load:configScope Completed in 0ms
27 timing npm:load Completed in 157ms
28 timing arborist:ctor Completed in 4ms
29 silly logfile start cleaning logs, removing 1 files
30 verbose shrinkwrap failed to load node_modules/.package-lock.json out of date, updated: node_modules
31 timing idealTree:init Completed in 5953ms
32 timing idealTree:userRequests Completed in 13ms
33 silly idealTree buildDeps
34 silly fetch manifest @supabase/supabase-js@*
35 http fetch GET 200 https://registry.npmjs.org/@supabase%2fsupabase-js 28760ms (cache hit)
36 silly placeDep ROOT @supabase/supabase-js@1.35.2 OK for: my-app@0.1.0 want: *
37 silly fetch manifest @supabase/functions-js@^1.3.3
38 silly fetch manifest @supabase/gotrue-js@^1.22.13
39 silly fetch manifest @supabase/postgrest-js@^0.37.2
40 silly fetch manifest @supabase/realtime-js@^1.7.2
41 silly fetch manifest @supabase/storage-js@^1.7.0
42 http fetch GET 200 https://registry.npmjs.org/@supabase%2ffunctions-js 396ms (cache hit)
43 http fetch GET 200 https://registry.npmjs.org/@supabase%2fgotrue-js 401ms (cache hit)
44 http fetch GET 200 https://registry.npmjs.org/@supabase%2fpostgrest-js 407ms (cache hit)
45 http fetch GET 200 https://registry.npmjs.org/@supabase%2frealtime-js 413ms (cache hit)
46 http fetch GET 200 https://registry.npmjs.org/@supabase%2fstorage-js 419ms (cache hit)
47 timing idealTree:#root Completed in 29279ms
48 silly placeDep ROOT @supabase/functions-js@1.3.3 OK for: @supabase/supabase-js@1.35.2 want: ^1.3.3
49 silly placeDep ROOT @supabase/gotrue-js@1.22.13 OK for: @supabase/supabase-js@1.35.2 want: ^1.22.13
50 silly placeDep ROOT @supabase/postgrest-js@0.37.2 OK for: @supabase/supabase-js@1.35.2 want: ^0.37.2
51 silly placeDep ROOT @supabase/realtime-js@1.7.2 OK for: @supabase/supabase-js@1.35.2 want: ^1.7.2
52 silly placeDep ROOT @supabase/storage-js@1.7.0 OK for: @supabase/supabase-js@1.35.2 want: ^1.7.0
53 silly fetch manifest cross-fetch@^3.1.5
54 silly fetch manifest cross-fetch@^3.0.6
55 silly fetch manifest @types/phoenix@^1.5.4
56 silly fetch manifest websocket@^1.0.34
57 silly fetch manifest cross-fetch@^3.1.0
58 http fetch GET 200 https://registry.npmjs.org/cross-fetch 62ms (cache hit)
59 http fetch GET 200 https://registry.npmjs.org/@types%2fphoenix 68ms (cache hit)
60 http fetch GET 200 https://registry.npmjs.org/websocket 68ms (cache hit)
61 timing idealTree:node_modules/@supabase/supabase-js Completed in 143ms
62 silly placeDep ROOT cross-fetch@3.1.5 OK for: @supabase/functions-js@1.3.3 want: ^3.1.5
63 silly fetch manifest node-fetch@2.6.7
64 http fetch GET 200 https://registry.npmjs.org/node-fetch 17ms (cache hit)
65 timing idealTree:node_modules/@supabase/functions-js Completed in 44ms
66 timing idealTree:node_modules/@supabase/gotrue-js Completed in 0ms
67 timing idealTree:node_modules/@supabase/postgrest-js Completed in 0ms
68 silly placeDep ROOT @types/phoenix@1.5.4 OK for: @supabase/realtime-js@1.7.2 want: ^1.5.4
69 silly placeDep ROOT websocket@1.0.34 OK for: @supabase/realtime-js@1.7.2 want: ^1.0.34
70 silly fetch manifest bufferutil@^4.0.1
71 silly fetch manifest debug@^2.2.0
72 silly fetch manifest es5-ext@^0.10.50
73 silly fetch manifest utf-8-validate@^5.0.2
74 silly fetch manifest yaeti@^0.0.6
75 http fetch GET 200 https://registry.npmjs.org/bufferutil 61ms (cache hit)
76 http fetch GET 200 https://registry.npmjs.org/debug 62ms (cache hit)
77 http fetch GET 200 https://registry.npmjs.org/es5-ext 76ms (cache hit)
78 http fetch GET 200 https://registry.npmjs.org/utf-8-validate 79ms (cache hit)
79 http fetch GET 200 https://registry.npmjs.org/yaeti 80ms (cache hit)
80 timing idealTree:node_modules/@supabase/realtime-js Completed in 120ms
81 timing idealTree:node_modules/@supabase/storage-js Completed in 0ms
82 timing idealTree:node_modules/@types/phoenix Completed in 0ms
83 silly fetch manifest encoding@^0.1.0
84 http fetch GET 200 https://registry.npmjs.org/encoding 19ms (cache hit)
85 silly placeDep ROOT node-fetch@2.6.7 OK for: cross-fetch@3.1.5 want: 2.6.7
86 silly fetch manifest whatwg-url@^5.0.0
87 http fetch GET 200 https://registry.npmjs.org/whatwg-url 16ms (cache hit)
88 timing idealTree:node_modules/cross-fetch Completed in 67ms
89 silly placeDep node_modules/node-fetch whatwg-url@5.0.0 OK for: node-fetch@2.6.7 want: ^5.0.0
90 silly fetch manifest tr46@~0.0.3
91 silly fetch manifest webidl-conversions@^3.0.0
92 http fetch GET 200 https://registry.npmjs.org/tr46 28ms (cache hit)
93 http fetch GET 200 https://registry.npmjs.org/webidl-conversions 35ms (cache hit)
94 timing idealTree:node_modules/node-fetch Completed in 65ms
95 silly placeDep ROOT bufferutil@4.0.6 OK for: websocket@1.0.34 want: ^4.0.1
96 silly placeDep node_modules/websocket debug@2.6.9 OK for: websocket@1.0.34 want: ^2.2.0
97 silly placeDep ROOT es5-ext@0.10.61 OK for: websocket@1.0.34 want: ^0.10.50
98 silly placeDep ROOT utf-8-validate@5.0.9 OK for: websocket@1.0.34 want: ^5.0.2
99 silly placeDep ROOT yaeti@0.0.6 OK for: websocket@1.0.34 want: ^0.0.6
100 silly fetch manifest node-gyp-build@^4.3.0
101 silly fetch manifest ms@2.0.0
102 silly fetch manifest es6-iterator@^2.0.3
103 silly fetch manifest es6-symbol@^3.1.3
104 silly fetch manifest next-tick@^1.1.0
105 http fetch GET 200 https://registry.npmjs.org/node-gyp-build 87ms (cache hit)
106 http fetch GET 200 https://registry.npmjs.org/ms 90ms (cache hit)
107 http fetch GET 200 https://registry.npmjs.org/es6-iterator 99ms (cache hit)
108 http fetch GET 200 https://registry.npmjs.org/es6-symbol 104ms (cache hit)
109 http fetch GET 200 https://registry.npmjs.org/next-tick 104ms (cache hit)
110 timing idealTree:node_modules/websocket Completed in 178ms
111 silly placeDep ROOT node-gyp-build@4.4.0 OK for: bufferutil@4.0.6 want: ^4.3.0
112 timing idealTree:node_modules/bufferutil Completed in 10ms
113 silly placeDep ROOT es6-iterator@2.0.3 OK for: es5-ext@0.10.61 want: ^2.0.3
114 silly placeDep ROOT es6-symbol@3.1.3 OK for: es5-ext@0.10.61 want: ^3.1.3
115 silly placeDep ROOT next-tick@1.1.0 OK for: es5-ext@0.10.61 want: ^1.1.0
116 silly fetch manifest d@1
117 silly fetch manifest d@^1.0.1
118 silly fetch manifest ext@^1.1.2
119 http fetch GET 200 https://registry.npmjs.org/d 45ms (cache hit)
120 http fetch GET 200 https://registry.npmjs.org/ext 44ms (cache hit)
121 timing idealTree:node_modules/es5-ext Completed in 80ms
122 silly placeDep ROOT d@1.0.1 OK for: es6-iterator@2.0.3 want: 1
123 silly fetch manifest type@^1.0.1
124 http fetch GET 200 https://registry.npmjs.org/type 22ms (cache hit)
125 timing idealTree:node_modules/es6-iterator Completed in 36ms
126 silly placeDep ROOT type@1.2.0 OK for: d@1.0.1 want: ^1.0.1
127 timing idealTree:node_modules/d Completed in 8ms
128 silly placeDep ROOT ext@1.6.0 OK for: es6-symbol@3.1.3 want: ^1.1.2
129 silly fetch manifest type@^2.5.0
130 timing idealTree:node_modules/es6-symbol Completed in 11ms
131 silly placeDep node_modules/ext type@2.6.0 OK for: ext@1.6.0 want: ^2.5.0
132 timing idealTree:node_modules/ext Completed in 5ms
133 timing idealTree:node_modules/next-tick Completed in 0ms
134 timing idealTree:node_modules/node-gyp-build Completed in 0ms
135 timing idealTree:node_modules/type Completed in 0ms
136 timing idealTree:node_modules/utf-8-validate Completed in 0ms
137 timing idealTree:node_modules/yaeti Completed in 0ms
138 timing idealTree:node_modules/ext/node_modules/type Completed in 1ms
139 silly placeDep node_modules/node-fetch tr46@0.0.3 OK for: whatwg-url@5.0.0 want: ~0.0.3
140 silly placeDep node_modules/node-fetch webidl-conversions@3.0.1 OK for: whatwg-url@5.0.0 want: ^3.0.0
141 timing idealTree:node_modules/node-fetch/node_modules/whatwg-url Completed in 9ms
142 timing idealTree:node_modules/node-fetch/node_modules/tr46 Completed in 0ms
143 timing idealTree:node_modules/node-fetch/node_modules/webidl-conversions Completed in 0ms
144 silly placeDep node_modules/websocket ms@2.0.0 OK for: debug@2.6.9 want: 2.0.0
145 timing idealTree:node_modules/websocket/node_modules/debug Completed in 5ms
146 timing idealTree:node_modules/websocket/node_modules/ms Completed in 0ms
147 timing idealTree:buildDeps Completed in 30080ms
148 timing idealTree:fixDepFlags Completed in 108ms
149 timing idealTree Completed in 36279ms
150 timing reify:loadTrees Completed in 36286ms
151 timing reify:diffTrees Completed in 285ms
152 silly reify moves {}
153 timing reify:retireShallow Completed in 5ms
154 timing reify:createSparse Completed in 84ms
155 timing reify:loadBundles Completed in 0ms
156 silly audit bulk request {
156 silly audit   '@ampproject/remapping': [ '2.2.0' ],
156 silly audit   '@babel/code-frame': [ '7.16.7' ],
156 silly audit   '@babel/compat-data': [ '7.17.10' ],
156 silly audit   '@babel/core': [ '7.17.10' ],
156 silly audit   semver: [ '6.3.0', '7.0.0', '7.3.7' ],
156 silly audit   '@babel/eslint-parser': [ '7.17.0' ],
156 silly audit   'eslint-scope': [ '5.1.1', '7.1.1' ],
156 silly audit   'eslint-visitor-keys': [ '2.1.0', '3.3.0' ],
156 silly audit   estraverse: [ '4.3.0', '5.3.0' ],
156 silly audit   '@babel/generator': [ '7.17.10' ],
156 silly audit   '@babel/helper-annotate-as-pure': [ '7.16.7' ],
156 silly audit   '@babel/helper-builder-binary-assignment-operator-visitor': [ '7.16.7' ],
156 silly audit   '@babel/helper-compilation-targets': [ '7.17.10' ],
156 silly audit   '@babel/helper-create-class-features-plugin': [ '7.17.9' ],
156 silly audit   '@babel/helper-create-regexp-features-plugin': [ '7.17.0' ],
156 silly audit   '@babel/helper-define-polyfill-provider': [ '0.3.1' ],
156 silly audit   '@babel/helper-environment-visitor': [ '7.16.7' ],
156 silly audit   '@babel/helper-explode-assignable-expression': [ '7.16.7' ],
156 silly audit   '@babel/helper-function-name': [ '7.17.9' ],
156 silly audit   '@babel/helper-hoist-variables': [ '7.16.7' ],
156 silly audit   '@babel/helper-member-expression-to-functions': [ '7.17.7' ],
156 silly audit   '@babel/helper-module-imports': [ '7.16.7' ],
156 silly audit   '@babel/helper-module-transforms': [ '7.17.7' ],
156 silly audit   '@babel/helper-optimise-call-expression': [ '7.16.7' ],
156 silly audit   '@babel/helper-plugin-utils': [ '7.16.7' ],
156 silly audit   '@babel/helper-remap-async-to-generator': [ '7.16.8' ],
156 silly audit   '@babel/helper-replace-supers': [ '7.16.7' ],
156 silly audit   '@babel/helper-simple-access': [ '7.17.7' ],
156 silly audit   '@babel/helper-skip-transparent-expression-wrappers': [ '7.16.0' ],
156 silly audit   '@babel/helper-split-export-declaration': [ '7.16.7' ],
156 silly audit   '@babel/helper-validator-identifier': [ '7.16.7' ],
156 silly audit   '@babel/helper-validator-option': [ '7.16.7' ],
156 silly audit   '@babel/helper-wrap-function': [ '7.16.8' ],
156 silly audit   '@babel/helpers': [ '7.17.9' ],
156 silly audit   '@babel/highlight': [ '7.17.9' ],
156 silly audit   '@babel/parser': [ '7.17.10' ],
156 silly audit   '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': [ '7.16.7' ],
156 silly audit   '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-async-generator-functions': [ '7.16.8' ],
156 silly audit   '@babel/plugin-proposal-class-properties': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-class-static-block': [ '7.17.6' ],
156 silly audit   '@babel/plugin-proposal-decorators': [ '7.17.9' ],
156 silly audit   '@babel/plugin-proposal-dynamic-import': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-export-namespace-from': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-json-strings': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-logical-assignment-operators': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-nullish-coalescing-operator': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-numeric-separator': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-object-rest-spread': [ '7.17.3' ],
156 silly audit   '@babel/plugin-proposal-optional-catch-binding': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-optional-chaining': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-private-methods': [ '7.16.11' ],
156 silly audit   '@babel/plugin-proposal-private-property-in-object': [ '7.16.7' ],
156 silly audit   '@babel/plugin-proposal-unicode-property-regex': [ '7.16.7' ],
156 silly audit   '@babel/plugin-syntax-async-generators': [ '7.8.4' ],
156 silly audit   '@babel/plugin-syntax-bigint': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-class-properties': [ '7.12.13' ],
156 silly audit   '@babel/plugin-syntax-class-static-block': [ '7.14.5' ],
156 silly audit   '@babel/plugin-syntax-decorators': [ '7.17.0' ],
156 silly audit   '@babel/plugin-syntax-dynamic-import': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-export-namespace-from': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-flow': [ '7.16.7' ],
156 silly audit   '@babel/plugin-syntax-import-meta': [ '7.10.4' ],
156 silly audit   '@babel/plugin-syntax-json-strings': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-jsx': [ '7.16.7' ],
156 silly audit   '@babel/plugin-syntax-logical-assignment-operators': [ '7.10.4' ],
156 silly audit   '@babel/plugin-syntax-nullish-coalescing-operator': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-numeric-separator': [ '7.10.4' ],
156 silly audit   '@babel/plugin-syntax-object-rest-spread': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-optional-catch-binding': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-optional-chaining': [ '7.8.3' ],
156 silly audit   '@babel/plugin-syntax-private-property-in-object': [ '7.14.5' ],
156 silly audit   '@babel/plugin-syntax-top-level-await': [ '7.14.5' ],
156 silly audit   '@babel/plugin-syntax-typescript': [ '7.17.10' ],
156 silly audit   '@babel/plugin-transform-arrow-functions': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-async-to-generator': [ '7.16.8' ],
156 silly audit   '@babel/plugin-transform-block-scoped-functions': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-block-scoping': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-classes': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-computed-properties': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-destructuring': [ '7.17.7' ],
156 silly audit   '@babel/plugin-transform-dotall-regex': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-duplicate-keys': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-exponentiation-operator': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-flow-strip-types': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-for-of': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-function-name': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-literals': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-member-expression-literals': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-modules-amd': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-modules-commonjs': [ '7.17.9' ],
156 silly audit   '@babel/plugin-transform-modules-systemjs': [ '7.17.8' ],
156 silly audit   '@babel/plugin-transform-modules-umd': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-named-capturing-groups-regex': [ '7.17.10' ],
156 silly audit   '@babel/plugin-transform-new-target': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-object-super': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-parameters': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-property-literals': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-react-constant-elements': [ '7.17.6' ],
156 silly audit   '@babel/plugin-transform-react-display-name': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-react-jsx': [ '7.17.3' ],
156 silly audit   '@babel/plugin-transform-react-jsx-development': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-react-pure-annotations': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-regenerator': [ '7.17.9' ],
156 silly audit   '@babel/plugin-transform-reserved-words': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-runtime': [ '7.17.10' ],
156 silly audit   '@babel/plugin-transform-shorthand-properties': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-spread': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-sticky-regex': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-template-literals': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-typeof-symbol': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-typescript': [ '7.16.8' ],
156 silly audit   '@babel/plugin-transform-unicode-escapes': [ '7.16.7' ],
156 silly audit   '@babel/plugin-transform-unicode-regex': [ '7.16.7' ],
156 silly audit   '@babel/preset-env': [ '7.17.10' ],
156 silly audit   '@babel/preset-modules': [ '0.1.5' ],
156 silly audit   '@babel/preset-react': [ '7.16.7' ],
156 silly audit   '@babel/preset-typescript': [ '7.16.7' ],
156 silly audit   '@babel/runtime': [ '7.17.9' ],
156 silly audit   '@babel/runtime-corejs3': [ '7.17.9' ],
156 silly audit   '@babel/template': [ '7.16.7' ],
156 silly audit   '@babel/traverse': [ '7.17.10' ],
156 silly audit   '@babel/types': [ '7.17.10' ],
156 silly audit   '@bcoe/v8-coverage': [ '0.2.3' ],
156 silly audit   '@csstools/normalize.css': [ '12.0.0' ],
156 silly audit   '@csstools/postcss-color-function': [ '1.1.0' ],
156 silly audit   '@csstools/postcss-font-format-keywords': [ '1.0.0' ],
156 silly audit   '@csstools/postcss-hwb-function': [ '1.0.0' ],
156 silly audit   '@csstools/postcss-ic-unit': [ '1.0.0' ],
156 silly audit   '@csstools/postcss-is-pseudo-class': [ '2.0.2' ],
156 silly audit   '@csstools/postcss-normalize-display-values': [ '1.0.0' ],
156 silly audit   '@csstools/postcss-oklab-function': [ '1.1.0' ],
156 silly audit   '@csstools/postcss-progressive-custom-properties': [ '1.3.0' ],
156 silly audit   '@csstools/postcss-stepped-value-functions': [ '1.0.0' ],
156 silly audit   '@csstools/postcss-unset-value': [ '1.0.0' ],
156 silly audit   '@eslint/eslintrc': [ '1.2.2' ],
156 silly audit   argparse: [ '2.0.1', '1.0.10' ],
156 silly audit   globals: [ '13.13.0', '11.12.0' ],
156 silly audit   'js-yaml': [ '4.1.0', '3.14.1' ],
156 silly audit   'type-fest': [ '0.20.2', '0.16.0', '0.21.3' ],
156 silly audit   '@humanwhocodes/config-array': [ '0.9.5' ],
156 silly audit   '@humanwhocodes/object-schema': [ '1.2.1' ],
156 silly audit   '@istanbuljs/load-nyc-config': [ '1.1.0' ],
156 silly audit   camelcase: [ '5.3.1', '6.3.0' ],
156 silly audit   'find-up': [ '4.1.0', '2.1.0', '5.0.0', '3.0.0' ],
156 silly audit   'locate-path': [ '5.0.0', '2.0.0', '6.0.0', '3.0.0' ],
156 silly audit   'p-limit': [ '2.3.0', '1.3.0', '3.1.0' ],
156 silly audit   'p-locate': [ '4.1.0', '2.0.0', '5.0.0', '3.0.0' ],
156 silly audit   '@istanbuljs/schema': [ '0.1.3' ],
156 silly audit   '@jest/console': [ '27.5.1', '28.0.2' ],
156 silly audit   'ansi-styles': [ '4.3.0', '3.2.1', '5.2.0' ],
156 silly audit   chalk: [ '4.1.2', '3.0.0', '2.4.2' ],
156 silly audit   'color-convert': [ '2.0.1', '1.9.3' ],
156 silly audit   'color-name': [ '1.1.4', '1.1.3' ],
156 silly audit   'has-flag': [ '4.0.0', '3.0.0' ],
156 silly audit   'supports-color': [ '7.2.0', '8.1.1', '5.5.0' ],
156 silly audit   '@jest/core': [ '27.5.1' ],
156 silly audit   '@jest/environment': [ '27.5.1' ],
156 silly audit   '@jest/fake-timers': [ '27.5.1' ],
156 silly audit   '@jest/globals': [ '27.5.1' ],
156 silly audit   '@jest/reporters': [ '27.5.1' ],
156 silly audit   'source-map': [ '0.6.1', '0.7.3', '0.8.0-beta.0' ],
156 silly audit   '@jest/schemas': [ '28.0.2' ],
156 silly audit   '@jest/source-map': [ '27.5.1' ],
156 silly audit   '@jest/test-result': [ '27.5.1', '28.0.2' ],
156 silly audit   '@jest/test-sequencer': [ '27.5.1' ],
156 silly audit   '@jest/transform': [ '27.5.1' ],
156 silly audit   '@jest/types': [ '27.5.1', '28.0.2' ],
156 silly audit   '@jridgewell/gen-mapping': [ '0.1.1' ],
156 silly audit   '@jridgewell/resolve-uri': [ '3.0.6' ],
156 silly audit   '@jridgewell/set-array': [ '1.1.0' ],
156 silly audit   '@jridgewell/sourcemap-codec': [ '1.4.12' ],
156 silly audit   '@jridgewell/trace-mapping': [ '0.3.9' ],
156 silly audit   '@leichtgewicht/ip-codec': [ '2.0.3' ],
156 silly audit   '@nodelib/fs.scandir': [ '2.1.5' ],
156 silly audit   '@nodelib/fs.stat': [ '2.0.5' ],
156 silly audit   '@nodelib/fs.walk': [ '1.2.8' ],
156 silly audit   '@pmmmwh/react-refresh-webpack-plugin': [ '0.5.5' ],
156 silly audit   '@rollup/plugin-babel': [ '5.3.1' ],
156 silly audit   '@rollup/plugin-node-resolve': [ '11.2.1' ],
156 silly audit   '@rollup/plugin-replace': [ '2.4.2' ],
156 silly audit   '@rollup/pluginutils': [ '3.1.0' ],
156 silly audit   '@types/estree': [ '0.0.39', '0.0.51' ],
156 silly audit   '@rushstack/eslint-patch': [ '1.1.3' ],
156 silly audit   '@sinclair/typebox': [ '0.23.5' ],
156 silly audit   '@sinonjs/commons': [ '1.8.3' ],
156 silly audit   '@sinonjs/fake-timers': [ '8.1.0' ],
156 silly audit   '@surma/rollup-plugin-off-main-thread': [ '2.2.3' ],
156 silly audit   '@svgr/babel-plugin-add-jsx-attribute': [ '5.4.0' ],
156 silly audit   '@svgr/babel-plugin-remove-jsx-attribute': [ '5.4.0' ],
156 silly audit   '@svgr/babel-plugin-remove-jsx-empty-expression': [ '5.0.1' ],
156 silly audit   '@svgr/babel-plugin-replace-jsx-attribute-value': [ '5.0.1' ],
156 silly audit   '@svgr/babel-plugin-svg-dynamic-title': [ '5.4.0' ],
156 silly audit   '@svgr/babel-plugin-svg-em-dimensions': [ '5.4.0' ],
156 silly audit   '@svgr/babel-plugin-transform-react-native-svg': [ '5.4.0' ],
156 silly audit   '@svgr/babel-plugin-transform-svg-component': [ '5.5.0' ],
156 silly audit   '@svgr/babel-preset': [ '5.5.0' ],
156 silly audit   '@svgr/core': [ '5.5.0' ],
156 silly audit   '@svgr/hast-util-to-babel-ast': [ '5.5.0' ],
156 silly audit   '@svgr/plugin-jsx': [ '5.5.0' ],
156 silly audit   '@svgr/plugin-svgo': [ '5.5.0' ],
156 silly audit   '@svgr/webpack': [ '5.5.0' ],
156 silly audit   '@testing-library/dom': [ '8.13.0' ],
156 silly audit   'aria-query': [ '5.0.0', '4.2.2' ],
156 silly audit   '@testing-library/jest-dom': [ '5.16.4' ],
156 silly audit   '@testing-library/react': [ '13.1.1' ],
156 silly audit   '@testing-library/user-event': [ '13.5.0' ],
156 silly audit   '@tootallnate/once': [ '1.1.2' ],
156 silly audit   '@trysound/sax': [ '0.2.0' ],
156 silly audit   '@types/aria-query': [ '4.2.2' ],
156 silly audit   '@types/babel__core': [ '7.1.19' ],
156 silly audit   '@types/babel__generator': [ '7.6.4' ],
156 silly audit   '@types/babel__template': [ '7.4.1' ],
156 silly audit   '@types/babel__traverse': [ '7.17.1' ],
156 silly audit   '@types/body-parser': [ '1.19.2' ],
156 silly audit   '@types/bonjour': [ '3.5.10' ],
156 silly audit   '@types/connect': [ '3.4.35' ],
156 silly audit   '@types/connect-history-api-fallback': [ '1.3.5' ],
156 silly audit   '@types/eslint': [ '7.29.0' ],
156 silly audit   '@types/eslint-scope': [ '3.7.3' ],
156 silly audit   '@types/express': [ '4.17.13' ],
156 silly audit   '@types/express-serve-static-core': [ '4.17.28' ],
156 silly audit   '@types/graceful-fs': [ '4.1.5' ],
156 silly audit   '@types/html-minifier-terser': [ '6.1.0' ],
156 silly audit   '@types/http-proxy': [ '1.17.8' ],
156 silly audit   '@types/istanbul-lib-coverage': [ '2.0.4' ],
156 silly audit   '@types/istanbul-lib-report': [ '3.0.0' ],
156 silly audit   '@types/istanbul-reports': [ '3.0.1' ],
156 silly audit   '@types/jest': [ '27.5.0' ],
156 silly audit   '@types/json-schema': [ '7.0.11' ],
156 silly audit   '@types/json5': [ '0.0.29' ],
156 silly audit   '@types/mime': [ '1.3.2' ],
156 silly audit   '@types/node': [ '17.0.31' ],
156 silly audit   '@types/parse-json': [ '4.0.0' ],
156 silly audit   '@types/prettier': [ '2.6.0' ],
156 silly audit   '@types/prop-types': [ '15.7.5' ],
156 silly audit   '@types/q': [ '1.5.5' ],
156 silly audit   '@types/qs': [ '6.9.7' ],
156 silly audit   '@types/range-parser': [ '1.2.4' ],
156 silly audit   '@types/react': [ '18.0.8' ],
156 silly audit   '@types/react-dom': [ '18.0.3' ],
156 silly audit   '@types/resolve': [ '1.17.1' ],
156 silly audit   '@types/retry': [ '0.12.0' ],
156 silly audit   '@types/scheduler': [ '0.16.2' ],
156 silly audit   '@types/serve-index': [ '1.9.1' ],
156 silly audit   '@types/serve-static': [ '1.13.10' ],
156 silly audit   '@types/sockjs': [ '0.3.33' ],
156 silly audit   '@types/stack-utils': [ '2.0.1' ],
156 silly audit   '@types/testing-library__jest-dom': [ '5.14.3' ],
156 silly audit   '@types/trusted-types': [ '2.0.2' ],
156 silly audit   '@types/ws': [ '8.5.3' ],
156 silly audit   '@types/yargs': [ '16.0.4', '17.0.10' ],
156 silly audit   '@types/yargs-parser': [ '21.0.0' ],
156 silly audit   '@typescript-eslint/eslint-plugin': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/experimental-utils': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/parser': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/scope-manager': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/type-utils': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/types': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/typescript-estree': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/utils': [ '5.22.0' ],
156 silly audit   '@typescript-eslint/visitor-keys': [ '5.22.0' ],
156 silly audit   '@webassemblyjs/ast': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/floating-point-hex-parser': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/helper-api-error': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/helper-buffer': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/helper-numbers': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/helper-wasm-bytecode': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/helper-wasm-section': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/ieee754': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/leb128': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/utf8': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/wasm-edit': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/wasm-gen': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/wasm-opt': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/wasm-parser': [ '1.11.1' ],
156 silly audit   '@webassemblyjs/wast-printer': [ '1.11.1' ],
156 silly audit   '@xtuc/ieee754': [ '1.2.0' ],
156 silly audit   '@xtuc/long': [ '4.2.2' ],
156 silly audit   abab: [ '2.0.6' ],
156 silly audit   accepts: [ '1.3.8' ],
156 silly audit   acorn: [ '8.7.1', '7.4.1' ],
156 silly audit   'acorn-globals': [ '6.0.0' ],
156 silly audit   'acorn-import-assertions': [ '1.8.0' ],
156 silly audit   'acorn-jsx': [ '5.3.2' ],
156 silly audit   'acorn-node': [ '1.8.2' ],
156 silly audit   'acorn-walk': [ '7.2.0' ],
156 silly audit   address: [ '1.2.0' ],
156 silly audit   'adjust-sourcemap-loader': [ '4.0.0' ],
156 silly audit   'agent-base': [ '6.0.2' ],
156 silly audit   ajv: [ '6.12.6', '8.11.0' ],
156 silly audit   'ajv-formats': [ '2.1.1' ],
156 silly audit   'json-schema-traverse': [ '1.0.0', '0.4.1' ],
156 silly audit   'ajv-keywords': [ '3.5.2', '5.1.0' ],
156 silly audit   'ansi-escapes': [ '4.3.2' ],
156 silly audit   'ansi-html-community': [ '0.0.8' ],
156 silly audit   'ansi-regex': [ '5.0.1', '6.0.1' ],
156 silly audit   anymatch: [ '3.1.2' ],
156 silly audit   arg: [ '5.0.1' ],
156 silly audit   'array-flatten': [ '2.1.2', '1.1.1' ],
156 silly audit   'array-includes': [ '3.1.4' ],
156 silly audit   'array-union': [ '2.1.0' ],
156 silly audit   'array.prototype.flat': [ '1.3.0' ],
156 silly audit   'array.prototype.flatmap': [ '1.3.0' ],
156 silly audit   asap: [ '2.0.6' ],
156 silly audit   'ast-types-flow': [ '0.0.7' ],
156 silly audit   async: [ '2.6.4', '3.2.3' ],
156 silly audit   asynckit: [ '0.4.0' ],
156 silly audit   'at-least-node': [ '1.0.0' ],
156 silly audit   atob: [ '2.1.2' ],
156 silly audit   autoprefixer: [ '10.4.7' ],
156 silly audit   'axe-core': [ '4.4.1' ],
156 silly audit   'axobject-query': [ '2.2.0' ],
156 silly audit   'babel-jest': [ '27.5.1' ],
156 silly audit   'babel-loader': [ '8.2.5' ],
156 silly audit   'schema-utils': [ '2.7.1', '4.0.0', '2.7.0', '3.1.1' ],
156 silly audit   'babel-plugin-dynamic-import-node': [ '2.3.3' ],
156 silly audit   'babel-plugin-istanbul': [ '6.1.1' ],
156 silly audit   'babel-plugin-jest-hoist': [ '27.5.1' ],
156 silly audit   'babel-plugin-macros': [ '3.1.0' ],
156 silly audit   'babel-plugin-named-asset-import': [ '0.3.8' ],
156 silly audit   'babel-plugin-polyfill-corejs2': [ '0.3.1' ],
156 silly audit   'babel-plugin-polyfill-corejs3': [ '0.5.2' ],
156 silly audit   'babel-plugin-polyfill-regenerator': [ '0.3.1' ],
156 silly audit   'babel-plugin-transform-react-remove-prop-types': [ '0.4.24' ],
156 silly audit   'babel-preset-current-node-syntax': [ '1.0.1' ],
156 silly audit   'babel-preset-jest': [ '27.5.1' ],
156 silly audit   'babel-preset-react-app': [ '10.0.1' ],
156 silly audit   'balanced-match': [ '1.0.2' ],
156 silly audit   batch: [ '0.6.1' ],
156 silly audit   bfj: [ '7.0.2' ],
156 silly audit   'big.js': [ '5.2.2' ],
156 silly audit   'binary-extensions': [ '2.2.0' ],
156 silly audit   bluebird: [ '3.7.2' ],
156 silly audit   'body-parser': [ '1.20.0' ],
156 silly audit   bytes: [ '3.1.2', '3.0.0' ],
156 silly audit   debug: [ '2.6.9', '4.3.4', '3.2.7' ],
156 silly audit   'iconv-lite': [ '0.4.24', '0.6.3' ],
156 silly audit   ms: [ '2.0.0', '2.1.2', '2.1.3' ],
156 silly audit   'bonjour-service': [ '1.0.12' ],
156 silly audit   boolbase: [ '1.0.0' ],
156 silly audit   'brace-expansion': [ '1.1.11', '2.0.1' ],
156 silly audit   braces: [ '3.0.2' ],
156 silly audit   'browser-process-hrtime': [ '1.0.0' ],
156 silly audit   browserslist: [ '4.20.3' ],
156 silly audit   bser: [ '2.1.1' ],
156 silly audit   'buffer-from': [ '1.1.2' ],
156 silly audit   'builtin-modules': [ '3.2.0' ],
156 silly audit   'call-bind': [ '1.0.2' ],
156 silly audit   callsites: [ '3.1.0' ],
156 silly audit   'camel-case': [ '4.1.2' ],
156 silly audit   'camelcase-css': [ '2.0.1' ],
156 silly audit   'caniuse-api': [ '3.0.0' ],
156 silly audit   'caniuse-lite': [ '1.0.30001335' ],
156 silly audit   'case-sensitive-paths-webpack-plugin': [ '2.4.0' ],
156 silly audit   'char-regex': [ '1.0.2', '2.0.1' ],
156 silly audit   charcodes: [ '0.2.0' ],
156 silly audit   'check-types': [ '11.1.2' ],
156 silly audit   chokidar: [ '3.5.3' ],
156 silly audit   'glob-parent': [ '5.1.2', '6.0.2' ],
156 silly audit   'chrome-trace-event': [ '1.0.3' ],
156 silly audit   'ci-info': [ '3.3.0' ],
156 silly audit   'cjs-module-lexer': [ '1.2.2' ],
156 silly audit   'clean-css': [ '5.3.0' ],
156 silly audit   cliui: [ '7.0.4' ],
156 silly audit   co: [ '4.6.0' ],
156 silly audit   coa: [ '2.0.2' ],
156 silly audit   'collect-v8-coverage': [ '1.0.1' ],
156 silly audit   colord: [ '2.9.2' ],
156 silly audit   colorette: [ '2.0.16' ],
156 silly audit   'combined-stream': [ '1.0.8' ],
156 silly audit   commander: [ '8.3.0', '7.2.0', '2.20.3' ],
156 silly audit   'common-path-prefix': [ '3.0.0' ],
156 silly audit   'common-tags': [ '1.8.2' ],
156 silly audit   commondir: [ '1.0.1' ],
156 silly audit   compressible: [ '2.0.18' ],
156 silly audit   compression: [ '1.7.4' ],
156 silly audit   'concat-map': [ '0.0.1' ],
156 silly audit   'confusing-browser-globals': [ '1.0.11' ],
156 silly audit   'connect-history-api-fallback': [ '1.6.0' ],
156 silly audit   'content-disposition': [ '0.5.4' ],
156 silly audit   'safe-buffer': [ '5.2.1', '5.1.2' ],
156 silly audit   'content-type': [ '1.0.4' ],
156 silly audit   'convert-source-map': [ '1.8.0' ],
156 silly audit   cookie: [ '0.5.0' ],
156 silly audit   'cookie-signature': [ '1.0.6' ],
156 silly audit   'core-js': [ '3.22.4' ],
156 silly audit   'core-js-compat': [ '3.22.4' ],
156 silly audit   'core-js-pure': [ '3.22.4' ],
156 silly audit   'core-util-is': [ '1.0.3' ],
156 silly audit   cosmiconfig: [ '7.0.1', '6.0.0' ],
156 silly audit   'cross-spawn': [ '7.0.3' ],
156 silly audit   'crypto-random-string': [ '2.0.0' ],
156 silly audit   css: [ '3.0.0' ],
156 silly audit   'css-blank-pseudo': [ '3.0.3' ],
156 silly audit   'css-declaration-sorter': [ '6.2.2' ],
156 silly audit   'css-has-pseudo': [ '3.0.4' ],
156 silly audit   'css-loader': [ '6.7.1' ],
156 silly audit   'css-minimizer-webpack-plugin': [ '3.4.1' ],
156 silly audit   'css-prefers-color-scheme': [ '6.0.3' ],
156 silly audit   'css-select': [ '4.3.0', '2.1.0' ],
156 silly audit   'css-select-base-adapter': [ '0.1.1' ],
156 silly audit   'css-tree': [ '1.0.0-alpha.37', '1.1.3' ],
156 silly audit   'css-what': [ '6.1.0', '3.4.2' ],
156 silly audit   'css.escape': [ '1.5.1' ],
156 silly audit   cssdb: [ '6.6.1' ],
156 silly audit   cssesc: [ '3.0.0' ],
156 silly audit   cssnano: [ '5.1.7' ],
156 silly audit   'cssnano-preset-default': [ '5.2.7' ],
156 silly audit   'cssnano-utils': [ '3.1.0' ],
156 silly audit   csso: [ '4.2.0' ],
156 silly audit   'mdn-data': [ '2.0.14', '2.0.4' ],
156 silly audit   cssom: [ '0.4.4', '0.3.8' ],
156 silly audit   cssstyle: [ '2.3.0' ],
156 silly audit   csstype: [ '3.0.11' ],
156 silly audit   'damerau-levenshtein': [ '1.0.8' ],
156 silly audit   'data-urls': [ '2.0.0' ],
156 silly audit   'decimal.js': [ '10.3.1' ],
156 silly audit   'decode-uri-component': [ '0.2.0' ],
156 silly audit   dedent: [ '0.7.0' ],
156 silly audit   'deep-is': [ '0.1.4' ],
156 silly audit   deepmerge: [ '4.2.2' ],
156 silly audit   'default-gateway': [ '6.0.3' ],
156 silly audit   'define-lazy-prop': [ '2.0.0' ],
156 silly audit   'define-properties': [ '1.1.4' ],
156 silly audit   defined: [ '1.0.0' ],
156 silly audit   'delayed-stream': [ '1.0.0' ],
156 silly audit   depd: [ '2.0.0', '1.1.2' ],
156 silly audit   destroy: [ '1.2.0' ],
156 silly audit   'detect-newline': [ '3.1.0' ],
156 silly audit   'detect-node': [ '2.1.0' ],
156 silly audit   'detect-port-alt': [ '1.1.6' ],
156 silly audit   detective: [ '5.2.0' ],
156 silly audit   didyoumean: [ '1.2.2' ],
156 silly audit   'diff-sequences': [ '27.5.1' ],
156 silly audit   'dir-glob': [ '3.0.1' ],
156 silly audit   dlv: [ '1.1.3' ],
156 silly audit   'dns-equal': [ '1.0.0' ],
156 silly audit   'dns-packet': [ '5.3.1' ],
156 silly audit   doctrine: [ '3.0.0', '2.1.0' ],
156 silly audit   'dom-accessibility-api': [ '0.5.14' ],
156 silly audit   'dom-converter': [ '0.2.0' ],
156 silly audit   'dom-serializer': [ '1.4.1', '0.2.2' ],
156 silly audit   domelementtype: [ '2.3.0', '1.3.1' ],
156 silly audit   domexception: [ '2.0.1' ],
156 silly audit   'webidl-conversions': [ '5.0.0', '4.0.2', '6.1.0', '3.0.1' ],
156 silly audit   domhandler: [ '4.3.1' ],
156 silly audit   domutils: [ '2.8.0', '1.7.0' ],
156 silly audit   'dot-case': [ '3.0.4' ],
156 silly audit   dotenv: [ '10.0.0' ],
156 silly audit   'dotenv-expand': [ '5.1.0' ],
156 silly audit   duplexer: [ '0.1.2' ],
156 silly audit   'ee-first': [ '1.1.1' ],
156 silly audit   ejs: [ '3.1.7' ],
156 silly audit   'electron-to-chromium': [ '1.4.131' ],
156 silly audit   emittery: [ '0.8.1', '0.10.2' ],
156 silly audit   'emoji-regex': [ '9.2.2', '8.0.0' ],
156 silly audit   'emojis-list': [ '3.0.0' ],
156 silly audit   encodeurl: [ '1.0.2' ],
156 silly audit   'enhanced-resolve': [ '5.9.3' ],
156 silly audit   entities: [ '2.2.0' ],
156 silly audit   'error-ex': [ '1.3.2' ],
156 silly audit   'error-stack-parser': [ '2.0.7' ],
156 silly audit   'es-abstract': [ '1.19.5' ],
156 silly audit   'es-module-lexer': [ '0.9.3' ],
156 silly audit   'es-shim-unscopables': [ '1.0.0' ],
156 silly audit   'es-to-primitive': [ '1.2.1' ],
156 silly audit   escalade: [ '3.1.1' ],
156 silly audit   'escape-html': [ '1.0.3' ],
156 silly audit   'escape-string-regexp': [ '1.0.5', '4.0.0', '2.0.0' ],
156 silly audit   escodegen: [ '2.0.0' ],
156 silly audit   levn: [ '0.3.0', '0.4.1' ],
156 silly audit   optionator: [ '0.8.3', '0.9.1' ],
156 silly audit   'prelude-ls': [ '1.1.2', '1.2.1' ],
156 silly audit   'type-check': [ '0.3.2', '0.4.0' ],
156 silly audit   eslint: [ '8.14.0' ],
156 silly audit   'eslint-config-react-app': [ '7.0.1' ],
156 silly audit   'eslint-import-resolver-node': [ '0.3.6' ],
156 silly audit   'eslint-module-utils': [ '2.7.3' ],
156 silly audit   'p-try': [ '1.0.0', '2.2.0' ],
156 silly audit   'path-exists': [ '3.0.0', '4.0.0' ],
156 silly audit   'eslint-plugin-flowtype': [ '8.0.3' ],
156 silly audit   'eslint-plugin-import': [ '2.26.0' ],
156 silly audit   'eslint-plugin-jest': [ '25.7.0' ],
156 silly audit   'eslint-plugin-jsx-a11y': [ '6.5.1' ],
156 silly audit   'eslint-plugin-react': [ '7.29.4' ],
156 silly audit   'eslint-plugin-react-hooks': [ '4.5.0' ],
156 silly audit   resolve: [ '2.0.0-next.3', '1.22.0' ],
156 silly audit   'eslint-plugin-testing-library': [ '5.3.1' ],
156 silly audit   'eslint-utils': [ '3.0.0' ],
156 silly audit   'eslint-webpack-plugin': [ '3.1.1' ],
156 silly audit   espree: [ '9.3.1' ],
156 silly audit   esprima: [ '4.0.1' ],
156 silly audit   esquery: [ '1.4.0' ],
156 silly audit   esrecurse: [ '4.3.0' ],
156 silly audit   'estree-walker': [ '1.0.1' ],
156 silly audit   esutils: [ '2.0.3' ],
156 silly audit   etag: [ '1.8.1' ],
156 silly audit   eventemitter3: [ '4.0.7' ],
156 silly audit   events: [ '3.3.0' ],
156 silly audit   execa: [ '5.1.1' ],
156 silly audit   exit: [ '0.1.2' ],
156 silly audit   expect: [ '27.5.1' ],
156 silly audit   express: [ '4.18.1' ],
156 silly audit   'fast-deep-equal': [ '3.1.3' ],
156 silly audit   'fast-glob': [ '3.2.11' ],
156 silly audit   'fast-json-stable-stringify': [ '2.1.0' ],
156 silly audit   'fast-levenshtein': [ '2.0.6' ],
156 silly audit   fastq: [ '1.13.0' ],
156 silly audit   'faye-websocket': [ '0.11.4' ],
156 silly audit   'fb-watchman': [ '2.0.1' ],
156 silly audit   'file-entry-cache': [ '6.0.1' ],
156 silly audit   'file-loader': [ '6.2.0' ],
156 silly audit   filelist: [ '1.0.3' ],
156 silly audit   minimatch: [ '5.0.1', '3.1.2', '3.0.4' ],
156 silly audit   filesize: [ '8.0.7' ],
156 silly audit   'fill-range': [ '7.0.1' ],
156 silly audit   finalhandler: [ '1.2.0' ],
156 silly audit   'find-cache-dir': [ '3.3.2' ],
156 silly audit   'flat-cache': [ '3.0.4' ],
156 silly audit   flatted: [ '3.2.5' ],
156 silly audit   'follow-redirects': [ '1.14.9' ],
156 silly audit   'fork-ts-checker-webpack-plugin': [ '6.5.2' ],
156 silly audit   'fs-extra': [ '9.1.0', '10.1.0' ],
156 silly audit   tapable: [ '1.1.3', '2.2.1' ],
156 silly audit   'form-data': [ '3.0.1' ],
156 silly audit   forwarded: [ '0.2.0' ],
156 silly audit   'fraction.js': [ '4.2.0' ],
156 silly audit   fresh: [ '0.5.2' ],
156 silly audit   'fs-monkey': [ '1.0.3' ],
156 silly audit   'fs.realpath': [ '1.0.0' ],
156 silly audit   fsevents: [ '2.3.2' ],
156 silly audit   'function-bind': [ '1.1.1' ],
156 silly audit   'functional-red-black-tree': [ '1.0.1' ],
156 silly audit   'functions-have-names': [ '1.2.3' ],
156 silly audit   gensync: [ '1.0.0-beta.2' ],
156 silly audit   'get-caller-file': [ '2.0.5' ],
156 silly audit   'get-intrinsic': [ '1.1.1' ],
156 silly audit   'get-own-enumerable-property-symbols': [ '3.0.2' ],
156 silly audit   'get-package-type': [ '0.1.0' ],
156 silly audit   'get-stream': [ '6.0.1' ],
156 silly audit   'get-symbol-description': [ '1.0.0' ],
156 silly audit   glob: [ '7.2.0' ],
156 silly audit   'glob-to-regexp': [ '0.4.1' ],
156 silly audit   'global-modules': [ '2.0.0' ],
156 silly audit   'global-prefix': [ '3.0.0' ],
156 silly audit   which: [ '1.3.1', '2.0.2' ],
156 silly audit   globby: [ '11.1.0' ],
156 silly audit   'graceful-fs': [ '4.2.10' ],
156 silly audit   'gzip-size': [ '6.0.0' ],
156 silly audit   'handle-thing': [ '2.0.1' ],
156 silly audit   'harmony-reflect': [ '1.6.2' ],
156 silly audit   has: [ '1.0.3' ],
156 silly audit   'has-bigints': [ '1.0.2' ],
156 silly audit   'has-property-descriptors': [ '1.0.0' ],
156 silly audit   'has-symbols': [ '1.0.3' ],
156 silly audit   'has-tostringtag': [ '1.0.0' ],
156 silly audit   he: [ '1.2.0' ],
156 silly audit   hoopy: [ '0.1.4' ],
156 silly audit   'hpack.js': [ '2.1.6' ],
156 silly audit   'readable-stream': [ '2.3.7', '3.6.0' ],
156 silly audit   string_decoder: [ '1.1.1', '1.3.0' ],
156 silly audit   'html-encoding-sniffer': [ '2.0.1' ],
156 silly audit   'html-entities': [ '2.3.3' ],
156 silly audit   'html-escaper': [ '2.0.2' ],
156 silly audit   'html-minifier-terser': [ '6.1.0' ],
156 silly audit   'html-webpack-plugin': [ '5.5.0' ],
156 silly audit   htmlparser2: [ '6.1.0' ],
156 silly audit   'http-deceiver': [ '1.2.7' ],
156 silly audit   'http-errors': [ '2.0.0', '1.6.3' ],
156 silly audit   'http-parser-js': [ '0.5.6' ],
156 silly audit   'http-proxy': [ '1.18.1' ],
156 silly audit   'http-proxy-agent': [ '4.0.1' ],
156 silly audit   'http-proxy-middleware': [ '2.0.6' ],
156 silly audit   'https-proxy-agent': [ '5.0.1' ],
156 silly audit   'human-signals': [ '2.1.0' ],
156 silly audit   'icss-utils': [ '5.1.0' ],
156 silly audit   idb: [ '6.1.5' ],
156 silly audit   'identity-obj-proxy': [ '3.0.0' ],
156 silly audit   ignore: [ '5.2.0' ],
156 silly audit   immer: [ '9.0.12' ],
156 silly audit   'import-fresh': [ '3.3.0' ],
156 silly audit   'resolve-from': [ '4.0.0', '5.0.0' ],
156 silly audit   'import-local': [ '3.1.0' ],
156 silly audit   imurmurhash: [ '0.1.4' ],
156 silly audit   'indent-string': [ '4.0.0' ],
156 silly audit   inflight: [ '1.0.6' ],
156 silly audit   inherits: [ '2.0.4', '2.0.3' ],
156 silly audit   ini: [ '1.3.8' ],
156 silly audit   'internal-slot': [ '1.0.3' ],
156 silly audit   'ipaddr.js': [ '2.0.1', '1.9.1' ],
156 silly audit   'is-arrayish': [ '0.2.1' ],
156 silly audit   'is-bigint': [ '1.0.4' ],
156 silly audit   'is-binary-path': [ '2.1.0' ],
156 silly audit   'is-boolean-object': [ '1.1.2' ],
156 silly audit   'is-callable': [ '1.2.4' ],
156 silly audit   'is-core-module': [ '2.9.0' ],
156 silly audit   'is-date-object': [ '1.0.5' ],
156 silly audit   'is-docker': [ '2.2.1' ],
156 silly audit   'is-extglob': [ '2.1.1' ],
156 silly audit   'is-fullwidth-code-point': [ '3.0.0' ],
156 silly audit   'is-generator-fn': [ '2.1.0' ],
156 silly audit   'is-glob': [ '4.0.3' ],
156 silly audit   'is-module': [ '1.0.0' ],
156 silly audit   'is-negative-zero': [ '2.0.2' ],
156 silly audit   'is-number': [ '7.0.0' ],
156 silly audit   'is-number-object': [ '1.0.7' ],
156 silly audit   'is-obj': [ '1.0.1' ],
156 silly audit   'is-plain-obj': [ '3.0.0' ],
156 silly audit   'is-potential-custom-element-name': [ '1.0.1' ],
156 silly audit   'is-regex': [ '1.1.4' ],
156 silly audit   'is-regexp': [ '1.0.0' ],
156 silly audit   'is-root': [ '2.1.0' ],
156 silly audit   'is-shared-array-buffer': [ '1.0.2' ],
156 silly audit   'is-stream': [ '2.0.1' ],
156 silly audit   'is-string': [ '1.0.7' ],
156 silly audit   'is-symbol': [ '1.0.4' ],
156 silly audit   'is-typedarray': [ '1.0.0' ],
156 silly audit   'is-weakref': [ '1.0.2' ],
156 silly audit   'is-wsl': [ '2.2.0' ],
156 silly audit   isarray: [ '1.0.0' ],
156 silly audit   isexe: [ '2.0.0' ],
156 silly audit   'istanbul-lib-coverage': [ '3.2.0' ],
156 silly audit   'istanbul-lib-instrument': [ '5.2.0' ],
156 silly audit   'istanbul-lib-report': [ '3.0.0' ],
156 silly audit   'istanbul-lib-source-maps': [ '4.0.1' ],
156 silly audit   'istanbul-reports': [ '3.1.4' ],
156 silly audit   jake: [ '10.8.5' ],
156 silly audit   jest: [ '27.5.1' ],
156 silly audit   'jest-changed-files': [ '27.5.1' ],
156 silly audit   'jest-circus': [ '27.5.1' ],
156 silly audit   'jest-cli': [ '27.5.1' ],
156 silly audit   'jest-config': [ '27.5.1' ],
156 silly audit   'jest-diff': [ '27.5.1' ],
156 silly audit   'jest-docblock': [ '27.5.1' ],
156 silly audit   'jest-each': [ '27.5.1' ],
156 silly audit   'jest-environment-jsdom': [ '27.5.1' ],
156 silly audit   'jest-environment-node': [ '27.5.1' ],
156 silly audit   'jest-get-type': [ '27.5.1' ],
156 silly audit   'jest-haste-map': [ '27.5.1' ],
156 silly audit   'jest-jasmine2': [ '27.5.1' ],
156 silly audit   'jest-leak-detector': [ '27.5.1' ],
156 silly audit   'jest-matcher-utils': [ '27.5.1' ],
156 silly audit   'jest-message-util': [ '27.5.1', '28.0.2' ],
156 silly audit   'jest-mock': [ '27.5.1' ],
156 silly audit   'jest-pnp-resolver': [ '1.2.2' ],
156 silly audit   'jest-regex-util': [ '27.5.1', '28.0.2' ],
156 silly audit   'jest-resolve': [ '27.5.1' ],
156 silly audit   'jest-resolve-dependencies': [ '27.5.1' ],
156 silly audit   'jest-runner': [ '27.5.1' ],
156 silly audit   'jest-runtime': [ '27.5.1' ],
156 silly audit   'jest-serializer': [ '27.5.1' ],
156 silly audit   'jest-snapshot': [ '27.5.1' ],
156 silly audit   'jest-util': [ '27.5.1', '28.0.2' ],
156 silly audit   'jest-validate': [ '27.5.1' ],
156 silly audit   'jest-watch-typeahead': [ '1.1.0' ],
156 silly audit   slash: [ '3.0.0', '4.0.0' ],
156 silly audit   'jest-watcher': [ '28.0.2', '27.5.1' ],
156 silly audit   'string-length': [ '4.0.2', '5.0.1' ],
156 silly audit   'strip-ansi': [ '6.0.1', '7.0.1' ],
156 silly audit   'pretty-format': [ '28.0.2', '27.5.1' ],
156 silly audit   'react-is': [ '18.1.0', '16.13.1', '17.0.2' ],
156 silly audit   'jest-worker': [ '27.5.1', '26.6.2' ],
156 silly audit   'js-tokens': [ '4.0.0' ],
156 silly audit   jsdom: [ '16.7.0' ],
156 silly audit   jsesc: [ '2.5.2', '0.5.0' ],
156 silly audit   'json-parse-better-errors': [ '1.0.2' ],
156 silly audit   'json-parse-even-better-errors': [ '2.3.1' ],
156 silly audit   'json-schema': [ '0.4.0' ],
156 silly audit   'json-stable-stringify-without-jsonify': [ '1.0.1' ],
156 silly audit   json5: [ '2.2.1', '1.0.1' ],
156 silly audit   jsonfile: [ '6.1.0' ],
156 silly audit   jsonpointer: [ '5.0.0' ],
156 silly audit   'jsx-ast-utils': [ '3.3.0' ],
156 silly audit   'kind-of': [ '6.0.3' ],
156 silly audit   kleur: [ '3.0.3' ],
156 silly audit   klona: [ '2.0.5' ],
156 silly audit   'language-subtag-registry': [ '0.3.21' ],
156 silly audit   'language-tags': [ '1.0.5' ],
156 silly audit   leven: [ '3.1.0' ],
156 silly audit   lilconfig: [ '2.0.5' ],
156 silly audit   'lines-and-columns': [ '1.2.4' ],
156 silly audit   'loader-runner': [ '4.3.0' ],
156 silly audit   'loader-utils': [ '2.0.2', '3.2.0' ],
156 silly audit   lodash: [ '4.17.21' ],
156 silly audit   'lodash.debounce': [ '4.0.8' ],
156 silly audit   'lodash.memoize': [ '4.1.2' ],
156 silly audit   'lodash.merge': [ '4.6.2' ],
156 silly audit   'lodash.sortby': [ '4.7.0' ],
156 silly audit   'lodash.uniq': [ '4.5.0' ],
156 silly audit   'loose-envify': [ '1.4.0' ],
156 silly audit   'lower-case': [ '2.0.2' ],
156 silly audit   'lru-cache': [ '6.0.0' ],
156 silly audit   'lz-string': [ '1.4.4' ],
156 silly audit   'magic-string': [ '0.25.9' ],
156 silly audit   'make-dir': [ '3.1.0' ],
156 silly audit   makeerror: [ '1.0.12' ],
156 silly audit   'media-typer': [ '0.3.0' ],
156 silly audit   memfs: [ '3.4.1' ],
156 silly audit   'merge-descriptors': [ '1.0.1' ],
156 silly audit   'merge-stream': [ '2.0.0' ],
156 silly audit   merge2: [ '1.4.1' ],
156 silly audit   methods: [ '1.1.2' ],
156 silly audit   micromatch: [ '4.0.5' ],
156 silly audit   mime: [ '1.6.0' ],
156 silly audit   'mime-db': [ '1.52.0' ],
156 silly audit   'mime-types': [ '2.1.35' ],
156 silly audit   'mimic-fn': [ '2.1.0' ],
156 silly audit   'min-indent': [ '1.0.1' ],
156 silly audit   'mini-css-extract-plugin': [ '2.6.0' ],
156 silly audit   'minimalistic-assert': [ '1.0.1' ],
156 silly audit   minimist: [ '1.2.6' ],
156 silly audit   mkdirp: [ '0.5.6' ],
156 silly audit   'multicast-dns': [ '7.2.4' ],
156 silly audit   nanoid: [ '3.3.3' ],
156 silly audit   'natural-compare': [ '1.4.0' ],
156 silly audit   negotiator: [ '0.6.3' ],
156 silly audit   'neo-async': [ '2.6.2' ],
156 silly audit   'no-case': [ '3.0.4' ],
156 silly audit   'node-forge': [ '1.3.1' ],
156 silly audit   'node-int64': [ '0.4.0' ],
156 silly audit   'node-releases': [ '2.0.4' ],
156 silly audit   'normalize-path': [ '3.0.0' ],
156 silly audit   'normalize-range': [ '0.1.2' ],
156 silly audit   'normalize-url': [ '6.1.0' ],
156 silly audit   'npm-run-path': [ '4.0.1' ],
156 silly audit   'nth-check': [ '2.0.1', '1.0.2' ],
156 silly audit   nwsapi: [ '2.2.0' ],
156 silly audit   'object-assign': [ '4.1.1' ],
156 silly audit   'object-hash': [ '3.0.0' ],
156 silly audit   'object-inspect': [ '1.12.0' ],
156 silly audit   'object-keys': [ '1.1.1' ],
156 silly audit   'object.assign': [ '4.1.2' ],
156 silly audit   'object.entries': [ '1.1.5' ],
156 silly audit   'object.fromentries': [ '2.0.5' ],
156 silly audit   'object.getownpropertydescriptors': [ '2.1.3' ],
156 silly audit   'object.hasown': [ '1.1.0' ],
156 silly audit   'object.values': [ '1.1.5' ],
156 silly audit   obuf: [ '1.1.2' ],
156 silly audit   'on-finished': [ '2.4.1' ],
156 silly audit   'on-headers': [ '1.0.2' ],
156 silly audit   once: [ '1.4.0' ],
156 silly audit   onetime: [ '5.1.2' ],
156 silly audit   open: [ '8.4.0' ],
156 silly audit   'p-retry': [ '4.6.2' ],
156 silly audit   'param-case': [ '3.0.4' ],
156 silly audit   'parent-module': [ '1.0.1' ],
156 silly audit   'parse-json': [ '5.2.0' ],
156 silly audit   parse5: [ '6.0.1' ],
156 silly audit   parseurl: [ '1.3.3' ],
156 silly audit   'pascal-case': [ '3.1.2' ],
156 silly audit   'path-is-absolute': [ '1.0.1' ],
156 silly audit   'path-key': [ '3.1.1' ],
156 silly audit   'path-parse': [ '1.0.7' ],
156 silly audit   'path-to-regexp': [ '0.1.7' ],
156 silly audit   'path-type': [ '4.0.0' ],
156 silly audit   'performance-now': [ '2.1.0' ],
156 silly audit   picocolors: [ '1.0.0', '0.2.1' ],
156 silly audit   picomatch: [ '2.3.1' ],
156 silly audit   pirates: [ '4.0.5' ],
156 silly audit   'pkg-dir': [ '4.2.0' ],
156 silly audit   'pkg-up': [ '3.1.0' ],
156 silly audit   portfinder: [ '1.0.28' ],
156 silly audit   postcss: [ '8.4.13', '7.0.39' ],
156 silly audit   'postcss-attribute-case-insensitive': [ '5.0.0' ],
156 silly audit   'postcss-browser-comments': [ '4.0.0' ],
156 silly audit   'postcss-calc': [ '8.2.4' ],
156 silly audit   'postcss-clamp': [ '4.1.0' ],
156 silly audit   'postcss-color-functional-notation': [ '4.2.2' ],
156 silly audit   'postcss-color-hex-alpha': [ '8.0.3' ],
156 silly audit   'postcss-color-rebeccapurple': [ '7.0.2' ],
156 silly audit   'postcss-colormin': [ '5.3.0' ],
156 silly audit   'postcss-convert-values': [ '5.1.0' ],
156 silly audit   'postcss-custom-media': [ '8.0.0' ],
156 silly audit   'postcss-custom-properties': [ '12.1.7' ],
156 silly audit   'postcss-custom-selectors': [ '6.0.0' ],
156 silly audit   'postcss-dir-pseudo-class': [ '6.0.4' ],
156 silly audit   'postcss-discard-comments': [ '5.1.1' ],
156 silly audit   'postcss-discard-duplicates': [ '5.1.0' ],
156 silly audit   'postcss-discard-empty': [ '5.1.1' ],
156 silly audit   'postcss-discard-overridden': [ '5.1.0' ],
156 silly audit   'postcss-double-position-gradients': [ '3.1.1' ],
156 silly audit   'postcss-env-function': [ '4.0.6' ],
156 silly audit   'postcss-flexbugs-fixes': [ '5.0.2' ],
156 silly audit   'postcss-focus-visible': [ '6.0.4' ],
156 silly audit   'postcss-focus-within': [ '5.0.4' ],
156 silly audit   'postcss-font-variant': [ '5.0.0' ],
156 silly audit   'postcss-gap-properties': [ '3.0.3' ],
156 silly audit   'postcss-image-set-function': [ '4.0.6' ],
156 silly audit   'postcss-initial': [ '4.0.1' ],
156 silly audit   'postcss-js': [ '4.0.0' ],
156 silly audit   'postcss-lab-function': [ '4.2.0' ],
156 silly audit   'postcss-load-config': [ '3.1.4' ],
156 silly audit   'postcss-loader': [ '6.2.1' ],
156 silly audit   'postcss-logical': [ '5.0.4' ],
156 silly audit   'postcss-media-minmax': [ '5.0.0' ],
156 silly audit   'postcss-merge-longhand': [ '5.1.4' ],
156 silly audit   'postcss-merge-rules': [ '5.1.1' ],
156 silly audit   'postcss-minify-font-values': [ '5.1.0' ],
156 silly audit   'postcss-minify-gradients': [ '5.1.1' ],
156 silly audit   'postcss-minify-params': [ '5.1.2' ],
156 silly audit   'postcss-minify-selectors': [ '5.2.0' ],
156 silly audit   'postcss-modules-extract-imports': [ '3.0.0' ],
156 silly audit   'postcss-modules-local-by-default': [ '4.0.0' ],
156 silly audit   'postcss-modules-scope': [ '3.0.0' ],
156 silly audit   'postcss-modules-values': [ '4.0.0' ],
156 silly audit   'postcss-nested': [ '5.0.6' ],
156 silly audit   'postcss-nesting': [ '10.1.4' ],
156 silly audit   'postcss-normalize': [ '10.0.1' ],
156 silly audit   'postcss-normalize-charset': [ '5.1.0' ],
156 silly audit   'postcss-normalize-display-values': [ '5.1.0' ],
156 silly audit   'postcss-normalize-positions': [ '5.1.0' ],
156 silly audit   'postcss-normalize-repeat-style': [ '5.1.0' ],
156 silly audit   'postcss-normalize-string': [ '5.1.0' ],
156 silly audit   'postcss-normalize-timing-functions': [ '5.1.0' ],
156 silly audit   'postcss-normalize-unicode': [ '5.1.0' ],
156 silly audit   'postcss-normalize-url': [ '5.1.0' ],
156 silly audit   'postcss-normalize-whitespace': [ '5.1.1' ],
156 silly audit   'postcss-opacity-percentage': [ '1.1.2' ],
156 silly audit   'postcss-ordered-values': [ '5.1.1' ],
156 silly audit   'postcss-overflow-shorthand': [ '3.0.3' ],
156 silly audit   'postcss-page-break': [ '3.0.4' ],
156 silly audit   'postcss-place': [ '7.0.4' ],
156 silly audit   'postcss-preset-env': [ '7.5.0' ],
156 silly audit   'postcss-pseudo-class-any-link': [ '7.1.2' ],
156 silly audit   'postcss-reduce-initial': [ '5.1.0' ],
156 silly audit   'postcss-reduce-transforms': [ '5.1.0' ],
156 silly audit   'postcss-replace-overflow-wrap': [ '4.0.0' ],
156 silly audit   'postcss-selector-not': [ '5.0.0' ],
156 silly audit   'postcss-selector-parser': [ '6.0.10' ],
156 silly audit   'postcss-svgo': [ '5.1.0' ],
156 silly audit   svgo: [ '2.8.0', '1.3.2' ],
156 silly audit   'postcss-unique-selectors': [ '5.1.1' ],
156 silly audit   'postcss-value-parser': [ '4.2.0' ],
156 silly audit   'pretty-bytes': [ '5.6.0' ],
156 silly audit   'pretty-error': [ '4.0.0' ],
156 silly audit   'process-nextick-args': [ '2.0.1' ],
156 silly audit   promise: [ '8.1.0' ],
156 silly audit   prompts: [ '2.4.2' ],
156 silly audit   'prop-types': [ '15.8.1' ],
156 silly audit   'proxy-addr': [ '2.0.7' ],
156 silly audit   psl: [ '1.8.0' ],
156 silly audit   punycode: [ '2.1.1' ],
156 silly audit   q: [ '1.5.1' ],
156 silly audit   qs: [ '6.10.3' ],
156 silly audit   'queue-microtask': [ '1.2.3' ],
156 silly audit   'quick-lru': [ '5.1.1' ],
156 silly audit   raf: [ '3.4.1' ],
156 silly audit   randombytes: [ '2.1.0' ],
156 silly audit   'range-parser': [ '1.2.1' ],
156 silly audit   'raw-body': [ '2.5.1' ],
156 silly audit   react: [ '18.1.0' ],
156 silly audit   'react-app-polyfill': [ '3.0.0' ],
156 silly audit   'react-dev-utils': [ '12.0.1' ],
156 silly audit   'react-dom': [ '18.1.0' ],
156 silly audit   'react-error-overlay': [ '6.0.11' ],
156 silly audit   'react-refresh': [ '0.11.0' ],
156 silly audit   'react-scripts': [ '5.0.1' ],
156 silly audit   readdirp: [ '3.6.0' ],
156 silly audit   'recursive-readdir': [ '2.2.2' ],
156 silly audit   redent: [ '3.0.0' ],
156 silly audit   regenerate: [ '1.4.2' ],
156 silly audit   'regenerate-unicode-properties': [ '10.0.1' ],
156 silly audit   'regenerator-runtime': [ '0.13.9' ],
156 silly audit   'regenerator-transform': [ '0.15.0' ],
156 silly audit   'regex-parser': [ '2.2.11' ],
156 silly audit   'regexp.prototype.flags': [ '1.4.3' ],
156 silly audit   regexpp: [ '3.2.0' ],
156 silly audit   'regexpu-core': [ '5.0.1' ],
156 silly audit   regjsgen: [ '0.6.0' ],
156 silly audit   regjsparser: [ '0.8.4' ],
156 silly audit   relateurl: [ '0.2.7' ],
156 silly audit   renderkid: [ '3.0.0' ],
156 silly audit   'require-directory': [ '2.1.1' ],
156 silly audit   'require-from-string': [ '2.0.2' ],
156 silly audit   'requires-port': [ '1.0.0' ],
156 silly audit   'resolve-cwd': [ '3.0.0' ],
156 silly audit   'resolve-url-loader': [ '4.0.0' ],
156 silly audit   'resolve.exports': [ '1.1.0' ],
156 silly audit   retry: [ '0.13.1' ],
156 silly audit   reusify: [ '1.0.4' ],
156 silly audit   rimraf: [ '3.0.2' ],
156 silly audit   rollup: [ '2.71.1' ],
156 silly audit   'rollup-plugin-terser': [ '7.0.2' ],
156 silly audit   'serialize-javascript': [ '4.0.0', '6.0.0' ],
156 silly audit   'run-parallel': [ '1.2.0' ],
156 silly audit   'safer-buffer': [ '2.1.2' ],
156 silly audit   'sanitize.css': [ '13.0.0' ],
156 silly audit   'sass-loader': [ '12.6.0' ],
156 silly audit   sax: [ '1.2.4' ],
156 silly audit   saxes: [ '5.0.1' ],
156 silly audit   scheduler: [ '0.22.0' ],
156 silly audit   'select-hose': [ '2.0.0' ],
156 silly audit   selfsigned: [ '2.0.1' ],
156 silly audit   send: [ '0.18.0' ],
156 silly audit   'serve-index': [ '1.9.1' ],
156 silly audit   setprototypeof: [ '1.1.0', '1.2.0' ],
156 silly audit   statuses: [ '1.5.0', '2.0.1' ],
156 silly audit   'serve-static': [ '1.15.0' ],
156 silly audit   'shebang-command': [ '2.0.0' ],
156 silly audit   'shebang-regex': [ '3.0.0' ],
156 silly audit   'shell-quote': [ '1.7.3' ],
156 silly audit   'side-channel': [ '1.0.4' ],
156 silly audit   'signal-exit': [ '3.0.7' ],
156 silly audit   sisteransi: [ '1.0.5' ],
156 silly audit   sockjs: [ '0.3.24' ],
156 silly audit   'source-list-map': [ '2.0.1' ],
156 silly audit   'source-map-js': [ '1.0.2' ],
156 silly audit   'source-map-loader': [ '3.0.1' ],
156 silly audit   'source-map-resolve': [ '0.6.0' ],
156 silly audit   'source-map-support': [ '0.5.21' ],
156 silly audit   'sourcemap-codec': [ '1.4.8' ],
156 silly audit   spdy: [ '4.0.2' ],
156 silly audit   'spdy-transport': [ '3.0.0' ],
156 silly audit   'sprintf-js': [ '1.0.3' ],
156 silly audit   stable: [ '0.1.8' ],
156 silly audit   'stack-utils': [ '2.0.5' ],
156 silly audit   stackframe: [ '1.2.1' ],
156 silly audit   'string-natural-compare': [ '3.0.1' ],
156 silly audit   'string-width': [ '4.2.3' ],
156 silly audit   'string.prototype.matchall': [ '4.0.7' ],
156 silly audit   'string.prototype.trimend': [ '1.0.5' ],
156 silly audit   'string.prototype.trimstart': [ '1.0.5' ],
156 silly audit   'stringify-object': [ '3.3.0' ],
156 silly audit   'strip-bom': [ '4.0.0', '3.0.0' ],
156 silly audit   'strip-comments': [ '2.0.1' ],
156 silly audit   'strip-final-newline': [ '2.0.0' ],
156 silly audit   'strip-indent': [ '3.0.0' ],
156 silly audit   'strip-json-comments': [ '3.1.1' ],
156 silly audit   'style-loader': [ '3.3.1' ],
156 silly audit   stylehacks: [ '5.1.0' ],
156 silly audit   'supports-hyperlinks': [ '2.2.0' ],
156 silly audit   'supports-preserve-symlinks-flag': [ '1.0.0' ],
156 silly audit   'svg-parser': [ '2.0.4' ],
156 silly audit   'symbol-tree': [ '3.2.4' ],
156 silly audit   tailwindcss: [ '3.0.24' ],
156 silly audit   'temp-dir': [ '2.0.0' ],
156 silly audit   tempy: [ '0.6.0' ],
156 silly audit   'terminal-link': [ '2.1.1' ],
156 silly audit   terser: [ '5.13.1' ],
156 silly audit   'terser-webpack-plugin': [ '5.3.1' ],
156 silly audit   tr46: [ '1.0.1', '2.1.0', '0.0.3' ],
156 silly audit   'whatwg-url': [ '7.1.0', '8.7.0', '5.0.0' ],
156 silly audit   'test-exclude': [ '6.0.0' ],
156 silly audit   'text-table': [ '0.2.0' ],
156 silly audit   throat: [ '6.0.1' ],
156 silly audit   thunky: [ '1.1.0' ],
156 silly audit   tmpl: [ '1.0.5' ],
156 silly audit   'to-fast-properties': [ '2.0.0' ],
156 silly audit   'to-regex-range': [ '5.0.1' ],
156 silly audit   toidentifier: [ '1.0.1' ],
156 silly audit   'tough-cookie': [ '4.0.0' ],
156 silly audit   universalify: [ '0.1.2', '2.0.0' ],
156 silly audit   tryer: [ '1.0.1' ],
156 silly audit   'tsconfig-paths': [ '3.14.1' ],
156 silly audit   tslib: [ '2.4.0', '1.14.1' ],
156 silly audit   tsutils: [ '3.21.0' ],
156 silly audit   'type-detect': [ '4.0.8' ],
156 silly audit   'type-is': [ '1.6.18' ],
156 silly audit   'typedarray-to-buffer': [ '3.1.5' ],
156 silly audit   typescript: [ '4.6.4' ],
156 silly audit   'unbox-primitive': [ '1.0.2' ],
156 silly audit   'unicode-canonical-property-names-ecmascript': [ '2.0.0' ],
156 silly audit   'unicode-match-property-ecmascript': [ '2.0.0' ],
156 silly audit   'unicode-match-property-value-ecmascript': [ '2.0.0' ],
156 silly audit   'unicode-property-aliases-ecmascript': [ '2.0.0' ],
156 silly audit   'unique-string': [ '2.0.0' ],
156 silly audit   unpipe: [ '1.0.0' ],
156 silly audit   unquote: [ '1.1.1' ],
156 silly audit   upath: [ '1.2.0' ],
156 silly audit   'uri-js': [ '4.4.1' ],
156 silly audit   'util-deprecate': [ '1.0.2' ],
156 silly audit   'util.promisify': [ '1.0.1' ],
156 silly audit   utila: [ '0.4.0' ],
156 silly audit   'utils-merge': [ '1.0.1' ],
156 silly audit   uuid: [ '8.3.2' ],
156 silly audit   'v8-compile-cache': [ '2.3.0' ],
156 silly audit   'v8-to-istanbul': [ '8.1.1' ],
156 silly audit   vary: [ '1.1.2' ],
156 silly audit   'w3c-hr-time': [ '1.0.2' ],
156 silly audit   'w3c-xmlserializer': [ '2.0.0' ],
156 silly audit   walker: [ '1.0.8' ],
156 silly audit   watchpack: [ '2.3.1' ],
156 silly audit   wbuf: [ '1.7.3' ],
156 silly audit   'web-vitals': [ '2.1.4' ],
156 silly audit   webpack: [ '5.72.0' ],
156 silly audit   'webpack-dev-middleware': [ '5.3.1' ],
156 silly audit   'webpack-dev-server': [ '4.8.1' ],
156 silly audit   ws: [ '8.6.0', '7.5.7' ],
156 silly audit   'webpack-manifest-plugin': [ '4.1.1' ],
156 silly audit   'webpack-sources': [ '2.3.1', '3.2.3', '1.4.3' ],
156 silly audit   'websocket-driver': [ '0.7.4' ],
156 silly audit   'websocket-extensions': [ '0.1.4' ],
156 silly audit   'whatwg-encoding': [ '1.0.5' ],
156 silly audit   'whatwg-fetch': [ '3.6.2' ],
156 silly audit   'whatwg-mimetype': [ '2.3.0' ],
156 silly audit   'which-boxed-primitive': [ '1.0.2' ],
156 silly audit   'word-wrap': [ '1.2.3' ],
156 silly audit   'workbox-background-sync': [ '6.5.3' ],
156 silly audit   'workbox-broadcast-update': [ '6.5.3' ],
156 silly audit   'workbox-build': [ '6.5.3' ],
156 silly audit   '@apideck/better-ajv-errors': [ '0.3.3' ],
156 silly audit   'workbox-cacheable-response': [ '6.5.3' ],
156 silly audit   'workbox-core': [ '6.5.3' ],
156 silly audit   'workbox-expiration': [ '6.5.3' ],
156 silly audit   'workbox-google-analytics': [ '6.5.3' ],
156 silly audit   'workbox-navigation-preload': [ '6.5.3' ],
156 silly audit   'workbox-precaching': [ '6.5.3' ],
156 silly audit   'workbox-range-requests': [ '6.5.3' ],
156 silly audit   'workbox-recipes': [ '6.5.3' ],
156 silly audit   'workbox-routing': [ '6.5.3' ],
156 silly audit   'workbox-strategies': [ '6.5.3' ],
156 silly audit   'workbox-streams': [ '6.5.3' ],
156 silly audit   'workbox-sw': [ '6.5.3' ],
156 silly audit   'workbox-webpack-plugin': [ '6.5.3' ],
156 silly audit   'workbox-window': [ '6.5.3' ],
156 silly audit   'wrap-ansi': [ '7.0.0' ],
156 silly audit   wrappy: [ '1.0.2' ],
156 silly audit   'write-file-atomic': [ '3.0.3' ],
156 silly audit   'xml-name-validator': [ '3.0.0' ],
156 silly audit   xmlchars: [ '2.2.0' ],
156 silly audit   xtend: [ '4.0.2' ],
156 silly audit   y18n: [ '5.0.8' ],
156 silly audit   yallist: [ '4.0.0' ],
156 silly audit   yaml: [ '1.10.2' ],
156 silly audit   yargs: [ '16.2.0' ],
156 silly audit   'yargs-parser': [ '20.2.9' ],
156 silly audit   'yocto-queue': [ '0.1.0' ],
156 silly audit   '@supabase/supabase-js': [ '1.35.2' ],
156 silly audit   '@supabase/functions-js': [ '1.3.3' ],
156 silly audit   '@supabase/gotrue-js': [ '1.22.13' ],
156 silly audit   '@supabase/postgrest-js': [ '0.37.2' ],
156 silly audit   '@supabase/realtime-js': [ '1.7.2' ],
156 silly audit   '@supabase/storage-js': [ '1.7.0' ],
156 silly audit   'cross-fetch': [ '3.1.5' ],
156 silly audit   '@types/phoenix': [ '1.5.4' ],
156 silly audit   websocket: [ '1.0.34' ],
156 silly audit   'node-fetch': [ '2.6.7' ],
156 silly audit   bufferutil: [ '4.0.6' ],
156 silly audit   'es5-ext': [ '0.10.61' ],
156 silly audit   'utf-8-validate': [ '5.0.9' ],
156 silly audit   yaeti: [ '0.0.6' ],
156 silly audit   'node-gyp-build': [ '4.4.0' ],
156 silly audit   'es6-iterator': [ '2.0.3' ],
156 silly audit   'es6-symbol': [ '3.1.3' ],
156 silly audit   'next-tick': [ '1.1.0' ],
156 silly audit   d: [ '1.0.1' ],
156 silly audit   type: [ '1.2.0', '2.6.0' ],
156 silly audit   ext: [ '1.6.0' ]
156 silly audit }
157 verbose reify failed optional dependency /run/media/user/Personal/Projects/react/my-app/node_modules/fsevents
158 silly reify mark deleted [
158 silly reify   '/run/media/user/Personal/Projects/react/my-app/node_modules/fsevents'
158 silly reify ]
159 timing reifyNode:node_modules/fsevents Completed in 130ms
160 timing reifyNode:node_modules/@types/phoenix Completed in 1425ms
161 timing reifyNode:node_modules/websocket/node_modules/ms Completed in 1446ms
162 timing reifyNode:node_modules/node-fetch/node_modules/webidl-conversions Completed in 1517ms
163 timing reifyNode:node_modules/node-gyp-build Completed in 1576ms
164 timing reifyNode:node_modules/next-tick Completed in 1701ms
165 timing reifyNode:node_modules/yaeti Completed in 1734ms
166 timing reifyNode:node_modules/node-fetch/node_modules/whatwg-url Completed in 1753ms
167 timing reifyNode:node_modules/d Completed in 1782ms
168 timing reifyNode:node_modules/node-fetch Completed in 1825ms
169 timing reifyNode:node_modules/node-fetch/node_modules/tr46 Completed in 1938ms
170 timing reifyNode:node_modules/websocket/node_modules/debug Completed in 1945ms
171 timing reifyNode:node_modules/cross-fetch Completed in 1977ms
172 timing reifyNode:node_modules/es6-iterator Completed in 2195ms
173 timing reifyNode:node_modules/es6-symbol Completed in 2235ms
174 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 2270ms
175 timing auditReport:getReport Completed in 2373ms
176 silly audit report {
176 silly audit report   'nth-check': [
176 silly audit report     {
176 silly audit report       id: 1067654,
176 silly audit report       url: 'https://github.com/advisories/GHSA-rp65-9cf3-cjxr',
176 silly audit report       title: 'Inefficient Regular Expression Complexity in nth-check',
176 silly audit report       severity: 'moderate',
176 silly audit report       vulnerable_versions: '<2.0.1',
176 silly audit report       cwe: [Array],
176 silly audit report       cvss: [Object]
176 silly audit report     }
176 silly audit report   ]
176 silly audit report }
177 timing metavuln:cache:get:security-advisory:nth-check:3k06OroJLgELuM+zLlxCn28v8PFxG7M4G0FWcdepJA8uKso4q0acHHNqZia/QUgPjIAZYPDsdUpRuAKARKSiBw== Completed in 141ms
178 timing reifyNode:node_modules/websocket Completed in 2403ms
179 timing reifyNode:node_modules/bufferutil Completed in 2489ms
180 timing reifyNode:node_modules/utf-8-validate Completed in 2497ms
181 timing reifyNode:node_modules/@supabase/functions-js Completed in 2495ms
182 http fetch GET 200 https://registry.npmjs.org/nth-check 566ms (cache revalidated)
183 timing metavuln:packument:nth-check Completed in 571ms
184 timing metavuln:load:security-advisory:nth-check:1067654 Completed in 3ms
185 timing metavuln:calculate:security-advisory:nth-check:1067654 Completed in 580ms
186 timing metavuln:cache:get:security-advisory:css-select:vzizomWRd6M2v4gU0UEGoaekLHkD3hIj0mXfP3aMLDIu3MHlqGiGJvanbTgzgznDLl+JoCuOlcho9fkDwydzfg== Completed in 118ms
187 http fetch GET 200 https://registry.npmjs.org/css-select 472ms (cache revalidated)
188 timing metavuln:packument:css-select Completed in 477ms
189 timing metavuln:load:security-advisory:css-select:3k06OroJLgELuM+zLlxCn28v8PFxG7M4G0FWcdepJA8uKso4q0acHHNqZia/QUgPjIAZYPDsdUpRuAKARKSiBw== Completed in 1ms
190 timing metavuln:calculate:security-advisory:css-select:3k06OroJLgELuM+zLlxCn28v8PFxG7M4G0FWcdepJA8uKso4q0acHHNqZia/QUgPjIAZYPDsdUpRuAKARKSiBw== Completed in 479ms
191 timing metavuln:cache:get:security-advisory:svgo:0DIruXXuZ2ZyQO7GAIY8nnjPmA+VUxjHAdZNp9fNliVrYY6FdH4SRJ0/U8INfEZU3ifIvdJwOX2uFgIhtEZymQ== Completed in 103ms
192 timing reifyNode:node_modules/ext Completed in 3651ms
193 http fetch GET 200 https://registry.npmjs.org/svgo 451ms (cache revalidated)
194 timing metavuln:packument:svgo Completed in 464ms
195 timing metavuln:load:security-advisory:svgo:vzizomWRd6M2v4gU0UEGoaekLHkD3hIj0mXfP3aMLDIu3MHlqGiGJvanbTgzgznDLl+JoCuOlcho9fkDwydzfg== Completed in 4ms
196 timing metavuln:calculate:security-advisory:svgo:vzizomWRd6M2v4gU0UEGoaekLHkD3hIj0mXfP3aMLDIu3MHlqGiGJvanbTgzgznDLl+JoCuOlcho9fkDwydzfg== Completed in 469ms
197 timing reifyNode:node_modules/ext/node_modules/type Completed in 3802ms
198 timing metavuln:cache:get:security-advisory:@svgr/plugin-svgo:GlUBfYKBe//VwBUf14INrfRzokCk3zcsH+3ooIUy4CHLIhw6Fumg3BbXbawe27Myvxd+GORUQlyxrr5/yUhmxA== Completed in 69ms
199 timing reifyNode:node_modules/@supabase/postgrest-js Completed in 3848ms
200 timing reifyNode:node_modules/@supabase/supabase-js Completed in 3859ms
201 timing reifyNode:node_modules/@supabase/storage-js Completed in 3877ms
202 timing reifyNode:node_modules/@supabase/gotrue-js Completed in 3979ms
203 http fetch GET 200 https://registry.npmjs.org/@svgr%2fplugin-svgo 225ms (cache revalidated)
204 timing metavuln:packument:@svgr/plugin-svgo Completed in 230ms
205 timing metavuln:load:security-advisory:@svgr/plugin-svgo:0DIruXXuZ2ZyQO7GAIY8nnjPmA+VUxjHAdZNp9fNliVrYY6FdH4SRJ0/U8INfEZU3ifIvdJwOX2uFgIhtEZymQ== Completed in 1ms
206 timing metavuln:calculate:security-advisory:@svgr/plugin-svgo:0DIruXXuZ2ZyQO7GAIY8nnjPmA+VUxjHAdZNp9fNliVrYY6FdH4SRJ0/U8INfEZU3ifIvdJwOX2uFgIhtEZymQ== Completed in 233ms
207 timing metavuln:cache:get:security-advisory:@svgr/webpack:YCKitfWJ1nvB6TcKzmMnp67mrLHbAAAQm5kP8zN6VEZCrcgCEDndX6rN4ivSubGVoFWUJF+mveALS2U5tEFlWQ== Completed in 85ms
208 timing reifyNode:node_modules/@supabase/realtime-js Completed in 4115ms
209 http fetch GET 200 https://registry.npmjs.org/@svgr%2fwebpack 300ms (cache revalidated)
210 timing metavuln:packument:@svgr/webpack Completed in 310ms
211 timing metavuln:load:security-advisory:@svgr/webpack:GlUBfYKBe//VwBUf14INrfRzokCk3zcsH+3ooIUy4CHLIhw6Fumg3BbXbawe27Myvxd+GORUQlyxrr5/yUhmxA== Completed in 1ms
212 timing metavuln:calculate:security-advisory:@svgr/webpack:GlUBfYKBe//VwBUf14INrfRzokCk3zcsH+3ooIUy4CHLIhw6Fumg3BbXbawe27Myvxd+GORUQlyxrr5/yUhmxA== Completed in 313ms
213 timing metavuln:cache:get:security-advisory:react-scripts:TdBNC/bzy4pCMT1Mye76ROCL8weSGaq1VDvENkCWoNJDQW2J6gELIsNp1nupvqfp7BqVzBLaPUtPLtuvhUh/2g== Completed in 40ms
214 timing reifyNode:node_modules/type Completed in 4382ms
215 http fetch GET 200 https://registry.npmjs.org/react-scripts 181ms (cache revalidated)
216 timing metavuln:packument:react-scripts Completed in 213ms
217 timing metavuln:load:security-advisory:react-scripts:YCKitfWJ1nvB6TcKzmMnp67mrLHbAAAQm5kP8zN6VEZCrcgCEDndX6rN4ivSubGVoFWUJF+mveALS2U5tEFlWQ== Completed in 7ms
218 timing metavuln:calculate:security-advisory:react-scripts:YCKitfWJ1nvB6TcKzmMnp67mrLHbAAAQm5kP8zN6VEZCrcgCEDndX6rN4ivSubGVoFWUJF+mveALS2U5tEFlWQ== Completed in 223ms
219 timing auditReport:init Completed in 2540ms
220 timing reify:audit Completed in 4920ms
221 timing reifyNode:node_modules/es5-ext Completed in 6177ms
222 timing reify:unpack Completed in 6193ms
223 timing reify:unretire Completed in 1ms
224 timing build:queue Completed in 29ms
225 timing build:link:node_modules/node-gyp-build Completed in 13ms
226 timing build:link Completed in 15ms
227 info run bufferutil@4.0.6 install node_modules/bufferutil node-gyp-build
228 info run utf-8-validate@5.0.9 install node_modules/utf-8-validate node-gyp-build
229 info run bufferutil@4.0.6 install { code: 126, signal: null }
230 info run utf-8-validate@5.0.9 install { code: 126, signal: null }
231 timing reify:rollback:createSparse Completed in 2324ms
232 timing reify:rollback:retireShallow Completed in 0ms
233 timing command:i Completed in 45576ms
234 verbose stack Error: command failed
234 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27)
234 verbose stack     at ChildProcess.emit (node:events:527:28)
234 verbose stack     at maybeClose (node:internal/child_process:1090:16)
234 verbose stack     at Socket.<anonymous> (node:internal/child_process:449:11)
234 verbose stack     at Socket.emit (node:events:527:28)
234 verbose stack     at Pipe.<anonymous> (node:net:709:12)
235 verbose pkgid bufferutil@4.0.6
236 verbose cwd /run/media/user/Personal/Projects/react/my-app
237 verbose Linux 5.15.32-1-MANJARO
238 verbose argv "/usr/bin/node" "/usr/bin/npm" "i" "@supabase/supabase-js"
239 verbose node v17.8.0
240 verbose npm  v8.5.5
241 error code 126
242 error path /run/media/user/Personal/Projects/react/my-app/node_modules/bufferutil
243 error command failed
244 error command sh -c node-gyp-build
245 error sh: line 1: /run/media/user/Personal/Projects/react/my-app/node_modules/.bin/node-gyp-build: Permission denied
246 verbose exit 126
247 timing npm Completed in 46824ms
248 verbose unfinished npm timer reify 1651576939528
249 verbose unfinished npm timer reify:build 1651576982590
250 verbose unfinished npm timer build 1651576982594
251 verbose unfinished npm timer build:deps 1651576982594
252 verbose unfinished npm timer build:run:install 1651576982639
253 verbose unfinished npm timer build:run:install:node_modules/bufferutil 1651576982643
254 verbose unfinished npm timer build:run:install:node_modules/utf-8-validate 1651576982706
255 verbose code 126
256 error A complete log of this run can be found in:
256 error     /home/user/.npm/_logs/2022-05-03T11_22_18_326Z-debug-0.log

I’m only a casual linux user. That might mess up my system so I’ll prefer to do something less scary. :grimacing:

Doesn’t matter how casual you are regarding that. It’s better to use a dedicated mount point for that:

sudo mkdir /mnt/Personal

And then just change it in fstab from:

UUID=7ED15E311F3DF5B1 /run/media/user/Personal ntfs-3g nofail,noatime,rw,user,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,auto 0 0

to

UUID=7ED15E311F3DF5B1 /mnt/Personal ntfs-3g nofail,noatime,rw,user,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,auto 0 0
1 Like

How is creating a directory (to use as a mount point) scary or making a mess?

Please take that as a rhetorical question - it is your system … and unfortunately also your problems that might result from that.

Thanks, I’ll try that. I never knew UUID hold these partitions. It’s because whenever I mount them, they’re mounted to /run/media/ so that’s what I put in my fstab.

I mean, I did something before that unmounted a partition and the only solution was reformat it, resulting to loss of data. Even if it’s just as simple as creating a folder it’s still in the place that needed a sudo to do it (or not… I just treat every dir outside of /home a system folder). I just don’t want to do the same mistake again. :person_shrugging:

That might not have been necessary. But I can’t really say, as I wasn’t there.

You don’t need to create directories with sudo. You just need to set the ownership and permissions once the drive is successfully mounted. You do that once with root, or using sudo and it’ll be fine afterwards.

The reason it was mounted there by your file manager is because, according to it, it’s not a permanent drive, so it does mounts it “temporarily”. But mounting it as a permanent drive, that’s no longer a problem.

See

1 Like

I’ll definitely read that, thanks!

So it worked when I commented the entry in the fstab:

#UUID=7ED15E311F3DF5B1 /mnt/Personal ntfs-3g nofail,noatime,rw,user,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,auto 0 0

What could I replace ntfs-3g with to automatically mount the partition?

Edit:

Replacing ntfs-3g with ntfs did it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.