npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@voyant-travel/theme

v1.9.0

Published

The public contract and local tooling for Astro Themes for Voyant Sites.

Readme

@voyant-travel/theme

The stable public theme contract for Voyant. Define a theme with defineTheme, validate objects with checkThemeDefinition, or load and operate on a project through @voyant-travel/theme/tooling.

Connected local development uses the separately versioned, host-neutral ThemeDevelopmentRuntimeDescriptor. Platform session creation and credentials remain proprietary and are supplied by the Voyant CLI through a runtime Adapter; the public descriptor contains identifiers and endpoints, never capability secrets. Its editor base URL is non-secret; the proprietary CLI exchanges any one-time handoff code separately. Omitting a runtime preserves fixture-backed development.

The v1 contract stabilizes the v1alpha5 tour, cruise, ship, sailing, managed-shopping, opaque Trip, and Book-all surfaces with recursively commercial- and privacy-safe publication projections. See the contract guide.

Stable authoring fields and context discriminants will not be removed or change meaning within v1. Additive context fields do not require a new contract version: published contexts parse permissively and keep unknown properties, so a deployed theme survives them.

themeContextResponseSchema validates the versioned publication-reader envelope used by server-rendered themes. @voyant-travel/astro owns the Cloudflare transport; the core contract remains independent of Voyant storage.

Tour themes can validate deterministic live-selling stories with tourSellingFixtureMatrixSchema and serve them locally with createTourFixtureAdapter. The reference matrix is fixtures/tour-selling.json; it stays outside immutable page fixtures so commercial state never becomes published content.

bookingSessionActionRequestSchema types and validates the closed booking.session.v1 PATCH lifecycle union. It requires the theme-visible session revision and an idempotencyKey for update, quote, hold, commit, abandon, and renew actions while rejecting runtime aliases and provider paths.

shoppingRequestedScopeSchema validates the only managed-shopping preferences a browser may choose: marketId, locale, and uppercase currency. Shopping capability routes remain same-origin and provider-neutral; customer ownership, booking-engine choice, payments, and FX stay server-owned. shoppingTripBookingRequestSchema closes the separate itinerary-booking input to an opaque selection reference, its expected revision, and an idempotency key; its managed Booking Session continues through booking.session.v1.

Themes declare alternate context-compatible renderers in manifest.templates. The platform validates and resolves its vertical, resource-type, taxonomy, and individual-resource assignments with checkThemeTemplateAssignments and resolveThemeTemplate; published contexts carry only the resolved templateId.