File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 nodef
3+ Copyright (c) 2020 Subhajit Sahu
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- # extra-sortedarray
21A sorted array is a collection of values, arranged in an order.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " extra-sortedarray" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " A sorted array is a collection of values, arranged in an order." ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " exit"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/nodef/extra-sortedarray.git"
12+ },
13+ "keywords" : [
14+ " extra" ,
15+ " sorted" ,
16+ " array"
17+ ],
18+ "author" : " wolfram77@gmail.com" ,
19+ "license" : " MIT" ,
20+ "bugs" : {
21+ "url" : " https://github.com/nodef/extra-sortedarray/issues"
22+ },
23+ "homepage" : " https://github.com/nodef/extra-sortedarray#readme"
24+ }
You can’t perform that action at this time.
0 commit comments