mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
2c590917b1
* fix: npm7 audit fix and bulk endpoint * chore: update registry * chore: update registry
23 lines
561 B
YAML
23 lines
561 B
YAML
defaultSemverRangePrefix: ""
|
|
|
|
enableGlobalCache: false
|
|
|
|
enableTelemetry: true
|
|
|
|
httpRetry: 10
|
|
|
|
httpTimeout: 100000
|
|
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
- ./yarn-plugins/plugin-postinstall.js
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: "@yarnpkg/plugin-typescript"
|
|
|
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|