File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-postgres" ,
2
+ "name" : " @supabase/ node-postgres" ,
3
3
"description" : " node postgres monorepo" ,
4
4
"main" : " index.js" ,
5
5
"private" : true ,
6
- "repository" :
" [email protected] :brianc /node-postgres.git" ,
6
+ "repository" :
" [email protected] :supabase /node-postgres.git" ,
7
7
"author" :
" Brian M. Carlson <[email protected] >" ,
8
8
"license" : " MIT" ,
9
9
"workspaces" : [
Original file line number Diff line number Diff line change 21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
24
- "url" : " git://github.com/brianc /node-postgres.git" ,
24
+ "url" : " git://github.com/supabase /node-postgres.git" ,
25
25
"directory" : " packages/pg-cloudflare"
26
26
},
27
27
"files" : [
Original file line number Diff line number Diff line change 11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git://github.com/brianc /node-postgres.git" ,
14
+ "url" : " git://github.com/supabase /node-postgres.git" ,
15
15
"directory" : " packages/pg-connection-string"
16
16
},
17
17
"keywords" : [
23
23
"author" :
" Blaine Bublitz <[email protected] > (http://iceddev.com/)" ,
24
24
"license" : " MIT" ,
25
25
"bugs" : {
26
- "url" : " https://github.com/brianc /node-postgres/issues"
26
+ "url" : " https://github.com/supabase /node-postgres/issues"
27
27
},
28
- "homepage" : " https://github.com/brianc /node-postgres/tree/master/packages/pg-connection-string" ,
28
+ "homepage" : " https://github.com/supabase /node-postgres/tree/master/packages/pg-connection-string" ,
29
29
"devDependencies" : {
30
30
"chai" : " ^4.1.1" ,
31
31
"coveralls" : " ^3.0.4" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git://github.com/brianc /node-postgres.git" ,
14
+ "url" : " git://github.com/supabase /node-postgres.git" ,
15
15
"directory" : " packages/pg-cursor"
16
16
},
17
17
"author" : " Brian M. Carlson" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/brianc /node-postgres.git"
11
+ "url" : " https://github.com/supabase /node-postgres.git"
12
12
},
13
13
"keywords" : [
14
14
" postgres" ,
18
18
"author" : " Brian M. Carlson" ,
19
19
"license" : " MIT" ,
20
20
"bugs" : {
21
- "url" : " https://github.com/brianc /node-postgres/issues"
21
+ "url" : " https://github.com/supabase /node-postgres/issues"
22
22
},
23
- "homepage" : " https://github.com/brianc /node-postgres/tree/master/packages/pg-native" ,
23
+ "homepage" : " https://github.com/supabase /node-postgres/tree/master/packages/pg-native" ,
24
24
"dependencies" : {
25
25
"libpq" : " 1.8.14" ,
26
26
"pg-types" : " ^2.1.0"
Original file line number Diff line number Diff line change 11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " git://github.com/brianc /node-postgres.git" ,
14
+ "url" : " git://github.com/supabase /node-postgres.git" ,
15
15
"directory" : " packages/pg-pool"
16
16
},
17
17
"keywords" : [
23
23
"author" : " Brian M. Carlson" ,
24
24
"license" : " MIT" ,
25
25
"bugs" : {
26
- "url" : " https://github.com/brianc /node-pg-pool/issues"
26
+ "url" : " https://github.com/supabase /node-pg-pool/issues"
27
27
},
28
- "homepage" : " https://github.com/brianc /node-pg-pool#readme" ,
28
+ "homepage" : " https://github.com/supabase /node-pg-pool#readme" ,
29
29
"devDependencies" : {
30
30
"bluebird" : " 3.7.2" ,
31
31
"co" : " 4.6.0" ,
Original file line number Diff line number Diff line change 24
24
},
25
25
"repository" : {
26
26
"type" : " git" ,
27
- "url" : " git://github.com/brianc /node-postgres.git" ,
27
+ "url" : " git://github.com/supabase /node-postgres.git" ,
28
28
"directory" : " packages/pg-protocol"
29
29
},
30
30
"files" : [
Original file line number Diff line number Diff line change 9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git://github.com/brianc /node-postgres.git" ,
12
+ "url" : " git://github.com/supabase /node-postgres.git" ,
13
13
"directory" : " packages/pg-query-stream"
14
14
},
15
15
"keywords" : [
26
26
"author" : " Brian M. Carlson" ,
27
27
"license" : " MIT" ,
28
28
"bugs" : {
29
- "url" : " https://github.com/brianc /node-postgres/issues"
29
+ "url" : " https://github.com/supabase /node-postgres/issues"
30
30
},
31
31
"devDependencies" : {
32
32
"@types/chai" : " ^4.2.13" ,
Original file line number Diff line number Diff line change 11
11
" postgresql" ,
12
12
" rdbms"
13
13
],
14
- "homepage" : " https://github.com/brianc /node-postgres" ,
14
+ "homepage" : " https://github.com/supabase /node-postgres" ,
15
15
"repository" : {
16
16
"type" : " git" ,
17
- "url" : " git://github.com/brianc /node-postgres.git" ,
17
+ "url" : " git://github.com/supabase /node-postgres.git" ,
18
18
"directory" : " packages/pg"
19
19
},
20
20
"author" :
" Brian Carlson <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments