UNPKG

895 BJSONView Raw
1{
2 "name": "mixin-deep",
3 "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
4 "version": "1.1.1",
5 "homepage": "https://github.com/jonschlinkert/mixin-deep",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/mixin-deep",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/mixin-deep/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js"
14 ],
15 "main": "index.js",
16 "engines": {
17 "node": ">=0.10.0"
18 },
19 "scripts": {
20 "test": "mocha"
21 },
22 "dependencies": {
23 "for-own": "^0.1.3",
24 "is-plain-object": "^2.0.0"
25 },
26 "devDependencies": {
27 "mocha": "^2.2.4",
28 "should": "^6.0.1"
29 },
30 "keywords": [
31 "deep",
32 "extend",
33 "key",
34 "keys",
35 "merge",
36 "mixin",
37 "object",
38 "prop",
39 "properties",
40 "util",
41 "values"
42 ]
43}