Provided by: dh-nodejs_0.14.36_all bug

NAME

       Debian::PkgJS::PackageLock - Perl module to build pkgjs-lock.json files

SYNOPSIS

         use Debian::PkgJS::PackageLock;

         for my $path (@jsModulePaths) {
             buildPackageLock( $path, "$path/pkgjs-locj.json");
         }

         use Debian::Debhelper::Dh_Lib;

         addsubstvar( $pkg, builtUsing() );

DESCRIPTION

   EXPORT
       buildPackageLock( $path, $dest )
       builtUsing()

COPYRIGHT AND LICENSE

       Copyright Yadd <yadd@debian.org>

       This library is free software; you can redistribute it and/or modify it under the terms of
       the GNU General Public License as published by the Free Software Foundation; either
       version 2, or (at your option) any later version.

       This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
       without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
       See the GNU General Public License for more details.

       On Debian systems, the complete text of version 2 of the GNU General Public License can be
       found in `/usr/share/common-licenses/GPL-2'.  If not, see <http://www.gnu.org/licenses/>.