@stdlib/utils-merge
Version:
Merge and extend objects.
93 lines (92 loc) • 2.08 kB
JSON
{
"name": "@stdlib/utils-merge",
"version": "0.2.2",
"description": "Merge and extend objects.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/utils-merge.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.2.2",
"@stdlib/assert-is-boolean": "^0.2.2",
"@stdlib/assert-is-buffer": "^0.2.2",
"@stdlib/assert-is-function": "^0.2.2",
"@stdlib/assert-is-object": "^0.2.2",
"@stdlib/assert-is-plain-object": "^0.2.2",
"@stdlib/assert-is-positive-integer": "^0.2.2",
"@stdlib/constants-float64-pinf": "^0.2.2",
"@stdlib/string-format": "^0.2.2",
"@stdlib/utils-copy": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
"@stdlib/utils-keys": "^0.2.2",
"@stdlib/utils-type-of": "^0.2.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utilities",
"utils",
"util",
"merge",
"deep",
"deepmerge",
"shallow",
"shallowmerge",
"extend",
"deepextend",
"xtend",
"array",
"object",
"date",
"regexp",
"assign",
"object.assign",
"polyfill",
"ponyfill"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}