PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/depcheck/dist/detector

Просмотр файла: gruntLoadTaskCallExpression.js

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = detectGruntLoadTaskCallExpression;
function detectGruntLoadTaskCallExpression(node) {
  return node.type === 'CallExpression' && node.callee && node.callee.property && node.callee.property.name === 'loadNpmTasks' && node.arguments[0] ? [node.arguments[0].value] : [];
}
module.exports = exports.default;

Выполнить команду


Для локальной разработки. Не используйте в интернете!