Source: node-depd
Section: web
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 10~)
 , dh-buildinfo
 , mocha
 , node-should
 , nodejs
Standards-Version: 4.1.0
Homepage: https://github.com/dougwilson/nodejs-depd
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-depd.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-depd.git
Testsuite: autopkgtest

Package: node-depd
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: mark a function or property as deprecated - Node.js module
 This module goes above and beyond with deprecation warnings by introspecting
 the call stack (but only the bits that it is interested in).
 .
 Instead of just warning on the first invocation of a deprecated function and
 never again, this module will warn on the first invocation of a deprecated
 function per unique call site, making it ideal to alert users of all
 deprecated uses across the code base, rather than just whatever happens to
 execute first.
 .
 The deprecation warnings from this module also include the file and line
 information for the call into the module that the deprecated function was in.
 .
 Node.js is an event-based server-side JavaScript engine.
