verdaccio
- Version 6.0.2
- Published
- 983 kB
- 37 dependencies
- MIT license
Install
npm i verdaccio
yarn add verdaccio
pnpm add verdaccio
Overview
A lightweight private npm proxy registry
Index
Functions
Functions
function runServer
runServer: (config?: string) => Promise<any>;
Exposes a server factory to be instantiated programmatically.
const app = await runServer(); // default configuration const app = await runServer('./config/config.yaml'); const app = await runServer({ configuration }); app.listen(4000, (event) => { // do something });
Parameter config
function startVerdaccio
startVerdaccio: ( config: any, cliListen: string, configPath: string, pkgVersion: string, pkgName: string, callback: Callback) => void;
Trigger the server after configuration has been loaded.
Parameter config
Parameter cliArguments
Parameter configPath
Parameter pkgVersion
Parameter pkgName
Deprecated
use runServer instead
Package Files (3)
Dependencies (37)
- @cypress/request
- @verdaccio/auth
- @verdaccio/config
- @verdaccio/core
- @verdaccio/local-storage-legacy
- @verdaccio/logger
- @verdaccio/middleware
- @verdaccio/search-indexer
- @verdaccio/signature
- @verdaccio/streams
- @verdaccio/tarball
- @verdaccio/ui-theme
- @verdaccio/url
- @verdaccio/utils
- async
- clipanion
- compression
- cors
- debug
- envinfo
- express
- express-rate-limit
- fast-safe-stringify
- handlebars
- js-yaml
- JSONStream
- jsonwebtoken
- kleur
- lodash
- lru-cache
- mime
- mkdirp
- pkginfo
- semver
- validator
- verdaccio-audit
- verdaccio-htpasswd
Dev Dependencies (73)
- @babel/cli
- @babel/core
- @babel/eslint-parser
- @babel/node
- @babel/plugin-proposal-class-properties
- @babel/plugin-proposal-decorators
- @babel/plugin-proposal-export-namespace-from
- @babel/plugin-proposal-function-sent
- @babel/plugin-proposal-json-strings
- @babel/plugin-proposal-nullish-coalescing-operator
- @babel/plugin-proposal-numeric-separator
- @babel/plugin-proposal-object-rest-spread
- @babel/plugin-proposal-optional-chaining
- @babel/plugin-proposal-throw-expressions
- @babel/plugin-syntax-dynamic-import
- @babel/plugin-syntax-import-meta
- @babel/plugin-transform-async-to-generator
- @babel/plugin-transform-classes
- @babel/plugin-transform-runtime
- @babel/polyfill
- @babel/preset-env
- @babel/preset-typescript
- @babel/register
- @babel/runtime
- @octokit/rest
- @trivago/prettier-plugin-sort-imports
- @types/async
- @types/express
- @types/express-serve-static-core
- @types/http-errors
- @types/jest
- @types/lodash
- @types/mime
- @types/minimatch
- @types/node
- @types/pino
- @types/request
- @types/semver
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- @verdaccio-scope/verdaccio-auth-foo
- @verdaccio/types
- babel-jest
- babel-plugin-dynamic-import-node
- cross-env
- detect-secrets
- eslint
- eslint-config-google
- eslint-config-prettier
- eslint-plugin-babel
- eslint-plugin-import
- eslint-plugin-jest
- eslint-plugin-prettier
- eslint-plugin-simple-import-sort
- eslint-plugin-verdaccio
- fs-extra
- jest
- jest-config
- jest-environment-node
- jest-junit
- lockfile-lint
- nock
- node-mocks-http
- pinst
- prettier
- rimraf
- selfsigned
- standard-version
- supertest
- ts-node
- typescript
- verdaccio-auth-memory
- verdaccio-memory
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/verdaccio
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/verdaccio)
- HTML<a href="https://www.jsdocs.io/package/verdaccio"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3085 ms. - Missing or incorrect documentation? Open an issue for this package.