Verdaccio · Example Payload

Verdaccio Search Results Example

npmregistrypackage-managerprivate-registryproxynodejsopen-sourceself-hostedyarnpnpmdockerkubernetes

Verdaccio Search Results Example is an example object payload from Verdaccio, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

objectstotaltime

Example Payload

Raw ↑
{
  "objects": [
    {
      "package": {
        "name": "my-package",
        "version": "1.0.0",
        "description": "A sample package published to a Verdaccio private registry",
        "keywords": ["sample", "verdaccio", "npm"],
        "date": "2024-01-15T10:30:00.000Z",
        "author": {
          "name": "Alice Dev",
          "email": "alice@example.com"
        },
        "links": {
          "npm": "http://localhost:4873/my-package",
          "homepage": "https://github.com/example/my-package#readme",
          "repository": "https://github.com/example/my-package",
          "bugs": "https://github.com/example/my-package/issues"
        }
      },
      "score": {
        "final": 0.6847,
        "detail": {
          "quality": 0.7124,
          "popularity": 0.1053,
          "maintenance": 0.9954
        }
      },
      "searchScore": 0.00018823688
    }
  ],
  "total": 1,
  "time": "Mon Jan 15 2024 10:35:22 GMT+0000 (Coordinated Universal Time)"
}