77 "browser" : {
88 "glob" : false ,
99 "fs" : false ,
10- "stream" : " readable-stream" ,
11- "http" : " stream-http"
10+ "stream" : " readable-stream"
1211 },
1312 "scripts" : {
1413 "test" : " aegir test" ,
2019 "release" : " aegir release " ,
2120 "release-minor" : " aegir release --type minor " ,
2221 "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"
2623 },
2724 "dependencies" : {
2825 "async" : " ^2.6.1" ,
2926 "bignumber.js" : " ^8.0.2" ,
30- "bl" : " ^2.1.2 " ,
27+ "bl" : " ^3.0.0 " ,
3128 "bs58" : " ^4.0.1" ,
3229 "cids" : " ~0.5.5" ,
33- "concat-stream" : " ^2.0.0 " ,
30+ "concat-stream" : " hugomrdias/concat-stream#feat/smaller " ,
3431 "debug" : " ^4.1.0" ,
3532 "detect-node" : " ^2.0.4" ,
3633 "end-of-stream" : " ^1.4.1" ,
3734 "err-code" : " ^1.1.2" ,
3835 "flatmap" : " 0.0.3" ,
3936 "glob" : " ^7.1.3" ,
4037 "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" ,
4541 "is-pull-stream" : " 0.0.0" ,
4642 "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" ,
4947 "lru-cache" : " ^5.1.1" ,
50- "multiaddr" : " ^6.0.0 " ,
48+ "multiaddr" : " ^6.0.6 " ,
5149 "multibase" : " ~0.6.0" ,
5250 "multicodec" : " ~0.5.0" ,
5351 "multihashes" : " ~0.4.14" ,
54- "ndjson" : " ^1.5.0 " ,
52+ "ndjson" : " hugomrdias/ndjson#feat/readable-stream3 " ,
5553 "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 " ,
5856 "promisify-es6" : " ^1.0.3" ,
5957 "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 " ,
6260 "pump" : " ^3.0.0" ,
6361 "qs" : " ^6.5.2" ,
64- "readable-stream" : " ^3.0.6" ,
65- "stream-http" : " ^3.0.0" ,
62+ "readable-stream" : " ^3.1.1" ,
6663 "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"
7066 },
7167 "engines" : {
7268 "node" : " >=10.0.0" ,
7773 "url" : " https://github.com/ipfs/js-ipfs-http-client"
7874 },
7975 "devDependencies" : {
80- "aegir" : " ^18.0.2 " ,
76+ "aegir" : " ^18.2.1 " ,
8177 "browser-process-platform" : " ~0.1.1" ,
8278 "chai" : " ^4.2.0" ,
8379 "cross-env" : " ^5.2.0" ,
8783 "interface-ipfs-core" : " ~0.99.0" ,
8884 "ipfsd-ctl" : " ~0.42.0" ,
8985 "nock" : " ^10.0.2" ,
90- "pull-stream" : " ^3.6.9" ,
9186 "stream-equal" : " ^1.1.1"
9287 },
9388 "keywords" : [
182177 "url" : " https://github.com/ipfs/js-ipfs-http-client/issues"
183178 },
184179 "homepage" : " https://github.com/ipfs/js-ipfs-http-client"
185- }
180+ }
0 commit comments