SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > slide > lib >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/slide/lib/

NameTypeSizeLast ModifiedActions
async-map-ordered.js File 1729 bytes March 10 2021 14:36:37.
async-map.js File 1471 bytes March 10 2021 14:36:37.
bind-actor.js File 382 bytes March 10 2021 14:36:37.
chain.js File 660 bytes March 10 2021 14:36:37.
slide.js File 121 bytes March 10 2021 14:36:37.

Reading File: //lib/node_modules/npm/node_modules/slide/lib//chain.js

module.exports = chain
var bindActor = require("./bind-actor.js")
chain.first = {} ; chain.last = {}
function chain (things, cb) {
  var res = []
  ;(function LOOP (i, len) {
    if (i >= len) return cb(null,res)
    if (Array.isArray(things[i]))
      things[i] = bindActor.apply(null,
        things[i].map(function(i){
          return (i===chain.first) ? res[0]
           : (i===chain.last)
             ? res[res.length - 1] : i }))
    if (!things[i]) return LOOP(i + 1, len)
    things[i](function (er, data) {
      if (er) return cb(er, res)
      if (data !== undefined) res = res.concat(data)
      LOOP(i + 1, len)
    })
  })(0, things.length) }

SILENT KILLER Tool