File tree Expand file tree Collapse file tree 9 files changed +207
-0
lines changed Expand file tree Collapse file tree 9 files changed +207
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " intro-to-data-structures-and-algorithms" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " An egghead course to introduce data structures and algorithms in JavaScript" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " jest" ,
8
+ "test:watch" : " jest --watch"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git+https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms.git"
13
+ },
14
+ "author" : " Kyle Shevlin <kyle.a.shevlin@gmail.com> (http://kyleshevlin.com/)" ,
15
+ "license" : " MIT" ,
16
+ "bugs" : {
17
+ "url" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms/issues"
18
+ },
19
+ "homepage" : " https://github.com/kyleshevlin/intro-to-data-structures-and-algorithms#readme" ,
20
+ "devDependencies" : {
21
+ "jest" : " ^23.6.0"
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments