1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| {
| "name": "deep-extend",
| "description": "Recursive object extending.",
| "license": "MIT",
| "version": "0.2.11",
| "homepage": "https://github.com/unclechu/node-deep-extend",
| "repository": {
| "type": "git",
| "url": "git://github.com/unclechu/node-deep-extend.git"
| },
| "author": {
| "name": "Viacheslav Lotsmanov (unclechu)",
| "email": "lotsmanov89@gmail.com"
| },
| "contributors": [
| {
| "name": "Romain Prieto",
| "url": "https://github.com/rprieto"
| }
| ],
| "main": "index",
| "engines": {
| "node": ">=0.4"
| },
| "scripts": {
| "test": "./node_modules/.bin/mocha"
| },
| "devDependencies": {
| "mocha": "~1.19.0",
| "should": "~3.3.2"
| },
| "directories": {
| "test": "./test"
| }
| }
|
|