0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/plugins/local-storage
Juan Picado ce1c642312
chore: update versions (next-8) (#4761)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 21:57:05 +02:00
..
_storage
src chore: improve startup logging (#4788) 2024-08-20 21:17:33 +02:00
tests chore: migrate vitest packages (#4780) 2024-08-04 20:17:02 +02:00
.babelrc
.eslintrc.json
CHANGELOG.md chore: update versions (next-8) (#4761) 2024-09-11 21:57:05 +02:00
LICENSE
package.json chore: update versions (next-8) (#4761) 2024-09-11 21:57:05 +02:00
README.md
tsconfig.build.json
tsconfig.json refactor logger module (#3592) 2023-02-05 21:00:32 +01:00

@verdaccio/local-storage

📦 File system storage plugin for verdaccio

verdaccio (latest) CircleCI Known Vulnerabilities codecov backers discord MIT node

This package is already built-in in verdaccio

npm install @verdaccio/local-storage

API

LocalDatabase

The main object that handle a JSON database the private packages.

Constructor

new LocalDatabase(config, logger);
  • config: A verdaccio configuration instance.
  • logger: A logger instance

LocalFS

A class that handle an package instance in the File System

new LocalFS(packageStoragePath, logger);

License

Verdaccio is MIT licensed.

FOSSA Status