0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/plugins/local-storage
renovate[bot] 2acf0d4cbb
chore(deps): update typescript dependencies (master) (#4442)
* chore(deps): update typescript dependencies

* Update proxy.ts

* Update request.ts

* Update local-fs.test.ts

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2024-01-20 13:59:24 +01:00
..
_storage
src fix: improve support for fs promises older nodejs (#3570) 2023-01-22 09:48:04 +01:00
tests chore(deps): update typescript dependencies (master) (#4442) 2024-01-20 13:59:24 +01:00
.babelrc
.eslintrc.json
CHANGELOG.md chore: update versions (next-7) (#4417) 2024-01-14 10:56:23 +01:00
jest.config.js feat!: replace deprecated request dependency by got (#3100) 2022-07-29 20:51:45 +02:00
LICENSE
package.json chore: update versions (next-7) (#4417) 2024-01-14 10:56:23 +01: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