node-sorted-object 2.0.1-1.1 source package in Ubuntu

Changelog

node-sorted-object (2.0.1-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 00:46:05 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sorted-object_2.0.1-1.1.dsc 2.1 KiB cd8bd4f047151fa6b331627f1d5a407e691de0a372f3d8c8011a26dcb35578f7
node-sorted-object_2.0.1.orig.tar.gz 4.5 KiB 6d7b06acc07181a9f916704ee35d248944d6e12a00b5a7b921c20c9c0710c67b
node-sorted-object_2.0.1-1.1.debian.tar.xz 2.9 KiB 1ae6ab5cfbaa5db5ffe8dd5e6149816e3226d4e0a96215f09e5fd2ab6744e32e

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.