首页 前端知识 flink1.16源码编译打包时报错-Failed to run task: ‘npm ci --cache-max=0 --no-save --registry=xxx‘ failed

flink1.16源码编译打包时报错-Failed to run task: ‘npm ci --cache-max=0 --no-save --registry=xxx‘ failed

2024-07-21 00:07:17 前端知识 前端哥 133 27 我要收藏

项目场景:

flink1.16在使用mvn clean install -DskipTests -Dfast命令 编译打包时报错
Failed to run task: ‘npm ci --cache-max=0 --no-save --registry=https://registry.npm.taobao.org’ failed。
在这里插入图片描述


原因分析:

原来编译打包一直没有问题,后来npm做了版本升级,升级后报这个错误。

查看nodejs日志可见如下错误:
178 silly reify mark deleted [
178 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\@angular\cdk\node_modules\parse5’
178 silly reify ]
179 timing reifyNode:node_modules/@angular/cdk/node_modules/parse5 Completed in 82778ms
180 timing reify:rollback:createSparse Completed in 466ms
181 timing reify:rollback:retireShallow Completed in 0ms
182 timing command:ci Completed in 122635ms
183 verbose type system
184 verbose stack FetchError: request to https://registry.npm.taobao.org/zone.js/-/zone.js-0.11.5.tgz failed, reason: certificate has expired
184 verbose stack at ClientRequest. (F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\node_modules\minipass-fetch\lib\index.js:110:14)
184 verbose stack at ClientRequest.emit (node:events:390:28)
184 verbose stack at TLSSocket.socketErrorListener (node:_http_client:447:9)
184 verbose stack at TLSSocket.emit (node:events:402:35)
184 verbose stack at emitErrorNT (node:internal/streams/destroy:157:8)
184 verbose stack at emitErrorCloseNT (node:internal/streams/destroy:122:3)
184 verbose stack at processTicksAndRejections (node:internal/process/task_queues:83:21)
185 verbose cwd F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard
186 verbose Windows_NT 10.0.22000
187 verbose argv “F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node.exe” “F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\bin\npm-cli.js” “ci” “–cache-max=0” “–no-save” “–registry=https://registry.npm.taobao.org”
188 verbose node v16.13.2
189 verbose npm v8.1.2
190 error code CERT_HAS_EXPIRED
191 error errno CERT_HAS_EXPIRED
192 error request to https://registry.npm.taobao.org/zone.js/-/zone.js-0.11.5.tgz failed, reason: certificate has expired
193 verbose exit 1

可见是因为taobao npm仓库 中zone.js-0.11.5版本的证书过期了,故不再使用taobao的 镜像仓库。


解决方案:

去掉 --registry=https://registry.npm.taobao.org运行正常。
修改pom.xml文件如下

<execution>
	<id>npm install</id>
	<goals>
		<goal>npm</goal>
	</goals>
	<configuration>
		<arguments>ci --cache-max=0 --no-save</arguments>
		<environmentVariables>
			<HUSKY_SKIP_INSTALL>true</HUSKY_SKIP_INSTALL>
		</environmentVariables>
	</configuration>
</execution>

详细错误日志,有兴趣的可以看下

