You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-15Lines changed: 28 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
# mixin-deep [](https://www.npmjs.com/package/mixin-deep)[](https://npmjs.org/package/mixin-deep)[](https://npmjs.org/package/mixin-deep)[](https://travis-ci.org/jonschlinkert/mixin-deep)
1
+
# mixin-deep [](https://www.npmjs.com/package/mixin-deep)[](https://npmjs.org/package/mixin-deep)[](https://npmjs.org/package/mixin-deep)[](https://travis-ci.org/jonschlinkert/mixin-deep)
2
2
3
3
> Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.
4
4
5
+
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
*[defaults-deep](https://www.npmjs.com/package/defaults-deep): Like `extend` but recursively copies only the missing properties/values to the target object. | [homepage](https://github.com/jonschlinkert/defaults-deep"Like `extend` but recursively copies only the missing properties/values to the target object.")
27
-
*[extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow"Extend an object with the properties of additional objects. node.js/javascript util.")
28
-
*[merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep"Recursively merge values in a javascript object.")
29
-
*[mixin-object](https://www.npmjs.com/package/mixin-object): Mixin the own and inherited properties of other objects onto the first object. Pass an… [more](https://github.com/jonschlinkert/mixin-object) | [homepage](https://github.com/jonschlinkert/mixin-object"Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.")
29
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
30
30
31
-
### Contributing
31
+
</details>
32
32
33
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
33
+
<details>
34
+
<summary><strong>Running Tests</strong></summary>
35
+
36
+
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
37
+
38
+
```sh
39
+
$ npm install && npm test
40
+
```
34
41
35
-
### Building docs
42
+
</details>
43
+
<details>
44
+
<summary><strong>Building docs</strong></summary>
36
45
37
46
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
38
47
@@ -42,18 +51,22 @@ To generate the readme, run the following command:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
56
+
### Related projects
48
57
49
-
```sh
50
-
$ npm install && npm test
51
-
```
58
+
You might also be interested in these projects:
59
+
60
+
*[defaults-deep](https://www.npmjs.com/package/defaults-deep): Like `extend` but recursively copies only the missing properties/values to the target object. | [homepage](https://github.com/jonschlinkert/defaults-deep"Like `extend` but recursively copies only the missing properties/values to the target object.")
61
+
*[extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow"Extend an object with the properties of additional objects. node.js/javascript util.")
62
+
*[merge-deep](https://www.npmjs.com/package/merge-deep): Recursively merge values in a javascript object. | [homepage](https://github.com/jonschlinkert/merge-deep"Recursively merge values in a javascript object.")
63
+
*[mixin-object](https://www.npmjs.com/package/mixin-object): Mixin the own and inherited properties of other objects onto the first object. Pass an… [more](https://github.com/jonschlinkert/mixin-object) | [homepage](https://github.com/jonschlinkert/mixin-object"Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.")
0 commit comments