File tree 1 file changed +37
-37
lines changed
1 file changed +37
-37
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " clone-array-objects" ,
3
- "version" : " 1.0.2 " ,
4
- "description" : " Clone an array of objects" ,
5
- "license" : " MIT" ,
6
- "repository" : " https://github.com/palashmon/clone-array-objects" ,
7
- "author" : {
8
- "name" : " Palash Mondal" ,
9
-
10
- "url" : " https://github.com/palashmon"
11
- },
12
- "sideEffects" : false ,
13
- "engines" : {
14
- "node" : " >=18.20.2"
15
- },
16
- "scripts" : {
17
- "test" : " xo && ava" ,
18
- "lint" : " xo --fix" ,
19
- "cover" : " nyc --reporter=lcov ava"
20
- },
21
- "files" : [
22
- " index.js"
23
- ],
24
- "keywords" : [
25
- " clone" ,
26
- " array" ,
27
- " objects" ,
28
- " multiple" ,
29
- " array item" ,
30
- " keys" ,
31
- " test"
32
- ],
33
- "devDependencies" : {
34
- "ava" : " 6.1.2" ,
35
- "nyc" : " 15.1.0" ,
36
- "xo" : " 0.58.0"
37
- },
38
- "type" : " module"
2
+ "name" : " clone-array-objects" ,
3
+ "version" : " 1.1.0 " ,
4
+ "description" : " Clone an array of objects" ,
5
+ "license" : " MIT" ,
6
+ "repository" : " https://github.com/palashmon/clone-array-objects" ,
7
+ "author" : {
8
+ "name" : " Palash Mondal" ,
9
+
10
+ "url" : " https://github.com/palashmon"
11
+ },
12
+ "sideEffects" : false ,
13
+ "engines" : {
14
+ "node" : " >=18.20.2"
15
+ },
16
+ "scripts" : {
17
+ "test" : " xo && ava" ,
18
+ "lint" : " xo --fix" ,
19
+ "cover" : " nyc --reporter=lcov ava"
20
+ },
21
+ "files" : [
22
+ " index.js"
23
+ ],
24
+ "keywords" : [
25
+ " clone" ,
26
+ " array" ,
27
+ " objects" ,
28
+ " multiple" ,
29
+ " array item" ,
30
+ " keys" ,
31
+ " test"
32
+ ],
33
+ "devDependencies" : {
34
+ "ava" : " 6.1.2" ,
35
+ "nyc" : " 15.1.0" ,
36
+ "xo" : " 0.58.0"
37
+ },
38
+ "type" : " module"
39
39
}
You can’t perform that action at this time.
0 commit comments