Package Exports
- @verdaccio/local-storage
- @verdaccio/local-storage/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@verdaccio/local-storage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@verdaccio/local-storage
📦 File system storage plugin for verdaccio
This package is already built-in in verdaccio
npm install @verdaccio/local-storageAPI
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.