File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-fetch" ,
2
+ "name" : " @supabase/node-fetch" ,
3
+ "publishConfig" : { "access" : " public" },
3
4
"version" : " 2.6.7" ,
4
5
"description" : " A light-weight module that brings window.fetch to node.js" ,
5
6
"main" : " lib/index.js" ,
23
24
},
24
25
"repository" : {
25
26
"type" : " git" ,
26
- "url" : " https://github.com/bitinn /node-fetch.git"
27
+ "url" : " https://github.com/supabase /node-fetch.git"
27
28
},
28
29
"keywords" : [
29
30
" fetch" ,
33
34
"author" : " David Frank" ,
34
35
"license" : " MIT" ,
35
36
"bugs" : {
36
- "url" : " https://github.com/bitinn /node-fetch/issues"
37
+ "url" : " https://github.com/supabase /node-fetch/issues"
37
38
},
38
- "homepage" : " https://github.com/bitinn /node-fetch" ,
39
+ "homepage" : " https://github.com/supabase /node-fetch" ,
39
40
"dependencies" : {
40
41
"whatwg-url" : " ^5.0.0"
41
42
},
42
- "peerDependencies" : {
43
- "encoding" : " ^0.1.0"
44
- },
45
- "peerDependenciesMeta" : {
46
- "encoding" : {
47
- "optional" : true
48
- }
49
- },
50
43
"devDependencies" : {
51
44
"@ungap/url-search-params" : " ^0.1.2" ,
52
45
"abort-controller" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import Blob, { BUFFER } from './blob.js';
11
11
import FetchError from './fetch-error.js' ;
12
12
13
13
let convert ;
14
- try { convert = require ( 'encoding' ) . convert ; } catch ( e ) { }
15
14
16
15
const INTERNALS = Symbol ( 'Body internals' ) ;
17
16
You can’t perform that action at this time.
0 commit comments