awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vercel avatar

vercel/ms

0
View on GitHub↗
5,536 Stars·322 Forks·TypeScript·MIT·12 Aufrufenpmjs.com/ms↗

Ms

Dies ist eine JavaScript-Bibliothek zur Zeitkonvertierung, die darauf ausgelegt ist, Millisekunden-Integer als menschenlesbare Zeitdauern zu formatieren und einheitenbasierte Strings zurück in Millisekunden zu parsen. Sie dient als Utility für die Verwaltung des Übergangs zwischen maschinenlesbaren Zeitdauern und Textdarstellungen.

Die Bibliothek bietet bidirektionale Abbildung, was die Konvertierung von Rohzahlen in Strings und das Parsen von Strings, die Einheiten wie Tage, Stunden und Minuten enthalten, zurück in numerische Millisekunden-Zählwerte ermöglicht. Sie unterstützt sowohl abgekürzte als auch vollständig ausgeschriebene Zeitformate.

Features

  • Time Conversion Utilities - A utility for transforming strings containing days, hours, and minutes into a total millisecond count.
  • Human-Readable Time Delta Formatters - Converts millisecond integers into human-readable duration strings using abbreviated or full formats.
  • Duration Formatters - Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.
  • Date and Time Libraries - Provides a JavaScript utility library for parsing and formatting millisecond durations.
  • Unit Conversions - Utilizes a static lookup table to map time units to their millisecond equivalents for conversion calculations.
  • Duration String Parsers - Transforms human-readable strings containing time units into a total millisecond count.
  • Bidirectional Time Mappers - Implements paired logic to convert milliseconds to strings and strings back to milliseconds using a shared scale.
  • Iterative Remainder Formatting - Implements an iterative subtraction algorithm to break down milliseconds into a readable sequence of time units.
  • Regular Expression-Based Parsing - Uses regular expressions to extract numeric values and time unit identifiers from strings.
  • Date and Time Utilities - Converts various time formats to milliseconds.
  • Dates and Time - Parser and formatter for time duration strings.
  • Humanization Utilities - Tiny millisecond conversion utility.

Star-Verlauf

Star-Verlauf für vercel/msStar-Verlauf für vercel/ms

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht vercel/ms?

Dies ist eine JavaScript-Bibliothek zur Zeitkonvertierung, die darauf ausgelegt ist, Millisekunden-Integer als menschenlesbare Zeitdauern zu formatieren und einheitenbasierte Strings zurück in Millisekunden zu parsen. Sie dient als Utility für die Verwaltung des Übergangs zwischen maschinenlesbaren Zeitdauern und Textdarstellungen.

Was sind die Hauptfunktionen von vercel/ms?

Die Hauptfunktionen von vercel/ms sind: Time Conversion Utilities, Human-Readable Time Delta Formatters, Duration Formatters, Date and Time Libraries, Unit Conversions, Duration String Parsers, Bidirectional Time Mappers, Iterative Remainder Formatting.

Welche Open-Source-Alternativen gibt es zu vercel/ms?

Open-Source-Alternativen zu vercel/ms sind unter anderem: rauchg/ms.js — ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time… iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,… hustcc/timeago.js — timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as… matthewyork/datetools — DateTools is a date manipulation library for iOS applications that provides utilities for date arithmetic, range… moment/luxon — Luxon is a JavaScript library for parsing, validating, manipulating, and formatting dates and times. It provides a… moment/moment — Moment is a JavaScript date manipulation library used for parsing, validating, manipulating, and formatting dates and…

Open-Source-Alternativen zu Ms

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ms.
  • rauchg/ms.jsAvatar von rauchg

    rauchg/ms.js

    5,533Auf GitHub ansehen↗

    ms.js is a millisecond conversion library providing tools to format durations into text and parse human-readable time strings back into numbers. It functions as a utility for translating numeric millisecond values into human-readable strings and converting time units such as days, hours, and minutes into numeric milliseconds. The project covers time parsing and formatting, enabling the translation of human-readable time units into millisecond values for application timeout management and duration unit conversion. It includes tools for transforming millisecond durations into both concise and l

    TypeScript
    Auf GitHub ansehen↗5,533
  • iamkun/dayjsAvatar von iamkun

    iamkun/dayjs

    48,662Auf GitHub ansehen↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    JavaScriptdatedate-formattingdatetime
    Auf GitHub ansehen↗48,662
  • hustcc/timeago.jsAvatar von hustcc

    hustcc/timeago.js

    5,376Auf GitHub ansehen↗

    timeago.js is a JavaScript library that converts timestamps into human-readable relative time strings. It functions as an internationalized date library that transforms static date and time data into descriptive statements of elapsed time. The project provides a dynamic time updater that automatically refreshes relative time labels on a webpage at regular intervals. It supports multilingual date localization, allowing time-elapsed statements to be translated into various languages using built-in or custom locale settings.

    TypeScript
    Auf GitHub ansehen↗5,376
  • matthewyork/datetoolsAvatar von MatthewYork

    MatthewYork/DateTools

    7,186Auf GitHub ansehen↗

    DateTools is a date manipulation library for iOS applications that provides utilities for date arithmetic, range management, and relative time formatting. It functions as a set of tools to shift dates by specific units, calculate durations between timestamps, and convert dates into localized, human-readable strings. The library specializes in the analysis of time spans, offering systems to define, compare, and organize overlapping or sequential time periods. It includes logic to determine chronological relationships, such as whether dates fall within specific windows or how different time per

    Objective-C
    Auf GitHub ansehen↗7,186
  • Alle 30 Alternativen zu Ms anzeigen→