Provided by: dh-nodejs_0.14.36_all bug

NAME

       pkgjs-utils - Nodejs package utilities

SYNOPSIS

         $ cd node-glob
         $ pkgjs-utils main
           # prints: glob
         $ pkgjs-main
           # alias for pkgjs-utils main
         $ pkgjs-utils components_list
           # prints:
           #  globalyzer
           #  globrex
           #  tiny-glob
           #  types-glob
         $ pkgjs-utils modules_list
           # prints:
           #  globalyzer
           #  globrex
           #  tiny-glob
           #  @types/glob
         $ pkgjs-utils pjson .
           # prints: { <package.json content, serialized> }
         $ pkgjs-pjson .
           # alias for pkgjs-utils pjson .
         $ cd ../node-jest
         $ pkgjs-pjson packages/jest-diff
           # prints: { <packages/jest-diff/package.json content, serialized> }
         $ pkgjs-pjson packages/jest-diff version
           # prints: 27.2.5
         $ pkgjs-utils pjson . scripts test
           # prints: jest
         $ pkgjs-utils pjson packages/jest-diff scripts test
         $ pkgjs-utils ln webpack
           # prints: 'webpack linked into node_modules
         $ pkgjs-utils ln @types/node
           # prints: '@types/node' linked into node_modules
         $ pkgjs-ln @types/node
           # same as pkgjs-utils ln @types/node
         $ pkgjs-utils normalize_name @types/node
           # prints: types-node

DESCRIPTION

       Collection of little commands to read <component>/package.json overridden by
       debian/nodejs/<component>/* files.

   Available commands
       link_test_modules
       link_external_modules
       link_internal_modules
       link_build_modules
       clean_test_modules
       clean_external_modules
       clean_internal_modules
       clean_build_modules
       ln
       components_list
       modules_list
       pjson
       main
       normalize_name
       -h --help
       -v --version

AUTHOR

       Yadd <yadd@debian.org>

COPYRIGHT AND LICENSE

       Copyright (C) 2021 by Yadd <yadd@debian.org>

       This program 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.  .  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'