node-cycle 1.0.3-1 source package in Ubuntu

Changelog

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

  * Initial release.

 -- Roland Mas <email address hidden>  Mon, 21 Feb 2022 13:01:26 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cycle_1.0.3-1.dsc 1.9 KiB 93d6af4326cb2035f9cf8405d1eac735cea4d1f65a77dd5ccca932b29debb86b
node-cycle_1.0.3.orig.tar.gz 3.2 KiB 5ce1ce1bd9fd99d161aa8c8a2fe06525accac7e568e7053598fd9be981a52044
node-cycle_1.0.3-1.debian.tar.xz 1.6 KiB 7d1312908766168066a50cc267b77d8dd45e539653677e7667190fecb6b989ea

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.