0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/store
Marc Bernard 9041b0f9ad
chore: add info to log when audit, htpasswd, theme are used (#4956)
* chore: add info to log when audit, htpasswd, theme are used

* fix

* fix

* fix logger
2024-11-24 14:01:24 +01:00
..
src chore: add info to log when audit, htpasswd, theme are used (#4956) 2024-11-24 14:01:24 +01:00
test fix: unpublish a package on storage package (#4937) 2024-11-16 20:39:47 +01:00
types chore(website): add api section (#3424) 2022-10-10 08:00:09 +02:00
.babelrc refactor: devDependencies strictly defined in each package (#1884) 2021-04-09 17:54:11 +02:00
CHANGELOG.md chore: update versions (next-8) (#4903) 2024-11-14 19:55:45 +01:00
package.json chore: update versions (next-8) (#4903) 2024-11-14 19:55:45 +01:00
README.md refactor: search package (#4489) 2024-03-10 17:58:39 +01:00
tsconfig.build.json feat: add typescript project references settings (#1933) 2021-04-09 17:54:19 +02:00
tsconfig.json refactor logger module (#3592) 2023-02-05 21:00:32 +01:00

Verdaccio Search API

The Search class in Verdaccio provides a convenient API for searching packages across both configured proxies and local storage. It enables efficient package discovery and retrieval by aggregating search results from multiple upstream sources.

Installation

npm install @verdaccio/search

Usage

import { Config } from '@verdaccio/config';
import { logger } from '@verdaccio/logger';
import { Search } from '@verdaccio/search';

const config = new Config(configYaml);
// Instantiate Search class
const search = new Search(config, logger);

// Define search parameters
const searchParams = {
  // specify search parameters as needed
};

// Perform a search and retrieve the results
const searchResults = await search.search(searchParams);

Donations

Verdaccio is run by volunteers; nobody is working full-time on it. If you find this project to be useful and would like to support its development, consider making a donation - your logo might end up in this readme. 😉

Donate 💵👍🏻 starting from $1/month or just one single contribution.

License

Verdaccio is MIT licensed

The Verdaccio documentation and logos (excluding /thanks, e.g., .md, .png, .sketch) files within the /assets folder) is Creative Commons licensed.