debian/0000755000000000000000000000000012202650005007156 5ustar debian/docs0000644000000000000000000000001212123056351010030 0ustar README.md debian/watch0000644000000000000000000000026212123422111010204 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-json-stringify-safe-$1.tar.gz/ \ https://github.com/isaacs/json-stringify-safe/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000164012202647376010603 0ustar Source: node-json-stringify-safe Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/json-stringify-safe Vcs-Git: git://anonscm.debian.org/collab-maint/node-json-stringify-safe.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-json-stringify-safe.git Package: node-json-stringify-safe Architecture: all Depends: ${misc:Depends} , nodejs Description: JSON.stringify with circular references module for Node.js node-json-stringify-safe provides a serializer or a wrapper for JSON.stringify to be able to customize how to deal with circular references in the object being serialized, instead of throwing an exception. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000321012202647442011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: json-stringify-safe Source: https://github.com/isaacs/json-stringify-safe/ Upstream-Contact: https://github.com/isaacs/json-stringify-safe/issues Files: * Copyright: Isaac Z. Schlueter License: BSD-2-clause Files: debian/* Copyright: 2013, Jérémy Lal License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/links0000644000000000000000000000013412123422063010222 0ustar usr/lib/nodejs/json-stringify-safe/stringify.js usr/lib/nodejs/json-stringify-safe/index.js debian/install0000644000000000000000000000006112123422050010543 0ustar stringify.js usr/lib/nodejs/json-stringify-safe/ debian/source/0000755000000000000000000000000012123420077010464 5ustar debian/source/format0000644000000000000000000000001412123056351011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212123056351010362 0ustar 8 debian/rules0000755000000000000000000000016112123056351010242 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000067212202650005011035 0ustar node-json-stringify-safe (5.0.0-1) unstable; urgency=low * Upstream update * control: + Standards-Version 3.9.4 + Canonicalize Vcs fields * copyright: add Upstream-Contact, Source fields. -- Jérémy Lal Wed, 14 Aug 2013 11:38:12 +0200 node-json-stringify-safe (4.0.0-1) unstable; urgency=low * Initial release (Closes: #703807) -- Jérémy Lal Fri, 22 Mar 2013 14:34:30 +0100