1 |
3a515b92
|
cagy
|
{
|
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.3.2",
|
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-in": "^1.0.2",
|
24 |
|
|
"is-extendable": "^1.0.1"
|
25 |
|
|
},
|
26 |
|
|
"devDependencies": {
|
27 |
|
|
"gulp-format-md": "^1.0.0",
|
28 |
|
|
"mocha": "^3.5.3",
|
29 |
|
|
"should": "^13.1.3"
|
30 |
|
|
},
|
31 |
|
|
"keywords": [
|
32 |
|
|
"deep",
|
33 |
|
|
"extend",
|
34 |
|
|
"key",
|
35 |
|
|
"keys",
|
36 |
|
|
"merge",
|
37 |
|
|
"mixin",
|
38 |
|
|
"object",
|
39 |
|
|
"prop",
|
40 |
|
|
"properties",
|
41 |
|
|
"util",
|
42 |
|
|
"values"
|
43 |
|
|
],
|
44 |
|
|
"verb": {
|
45 |
|
|
"toc": false,
|
46 |
|
|
"layout": "default",
|
47 |
|
|
"tasks": [
|
48 |
|
|
"readme"
|
49 |
|
|
],
|
50 |
|
|
"plugins": [
|
51 |
|
|
"gulp-format-md"
|
52 |
|
|
],
|
53 |
|
|
"related": {
|
54 |
|
|
"list": [
|
55 |
|
|
"defaults-deep",
|
56 |
|
|
"extend-shallow",
|
57 |
|
|
"merge-deep",
|
58 |
|
|
"mixin-object"
|
59 |
|
|
]
|
60 |
|
|
},
|
61 |
|
|
"lint": {
|
62 |
|
|
"reflinks": true
|
63 |
|
|
}
|
64 |
|
|
}
|
65 |
|
|
}
|