0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/core/local-storage
Juan Picado 459b6fa72b
refactor: search v1 endpoint and local-database (#2340)
* Refactor local-storage async

refactor local storage search stream

Remove async from local-storage, refactor search with streams

refactor search with undici fetch

finish search refactor

stream multiple request to single stream

refactor storage types

remove async dependency #1225

add score and refactor metadata

remove old search async

fix missing stream local data

clean up

clean up

refactor folder search

format

fix some test

fix issue on publish

filter preview

update ci

delete package folder refactor

refactor get packages methods

fix tests

fix lock file

add changeset

fix test windows

disable some test

update package json versions

* fix merge

* fix e2e cli

* restore e2e

* Update process.ts

* Update process.ts

* add improvement

* format

* Update utils.ts

* test

* test

* Update search.spec.ts

* Update search.spec.ts

* Update search.spec.ts

* test

* Update ci.yml

* clean up

* fix tests

* Update tags.ts

* Update index.spec.ts

* document changeset

* format
2021-09-08 19:06:37 +02:00
..
_storage feat: add typescript project references settings (#1933) 2021-04-09 17:54:19 +02:00
src refactor: search v1 endpoint and local-database (#2340) 2021-09-08 19:06:37 +02:00
tests refactor: search v1 endpoint and local-database (#2340) 2021-09-08 19:06:37 +02:00
.babelrc feat: relocate core packages (#1906) 2021-04-09 17:54:13 +02:00
.eslintrc.json feat: relocate core packages (#1906) 2021-04-09 17:54:13 +02:00
CHANGELOG.md chore: update versions (6-next) (#2419) 2021-09-04 08:59:14 +02:00
jest.config.js feat: relocate core packages (#1906) 2021-04-09 17:54:13 +02:00
LICENSE feat: relocate core packages (#1906) 2021-04-09 17:54:13 +02:00
package.json refactor: search v1 endpoint and local-database (#2340) 2021-09-08 19:06:37 +02:00
README.md build: configure prettier as formatter for json, yaml and markdown (#1930) 2021-04-09 17:54:19 +02:00
tsconfig.build.json feat: add typescript project references settings (#1933) 2021-04-09 17:54:19 +02:00
tsconfig.json refactor: search v1 endpoint and local-database (#2340) 2021-09-08 19:06:37 +02: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