Source: node-dayjs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , rollup , node-rollup-plugin-babel , node-rollup-plugin-terser , babeljs , jq , node-ncp Standards-Version: 4.7.4 Homepage: https://day.js.org Vcs-Git: https://salsa.debian.org/js-team/node-dayjs.git Vcs-Browser: https://salsa.debian.org/js-team/node-dayjs Rules-Requires-Root: no Package: node-dayjs Architecture: all Depends: ${misc:Depends} , Description: minimalist date time library for Node.js Day.js is a minimalist JavaScript library that provides a clear, chainable API for parsing, formatting, and manipulating dates. . Its core is intentionally small and focused, offering predictable, immutable operations: each transformation returns a new date instance rather than altering existing state. . The library organizes extended functionality, such as timezone handling, durations, localized formatting, and relative time, into optional plugins, allowing integrators to enable only the features required by their environment. . Node.js is an event-based server-side JavaScript engine.