node-cycle 1.0.3-4 source package in Ubuntu

Changelog

node-cycle (1.0.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-cycle: Add Multi-Arch: foreign.

  [ Roland Mas ]
  * Declare compliance with policy 4.5.0

 -- Jelmer Vernooij <email address hidden>  Thu, 01 Dec 2022 00:40:04 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cycle_1.0.3-4.dsc 1.9 KiB 364e0cf83631c084f55e9e3845dde5398afd850e05bfa1e0e8d088b5177feae6
node-cycle_1.0.3.orig.tar.gz 3.2 KiB 5ce1ce1bd9fd99d161aa8c8a2fe06525accac7e568e7053598fd9be981a52044
node-cycle_1.0.3-4.debian.tar.xz 1.9 KiB f66f0a505c76304cd761d3c5d3ecc928047ba991f9554e03fccf6f5a36210aaf

Available diffs

No changes file available.

Binary packages built by this source

node-cycle: JSON encoder/decoder for cyclical structures in Node.js

 This fork of the JSON-js module contains two functions, JSON.decycle
 and JSON.retrocycle, which make it possible to encode cyclical
 structures and dags in JSON, and to then recover them. JSONPath is
 used to represent the links.
 .
 Node.js is an event-based server-side JavaScript engine.