=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pkg-js-tools-0.9.52/autopkgtest/runner-7- echo "# Searching files to link in $DIR" pkg-js-tools-0.9.52/autopkgtest/runner:8: for f in `ls $DIR/`; do pkg-js-tools-0.9.52/autopkgtest/runner-9- if [ -d $f ]; then ############################################## pkg-js-tools-0.9.52/autopkgtest/runner-21-if [ -e debian/nodejs/main ]; then pkg-js-tools-0.9.52/autopkgtest/runner:22: pack=`egrep -v '^(.*#.*|)$' debian/nodejs/main` pkg-js-tools-0.9.52/autopkgtest/runner-23- pack="$pack/package.json" ############################################## pkg-js-tools-0.9.52/autopkgtest/runner-35- pkg-js-tools-0.9.52/autopkgtest/runner:36:PKG=`perl -MJSON -000 -ne '$a.=$_;END{print JSON::decode_json($a)->{name}}' $pack` pkg-js-tools-0.9.52/autopkgtest/runner-37- ############################################## pkg-js-tools-0.9.52/autopkgtest/runner-67- if test "$LOCAL" = "0"; then pkg-js-tools-0.9.52/autopkgtest/runner:68: node --no-deprecation -e "require('$REQUIRE_PKG')" pkg-js-tools-0.9.52/autopkgtest/runner-69- else ############################################## pkg-js-tools-0.9.52/autopkgtest/runner-83- fi pkg-js-tools-0.9.52/autopkgtest/runner:84: #MAKEFILES=`ls|perl -ne "chomp;print qq{\$_ } if /$MAKEFILES/i" || true` pkg-js-tools-0.9.52/autopkgtest/runner:85: MAKEFILES=`ls|perl -ne "print if /$MAKEFILES/i"|xargs echo || true` pkg-js-tools-0.9.52/autopkgtest/runner-86- echo "# Build files found: $MAKEFILES" ############################################## pkg-js-tools-0.9.52/autopkgtest/runner-140- if nodepath $mod; then pkg-js-tools-0.9.52/autopkgtest/runner:141: dir=`dirname $mod` pkg-js-tools-0.9.52/autopkgtest/runner-142- mkdir -p node_modules/$dir pkg-js-tools-0.9.52/autopkgtest/runner:143: ln -vs `nodepath $mod` $TDIR/node_modules/$dir || echo "Failed to create $mod link" pkg-js-tools-0.9.52/autopkgtest/runner-144- else ############################################## pkg-js-tools-0.9.52/debian/tests/pkg-js-autopkgtest-4-ORIG=t/autopkgtest/orig pkg-js-tools-0.9.52/debian/tests/pkg-js-autopkgtest:5:TESTS=`ls $TESTDIR` pkg-js-tools-0.9.52/debian/tests/pkg-js-autopkgtest-6-EXITCODE=0 ############################################## pkg-js-tools-0.9.52/doc/tools/README.md-56- `debian/nodejs/root_modules`, then pkg-js-tools will list them in pkg-js-tools-0.9.52/doc/tools/README.md:57: `${nodejs:Provides}`. You can use this value in "Provides:" field pkg-js-tools-0.9.52/doc/tools/README.md-58- _(in `debian/control`)_. **Warning: never add a arch-dependent ############################################## pkg-js-tools-0.9.52/lib/Debian/Debhelper/Buildsystem/nodejs.pm-785- $self->doit_in_builddir( '/usr/bin/node', '-e', pkg-js-tools-0.9.52/lib/Debian/Debhelper/Buildsystem/nodejs.pm:786: 'require("./' . $self->main_package . '")' ) pkg-js-tools-0.9.52/lib/Debian/Debhelper/Buildsystem/nodejs.pm-787- if $self->main_package; ############################################## pkg-js-tools-0.9.52/t/missing.t-23- sub { pkg-js-tools-0.9.52/t/missing.t:24: print `$command`; pkg-js-tools-0.9.52/t/missing.t-25- }, ############################################## pkg-js-tools-0.9.52/tools/dh-make-node-242- } pkg-js-tools-0.9.52/tools/dh-make-node:243: my $pkg = `nodepath -o $dep 2>/dev/null`; pkg-js-tools-0.9.52/tools/dh-make-node-244- if ( !$pkg ) { ############################################## pkg-js-tools-0.9.52/tools/github-debian-upstream-35- pkg-js-tools-0.9.52/tools/github-debian-upstream:36:upstream=`perl -ne 'if(s@.*github.com/([^/]+)/([^/#]+).*$@$1/$2@){print;exit}' debian/copyright` pkg-js-tools-0.9.52/tools/github-debian-upstream-37- ############################################## pkg-js-tools-0.9.52/tools/github-debian-upstream-39- echo "Trying control" >&2 pkg-js-tools-0.9.52/tools/github-debian-upstream:40: upstream=`perl -ne 'if(s@.*github.com/([^/]+)/([^/#]+).*$@$1/$2@){print;exit}' debian/control` pkg-js-tools-0.9.52/tools/github-debian-upstream-41-fi ############################################## pkg-js-tools-0.9.52/tools/nodepath-51- pkg-js-tools-0.9.52/tools/nodepath:52:FILE=`(node -e "console.log(require.resolve('$MODULE'+'/package.json'))" 2>/dev/null || true) | perl -pe 's/\/package\.json$/$1/'` pkg-js-tools-0.9.52/tools/nodepath-53-if [ "$FILE" == "" ]; then pkg-js-tools-0.9.52/tools/nodepath:54: FILE=`node -e "console.log(require.resolve('$MODULE'))"|perl -pe 's/(nodejs\/(?:\@[^\/]*\/)?[^\@][^\/]*)(\/.*)?$/$1/'` pkg-js-tools-0.9.52/tools/nodepath-55- if [ "$FILE" == "" ]; then ############################################## pkg-js-tools-0.9.52/tools/pkgjs-ls-90- ( $opt{prod} ? '--prod' : '' ) ); pkg-js-tools-0.9.52/tools/pkgjs-ls:91:our $deps = `$cmd 2>/dev/null`; pkg-js-tools-0.9.52/tools/pkgjs-ls-92-$deps =~ s/\}\s*\{/,/gs;