7
7
"browser" : {
8
8
"glob" : false ,
9
9
"fs" : false ,
10
- "stream" : " readable-stream" ,
11
- "http" : " stream-http"
10
+ "stream" : " readable-stream"
12
11
},
13
12
"scripts" : {
14
13
"test" : " aegir test" ,
20
19
"release" : " aegir release " ,
21
20
"release-minor" : " aegir release --type minor " ,
22
21
"release-major" : " aegir release --type major " ,
23
- "coverage" : " aegir coverage --timeout 100000" ,
24
- "coverage-publish" : " aegir coverage --provider coveralls --timeout 100000" ,
25
- "dep-check" : " npx dependency-check package.json './test/**/*.js' './src/**/*.js'"
22
+ "coverage" : " npx nyc -r html npm run test:node -- --bail"
26
23
},
27
24
"dependencies" : {
28
25
"async" : " ^2.6.1" ,
29
26
"bignumber.js" : " ^8.0.2" ,
30
- "bl" : " ^2.1.2 " ,
27
+ "bl" : " ^3.0.0 " ,
31
28
"bs58" : " ^4.0.1" ,
32
29
"cids" : " ~0.5.5" ,
33
- "concat-stream" : " ^2.0.0 " ,
30
+ "concat-stream" : " hugomrdias/concat-stream#feat/smaller " ,
34
31
"debug" : " ^4.1.0" ,
35
32
"detect-node" : " ^2.0.4" ,
36
33
"end-of-stream" : " ^1.4.1" ,
37
34
"err-code" : " ^1.1.2" ,
38
35
"flatmap" : " 0.0.3" ,
39
36
"glob" : " ^7.1.3" ,
40
37
"ipfs-block" : " ~0.8.0" ,
41
- "ipfs-unixfs" : " ~0.1.16" ,
42
- "ipld-dag-cbor" : " ~0.13.0" ,
43
- "ipld-dag-pb" : " ~0.15.0" ,
44
- "is-ipfs" : " ~0.4.7" ,
38
+ "ipld-dag-cbor" : " ~0.13.1" ,
39
+ "ipld-dag-pb" : " ~0.15.3" ,
40
+ "is-ipfs" : " ~0.6.0" ,
45
41
"is-pull-stream" : " 0.0.0" ,
46
42
"is-stream" : " ^1.1.0" ,
47
- "libp2p-crypto" : " ~0.16.0" ,
48
- "lodash" : " ^4.17.11" ,
43
+ "iso-stream-http" : " ~0.1.1" ,
44
+ "iso-url" : " ~0.4.6" ,
45
+ "just-kebab-case" : " ^1.1.0" ,
46
+ "just-map-keys" : " ^1.1.0" ,
49
47
"lru-cache" : " ^5.1.1" ,
50
- "multiaddr" : " ^6.0.0 " ,
48
+ "multiaddr" : " ^6.0.6 " ,
51
49
"multibase" : " ~0.6.0" ,
52
50
"multicodec" : " ~0.5.0" ,
53
51
"multihashes" : " ~0.4.14" ,
54
- "ndjson" : " ^1.5.0 " ,
52
+ "ndjson" : " hugomrdias/ndjson#feat/readable-stream3 " ,
55
53
"once" : " ^1.4.0" ,
56
- "peer-id" : " ~0.12.1 " ,
57
- "peer-info" : " ~0.15.0 " ,
54
+ "peer-id" : " ~0.12.2 " ,
55
+ "peer-info" : " ~0.15.1 " ,
58
56
"promisify-es6" : " ^1.0.3" ,
59
57
"pull-defer" : " ~0.2.3" ,
60
- "pull-pushable " : " ^2.2.0 " ,
61
- "pull-stream- to-stream" : " ^1.3.4 " ,
58
+ "pull-stream " : " ^3.6.9 " ,
59
+ "pull-to-stream" : " ~0.1.0 " ,
62
60
"pump" : " ^3.0.0" ,
63
61
"qs" : " ^6.5.2" ,
64
- "readable-stream" : " ^3.0.6" ,
65
- "stream-http" : " ^3.0.0" ,
62
+ "readable-stream" : " ^3.1.1" ,
66
63
"stream-to-pull-stream" : " ^1.7.2" ,
67
- "streamifier" : " ~0.1.1" ,
68
- "tar-stream" : " ^1.6.2" ,
69
- "through2" : " ^3.0.0"
64
+ "tar-stream" : " ^2.0.1" ,
65
+ "through2" : " ^3.0.1"
70
66
},
71
67
"engines" : {
72
68
"node" : " >=10.0.0" ,
77
73
"url" : " https://github.com/ipfs/js-ipfs-http-client"
78
74
},
79
75
"devDependencies" : {
80
- "aegir" : " ^18.0.2 " ,
76
+ "aegir" : " ^18.2.1 " ,
81
77
"browser-process-platform" : " ~0.1.1" ,
82
78
"chai" : " ^4.2.0" ,
83
79
"cross-env" : " ^5.2.0" ,
87
83
"interface-ipfs-core" : " ~0.99.0" ,
88
84
"ipfsd-ctl" : " ~0.42.0" ,
89
85
"nock" : " ^10.0.2" ,
90
- "pull-stream" : " ^3.6.9" ,
91
86
"stream-equal" : " ^1.1.1"
92
87
},
93
88
"keywords" : [
182
177
"url" : " https://github.com/ipfs/js-ipfs-http-client/issues"
183
178
},
184
179
"homepage" : " https://github.com/ipfs/js-ipfs-http-client"
185
- }
180
+ }
0 commit comments