node-sorted-object 2.0.1+~2.0.0-1 source package in Ubuntu

Changelog

node-sorted-object (2.0.1+~2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + node-sorted-object: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Drop nodejs dependency
  * Mark test dependencies with <!nocheck>
  * Use dh-sequence-nodejs auto test & install
  * Embed typescript definitions and repack
  * New upstream version 2.0.1+~2.0.0

 -- Yadd <email address hidden>  Tue, 30 Nov 2021 10:05:50 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sorted-object_2.0.1+~2.0.0-1.dsc 2.4 KiB bda09f3339a72f7680e14e0137e8faedc34ae87da8d249baed564af1c9e4ca17
node-sorted-object_2.0.1+~2.0.0.orig-types-sorted-object.tar.gz 1.5 KiB 26867fac2efe60b1371022772972385d5f617bea8ab7ba0239eec1601ca289cd
node-sorted-object_2.0.1+~2.0.0.orig.tar.gz 4.5 KiB 6d7b06acc07181a9f916704ee35d248944d6e12a00b5a7b921c20c9c0710c67b
node-sorted-object_2.0.1+~2.0.0-1.debian.tar.xz 3.6 KiB e0fec4b39a4716e43397331986a705136de81f8f528b572e3ba1832bdeb3a8f6

Available diffs

No changes file available.

Binary packages built by this source

node-sorted-object: Returns a copy of an object with its keys sorted

 Node.js module to create a version of an object with its keys sorted
 so that you'll get a consistent order every time on serializing.
 This makes it easier to diff the resulting JSON.
 .
 Node.js is an event-based server-side JavaScript engine.