CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/tailwindcss/scripts/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/tailwindcss/scripts/install-integrations.js

let fs = require('fs/promises')
let { spawn } = require('child_process')
let path = require('path')
let root = process.cwd()

function npmInstall(cwd) {
  return new Promise((resolve) => {
    let childProcess = spawn('npm', ['install'], { cwd })
    childProcess.on('exit', resolve)
  })
}

async function install() {
  let base = path.resolve(root, 'integrations')
  let ignoreFolders = ['node_modules']
  let integrations = (await fs.readdir(base, { withFileTypes: true }))
    .filter((integration) => integration.isDirectory())
    .filter((integration) => !ignoreFolders.includes(integration.name))
    .map((folder) => path.resolve(base, folder.name))
    .concat([base])
    .map((integration) => npmInstall(integration))

  await Promise.all(integrations)
  console.log('Done!')
}

install()
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY