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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@eyevinn/player-analytics-specification

v0.5.0

Published

Eyevinn Player Analytics Specification

Downloads

770

Readme

Open Analytics Specification

Eyevinn Open Analytics is an open specification that defines a standard for implementing analytics in any media player. By implementing the specification, a player can send analytics data to an Open Analytics compatible backend. See demo. Reference integrations are available for:

Client

Open Analytics Web Player SDK (based on the specification compliant eyevinn/media-event-filter)

Open Analytics Android Player SDK

Open Analytics iOS Player SDK

Server

Open Analytics Event Sink

Open Analytics Worker

Specification

See the Specification README.

The specification consists of typescript definitions, a generated JSON schema, documentation, and an event flow.

The specification is strictly for tracking playback quality using a concise set of events, that must follow a predictable sequence.

The specification makes no assumptions about metadata surrounding quality tracking, like device type, user agent, or operating system version. Metadata is considered implementation specific. The specification is designed to allow for custom metadata to be added to a session at any time, see Metadata Event.

Using in a Project

The specification can be added as a direct dependency to a Node/Deno based project, or it can be downloaded as an artifact from the github releases page.

The event specification can be consumed directly as a set of TypeScript types or JSON schema, or as a reference documentation for an integration.

See Releases, or use npm i @eyevinn/player-analytics-specification.

Contributing

We welcome contributions, and recommend creating a Github Issue to discuss changes before starting work. This helps ensure that the changes align with the goals of the specification, and that we can provide guidance on implementation.

The specification is written in TypeScript, and requires a Node.js environment with Yarn to build and test. To transform the specification into a JSON schema, use the npm run json command.

Contributions should:

  • Update the TypeScript definitions in /specification
  • Update the README in /specification
  • Run npm run json to generate an updated JSON schema
  • Run npm run typedoc to generate updated documentation
  • OPTIONAL: Update the flowchart in /specification/flowchart.md

About Eyevinn Technology

Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in the sense that we are not commercially tied to any platform or technology vendor.

At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This gives us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.

Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!