-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "merge-change",
"version": "1.8.1",
"description": "Simple library for deep merge of objects and other types (also for patch and immutable updates). Declarative operations to specific merge, for example to remove properties. Customize merging between specific types. Calculating diffs.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node ./node_modules/jest/bin/jest.js --runInBand --verbose --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VladimirShestakov/merge-change.git"
},
"keywords": [
"merge",
"object",
"patch",
"update",
"deep",
"mixin",
"change",
"extend",
"config",
"util",
"compose",
"make",
"create",
"build",
"clone",
"assemble",
"mutate",
"assign",
"refresh",
"improve",
"enhance"
],
"author": "Vladimir Shestakov",
"license": "MIT",
"bugs": {
"url": "https://github.com/VladimirShestakov/merge-change.git"
},
"homepage": "https://github.com/VladimirShestakov/merge-change.git#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^7.31.0",
"jest": "^27.0.6"
}
}