0 verbose cli [
0 verbose cli ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node.exe’,
0 verbose cli ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\bin\npm-cli.js’,
0 verbose cli ‘ci’,
0 verbose cli ‘–cache-max=0’,
0 verbose cli ‘–no-save’,
0 verbose cli ‘–registry=https://registry.npm.taobao.org’
0 verbose cli ]
1 info using npm@8.1.2
2 info using node@v16.13.2
3 timing npm:load:whichnode Completed in 0ms
4 timing config:load:defaults Completed in 2ms
5 timing config:load:file:F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\npmrc Completed in 3ms
6 timing config:load:builtin Completed in 3ms
7 verbose config cache-max This option has been deprecated in favor of --prefer-online
8 timing config:load:cli Completed in 5ms
9 timing config:load:env Completed in 1ms
10 timing config:load:file:F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard.npmrc Completed in 0ms
11 timing config:load:project Completed in 1ms
12 timing config:load:file:C:\Users\Administrator.npmrc Completed in 2ms
13 timing config:load:user Completed in 2ms
14 timing config:load:file:C:\nodejs\node_global\etc\npmrc Completed in 0ms
15 timing config:load:global Completed in 0ms
16 timing config:load:validate Completed in 1ms
17 timing config:load:credentials Completed in 1ms
18 timing config:load:setEnvs Completed in 1ms
19 timing config:load Completed in 17ms
20 timing npm:load:configload Completed in 17ms
21 timing npm:load:setTitle Completed in 0ms
22 timing npm:load:setupLog Completed in 0ms
23 timing config:load:flatten Completed in 1ms
24 timing npm:load:cleanupLog Completed in 2ms
25 timing npm:load:configScope Completed in 1ms
26 timing npm:load:projectScope Completed in 1ms
27 timing npm:load Completed in 23ms
28 timing arborist:ctor Completed in 2ms
29 timing npm-ci:rm Completed in 23693ms
30 timing idealTree:init Completed in 2ms
31 timing idealTree:userRequests Completed in 0ms
32 silly idealTree buildDeps
33 timing idealTree:#root Completed in 0ms
34 timing idealTree:buildDeps Completed in 2ms
35 timing idealTree:fixDepFlags Completed in 0ms
36 timing idealTree Completed in 16ms
37 timing reify:loadTrees Completed in 36ms
38 timing reify:diffTrees Completed in 19ms
39 silly reify moves {}
40 timing reify:retireShallow Completed in 0ms
41 timing reify:createSparse Completed in 815ms
42 timing reify:loadBundles Completed in 0ms
43 silly audit bulk request {
43 silly audit ‘@ampproject/remapping’: [ ‘1.0.2’ ],
43 silly audit ‘@angular-devkit/architect’: [ ‘0.1301.4’ ],
43 silly audit ‘@angular-devkit/build-angular’: [ ‘13.1.4’ ],
43 silly audit ‘core-js’: [ ‘3.19.3’, ‘3.22.8’ ],
43 silly audit tslib: [ ‘2.3.1’, ‘1.14.1’, ‘2.4.0’ ],
43 silly audit ‘@angular-devkit/build-webpack’: [ ‘0.1301.4’ ],
43 silly audit ‘@angular-devkit/core’: [ ‘13.1.4’ ],
43 silly audit ‘@angular-devkit/schematics’: [ ‘13.1.4’ ],
43 silly audit ‘@angular-eslint/builder’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/bundled-angular-compiler’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/eslint-plugin’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/eslint-plugin-template’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/schematics’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/template-parser’: [ ‘13.0.1’ ],
43 silly audit ‘@angular-eslint/utils’: [ ‘13.0.1’ ],
43 silly audit ‘@angular/animations’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/cdk’: [ ‘13.3.9’ ],
43 silly audit parse5: [ ‘5.1.1’, ‘6.0.1’ ],
43 silly audit ‘@angular/cli’: [ ‘13.1.4’ ],
43 silly audit ‘@angular/common’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/compiler’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/compiler-cli’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/core’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/forms’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/language-service’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/platform-browser’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/platform-browser-dynamic’: [ ‘13.1.3’ ],
43 silly audit ‘@angular/router’: [ ‘13.1.3’ ],
43 silly audit ‘@ant-design/colors’: [ ‘5.1.1’ ],
43 silly audit ‘@ant-design/icons-angular’: [ ‘13.1.0’ ],
43 silly audit ‘@antv/adjust’: [ ‘0.2.5’ ],
43 silly audit ‘@antv/attr’: [ ‘0.3.3’ ],
43 silly audit ‘@antv/color-util’: [ ‘2.0.6’ ],
43 silly audit ‘@antv/component’: [ ‘0.8.27’ ],
43 silly audit ‘@antv/coord’: [ ‘0.3.1’ ],
43 silly audit ‘@antv/dom-util’: [ ‘2.0.4’ ],
43 silly audit ‘@antv/event-emitter’: [ ‘0.1.3’ ],
43 silly audit ‘@antv/g-base’: [ ‘0.5.11’ ],
43 silly audit ‘@antv/g-canvas’: [ ‘0.5.12’ ],
43 silly audit ‘@antv/g-math’: [ ‘0.1.7’ ],
43 silly audit ‘@antv/g-svg’: [ ‘0.5.6’ ],
43 silly audit ‘@antv/g2’: [ ‘4.2.2’ ],
43 silly audit ‘@antv/matrix-util’: [ ‘3.1.0-beta.3’, ‘3.0.4’ ],
43 silly audit ‘@antv/path-util’: [ ‘2.0.15’ ],
43 silly audit ‘@antv/scale’: [ ‘0.3.18’ ],
43 silly audit ‘@antv/util’: [ ‘2.0.17’ ],
43 silly audit ‘@assemblyscript/loader’: [ ‘0.10.1’ ],
43 silly audit ‘@babel/code-frame’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/compat-data’: [ ‘7.17.10’ ],
43 silly audit ‘@babel/core’: [ ‘7.16.0’ ],
43 silly audit semver: [ ‘6.3.0’, ‘7.3.4’, ‘7.3.7’, ‘7.0.0’, ‘5.7.1’, ‘7.3.5’ ],
43 silly audit ‘source-map’: [ ‘0.5.7’, ‘0.6.1’, ‘0.7.3’ ],
43 silly audit ‘@babel/generator’: [ ‘7.16.0’, ‘7.18.2’ ],
43 silly audit ‘@babel/helper-annotate-as-pure’: [ ‘7.16.0’, ‘7.16.7’ ],
43 silly audit ‘@babel/helper-builder-binary-assignment-operator-visitor’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-compilation-targets’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/helper-create-class-features-plugin’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/helper-create-regexp-features-plugin’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/helper-define-polyfill-provider’: [ ‘0.3.1’ ],
43 silly audit ‘@babel/helper-environment-visitor’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/helper-explode-assignable-expression’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-function-name’: [ ‘7.17.9’ ],
43 silly audit ‘@babel/template’: [ ‘7.16.7’, ‘7.16.0’ ],
43 silly audit ‘@babel/helper-hoist-variables’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-member-expression-to-functions’: [ ‘7.17.7’ ],
43 silly audit ‘@babel/helper-module-imports’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-module-transforms’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/helper-optimise-call-expression’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-plugin-utils’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/helper-remap-async-to-generator’: [ ‘7.16.8’ ],
43 silly audit ‘@babel/helper-replace-supers’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/helper-simple-access’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/helper-skip-transparent-expression-wrappers’: [ ‘7.16.0’ ],
43 silly audit ‘@babel/helper-split-export-declaration’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-validator-identifier’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-validator-option’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/helper-wrap-function’: [ ‘7.16.8’ ],
43 silly audit ‘@babel/helpers’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/highlight’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/parser’: [ ‘7.18.4’ ],
43 silly audit ‘@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-async-generator-functions’: [ ‘7.16.4’ ],
43 silly audit ‘@babel/plugin-proposal-class-properties’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-class-static-block’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-proposal-dynamic-import’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-proposal-export-namespace-from’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-json-strings’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-logical-assignment-operators’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-nullish-coalescing-operator’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-numeric-separator’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-proposal-object-rest-spread’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-proposal-optional-catch-binding’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-proposal-optional-chaining’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-private-methods’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-private-property-in-object’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-proposal-unicode-property-regex’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-syntax-async-generators’: [ ‘7.8.4’ ],
43 silly audit ‘@babel/plugin-syntax-class-properties’: [ ‘7.12.13’ ],
43 silly audit ‘@babel/plugin-syntax-class-static-block’: [ ‘7.14.5’ ],
43 silly audit ‘@babel/plugin-syntax-dynamic-import’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-export-namespace-from’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-json-strings’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-logical-assignment-operators’: [ ‘7.10.4’ ],
43 silly audit ‘@babel/plugin-syntax-nullish-coalescing-operator’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-numeric-separator’: [ ‘7.10.4’ ],
43 silly audit ‘@babel/plugin-syntax-object-rest-spread’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-optional-catch-binding’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-optional-chaining’: [ ‘7.8.3’ ],
43 silly audit ‘@babel/plugin-syntax-private-property-in-object’: [ ‘7.14.5’ ],
43 silly audit ‘@babel/plugin-syntax-top-level-await’: [ ‘7.14.5’ ],
43 silly audit ‘@babel/plugin-transform-arrow-functions’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-async-to-generator’: [ ‘7.16.0’ ],
43 silly audit ‘@babel/plugin-transform-block-scoped-functions’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-block-scoping’: [ ‘7.18.4’ ],
43 silly audit ‘@babel/plugin-transform-classes’: [ ‘7.18.4’ ],
43 silly audit ‘@babel/plugin-transform-computed-properties’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-destructuring’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-transform-dotall-regex’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-duplicate-keys’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-exponentiation-operator’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-for-of’: [ ‘7.18.1’ ],
43 silly audit ‘@babel/plugin-transform-function-name’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-literals’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-member-expression-literals’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-modules-amd’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-transform-modules-commonjs’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/plugin-transform-modules-systemjs’: [ ‘7.18.4’ ],
43 silly audit ‘@babel/plugin-transform-modules-umd’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-transform-named-capturing-groups-regex’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-new-target’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-object-super’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-parameters’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-property-literals’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-regenerator’: [ ‘7.18.0’ ],
43 silly audit ‘@babel/plugin-transform-reserved-words’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-runtime’: [ ‘7.16.4’ ],
43 silly audit ‘@babel/plugin-transform-shorthand-properties’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-spread’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-sticky-regex’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-template-literals’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/plugin-transform-typeof-symbol’: [ ‘7.17.12’ ],
43 silly audit ‘@babel/plugin-transform-unicode-escapes’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/plugin-transform-unicode-regex’: [ ‘7.16.7’ ],
43 silly audit ‘@babel/preset-env’: [ ‘7.16.4’ ],
43 silly audit ‘@babel/preset-modules’: [ ‘0.1.5’ ],
43 silly audit ‘@babel/runtime’: [ ‘7.16.3’ ],
43 silly audit ‘@babel/runtime-corejs3’: [ ‘7.18.3’ ],
43 silly audit ‘@babel/traverse’: [ ‘7.18.2’ ],
43 silly audit ‘@babel/types’: [ ‘7.18.4’ ],
43 silly audit ‘@colors/colors’: [ ‘1.5.0’ ],
43 silly audit ‘@cspotcode/source-map-support’: [ ‘0.8.1’ ],
43 silly audit ‘@csstools/postcss-progressive-custom-properties’: [ ‘1.3.0’ ],
43 silly audit ‘@csstools/selector-specificity’: [ ‘2.0.0’ ],
43 silly audit ‘@ctrl/tinycolor’: [ ‘3.4.1’ ],
43 silly audit ‘@discoveryjs/json-ext’: [ ‘0.5.6’ ],
43 silly audit ‘@es-joy/jsdoccomment’: [ ‘0.20.1’ ],
43 silly audit ‘@eslint/eslintrc’: [ ‘1.3.0’ ],
43 silly audit ajv: [ ‘6.12.6’, ‘8.8.2’ ],
43 silly audit argparse: [ ‘2.0.1’, ‘1.0.10’ ],
43 silly audit globals: [ ‘13.15.0’, ‘11.12.0’ ],
43 silly audit ignore: [ ‘5.2.0’, ‘5.1.9’ ],
43 silly audit ‘js-yaml’: [ ‘4.1.0’, ‘3.14.1’ ],
43 silly audit ‘json-schema-traverse’: [ ‘0.4.1’, ‘1.0.0’ ],
43 silly audit minimatch: [ ‘3.1.2’, ‘3.0.5’, ‘5.1.0’, ‘3.0.4’ ],
43 silly audit ‘type-fest’: [ ‘0.20.2’, ‘0.18.1’, ‘0.8.1’, ‘0.6.0’, ‘0.21.3’ ],
43 silly audit ‘@gar/promisify’: [ ‘1.1.3’ ],
43 silly audit ‘@humanwhocodes/config-array’: [ ‘0.9.5’ ],
43 silly audit ‘@humanwhocodes/object-schema’: [ ‘1.2.1’ ],
43 silly audit ‘@istanbuljs/load-nyc-config’: [ ‘1.1.0’ ],
43 silly audit ‘@istanbuljs/schema’: [ ‘0.1.3’ ],
43 silly audit ‘@jridgewell/gen-mapping’: [ ‘0.3.1’ ],
43 silly audit ‘@jridgewell/resolve-uri’: [ ‘1.0.0’, ‘3.0.7’ ],
43 silly audit ‘@jridgewell/set-array’: [ ‘1.1.1’ ],
43 silly audit ‘@jridgewell/sourcemap-codec’: [ ‘1.4.13’ ],
43 silly audit ‘@jridgewell/trace-mapping’: [ ‘0.3.9’ ],
43 silly audit ‘@ngtools/webpack’: [ ‘13.1.4’ ],
43 silly audit ‘@nodelib/fs.scandir’: [ ‘2.1.5’ ],
43 silly audit ‘@nodelib/fs.stat’: [ ‘2.0.5’ ],
43 silly audit ‘@nodelib/fs.walk’: [ ‘1.2.8’ ],
43 silly audit ‘@npmcli/fs’: [ ‘1.1.1’ ],
43 silly audit ‘@npmcli/git’: [ ‘2.1.0’ ],
43 silly audit ‘@npmcli/installed-package-contents’: [ ‘1.0.7’ ],
43 silly audit ‘@npmcli/move-file’: [ ‘1.1.2’ ],
43 silly audit ‘@npmcli/node-gyp’: [ ‘1.0.3’ ],
43 silly audit ‘@npmcli/promise-spawn’: [ ‘1.3.2’ ],
43 silly audit ‘@npmcli/run-script’: [ ‘2.0.0’ ],
43 silly audit ‘@nrwl/cli’: [ ‘14.2.1’ ],
43 silly audit ‘@nrwl/tao’: [ ‘14.2.1’, ‘13.1.3’ ],
43 silly audit ‘ansi-styles’: [ ‘4.3.0’, ‘3.2.1’, ‘5.2.0’, ‘2.2.1’, ‘6.1.0’ ],
43 silly audit chalk: [ ‘4.1.0’, ‘4.1.2’, ‘2.4.2’, ‘1.1.3’ ],
43 silly audit ‘color-convert’: [ ‘2.0.1’, ‘1.9.3’ ],
43 silly audit ‘color-name’: [ ‘1.1.4’, ‘1.1.3’ ],
43 silly audit ‘fast-glob’: [ ‘3.2.7’, ‘3.2.11’ ],
43 silly audit ‘fs-extra’: [ ‘10.1.0’, ‘9.1.0’ ],
43 silly audit glob: [ ‘7.1.4’, ‘7.2.0’ ],
43 silly audit ‘has-flag’: [ ‘4.0.0’, ‘3.0.0’ ],
43 silly audit nx: [ ‘14.2.1’, ‘13.1.3’ ],
43 silly audit ‘supports-color’: [ ‘7.2.0’, ‘8.1.1’, ‘9.2.2’, ‘2.0.0’, ‘5.5.0’ ],
43 silly audit ‘yargs-parser’: [ ‘21.0.1’, ‘20.2.9’, ‘18.1.3’, ‘20.0.0’ ],
43 silly audit ‘@nrwl/devkit’: [ ‘13.1.3’ ],
43 silly audit ‘@parcel/watcher’: [ ‘2.0.4’ ],
43 silly audit ‘@schematics/angular’: [ ‘13.1.4’ ],
43 silly audit ‘@testing-library/angular’: [ ‘11.0.4’ ],
43 silly audit ‘@testing-library/dom’: [ ‘8.13.0’ ],
43 silly audit ‘aria-query’: [ ‘5.0.0’, ‘4.2.2’ ],
43 silly audit ‘@tootallnate/once’: [ ‘1.1.2’ ],
43 silly audit ‘@tsconfig/node10’: [ ‘1.0.8’ ],
43 silly audit ‘@tsconfig/node12’: [ ‘1.0.9’ ],
43 silly audit ‘@tsconfig/node14’: [ ‘1.0.1’ ],
43 silly audit ‘@tsconfig/node16’: [ ‘1.0.2’ ],
43 silly audit ‘@types/aria-query’: [ ‘4.2.2’ ],
43 silly audit ‘@types/component-emitter’: [ ‘1.2.11’ ],
43 silly audit ‘@types/cookie’: [ ‘0.4.1’ ],
43 silly audit ‘@types/cors’: [ ‘2.8.12’ ],
43 silly audit ‘@types/d3’: [ ‘7.4.0’ ],
43 silly audit ‘@types/d3-array’: [ ‘3.0.3’ ],
43 silly audit ‘@types/d3-axis’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-brush’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-chord’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-color’: [ ‘3.1.0’ ],
43 silly audit ‘@types/d3-contour’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-delaunay’: [ ‘6.0.1’ ],
43 silly audit ‘@types/d3-dispatch’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-drag’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-dsv’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-ease’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-fetch’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-force’: [ ‘3.0.3’ ],
43 silly audit ‘@types/d3-format’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-geo’: [ ‘3.0.2’ ],
43 silly audit ‘@types/d3-hierarchy’: [ ‘3.1.0’ ],
43 silly audit ‘@types/d3-interpolate’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-path’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-polygon’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-quadtree’: [ ‘3.0.2’ ],
43 silly audit ‘@types/d3-random’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-scale’: [ ‘4.0.2’ ],
43 silly audit ‘@types/d3-scale-chromatic’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-selection’: [ ‘3.0.2’ ],
43 silly audit ‘@types/d3-shape’: [ ‘3.1.0’ ],
43 silly audit ‘@types/d3-time’: [ ‘3.0.0’ ],
43 silly audit ‘@types/d3-time-format’: [ ‘4.0.0’ ],
43 silly audit ‘@types/d3-timer’: [ ‘2.0.1’ ],
43 silly audit ‘@types/d3-transition’: [ ‘3.0.1’ ],
43 silly audit ‘@types/d3-zoom’: [ ‘3.0.1’ ],
43 silly audit ‘@types/dagre’: [ ‘0.7.47’ ],
43 silly audit ‘@types/eslint’: [ ‘8.4.2’ ],
43 silly audit ‘@types/eslint-scope’: [ ‘3.7.3’ ],
43 silly audit ‘@types/estree’: [ ‘0.0.50’ ],
43 silly audit ‘@types/geojson’: [ ‘7946.0.8’ ],
43 silly audit ‘@types/http-proxy’: [ ‘1.17.9’ ],
43 silly audit ‘@types/jasmine’: [ ‘3.10.6’ ],
43 silly audit ‘@types/jasminewd2’: [ ‘2.0.10’ ],
43 silly audit ‘@types/json-schema’: [ ‘7.0.11’ ],
43 silly audit ‘@types/json5’: [ ‘0.0.29’ ],
43 silly audit ‘@types/minimist’: [ ‘1.2.2’ ],
43 silly audit ‘@types/node’: [ ‘16.11.39’ ],
43 silly audit ‘@types/normalize-package-data’: [ ‘2.4.1’ ],
43 silly audit ‘@types/parse-json’: [ ‘4.0.0’ ],
43 silly audit ‘@types/q’: [ ‘0.0.32’ ],
43 silly audit ‘@types/retry’: [ ‘0.12.0’ ],
43 silly audit ‘@types/selenium-webdriver’: [ ‘3.0.20’ ],
43 silly audit ‘@typescript-eslint/eslint-plugin’: [ ‘5.27.1’ ],
43 silly audit debug: [ ‘4.3.4’, ‘2.6.9’, ‘3.2.7’, ‘4.3.3’, ‘3.1.0’ ],
43 silly audit ‘@typescript-eslint/experimental-utils’: [ ‘5.3.0’ ],
43 silly audit ‘@typescript-eslint/scope-manager’: [ ‘5.3.0’, ‘5.27.1’ ],
43 silly audit ‘@typescript-eslint/visitor-keys’: [ ‘5.3.0’, ‘5.27.1’ ],
43 silly audit ‘@typescript-eslint/parser’: [ ‘5.27.1’ ],
43 silly audit ‘@typescript-eslint/types’: [ ‘5.27.1’, ‘5.3.0’ ],
43 silly audit ‘@typescript-eslint/typescript-estree’: [ ‘5.27.1’, ‘5.3.0’ ],
43 silly audit ‘@typescript-eslint/type-utils’: [ ‘5.27.1’ ],
43 silly audit ‘@typescript-eslint/utils’: [ ‘5.27.1’ ],
43 silly audit ‘@webassemblyjs/ast’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/floating-point-hex-parser’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/helper-api-error’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/helper-buffer’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/helper-numbers’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/helper-wasm-bytecode’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/helper-wasm-section’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/ieee754’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/leb128’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/utf8’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/wasm-edit’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/wasm-gen’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/wasm-opt’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/wasm-parser’: [ ‘1.11.1’ ],
43 silly audit ‘@webassemblyjs/wast-printer’: [ ‘1.11.1’ ],
43 silly audit ‘@xtuc/ieee754’: [ ‘1.2.0’ ],
43 silly audit ‘@xtuc/long’: [ ‘4.2.2’ ],
43 silly audit ‘@yarnpkg/lockfile’: [ ‘1.1.0’ ],
43 silly audit abab: [ ‘2.0.6’ ],
43 silly audit abbrev: [ ‘1.1.1’ ],
43 silly audit accepts: [ ‘1.3.8’ ],
43 silly audit acorn: [ ‘8.7.1’ ],
43 silly audit ‘acorn-import-assertions’: [ ‘1.8.0’ ],
43 silly audit ‘acorn-jsx’: [ ‘5.3.2’ ],
43 silly audit ‘acorn-walk’: [ ‘8.2.0’ ],
43 silly audit ‘adjust-sourcemap-loader’: [ ‘4.0.0’ ],
43 silly audit ‘loader-utils’: [ ‘2.0.2’, ‘1.4.0’, ‘3.2.0’ ],
43 silly audit ‘adm-zip’: [ ‘0.4.16’ ],
43 silly audit ‘agent-base’: [ ‘6.0.2’, ‘4.3.0’ ],
43 silly audit agentkeepalive: [ ‘4.2.1’ ],
43 silly audit depd: [ ‘1.1.2’, ‘2.0.0’ ],
43 silly audit ‘aggregate-error’: [ ‘3.1.0’ ],
43 silly audit ‘ajv-formats’: [ ‘2.1.1’ ],
43 silly audit ‘ajv-keywords’: [ ‘3.5.2’, ‘5.1.0’ ],
43 silly audit ‘ansi-colors’: [ ‘4.1.1’ ],
43 silly audit ‘ansi-escapes’: [ ‘4.3.2’ ],
43 silly audit ‘ansi-html-community’: [ ‘0.0.8’ ],
43 silly audit ‘ansi-regex’: [ ‘5.0.1’, ‘6.0.1’, ‘2.1.1’ ],
43 silly audit anymatch: [ ‘3.1.2’ ],
43 silly audit aproba: [ ‘2.0.0’ ],
43 silly audit ‘are-we-there-yet’: [ ‘3.0.0’ ],
43 silly audit arg: [ ‘4.1.3’ ],
43 silly audit ‘array-flatten’: [ ‘2.1.2’, ‘1.1.1’ ],
43 silly audit ‘array-includes’: [ ‘3.1.5’ ],
43 silly audit ‘array-union’: [ ‘2.1.0’, ‘3.0.1’, ‘1.0.2’ ],
43 silly audit ‘array-uniq’: [ ‘1.0.3’ ],
43 silly audit ‘array.prototype.flat’: [ ‘1.3.0’ ],
43 silly audit arrify: [ ‘1.0.1’ ],
43 silly audit asn1: [ ‘0.2.6’ ],
43 silly audit ‘assert-plus’: [ ‘1.0.0’ ],
43 silly audit ‘astral-regex’: [ ‘2.0.0’ ],
43 silly audit async: [ ‘3.2.4’, ‘2.6.4’ ],
43 silly audit asynckit: [ ‘0.4.0’ ],
43 silly audit ‘at-least-node’: [ ‘1.0.0’ ],
43 silly audit atob: [ ‘2.1.2’ ],
43 silly audit autoprefixer: [ ‘10.4.7’ ],
43 silly audit ‘aws-sign2’: [ ‘0.7.0’ ],
43 silly audit aws4: [ ‘1.11.0’ ],
43 silly audit ‘axobject-query’: [ ‘2.2.0’ ],
43 silly audit ‘babel-loader’: [ ‘8.2.3’ ],
43 silly audit json5: [ ‘1.0.1’, ‘2.2.1’ ],
43 silly audit ‘babel-plugin-dynamic-import-node’: [ ‘2.3.3’ ],
43 silly audit ‘babel-plugin-istanbul’: [ ‘6.1.1’ ],
43 silly audit ‘babel-plugin-polyfill-corejs2’: [ ‘0.3.1’ ],
43 silly audit ‘babel-plugin-polyfill-corejs3’: [ ‘0.4.0’ ],
43 silly audit ‘babel-plugin-polyfill-regenerator’: [ ‘0.3.1’ ],
43 silly audit ‘balanced-match’: [ ‘1.0.2’, ‘2.0.0’ ],
43 silly audit ‘base64-js’: [ ‘1.5.1’ ],
43 silly audit base64id: [ ‘2.0.0’ ],
43 silly audit batch: [ ‘0.6.1’ ],
43 silly audit ‘bcrypt-pbkdf’: [ ‘1.0.2’ ],
43 silly audit ‘big.js’: [ ‘5.2.2’ ],
43 silly audit ‘binary-extensions’: [ ‘2.2.0’ ],
43 silly audit bl: [ ‘4.1.0’ ],
43 silly audit ‘blocking-proxy’: [ ‘1.0.1’ ],
43 silly audit ‘body-parser’: [ ‘1.20.0’ ],
43 silly audit ‘iconv-lite’: [ ‘0.4.24’, ‘0.6.3’ ],
43 silly audit ms: [ ‘2.0.0’, ‘2.1.2’, ‘2.1.3’ ],
43 silly audit bonjour: [ ‘3.5.0’ ],
43 silly audit boolbase: [ ‘1.0.0’ ],
43 silly audit ‘brace-expansion’: [ ‘1.1.11’, ‘2.0.1’ ],
43 silly audit braces: [ ‘3.0.2’ ],
43 silly audit browserslist: [ ‘4.20.4’ ],
43 silly audit browserstack: [ ‘1.6.1’ ],
43 silly audit ‘https-proxy-agent’: [ ‘2.2.4’, ‘5.0.0’ ],
43 silly audit buffer: [ ‘5.7.1’ ],
43 silly audit ‘buffer-from’: [ ‘1.1.2’ ],
43 silly audit ‘buffer-indexof’: [ ‘1.1.1’ ],
43 silly audit builtins: [ ‘1.0.3’ ],
43 silly audit bytes: [ ‘3.1.2’, ‘3.0.0’ ],
43 silly audit cacache: [ ‘15.3.0’ ],
43 silly audit ‘call-bind’: [ ‘1.0.2’ ],
43 silly audit callsites: [ ‘3.1.0’ ],
43 silly audit camelcase: [ ‘5.3.1’ ],
43 silly audit ‘camelcase-keys’: [ ‘6.2.2’ ],
43 silly audit ‘caniuse-lite’: [ ‘1.0.30001350’ ],
43 silly audit ‘canonical-path’: [ ‘1.0.0’ ],
43 silly audit caseless: [ ‘0.12.0’ ],
43 silly audit chardet: [ ‘0.7.0’ ],
43 silly audit chokidar: [ ‘3.5.3’ ],
43 silly audit chownr: [ ‘2.0.0’ ],
43 silly audit ‘chrome-trace-event’: [ ‘1.0.3’ ],
43 silly audit ‘circular-dependency-plugin’: [ ‘5.2.2’ ],
43 silly audit ‘clean-stack’: [ ‘2.2.0’ ],
43 silly audit ‘cli-cursor’: [ ‘3.1.0’ ],
43 silly audit ‘cli-spinners’: [ ‘2.6.1’ ],
43 silly audit ‘cli-truncate’: [ ‘3.1.0’, ‘2.1.0’ ],
43 silly audit ‘emoji-regex’: [ ‘9.2.2’, ‘8.0.0’ ],
43 silly audit ‘string-width’: [ ‘5.1.2’, ‘4.2.3’ ],
43 silly audit ‘strip-ansi’: [ ‘7.0.1’, ‘6.0.1’, ‘3.0.1’ ],
43 silly audit ‘cli-width’: [ ‘3.0.0’ ],
43 silly audit cliui: [ ‘7.0.4’, ‘6.0.0’ ],
43 silly audit clone: [ ‘1.0.4’ ],
43 silly audit ‘clone-deep’: [ ‘4.0.1’ ],
43 silly audit ‘is-plain-object’: [ ‘2.0.4’, ‘5.0.0’ ],
43 silly audit ‘clone-regexp’: [ ‘2.2.0’ ],
43 silly audit ‘color-support’: [ ‘1.1.3’ ],
43 silly audit colord: [ ‘2.9.2’ ],
43 silly audit colorette: [ ‘2.0.17’ ],
43 silly audit colors: [ ‘1.4.0’ ],
43 silly audit ‘combined-stream’: [ ‘1.0.8’ ],
43 silly audit commander: [ ‘7.2.0’, ‘9.3.0’, ‘2.20.3’ ],
43 silly audit ‘comment-parser’: [ ‘1.3.0’ ],
43 silly audit commondir: [ ‘1.0.1’ ],
43 silly audit ‘component-emitter’: [ ‘1.3.0’ ],
43 silly audit compressible: [ ‘2.0.18’ ],
43 silly audit compression: [ ‘1.7.4’ ],
43 silly audit ‘concat-map’: [ ‘0.0.1’ ],
43 silly audit connect: [ ‘3.7.0’ ],
43 silly audit ‘connect-history-api-fallback’: [ ‘1.6.0’ ],
43 silly audit ‘console-control-strings’: [ ‘1.1.0’ ],
43 silly audit ‘content-disposition’: [ ‘0.5.4’ ],
43 silly audit ‘safe-buffer’: [ ‘5.2.1’, ‘5.1.2’ ],
43 silly audit ‘content-type’: [ ‘1.0.4’ ],
43 silly audit ‘convert-source-map’: [ ‘1.8.0’ ],
43 silly audit cookie: [ ‘0.4.2’, ‘0.5.0’ ],
43 silly audit ‘cookie-signature’: [ ‘1.0.6’ ],
43 silly audit ‘copy-anything’: [ ‘2.0.6’ ],
43 silly audit ‘copy-webpack-plugin’: [ ‘10.0.0’ ],
43 silly audit ‘glob-parent’: [ ‘6.0.2’, ‘5.1.2’ ],
43 silly audit globby: [ ‘12.2.0’, ‘5.0.0’, ‘11.1.0’ ],
43 silly audit ‘schema-utils’: [ ‘4.0.0’, ‘2.7.1’, ‘3.1.1’ ],
43 silly audit slash: [ ‘4.0.0’, ‘3.0.0’ ],
43 silly audit ‘core-js-compat’: [ ‘3.22.8’ ],
43 silly audit ‘core-js-pure’: [ ‘3.22.8’ ],
43 silly audit ‘core-util-is’: [ ‘1.0.2’ ],
43 silly audit cors: [ ‘2.8.5’ ],
43 silly audit cosmiconfig: [ ‘7.0.1’ ],
43 silly audit ‘create-require’: [ ‘1.1.1’ ],
43 silly audit critters: [ ‘0.0.16’ ],
43 silly audit ‘cross-spawn’: [ ‘7.0.3’ ],
43 silly audit css: [ ‘3.0.0’ ],
43 silly audit ‘css-blank-pseudo’: [ ‘3.0.3’ ],
43 silly audit ‘css-functions-list’: [ ‘3.1.0’ ],
43 silly audit ‘css-has-pseudo’: [ ‘3.0.4’ ],
43 silly audit ‘css-loader’: [ ‘6.5.1’ ],
43 silly audit ‘css-prefers-color-scheme’: [ ‘6.0.3’ ],
43 silly audit ‘css-select’: [ ‘4.3.0’ ],
43 silly audit ‘css-what’: [ ‘6.1.0’ ],
43 silly audit cssdb: [ ‘5.1.0’ ],
43 silly audit cssesc: [ ‘3.0.0’ ],
43 silly audit csstype: [ ‘3.1.0’ ],
43 silly audit ‘custom-event’: [ ‘1.0.1’ ],
43 silly audit d3: [ ‘7.4.4’ ],
43 silly audit ‘d3-array’: [ ‘3.1.6’ ],
43 silly audit ‘d3-axis’: [ ‘3.0.0’ ],
43 silly audit ‘d3-brush’: [ ‘3.0.0’ ],
43 silly audit ‘d3-chord’: [ ‘3.0.1’ ],
43 silly audit ‘d3-collection’: [ ‘1.0.7’ ],
43 silly audit ‘d3-color’: [ ‘3.1.0’, ‘1.4.1’ ],
43 silly audit ‘d3-contour’: [ ‘3.0.1’ ],
43 silly audit ‘d3-delaunay’: [ ‘6.0.2’ ],
43 silly audit ‘d3-dispatch’: [ ‘3.0.1’ ],
43 silly audit ‘d3-drag’: [ ‘3.0.0’ ],
43 silly audit ‘d3-dsv’: [ ‘3.0.1’ ],
43 silly audit ‘d3-ease’: [ ‘1.0.7’, ‘3.0.1’ ],
43 silly audit ‘d3-fetch’: [ ‘3.0.1’ ],
43 silly audit ‘d3-flame-graph’: [ ‘4.1.3’ ],
43 silly audit ‘d3-force’: [ ‘3.0.0’ ],
43 silly audit ‘d3-format’: [ ‘3.1.0’ ],
43 silly audit ‘d3-geo’: [ ‘3.0.1’ ],
43 silly audit ‘d3-hierarchy’: [ ‘3.1.2’ ],
43 silly audit ‘d3-interpolate’: [ ‘1.4.0’, ‘3.0.1’ ],
43 silly audit ‘d3-path’: [ ‘3.0.1’ ],
43 silly audit ‘d3-polygon’: [ ‘3.0.1’ ],
43 silly audit ‘d3-quadtree’: [ ‘3.0.1’ ],
43 silly audit ‘d3-random’: [ ‘3.0.1’ ],
43 silly audit ‘d3-scale’: [ ‘4.0.2’ ],
43 silly audit ‘d3-scale-chromatic’: [ ‘3.0.0’ ],
43 silly audit ‘d3-selection’: [ ‘3.0.0’, ‘1.4.2’ ],
43 silly audit ‘d3-shape’: [ ‘3.1.0’ ],
43 silly audit ‘d3-time’: [ ‘3.0.0’ ],
43 silly audit ‘d3-time-format’: [ ‘4.1.0’ ],
43 silly audit ‘d3-timer’: [ ‘1.0.10’, ‘3.0.1’ ],
43 silly audit ‘d3-tip’: [ ‘0.9.1’ ],
43 silly audit ‘d3-transition’: [ ‘3.0.1’ ],
43 silly audit ‘d3-zoom’: [ ‘3.0.0’ ],
43 silly audit dagre: [ ‘0.8.5’ ],
43 silly audit dashdash: [ ‘1.14.1’ ],
43 silly audit ‘date-fns’: [ ‘2.28.0’ ],
43 silly audit ‘date-format’: [ ‘4.0.11’ ],
43 silly audit decamelize: [ ‘1.2.0’ ],
43 silly audit ‘decamelize-keys’: [ ‘1.1.0’ ],
43 silly audit ‘map-obj’: [ ‘1.0.1’, ‘4.3.0’ ],
43 silly audit ‘decode-uri-component’: [ ‘0.2.0’ ],
43 silly audit ‘deep-equal’: [ ‘1.1.1’ ],
43 silly audit ‘deep-is’: [ ‘0.1.4’ ],
43 silly audit ‘default-gateway’: [ ‘6.0.3’ ],
43 silly audit defaults: [ ‘1.0.3’ ],
43 silly audit ‘define-lazy-prop’: [ ‘2.0.0’ ],
43 silly audit ‘define-properties’: [ ‘1.1.4’ ],
43 silly audit del: [ ‘2.2.2’, ‘6.1.1’ ],
43 silly audit rimraf: [ ‘2.7.1’, ‘3.0.2’ ],
43 silly audit delaunator: [ ‘5.0.0’ ],
43 silly audit ‘delayed-stream’: [ ‘1.0.0’ ],
43 silly audit delegates: [ ‘1.0.0’ ],
43 silly audit ‘dependency-graph’: [ ‘0.11.0’ ],
43 silly audit destroy: [ ‘1.2.0’ ],
43 silly audit ‘detect-browser’: [ ‘5.3.0’ ],
43 silly audit ‘detect-node’: [ ‘2.1.0’ ],
43 silly audit di: [ ‘0.0.1’ ],
43 silly audit diff: [ ‘4.0.2’ ],
43 silly audit ‘dir-glob’: [ ‘3.0.1’ ],
43 silly audit ‘dns-equal’: [ ‘1.0.0’ ],
43 silly audit ‘dns-packet’: [ ‘1.3.4’ ],
43 silly audit ‘dns-txt’: [ ‘2.0.2’ ],
43 silly audit doctrine: [ ‘3.0.0’, ‘2.1.0’ ],
43 silly audit ‘dom-accessibility-api’: [ ‘0.5.14’ ],
43 silly audit ‘dom-serialize’: [ ‘2.2.1’ ],
43 silly audit ‘dom-serializer’: [ ‘1.4.1’ ],
43 silly audit domelementtype: [ ‘2.3.0’ ],
43 silly audit domhandler: [ ‘4.3.1’ ],
43 silly audit domutils: [ ‘2.8.0’ ],
43 silly audit dotenv: [ ‘10.0.0’ ],
43 silly audit eastasianwidth: [ ‘0.2.0’ ],
43 silly audit ‘ecc-jsbn’: [ ‘0.1.2’ ],
43 silly audit ‘ee-first’: [ ‘1.1.1’ ],
43 silly audit ejs: [ ‘3.1.8’ ],
43 silly audit ‘electron-to-chromium’: [ ‘1.4.148’ ],
43 silly audit ‘emojis-list’: [ ‘3.0.0’ ],
43 silly audit encodeurl: [ ‘1.0.2’ ],
43 silly audit encoding: [ ‘0.1.13’ ],
43 silly audit ‘end-of-stream’: [ ‘1.4.4’ ],
43 silly audit ‘engine.io’: [ ‘6.2.0’ ],
43 silly audit ‘engine.io-parser’: [ ‘5.0.4’ ],
43 silly audit ‘enhanced-resolve’: [ ‘5.9.3’ ],
43 silly audit enquirer: [ ‘2.3.6’ ],
43 silly audit ent: [ ‘2.2.0’ ],
43 silly audit entities: [ ‘2.2.0’ ],
43 silly audit ‘env-paths’: [ ‘2.2.1’ ],
43 silly audit ‘err-code’: [ ‘2.0.3’ ],
43 silly audit errno: [ ‘0.1.8’ ],
43 silly audit ‘error-ex’: [ ‘1.3.2’ ],
43 silly audit ‘es-abstract’: [ ‘1.20.1’ ],
43 silly audit ‘es-module-lexer’: [ ‘0.9.3’ ],
43 silly audit ‘es-shim-unscopables’: [ ‘1.0.0’ ],
43 silly audit ‘es-to-primitive’: [ ‘1.2.1’ ],
43 silly audit ‘es6-promise’: [ ‘4.2.8’ ],
43 silly audit ‘es6-promisify’: [ ‘5.0.0’ ],
43 silly audit esbuild: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-android-arm64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-darwin-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-darwin-arm64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-freebsd-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-freebsd-arm64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-32’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-arm’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-arm64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-mips64le’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-ppc64le’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-linux-s390x’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-netbsd-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-openbsd-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-sunos-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-wasm’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-windows-32’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-windows-64’: [ ‘0.14.11’ ],
43 silly audit ‘esbuild-windows-arm64’: [ ‘0.14.11’ ],
43 silly audit escalade: [ ‘3.1.1’ ],
43 silly audit ‘escape-html’: [ ‘1.0.3’ ],
43 silly audit ‘escape-string-regexp’: [ ‘1.0.5’, ‘4.0.0’ ],
43 silly audit eslint: [ ‘8.17.0’ ],
43 silly audit ‘eslint-config-prettier’: [ ‘8.5.0’ ],
43 silly audit ‘eslint-import-resolver-node’: [ ‘0.3.6’ ],
43 silly audit ‘eslint-module-utils’: [ ‘2.7.3’ ],
43 silly audit ‘find-up’: [ ‘2.1.0’, ‘4.1.0’ ],
43 silly audit ‘locate-path’: [ ‘2.0.0’, ‘5.0.0’ ],
43 silly audit ‘p-limit’: [ ‘1.3.0’, ‘2.3.0’ ],
43 silly audit ‘p-locate’: [ ‘2.0.0’, ‘4.1.0’ ],
43 silly audit ‘p-try’: [ ‘1.0.0’, ‘2.2.0’ ],
43 silly audit ‘path-exists’: [ ‘3.0.0’, ‘4.0.0’ ],
43 silly audit ‘eslint-plugin-import’: [ ‘2.26.0’ ],
43 silly audit resolve: [ ‘1.22.0’, ‘1.20.0’ ],
43 silly audit ‘eslint-plugin-jsdoc’: [ ‘37.9.7’ ],
43 silly audit ‘eslint-plugin-prefer-arrow’: [ ‘1.2.3’ ],
43 silly audit ‘eslint-plugin-prettier’: [ ‘4.0.0’ ],
43 silly audit ‘eslint-plugin-unused-imports’: [ ‘2.0.0’ ],
43 silly audit ‘eslint-rule-composer’: [ ‘0.3.0’ ],
43 silly audit ‘eslint-scope’: [ ‘5.1.1’, ‘7.1.1’ ],
43 silly audit ‘eslint-utils’: [ ‘3.0.0’ ],
43 silly audit ‘eslint-visitor-keys’: [ ‘2.1.0’, ‘3.3.0’ ],
43 silly audit estraverse: [ ‘5.3.0’, ‘4.3.0’ ],
43 silly audit espree: [ ‘9.3.2’ ],
43 silly audit esprima: [ ‘4.0.1’ ],
43 silly audit esquery: [ ‘1.4.0’ ],
43 silly audit esrecurse: [ ‘4.3.0’ ],
43 silly audit esutils: [ ‘2.0.3’ ],
43 silly audit etag: [ ‘1.8.1’ ],
43 silly audit ‘eventemitter-asyncresource’: [ ‘1.0.0’ ],
43 silly audit eventemitter3: [ ‘4.0.7’ ],
43 silly audit events: [ ‘3.3.0’ ],
43 silly audit execa: [ ‘5.1.1’ ],
43 silly audit execall: [ ‘2.0.0’ ],
43 silly audit exit: [ ‘0.1.2’ ],
43 silly audit express: [ ‘4.18.1’ ],
43 silly audit finalhandler: [ ‘1.2.0’, ‘1.1.2’ ],
43 silly audit statuses: [ ‘2.0.1’, ‘1.5.0’ ],
43 silly audit extend: [ ‘3.0.2’ ],
43 silly audit ‘external-editor’: [ ‘3.1.0’ ],
43 silly audit tmp: [ ‘0.0.33’, ‘0.0.30’, ‘0.2.1’ ],
43 silly audit extsprintf: [ ‘1.3.0’ ],
43 silly audit ‘fast-deep-equal’: [ ‘3.1.3’ ],
43 silly audit ‘fast-diff’: [ ‘1.2.0’ ],
43 silly audit ‘fast-json-stable-stringify’: [ ‘2.1.0’ ],
43 silly audit ‘fast-levenshtein’: [ ‘2.0.6’ ],
43 silly audit ‘fastest-levenshtein’: [ ‘1.0.12’ ],
43 silly audit fastq: [ ‘1.13.0’ ],
43 silly audit ‘faye-websocket’: [ ‘0.11.4’ ],
43 silly audit fecha: [ ‘4.2.3’ ],
43 silly audit figures: [ ‘3.2.0’ ],
43 silly audit ‘file-entry-cache’: [ ‘6.0.1’ ],
43 silly audit filelist: [ ‘1.0.4’ ],
43 silly audit ‘fill-range’: [ ‘7.0.1’ ],
43 silly audit ‘on-finished’: [ ‘2.3.0’, ‘2.4.1’ ],
43 silly audit ‘find-cache-dir’: [ ‘3.3.2’ ],
43 silly audit flat: [ ‘5.0.2’ ],
43 silly audit ‘flat-cache’: [ ‘3.0.4’ ],
43 silly audit flatted: [ ‘3.2.5’ ],
43 silly audit ‘follow-redirects’: [ ‘1.15.1’ ],
43 silly audit ‘forever-agent’: [ ‘0.6.1’ ],
43 silly audit ‘form-data’: [ ‘2.3.3’ ],
43 silly audit forwarded: [ ‘0.2.0’ ],
43 silly audit ‘fraction.js’: [ ‘4.2.0’ ],
43 silly audit fresh: [ ‘0.5.2’ ],
43 silly audit ‘fs-constants’: [ ‘1.0.0’ ],
43 silly audit ‘fs-minipass’: [ ‘2.1.0’ ],
43 silly audit ‘fs-monkey’: [ ‘1.0.3’ ],
43 silly audit ‘fs.realpath’: [ ‘1.0.0’ ],
43 silly audit fsevents: [ ‘2.3.2’ ],
43 silly audit ‘function-bind’: [ ‘1.1.1’ ],
43 silly audit ‘function.prototype.name’: [ ‘1.1.5’ ],
43 silly audit ‘functional-red-black-tree’: [ ‘1.0.1’ ],
43 silly audit ‘functions-have-names’: [ ‘1.2.3’ ],
43 silly audit gauge: [ ‘4.0.4’ ],
43 silly audit gensync: [ ‘1.0.0-beta.2’ ],
43 silly audit ‘get-caller-file’: [ ‘2.0.5’ ],
43 silly audit ‘get-intrinsic’: [ ‘1.1.1’ ],
43 silly audit ‘get-package-type’: [ ‘0.1.0’ ],
43 silly audit ‘get-stdin’: [ ‘8.0.0’ ],
43 silly audit ‘get-stream’: [ ‘6.0.1’ ],
43 silly audit ‘get-symbol-description’: [ ‘1.0.0’ ],
43 silly audit getpass: [ ‘0.1.7’ ],
43 silly audit ‘gl-matrix’: [ ‘3.4.3’ ],
43 silly audit ‘glob-to-regexp’: [ ‘0.4.1’ ],
43 silly audit ‘global-modules’: [ ‘2.0.0’ ],
43 silly audit ‘global-prefix’: [ ‘3.0.0’ ],
43 silly audit ini: [ ‘1.3.8’, ‘2.0.0’ ],
43 silly audit which: [ ‘1.3.1’, ‘2.0.2’ ],
43 silly audit globjoin: [ ‘0.1.4’ ],
43 silly audit ‘graceful-fs’: [ ‘4.2.10’ ],
43 silly audit graphlib: [ ‘2.1.8’ ],
43 silly audit ‘handle-thing’: [ ‘2.0.1’ ],
43 silly audit ‘har-schema’: [ ‘2.0.0’ ],
43 silly audit ‘har-validator’: [ ‘5.1.5’ ],
43 silly audit ‘hard-rejection’: [ ‘2.1.0’ ],
43 silly audit has: [ ‘1.0.3’ ],
43 silly audit ‘has-ansi’: [ ‘2.0.0’ ],
43 silly audit ‘has-bigints’: [ ‘1.0.2’ ],
43 silly audit ‘has-property-descriptors’: [ ‘1.0.0’ ],
43 silly audit ‘has-symbols’: [ ‘1.0.3’ ],
43 silly audit ‘has-tostringtag’: [ ‘1.0.0’ ],
43 silly audit ‘has-unicode’: [ ‘2.0.1’ ],
43 silly audit ‘hdr-histogram-js’: [ ‘2.0.3’ ],
43 silly audit ‘hdr-histogram-percentiles-obj’: [ ‘3.0.0’ ],
43 silly audit ‘hosted-git-info’: [ ‘4.1.0’, ‘2.8.9’ ],
43 silly audit ‘hpack.js’: [ ‘2.1.6’ ],
43 silly audit ‘readable-stream’: [ ‘2.3.7’, ‘3.6.0’ ],
43 silly audit string_decoder: [ ‘1.1.1’, ‘1.3.0’ ],
43 silly audit ‘html-entities’: [ ‘2.3.3’ ],
43 silly audit ‘html-escaper’: [ ‘2.0.2’ ],
43 silly audit ‘html-tags’: [ ‘3.2.0’ ],
43 silly audit ‘http-cache-semantics’: [ ‘4.1.0’ ],
43 silly audit ‘http-deceiver’: [ ‘1.2.7’ ],
43 silly audit ‘http-errors’: [ ‘2.0.0’, ‘1.6.3’ ],
43 silly audit ‘http-parser-js’: [ ‘0.5.6’ ],
43 silly audit ‘http-proxy’: [ ‘1.18.1’ ],
43 silly audit ‘http-proxy-agent’: [ ‘4.0.1’ ],
43 silly audit ‘http-proxy-middleware’: [ ‘2.0.6’ ],
43 silly audit ‘is-plain-obj’: [ ‘3.0.0’, ‘1.1.0’ ],
43 silly audit ‘http-signature’: [ ‘1.2.0’ ],
43 silly audit ‘human-signals’: [ ‘2.1.0’ ],
43 silly audit ‘humanize-ms’: [ ‘1.2.1’ ],
43 silly audit husky: [ ‘7.0.4’ ],
43 silly audit ‘icss-utils’: [ ‘5.1.0’ ],
43 silly audit ieee754: [ ‘1.2.1’ ],
43 silly audit ‘ignore-walk’: [ ‘4.0.1’ ],
43 silly audit ‘image-size’: [ ‘0.5.5’ ],
43 silly audit immediate: [ ‘3.0.6’ ],
43 silly audit immutable: [ ‘4.1.0’ ],
43 silly audit ‘import-fresh’: [ ‘3.3.0’ ],
43 silly audit ‘resolve-from’: [ ‘4.0.0’, ‘5.0.0’ ],
43 silly audit ‘import-lazy’: [ ‘4.0.0’ ],
43 silly audit imurmurhash: [ ‘0.1.4’ ],
43 silly audit ‘indent-string’: [ ‘4.0.0’ ],
43 silly audit ‘infer-owner’: [ ‘1.0.4’ ],
43 silly audit inflight: [ ‘1.0.6’ ],
43 silly audit inherits: [ ‘2.0.4’, ‘2.0.3’ ],
43 silly audit inquirer: [ ‘8.2.0’ ],
43 silly audit rxjs: [ ‘7.5.5’, ‘6.6.7’ ],
43 silly audit ‘internal-slot’: [ ‘1.0.3’ ],
43 silly audit internmap: [ ‘2.0.3’ ],
43 silly audit ip: [ ‘1.1.8’ ],
43 silly audit ‘ipaddr.js’: [ ‘2.0.1’, ‘1.9.1’ ],
43 silly audit ‘is-arguments’: [ ‘1.1.1’ ],
43 silly audit ‘is-arrayish’: [ ‘0.2.1’ ],
43 silly audit ‘is-bigint’: [ ‘1.0.4’ ],
43 silly audit ‘is-binary-path’: [ ‘2.1.0’ ],
43 silly audit ‘is-boolean-object’: [ ‘1.1.2’ ],
43 silly audit ‘is-callable’: [ ‘1.2.4’ ],
43 silly audit ‘is-core-module’: [ ‘2.9.0’ ],
43 silly audit ‘is-date-object’: [ ‘1.0.5’ ],
43 silly audit ‘is-docker’: [ ‘2.2.1’ ],
43 silly audit ‘is-extglob’: [ ‘2.1.1’ ],
43 silly audit ‘is-fullwidth-code-point’: [ ‘4.0.0’, ‘3.0.0’ ],
43 silly audit ‘is-glob’: [ ‘4.0.3’ ],
43 silly audit ‘is-interactive’: [ ‘1.0.0’ ],
43 silly audit ‘is-lambda’: [ ‘1.0.1’ ],
43 silly audit ‘is-negative-zero’: [ ‘2.0.2’ ],
43 silly audit ‘is-number’: [ ‘7.0.0’ ],
43 silly audit ‘is-number-object’: [ ‘1.0.7’ ],
43 silly audit ‘is-path-cwd’: [ ‘1.0.0’, ‘2.2.0’ ],
43 silly audit ‘is-path-in-cwd’: [ ‘1.0.1’ ],
43 silly audit ‘is-path-inside’: [ ‘1.0.1’, ‘3.0.3’ ],
43 silly audit ‘is-regex’: [ ‘1.1.4’ ],
43 silly audit ‘is-regexp’: [ ‘2.1.0’ ],
43 silly audit ‘is-shared-array-buffer’: [ ‘1.0.2’ ],
43 silly audit ‘is-stream’: [ ‘2.0.1’ ],
43 silly audit ‘is-string’: [ ‘1.0.7’ ],
43 silly audit ‘is-symbol’: [ ‘1.0.4’ ],
43 silly audit ‘is-typedarray’: [ ‘1.0.0’ ],
43 silly audit ‘is-unicode-supported’: [ ‘0.1.0’ ],
43 silly audit ‘is-weakref’: [ ‘1.0.2’ ],
43 silly audit ‘is-what’: [ ‘3.14.1’ ],
43 silly audit ‘is-wsl’: [ ‘2.2.0’ ],
43 silly audit isarray: [ ‘1.0.0’ ],
43 silly audit isbinaryfile: [ ‘4.0.10’ ],
43 silly audit isexe: [ ‘2.0.0’ ],
43 silly audit isobject: [ ‘3.0.1’ ],
43 silly audit isstream: [ ‘0.1.2’ ],
43 silly audit ‘istanbul-lib-coverage’: [ ‘3.2.0’ ],
43 silly audit ‘istanbul-lib-instrument’: [ ‘5.2.0’ ],
43 silly audit ‘istanbul-lib-report’: [ ‘3.0.0’ ],
43 silly audit ‘istanbul-lib-source-maps’: [ ‘4.0.1’ ],
43 silly audit ‘istanbul-reports’: [ ‘3.1.4’ ],
43 silly audit jake: [ ‘10.8.5’ ],
43 silly audit jasmine: [ ‘2.8.0’ ],
43 silly audit ‘jasmine-core’: [ ‘4.1.1’, ‘2.8.0’, ‘3.99.1’ ],
43 silly audit ‘jasmine-spec-reporter’: [ ‘7.0.0’ ],
43 silly audit jasminewd2: [ ‘2.2.0’ ],
43 silly audit ‘jest-worker’: [ ‘27.5.1’ ],
43 silly audit ‘js-tokens’: [ ‘4.0.0’ ],
43 silly audit jsbn: [ ‘0.1.1’ ],
43 silly audit ‘jsdoc-type-pratt-parser’: [ ‘2.2.5’ ],
43 silly audit jsesc: [ ‘2.5.2’, ‘0.5.0’ ],
43 silly audit ‘json-parse-better-errors’: [ ‘1.0.2’ ],
43 silly audit ‘json-parse-even-better-errors’: [ ‘2.3.1’ ],
43 silly audit ‘json-schema’: [ ‘0.4.0’ ],
43 silly audit ‘json-stable-stringify-without-jsonify’: [ ‘1.0.1’ ],
43 silly audit ‘json-stringify-safe’: [ ‘5.0.1’ ],
43 silly audit ‘jsonc-parser’: [ ‘3.0.0’ ],
43 silly audit jsonfile: [ ‘6.1.0’ ],
43 silly audit jsonparse: [ ‘1.3.1’ ],
43 silly audit jsprim: [ ‘1.4.2’ ],
43 silly audit jszip: [ ‘3.10.0’ ],
43 silly audit karma: [ ‘6.3.20’ ],
43 silly audit ‘karma-chrome-launcher’: [ ‘3.1.1’ ],
43 silly audit ‘karma-coverage’: [ ‘2.2.0’ ],
43 silly audit ‘karma-jasmine’: [ ‘4.0.2’ ],
43 silly audit ‘karma-jasmine-html-reporter’: [ ‘1.7.0’ ],
43 silly audit ‘karma-source-map-support’: [ ‘1.4.0’ ],
43 silly audit mkdirp: [ ‘0.5.6’, ‘1.0.4’ ],
43 silly audit yargs: [ ‘16.2.0’, ‘15.4.1’, ‘17.5.1’ ],
43 silly audit ‘kind-of’: [ ‘6.0.3’ ],
43 silly audit klona: [ ‘2.0.5’ ],
43 silly audit ‘known-css-properties’: [ ‘0.25.0’ ],
43 silly audit less: [ ‘4.1.2’ ],
43 silly audit ‘less-loader’: [ ‘10.2.0’ ],
43 silly audit ‘make-dir’: [ ‘2.1.0’, ‘3.1.0’ ],
43 silly audit mime: [ ‘1.6.0’, ‘2.6.0’ ],
43 silly audit pify: [ ‘4.0.1’, ‘2.3.0’ ],
43 silly audit levn: [ ‘0.4.1’ ],
43 silly audit ‘license-webpack-plugin’: [ ‘4.0.0’ ],
43 silly audit lie: [ ‘3.3.0’ ],
43 silly audit lilconfig: [ ‘2.0.5’ ],
43 silly audit ‘lines-and-columns’: [ ‘1.2.4’ ],
43 silly audit ‘lint-staged’: [ ‘12.5.0’ ],
43 silly audit listr2: [ ‘4.0.5’ ],
43 silly audit ‘slice-ansi’: [ ‘3.0.0’, ‘4.0.0’, ‘5.0.0’ ],
43 silly audit ‘loader-runner’: [ ‘4.3.0’ ],
43 silly audit lodash: [ ‘4.17.21’ ],
43 silly audit ‘lodash.debounce’: [ ‘4.0.8’ ],
43 silly audit ‘lodash.merge’: [ ‘4.6.2’ ],
43 silly audit ‘lodash.truncate’: [ ‘4.4.2’ ],
43 silly audit ‘log-symbols’: [ ‘4.1.0’ ],
43 silly audit ‘log-update’: [ ‘4.0.0’ ],
43 silly audit ‘wrap-ansi’: [ ‘6.2.0’, ‘7.0.0’ ],
43 silly audit log4js: [ ‘6.5.2’ ],
43 silly audit ‘lru-cache’: [ ‘6.0.0’ ],
43 silly audit ‘lz-string’: [ ‘1.4.4’ ],
43 silly audit ‘magic-string’: [ ‘0.25.7’ ],
43 silly audit ‘make-error’: [ ‘1.3.6’ ],
43 silly audit ‘make-fetch-happen’: [ ‘9.1.0’ ],
43 silly audit ‘mathml-tag-names’: [ ‘2.1.3’ ],
43 silly audit ‘media-typer’: [ ‘0.3.0’ ],
43 silly audit memfs: [ ‘3.4.4’ ],
43 silly audit meow: [ ‘9.0.0’ ],
43 silly audit ‘merge-descriptors’: [ ‘1.0.1’ ],
43 silly audit ‘merge-stream’: [ ‘2.0.0’ ],
43 silly audit merge2: [ ‘1.4.1’ ],
43 silly audit methods: [ ‘1.1.2’ ],
43 silly audit micromatch: [ ‘4.0.5’ ],
43 silly audit ‘mime-db’: [ ‘1.52.0’ ],
43 silly audit ‘mime-types’: [ ‘2.1.35’ ],
43 silly audit ‘mimic-fn’: [ ‘2.1.0’ ],
43 silly audit ‘min-indent’: [ ‘1.0.1’ ],
43 silly audit ‘mini-css-extract-plugin’: [ ‘2.4.5’ ],
43 silly audit ‘minimalistic-assert’: [ ‘1.0.1’ ],
43 silly audit minimist: [ ‘1.2.6’ ],
43 silly audit ‘minimist-options’: [ ‘4.1.0’ ],
43 silly audit minipass: [ ‘3.1.6’ ],
43 silly audit ‘minipass-collect’: [ ‘1.0.2’ ],
43 silly audit ‘minipass-fetch’: [ ‘1.4.1’ ],
43 silly audit ‘minipass-flush’: [ ‘1.0.5’ ],
43 silly audit ‘minipass-json-stream’: [ ‘1.0.1’ ],
43 silly audit ‘minipass-pipeline’: [ ‘1.2.4’ ],
43 silly audit ‘minipass-sized’: [ ‘1.0.3’ ],
43 silly audit minizlib: [ ‘2.1.2’ ],
43 silly audit ‘monaco-editor’: [ ‘0.31.1’ ],
43 silly audit ‘multicast-dns’: [ ‘6.2.3’ ],
43 silly audit ‘multicast-dns-service-types’: [ ‘1.1.0’ ],
43 silly audit ‘mute-stream’: [ ‘0.0.8’ ],
43 silly audit nanoid: [ ‘3.3.4’ ],
43 silly audit ‘natural-compare’: [ ‘1.4.0’ ],
43 silly audit needle: [ ‘2.9.1’ ],
43 silly audit negotiator: [ ‘0.6.3’ ],
43 silly audit ‘neo-async’: [ ‘2.6.2’ ],
43 silly audit ‘ng-zorro-antd’: [ ‘13.2.2’ ],
43 silly audit ‘nice-napi’: [ ‘1.0.2’ ],
43 silly audit ‘node-addon-api’: [ ‘3.2.1’ ],
43 silly audit ‘node-forge’: [ ‘0.10.0’ ],
43 silly audit ‘node-gyp’: [ ‘8.4.1’ ],
43 silly audit ‘node-gyp-build’: [ ‘4.4.0’ ],
43 silly audit ‘node-releases’: [ ‘2.0.5’ ],
43 silly audit nopt: [ ‘5.0.0’ ],
43 silly audit ‘normalize-package-data’: [ ‘3.0.3’, ‘2.5.0’ ],
43 silly audit ‘normalize-path’: [ ‘3.0.0’ ],
43 silly audit ‘normalize-range’: [ ‘0.1.2’ ],
43 silly audit ‘npm-bundled’: [ ‘1.1.2’ ],
43 silly audit ‘npm-install-checks’: [ ‘4.0.0’ ],
43 silly audit ‘npm-normalize-package-bin’: [ ‘1.0.1’ ],
43 silly audit ‘npm-package-arg’: [ ‘8.1.5’ ],
43 silly audit ‘npm-packlist’: [ ‘3.0.0’ ],
43 silly audit ‘npm-pick-manifest’: [ ‘6.1.1’ ],
43 silly audit ‘npm-registry-fetch’: [ ‘11.0.0’ ],
43 silly audit ‘npm-run-path’: [ ‘4.0.1’ ],
43 silly audit npmlog: [ ‘6.0.2’ ],
43 silly audit ‘nth-check’: [ ‘2.1.1’ ],
43 silly audit ‘oauth-sign’: [ ‘0.9.0’ ],
43 silly audit ‘object-assign’: [ ‘4.1.1’ ],
43 silly audit ‘object-inspect’: [ ‘1.12.2’ ],
43 silly audit ‘object-is’: [ ‘1.1.5’ ],
43 silly audit ‘object-keys’: [ ‘1.1.1’ ],
43 silly audit ‘object.assign’: [ ‘4.1.2’ ],
43 silly audit ‘object.values’: [ ‘1.1.5’ ],
43 silly audit obuf: [ ‘1.1.2’ ],
43 silly audit ‘on-headers’: [ ‘1.0.2’ ],
43 silly audit once: [ ‘1.4.0’ ],
43 silly audit onetime: [ ‘5.1.2’ ],
43 silly audit open: [ ‘8.4.0’ ],
43 silly audit optionator: [ ‘0.9.1’ ],
43 silly audit ora: [ ‘5.4.1’ ],
43 silly audit ‘os-tmpdir’: [ ‘1.0.2’ ],
43 silly audit ‘p-map’: [ ‘4.0.0’ ],
43 silly audit ‘p-retry’: [ ‘4.6.2’ ],
43 silly audit retry: [ ‘0.13.1’, ‘0.12.0’ ],
43 silly audit pacote: [ ‘12.0.2’ ],
43 silly audit pako: [ ‘1.0.11’ ],
43 silly audit ‘parent-module’: [ ‘1.0.1’ ],
43 silly audit ‘parse-json’: [ ‘5.2.0’ ],
43 silly audit ‘parse-node-version’: [ ‘1.0.1’ ],
43 silly audit ‘parse5-html-rewriting-stream’: [ ‘6.0.1’ ],
43 silly audit ‘parse5-htmlparser2-tree-adapter’: [ ‘6.0.1’ ],
43 silly audit ‘parse5-sax-parser’: [ ‘6.0.1’ ],
43 silly audit parseurl: [ ‘1.3.3’ ],
43 silly audit ‘path-is-absolute’: [ ‘1.0.1’ ],
43 silly audit ‘path-is-inside’: [ ‘1.0.2’ ],
43 silly audit ‘path-key’: [ ‘3.1.1’ ],
43 silly audit ‘path-parse’: [ ‘1.0.7’ ],
43 silly audit ‘path-to-regexp’: [ ‘0.1.7’ ],
43 silly audit ‘path-type’: [ ‘4.0.0’ ],
43 silly audit ‘performance-now’: [ ‘2.1.0’ ],
43 silly audit picocolors: [ ‘1.0.0’, ‘0.2.1’ ],
43 silly audit picomatch: [ ‘2.3.1’ ],
43 silly audit pidtree: [ ‘0.5.0’ ],
43 silly audit pinkie: [ ‘2.0.4’ ],
43 silly audit ‘pinkie-promise’: [ ‘2.0.1’ ],
43 silly audit piscina: [ ‘3.1.0’ ],
43 silly audit ‘pkg-dir’: [ ‘4.2.0’ ],
43 silly audit portfinder: [ ‘1.0.28’ ],
43 silly audit postcss: [ ‘8.4.4’, ‘7.0.39’, ‘8.4.14’ ],
43 silly audit ‘postcss-attribute-case-insensitive’: [ ‘5.0.1’ ],
43 silly audit ‘postcss-color-functional-notation’: [ ‘4.2.3’ ],
43 silly audit ‘postcss-color-hex-alpha’: [ ‘8.0.3’ ],
43 silly audit ‘postcss-color-rebeccapurple’: [ ‘7.0.2’ ],
43 silly audit ‘postcss-custom-media’: [ ‘8.0.2’ ],
43 silly audit ‘postcss-custom-properties’: [ ‘12.1.7’ ],
43 silly audit ‘postcss-custom-selectors’: [ ‘6.0.3’ ],
43 silly audit ‘postcss-dir-pseudo-class’: [ ‘6.0.4’ ],
43 silly audit ‘postcss-double-position-gradients’: [ ‘3.1.1’ ],
43 silly audit ‘postcss-env-function’: [ ‘4.0.6’ ],
43 silly audit ‘postcss-focus-visible’: [ ‘6.0.4’ ],
43 silly audit ‘postcss-focus-within’: [ ‘5.0.4’ ],
43 silly audit ‘postcss-font-variant’: [ ‘5.0.0’ ],
43 silly audit ‘postcss-gap-properties’: [ ‘3.0.3’ ],
43 silly audit ‘postcss-image-set-function’: [ ‘4.0.6’ ],
43 silly audit ‘postcss-import’: [ ‘14.0.2’ ],
43 silly audit ‘postcss-initial’: [ ‘4.0.1’ ],
43 silly audit ‘postcss-lab-function’: [ ‘4.2.0’ ],
43 silly audit ‘postcss-less’: [ ‘6.0.0’ ],
43 silly audit ‘postcss-loader’: [ ‘6.2.1’ ],
43 silly audit ‘postcss-logical’: [ ‘5.0.4’ ],
43 silly audit ‘postcss-media-minmax’: [ ‘5.0.0’ ],
43 silly audit ‘postcss-media-query-parser’: [ ‘0.2.3’ ],
43 silly audit ‘postcss-modules-extract-imports’: [ ‘3.0.0’ ],
43 silly audit ‘postcss-modules-local-by-default’: [ ‘4.0.0’ ],
43 silly audit ‘postcss-modules-scope’: [ ‘3.0.0’ ],
43 silly audit ‘postcss-modules-values’: [ ‘4.0.0’ ],
43 silly audit ‘postcss-nesting’: [ ‘10.1.8’ ],
43 silly audit ‘postcss-overflow-shorthand’: [ ‘3.0.3’ ],
43 silly audit ‘postcss-page-break’: [ ‘3.0.4’ ],
43 silly audit ‘postcss-place’: [ ‘7.0.4’ ],
43 silly audit ‘postcss-preset-env’: [ ‘7.2.3’ ],
43 silly audit ‘postcss-pseudo-class-any-link’: [ ‘7.1.4’ ],
43 silly audit ‘postcss-replace-overflow-wrap’: [ ‘4.0.0’ ],
43 silly audit ‘postcss-resolve-nested-selector’: [ ‘0.1.1’ ],
43 silly audit ‘postcss-safe-parser’: [ ‘6.0.0’ ],
43 silly audit ‘postcss-selector-not’: [ ‘5.0.0’ ],
43 silly audit ‘postcss-selector-parser’: [ ‘6.0.10’ ],
43 silly audit ‘postcss-sorting’: [ ‘7.0.1’ ],
43 silly audit ‘postcss-value-parser’: [ ‘4.2.0’ ],
43 silly audit ‘prelude-ls’: [ ‘1.2.1’ ],
43 silly audit prettier: [ ‘2.6.2’ ],
43 silly audit ‘prettier-linter-helpers’: [ ‘1.0.0’ ],
43 silly audit ‘pretty-bytes’: [ ‘5.6.0’ ],
43 silly audit ‘pretty-format’: [ ‘27.5.1’ ],
43 silly audit ‘process-nextick-args’: [ ‘2.0.1’ ],
43 silly audit ‘promise-inflight’: [ ‘1.0.1’ ],
43 silly audit ‘promise-retry’: [ ‘2.0.1’ ],
43 silly audit protractor: [ ‘7.0.0’ ],
43 silly audit ‘source-map-support’: [ ‘0.4.18’, ‘0.5.21’ ],
43 silly audit y18n: [ ‘4.0.3’, ‘5.0.8’ ],
43 silly audit ‘proxy-addr’: [ ‘2.0.7’ ],
43 silly audit prr: [ ‘1.0.1’ ],
43 silly audit psl: [ ‘1.8.0’ ],
43 silly audit punycode: [ ‘2.1.1’, ‘1.3.2’ ],
43 silly audit q: [ ‘1.4.1’ ],
43 silly audit qjobs: [ ‘1.2.0’ ],
43 silly audit qs: [ ‘6.10.3’, ‘6.5.3’ ],
43 silly audit querystring: [ ‘0.2.0’ ],
43 silly audit ‘queue-microtask’: [ ‘1.2.3’ ],
43 silly audit ‘quick-lru’: [ ‘4.0.1’ ],
43 silly audit randombytes: [ ‘2.1.0’ ],
43 silly audit ‘range-parser’: [ ‘1.2.1’ ],
43 silly audit ‘raw-body’: [ ‘2.5.1’ ],
43 silly audit ‘react-is’: [ ‘17.0.2’ ],
43 silly audit ‘read-cache’: [ ‘1.0.0’ ],
43 silly audit ‘read-package-json-fast’: [ ‘2.0.3’ ],
43 silly audit ‘read-pkg’: [ ‘5.2.0’ ],
43 silly audit ‘read-pkg-up’: [ ‘7.0.1’ ],
43 silly audit readdirp: [ ‘3.6.0’ ],
43 silly audit redent: [ ‘3.0.0’ ],
43 silly audit ‘reflect-metadata’: [ ‘0.1.13’ ],
43 silly audit regenerate: [ ‘1.4.2’ ],
43 silly audit ‘regenerate-unicode-properties’: [ ‘10.0.1’ ],
43 silly audit ‘regenerator-runtime’: [ ‘0.13.9’ ],
43 silly audit ‘regenerator-transform’: [ ‘0.15.0’ ],
43 silly audit ‘regex-parser’: [ ‘2.2.11’ ],
43 silly audit ‘regexp.prototype.flags’: [ ‘1.4.3’ ],
43 silly audit regexpp: [ ‘3.2.0’ ],
43 silly audit ‘regexpu-core’: [ ‘5.0.1’ ],
43 silly audit regextras: [ ‘0.8.0’ ],
43 silly audit regjsgen: [ ‘0.6.0’ ],
43 silly audit regjsparser: [ ‘0.8.4’ ],
43 silly audit request: [ ‘2.88.2’ ],
43 silly audit uuid: [ ‘3.4.0’, ‘8.3.2’ ],
43 silly audit ‘require-directory’: [ ‘2.1.1’ ],
43 silly audit ‘require-from-string’: [ ‘2.0.2’ ],
43 silly audit ‘require-main-filename’: [ ‘2.0.0’ ],
43 silly audit ‘requires-port’: [ ‘1.0.0’ ],
43 silly audit ‘resolve-url-loader’: [ ‘4.0.0’ ],
43 silly audit ‘restore-cursor’: [ ‘3.1.0’ ],
43 silly audit reusify: [ ‘1.0.4’ ],
43 silly audit rfdc: [ ‘1.3.0’ ],
43 silly audit ‘robust-predicates’: [ ‘3.0.1’ ],
43 silly audit ‘run-async’: [ ‘2.4.1’ ],
43 silly audit ‘run-parallel’: [ ‘1.2.0’ ],
43 silly audit rw: [ ‘1.3.3’ ],
43 silly audit ‘rxjs-for-await’: [ ‘0.0.2’ ],
43 silly audit ‘safer-buffer’: [ ‘2.1.2’ ],
43 silly audit sass: [ ‘1.44.0’ ],
43 silly audit ‘sass-loader’: [ ‘12.4.0’ ],
43 silly audit saucelabs: [ ‘1.5.0’ ],
43 silly audit sax: [ ‘1.2.4’ ],
43 silly audit ‘select-hose’: [ ‘2.0.0’ ],
43 silly audit ‘selenium-webdriver’: [ ‘3.6.0’ ],
43 silly audit selfsigned: [ ‘1.10.14’ ],
43 silly audit send: [ ‘0.18.0’ ],
43 silly audit ‘serialize-javascript’: [ ‘6.0.0’ ],
43 silly audit ‘serve-index’: [ ‘1.9.1’ ],
43 silly audit setprototypeof: [ ‘1.1.0’, ‘1.2.0’ ],
43 silly audit ‘serve-static’: [ ‘1.15.0’ ],
43 silly audit ‘set-blocking’: [ ‘2.0.0’ ],
43 silly audit setimmediate: [ ‘1.0.5’ ],
43 silly audit ‘shallow-clone’: [ ‘3.0.1’ ],
43 silly audit ‘shebang-command’: [ ‘2.0.0’ ],
43 silly audit ‘shebang-regex’: [ ‘3.0.0’ ],
43 silly audit ‘side-channel’: [ ‘1.0.4’ ],
43 silly audit ‘signal-exit’: [ ‘3.0.7’ ],
43 silly audit ‘smart-buffer’: [ ‘4.2.0’ ],
43 silly audit ‘socket.io’: [ ‘4.5.1’ ],
43 silly audit ‘socket.io-adapter’: [ ‘2.4.0’ ],
43 silly audit ‘socket.io-parser’: [ ‘4.0.4’ ],
43 silly audit sockjs: [ ‘0.3.24’ ],
43 silly audit socks: [ ‘2.6.2’ ],
43 silly audit ‘socks-proxy-agent’: [ ‘6.2.1’ ],
43 silly audit ‘source-map-js’: [ ‘1.0.2’, ‘0.6.2’ ],
43 silly audit ‘source-map-loader’: [ ‘3.0.0’ ],
43 silly audit ‘source-map-resolve’: [ ‘0.6.0’ ],
43 silly audit ‘sourcemap-codec’: [ ‘1.4.8’ ],
43 silly audit ‘spdx-correct’: [ ‘3.1.1’ ],
43 silly audit ‘spdx-exceptions’: [ ‘2.3.0’ ],
43 silly audit ‘spdx-expression-parse’: [ ‘3.0.1’ ],
43 silly audit ‘spdx-license-ids’: [ ‘3.0.11’ ],
43 silly audit spdy: [ ‘4.0.2’ ],
43 silly audit ‘spdy-transport’: [ ‘3.0.0’ ],
43 silly audit specificity: [ ‘0.4.1’ ],
43 silly audit ‘sprintf-js’: [ ‘1.0.3’ ],
43 silly audit sshpk: [ ‘1.17.0’ ],
43 silly audit ssri: [ ‘8.0.1’ ],
43 silly audit streamroller: [ ‘3.1.1’ ],
43 silly audit ‘string-argv’: [ ‘0.3.1’ ],
43 silly audit ‘string.prototype.trimend’: [ ‘1.0.5’ ],
43 silly audit ‘string.prototype.trimstart’: [ ‘1.0.5’ ],
43 silly audit ‘strip-bom’: [ ‘3.0.0’ ],
43 silly audit ‘strip-final-newline’: [ ‘2.0.0’ ],
43 silly audit ‘strip-indent’: [ ‘3.0.0’ ],
43 silly audit ‘strip-json-comments’: [ ‘3.1.1’ ],
43 silly audit ‘style-search’: [ ‘0.1.0’ ],
43 silly audit stylelint: [ ‘14.8.5’ ],
43 silly audit ‘stylelint-config-hudochenkov’: [ ‘6.0.1’ ],
43 silly audit ‘stylelint-config-prettier’: [ ‘9.0.3’ ],
43 silly audit ‘stylelint-config-recommended’: [ ‘6.0.0’ ],
43 silly audit ‘stylelint-config-standard’: [ ‘24.0.0’ ],
43 silly audit ‘stylelint-order’: [ ‘5.0.0’ ],
43 silly audit ‘stylelint-prettier’: [ ‘2.0.0’ ],
43 silly audit stylus: [ ‘0.55.0’ ],
43 silly audit ‘stylus-loader’: [ ‘6.2.0’ ],
43 silly audit ‘supports-hyperlinks’: [ ‘2.2.0’ ],
43 silly audit ‘supports-preserve-symlinks-flag’: [ ‘1.0.0’ ],
43 silly audit ‘svg-tags’: [ ‘1.0.0’ ],
43 silly audit ‘symbol-observable’: [ ‘4.0.0’ ],
43 silly audit table: [ ‘6.8.0’ ],
43 silly audit tapable: [ ‘2.2.1’ ],
43 silly audit tar: [ ‘6.1.11’ ],
43 silly audit ‘tar-stream’: [ ‘2.2.0’ ],
43 silly audit terser: [ ‘5.10.0’ ],
43 silly audit ‘terser-webpack-plugin’: [ ‘5.3.3’ ],
43 silly audit ‘test-exclude’: [ ‘6.0.0’ ],
43 silly audit ‘text-table’: [ ‘0.2.0’ ],
43 silly audit through: [ ‘2.3.8’ ],
43 silly audit thunky: [ ‘1.1.0’ ],
43 silly audit ‘to-fast-properties’: [ ‘2.0.0’ ],
43 silly audit ‘to-regex-range’: [ ‘5.0.1’ ],
43 silly audit toidentifier: [ ‘1.0.1’ ],
43 silly audit ‘tough-cookie’: [ ‘2.5.0’ ],
43 silly audit ‘tree-kill’: [ ‘1.2.2’ ],
43 silly audit ‘trim-newlines’: [ ‘3.0.1’ ],
43 silly audit ‘ts-node’: [ ‘10.8.1’ ],
43 silly audit ‘tsconfig-paths’: [ ‘3.14.1’ ],
43 silly audit tsutils: [ ‘3.21.0’ ],
43 silly audit ‘tunnel-agent’: [ ‘0.6.0’ ],
43 silly audit tweetnacl: [ ‘0.14.5’ ],
43 silly audit ‘type-check’: [ ‘0.4.0’ ],
43 silly audit ‘type-is’: [ ‘1.6.18’ ],
43 silly audit ‘typed-assert’: [ ‘1.0.9’ ],
43 silly audit typescript: [ ‘4.5.5’ ],
43 silly audit ‘ua-parser-js’: [ ‘0.7.31’ ],
43 silly audit ‘unbox-primitive’: [ ‘1.0.2’ ],
43 silly audit ‘unicode-canonical-property-names-ecmascript’: [ ‘2.0.0’ ],
43 silly audit ‘unicode-match-property-ecmascript’: [ ‘2.0.0’ ],
43 silly audit ‘unicode-match-property-value-ecmascript’: [ ‘2.0.0’ ],
43 silly audit ‘unicode-property-aliases-ecmascript’: [ ‘2.0.0’ ],
43 silly audit ‘unique-filename’: [ ‘1.1.1’ ],
43 silly audit ‘unique-slug’: [ ‘2.0.2’ ],
43 silly audit universalify: [ ‘2.0.0’ ],
43 silly audit unpipe: [ ‘1.0.0’ ],
43 silly audit ‘uri-js’: [ ‘4.4.1’ ],
43 silly audit url: [ ‘0.11.0’ ],
43 silly audit ‘util-deprecate’: [ ‘1.0.2’ ],
43 silly audit ‘utils-merge’: [ ‘1.0.1’ ],
43 silly audit ‘v8-compile-cache’: [ ‘2.3.0’ ],
43 silly audit ‘v8-compile-cache-lib’: [ ‘3.0.1’ ],
43 silly audit ‘validate-npm-package-license’: [ ‘3.0.4’ ],
43 silly audit ‘validate-npm-package-name’: [ ‘3.0.0’ ],
43 silly audit vary: [ ‘1.1.2’ ],
43 silly audit verror: [ ‘1.10.0’ ],
43 silly audit ‘void-elements’: [ ‘2.0.1’ ],
43 silly audit watchpack: [ ‘2.4.0’ ],
43 silly audit wbuf: [ ‘1.7.3’ ],
43 silly audit wcwidth: [ ‘1.0.1’ ],
43 silly audit ‘webdriver-js-extender’: [ ‘2.1.0’ ],
43 silly audit ‘webdriver-manager’: [ ‘12.1.8’ ],
43 silly audit webpack: [ ‘5.65.0’ ],
43 silly audit ‘webpack-dev-middleware’: [ ‘5.2.2’ ],
43 silly audit ‘webpack-dev-server’: [ ‘4.6.0’ ],
43 silly audit ‘webpack-merge’: [ ‘5.8.0’ ],
43 silly audit ‘webpack-sources’: [ ‘3.2.3’ ],
43 silly audit ‘webpack-subresource-integrity’: [ ‘5.0.0’ ],
43 silly audit ‘websocket-driver’: [ ‘0.7.4’ ],
43 silly audit ‘websocket-extensions’: [ ‘0.1.4’ ],
43 silly audit ‘which-boxed-primitive’: [ ‘1.0.2’ ],
43 silly audit ‘which-module’: [ ‘2.0.0’ ],
43 silly audit ‘wide-align’: [ ‘1.1.5’ ],
43 silly audit wildcard: [ ‘2.0.0’ ],
43 silly audit ‘word-wrap’: [ ‘1.2.3’ ],
43 silly audit wrappy: [ ‘1.0.2’ ],
43 silly audit ‘write-file-atomic’: [ ‘4.0.1’ ],
43 silly audit ws: [ ‘8.2.3’ ],
43 silly audit xml2js: [ ‘0.4.23’ ],
43 silly audit xmlbuilder: [ ‘11.0.1’ ],
43 silly audit yallist: [ ‘4.0.0’ ],
43 silly audit yaml: [ ‘1.10.2’ ],
43 silly audit yn: [ ‘3.1.1’ ],
43 silly audit ‘zone.js’: [ ‘0.11.5’ ]
43 silly audit }
44 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\nice-napi
45 silly reify mark deleted [
45 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\nice-napi’
45 silly reify ]
46 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\fsevents
47 silly reify mark deleted [
47 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\fsevents’
47 silly reify ]
48 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-arm64
49 silly reify mark deleted [
49 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-arm64’
49 silly reify ]
50 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-32
51 silly reify mark deleted [
51 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-32’
51 silly reify ]
52 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-sunos-64
53 silly reify mark deleted [
53 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-sunos-64’
53 silly reify ]
54 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-openbsd-64
55 silly reify mark deleted [
55 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-openbsd-64’
55 silly reify ]
56 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-netbsd-64
57 silly reify mark deleted [
57 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-netbsd-64’
57 silly reify ]
58 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-s390x
59 silly reify mark deleted [
59 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-s390x’
59 silly reify ]
60 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-ppc64le
61 silly reify mark deleted [
61 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-ppc64le’
61 silly reify ]
62 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-mips64le
63 silly reify mark deleted [
63 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-mips64le’
63 silly reify ]
64 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-arm64
65 silly reify mark deleted [
65 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-arm64’
65 silly reify ]
66 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-arm
67 silly reify mark deleted [
67 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-arm’
67 silly reify ]
68 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-64
69 silly reify mark deleted [
69 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-64’
69 silly reify ]
70 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-32
71 silly reify mark deleted [
71 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-linux-32’
71 silly reify ]
72 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-freebsd-arm64
73 silly reify mark deleted [
73 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-freebsd-arm64’
73 silly reify ]
74 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-freebsd-64
75 silly reify mark deleted [
75 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-freebsd-64’
75 silly reify ]
76 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-darwin-arm64
77 silly reify mark deleted [
77 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-darwin-arm64’
77 silly reify ]
78 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-darwin-64
79 silly reify mark deleted [
79 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-darwin-64’
79 silly reify ]
80 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-android-arm64
81 silly reify mark deleted [
81 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-android-arm64’
81 silly reify ]
82 timing reifyNode:node_modules/nice-napi Completed in 346ms
83 timing reifyNode:node_modules/fsevents Completed in 309ms
84 timing reifyNode:node_modules/esbuild-windows-arm64 Completed in 296ms
85 timing reifyNode:node_modules/esbuild-windows-32 Completed in 297ms
86 timing reifyNode:node_modules/esbuild-sunos-64 Completed in 298ms
87 timing reifyNode:node_modules/esbuild-openbsd-64 Completed in 298ms
88 timing reifyNode:node_modules/esbuild-netbsd-64 Completed in 298ms
89 timing reifyNode:node_modules/esbuild-linux-s390x Completed in 297ms
90 timing reifyNode:node_modules/esbuild-linux-ppc64le Completed in 297ms
91 timing reifyNode:node_modules/esbuild-linux-mips64le Completed in 298ms
92 timing reifyNode:node_modules/esbuild-linux-arm64 Completed in 298ms
93 timing reifyNode:node_modules/esbuild-linux-arm Completed in 298ms
94 timing reifyNode:node_modules/esbuild-linux-64 Completed in 298ms
95 timing reifyNode:node_modules/esbuild-linux-32 Completed in 299ms
96 timing reifyNode:node_modules/esbuild-freebsd-arm64 Completed in 299ms
97 timing reifyNode:node_modules/esbuild-freebsd-64 Completed in 299ms
98 timing reifyNode:node_modules/esbuild-darwin-arm64 Completed in 299ms
99 timing reifyNode:node_modules/esbuild-darwin-64 Completed in 299ms
100 timing reifyNode:node_modules/esbuild-android-arm64 Completed in 300ms
101 silly audit bulk request failed undefined
102 verbose audit error FetchError: request to https://registry.npm.taobao.org/-/npm/v1/security/audits/quick failed, reason: certificate has expired
102 verbose audit error at ClientRequest. (F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\node_modules\minipass-fetch\lib\index.js:110:14)
102 verbose audit error at ClientRequest.emit (node:events:390:28)
102 verbose audit error at TLSSocket.socketErrorListener (node:_http_client:447:9)
102 verbose audit error at TLSSocket.emit (node:events:402:35)
102 verbose audit error at emitErrorNT (node:internal/streams/destroy:157:8)
102 verbose audit error at emitErrorCloseNT (node:internal/streams/destroy:122:3)
102 verbose audit error at processTicksAndRejections (node:internal/process/task_queues:83:21)
102 verbose audit error FetchError: request to https://registry.npm.taobao.org/-/npm/v1/security/audits/quick failed, reason: certificate has expired
102 verbose audit error at ClientRequest. (F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\node_modules\minipass-fetch\lib\index.js:110:14)
102 verbose audit error at ClientRequest.emit (node:events:390:28)
102 verbose audit error at TLSSocket.socketErrorListener (node:_http_client:447:9)
102 verbose audit error at TLSSocket.emit (node:events:402:35)
102 verbose audit error at emitErrorNT (node:internal/streams/destroy:157:8)
102 verbose audit error at emitErrorCloseNT (node:internal/streams/destroy:122:3)
102 verbose audit error at processTicksAndRejections (node:internal/process/task_queues:83:21) {
102 verbose audit error code: ‘CERT_HAS_EXPIRED’,
102 verbose audit error errno: ‘CERT_HAS_EXPIRED’,
102 verbose audit error type: ‘system’
102 verbose audit error }
103 silly audit error undefined
104 timing auditReport:getReport Completed in 8081ms
105 silly audit report null
106 timing reify:audit Completed in 8081ms
107 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\prr
108 silly reify mark deleted [
108 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\prr’
108 silly reify ]
109 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\errno
110 silly reify mark deleted [
110 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\errno’,
110 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno’,
110 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno.cmd’,
110 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno.ps1’
110 silly reify ]
111 timing reifyNode:node_modules/prr Completed in 78802ms
112 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle
113 silly reify mark deleted [
113 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle’,
113 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle’,
113 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.cmd’,
113 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.ps1’
113 silly reify ]
114 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug
115 silly reify mark deleted [
115 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug’
115 silly reify ]
116 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite
117 silly reify mark deleted [
117 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite’
117 silly reify ]
118 timing reifyNode:node_modules/needle Completed in 79121ms
119 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\image-size
120 silly reify mark deleted [
120 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\image-size’,
120 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\image-size’,
120 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\image-size.cmd’,
120 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\image-size.ps1’
120 silly reify ]
121 timing reifyNode:node_modules/image-size Completed in 79685ms
122 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-64
123 silly reify mark deleted [
123 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild-windows-64’
123 silly reify ]
124 timing reifyNode:node_modules/esbuild-windows-64 Completed in 79992ms
125 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild
126 silly reify mark deleted [
126 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\esbuild’,
126 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\esbuild’,
126 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\esbuild.cmd’,
126 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\esbuild.ps1’
126 silly reify ]
127 timing reifyNode:node_modules/esbuild Completed in 79997ms
128 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\errno
129 silly reify mark deleted [
129 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\errno’,
129 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno’,
129 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno.cmd’,
129 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\errno.ps1’
129 silly reify ]
130 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\prr
131 silly reify mark deleted [
131 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\prr’
131 silly reify ]
132 timing reifyNode:node_modules/errno Completed in 80031ms
133 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\encoding
134 silly reify mark deleted [
134 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\encoding’
134 silly reify ]
135 timing reifyNode:node_modules/encoding Completed in 80061ms
136 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite
137 silly reify mark deleted [
137 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite’
137 silly reify ]
138 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle
139 silly reify mark deleted [
139 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle’,
139 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle’,
139 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.cmd’,
139 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.ps1’
139 silly reify ]
140 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug
141 silly reify mark deleted [
141 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug’
141 silly reify ]
142 timing reifyNode:node_modules/needle/node_modules/iconv-lite Completed in 82079ms
143 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug
144 silly reify mark deleted [
144 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\debug’
144 silly reify ]
145 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle
146 silly reify mark deleted [
146 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle’,
146 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle’,
146 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.cmd’,
146 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\.bin\needle.ps1’
146 silly reify ]
147 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite
148 silly reify mark deleted [
148 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\needle\node_modules\iconv-lite’
148 silly reify ]
149 timing reifyNode:node_modules/needle/node_modules/debug Completed in 82106ms
150 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir
151 silly reify mark deleted [
151 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir’
151 silly reify ]
152 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify
153 silly reify mark deleted [
153 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify’
153 silly reify ]
154 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver
155 silly reify mark deleted [
155 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver’,
155 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver’,
155 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.cmd’,
155 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.ps1’
155 silly reify ]
156 timing reifyNode:node_modules/less/node_modules/make-dir Completed in 82146ms
157 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver
158 silly reify mark deleted [
158 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver’,
158 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver’,
158 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.cmd’,
158 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.ps1’
158 silly reify ]
159 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir
160 silly reify mark deleted [
160 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir’
160 silly reify ]
161 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify
162 silly reify mark deleted [
162 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify’
162 silly reify ]
163 timing reifyNode:node_modules/less/node_modules/semver Completed in 82148ms
164 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\source-map
165 silly reify mark deleted [
165 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\source-map’
165 silly reify ]
166 timing reifyNode:node_modules/less/node_modules/source-map Completed in 82151ms
167 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\mime
168 silly reify mark deleted [
168 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\mime’,
168 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\mime’,
168 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\mime.cmd’,
168 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\mime.ps1’
168 silly reify ]
169 timing reifyNode:node_modules/less/node_modules/mime Completed in 82173ms
170 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify
171 silly reify mark deleted [
171 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\pify’
171 silly reify ]
172 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir
173 silly reify mark deleted [
173 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\make-dir’
173 silly reify ]
174 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver
175 silly reify mark deleted [
175 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\semver’,
175 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver’,
175 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.cmd’,
175 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\less\node_modules\.bin\semver.ps1’
175 silly reify ]
176 timing reifyNode:node_modules/less/node_modules/pify Completed in 82186ms
177 verbose reify failed optional dependency F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules@angular\cdk\node_modules\parse5
178 silly reify mark deleted [
178 silly reify ‘F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node_modules\@angular\cdk\node_modules\parse5’
178 silly reify ]
179 timing reifyNode:node_modules/@angular/cdk/node_modules/parse5 Completed in 82778ms
180 timing reify:rollback:createSparse Completed in 466ms
181 timing reify:rollback:retireShallow Completed in 0ms
182 timing command:ci Completed in 122635ms
183 verbose type system
184 verbose stack FetchError: request to https://registry.npm.taobao.org/zone.js/-/zone.js-0.11.5.tgz failed, reason: certificate has expired
184 verbose stack at ClientRequest. (F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\node_modules\minipass-fetch\lib\index.js:110:14)
184 verbose stack at ClientRequest.emit (node:events:390:28)
184 verbose stack at TLSSocket.socketErrorListener (node:_http_client:447:9)
184 verbose stack at TLSSocket.emit (node:events:402:35)
184 verbose stack at emitErrorNT (node:internal/streams/destroy:157:8)
184 verbose stack at emitErrorCloseNT (node:internal/streams/destroy:122:3)
184 verbose stack at processTicksAndRejections (node:internal/process/task_queues:83:21)
185 verbose cwd F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard
186 verbose Windows_NT 10.0.22000
187 verbose argv “F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node.exe” “F:\workpace_flink1.16\flink-1.16\flink-runtime-web\web-dashboard\node\node_modules\npm\bin\npm-cli.js” “ci” “–cache-max=0” “–no-save” “–registry=https://registry.npm.taobao.org”
188 verbose node v16.13.2
189 verbose npm v8.1.2
190 error code CERT_HAS_EXPIRED
191 error errno CERT_HAS_EXPIRED
192 error request to https://registry.npm.taobao.org/zone.js/-/zone.js-0.11.5.tgz failed, reason: certificate has expired
193 verbose exit 1

转载请注明出处或者链接地址:https://www.qianduange.cn//article/14145.html
评论
发布的文章

TEGG学习总结

2024-08-07 00:08:45

ajax笔记二

2024-03-12 01:03:25

jQuery 密码验证

2024-08-07 00:08:10

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!