SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > graceful-fs


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.38
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules/graceful-fs

NameTypeSizeLast ModifiedActions
LICENSE File 781 bytes March 10 2021 14:36:39.
README.md File 4454 bytes March 10 2021 14:36:39.
clone.js File 401 bytes March 10 2021 14:36:39.
graceful-fs.js File 8965 bytes March 10 2021 14:36:39.
legacy-streams.js File 2655 bytes March 10 2021 14:36:39.
package.json File 2412 bytes March 10 2021 14:36:39.
polyfills.js File 9519 bytes March 10 2021 14:36:39.

Reading File: //usr/lib/node_modules/npm//node_modules/graceful-fs/clone.js

'use strict'

module.exports = clone

function clone (obj) {
  if (obj === null || typeof obj !== 'object')
    return obj

  if (obj instanceof Object)
    var copy = { __proto__: obj.__proto__ }
  else
    var copy = Object.create(null)

  Object.getOwnPropertyNames(obj).forEach(function (key) {
    Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key))
  })

  return copy
}

SILENT KILLER Tool