Group
Extension

Matches 1

Nodejs-Util ( P/PE/PERLANCAR/Nodejs-Util-0.012.tar.gz, PERLANCAR, 2018; MetaCPAN )
Nodejs-Util/lib/Nodejs/Util.pm ( view source; MetaCPAN )
s $opts->{all};
            }
        } else {
            my $p;
            for my $e (".js", ".json", ".node") {
                $p = "$d/$name$e";
                if (-f $p) {
                    
      last unless $opts->{all};
                } elsif (-f "$p/package.json") {
                    push @res, "$p/package.json";
                    last unless $opts->{all};
                }
     
dule is found, or string containing the found path.

Known options:

=over

=item * parse_package_json => bool (default: 0)

Not yet implemented.

=item * cwd => str

Use this directory instead of usi

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.