mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
8c10a3ec31
* chore: migrate config package to vitest * Update pnpm-lock.yaml * improve win32 test * Create moody-mugs-pay.md
44 lines
805 B
Text
44 lines
805 B
Text
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`parse > fromJStoYAML > basic conversion roundtrip 1`] = `
|
|
"storage: ./storage_default_storage
|
|
uplinks:
|
|
npmjs:
|
|
url: http://localhost:4873/
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
forbidden-place:
|
|
access: nobody
|
|
publish: $all
|
|
react:
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
corrupted-package:
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
jquery:
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
auth-package:
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
vue:
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
proxy: npmjs
|
|
'*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
log:
|
|
type: stdout
|
|
format: pretty
|
|
level: warn
|
|
"
|
|
`;
|