![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/mixin-object/ |
{ "name": "mixin-object", "description": "Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.", "version": "2.0.1", "homepage": "https://github.com/jonschlinkert/mixin-object", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/mixin-object", "bugs": { "url": "https://github.com/jonschlinkert/mixin-object/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "for-in": "^0.1.3", "is-extendable": "^0.1.1" }, "devDependencies": { "mocha": "^2.2.5", "should": "^7.0.1" }, "keywords": [ "assign", "copy", "extend", "key", "merge", "mixin", "object", "objects", "prop", "properties", "property", "shallow", "util", "value" ], "verbiage": { "related": { "list": [ "defaults-deep", "extend-shallow", "assign-deep", "mixin-deep", "merge-deep", "isobject", "is-plain-object", "for-own", "for-in" ] } } }