-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 997 Bytes
/
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": "qclone",
"version": "1.2.0",
"description": "the fastest function for deep clone js objects compatible with es6",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yuriy-Khomenko/qclone.git"
},
"keywords": [
"fast",
"fastest",
"deep",
"clone",
"copy",
"deep-clone",
"deep-copy",
"deepclone",
"performance",
"fast-deep-clone",
"fast-deep-copy",
"fast-clone",
"fast-copy",
"clone-object",
"copy-object",
"fastclone",
"object",
"fastcopy",
"recursive",
"properties",
"performant",
"values",
"prop",
"quick-clone",
"quick-deep",
"quick-deep-clone",
"keys"
],
"author": "Yuriy Khomenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yuriy-Khomenko/qclone/issues"
},
"homepage": "https://github.com/Yuriy-Khomenko/qclone#readme"
}