|
2 | 2 | "name": "ipfs-http-client",
|
3 | 3 | "version": "32.0.1",
|
4 | 4 | "description": "A client library for the IPFS HTTP API",
|
| 5 | + "keywords": [ |
| 6 | + "ipfs" |
| 7 | + ], |
| 8 | + "homepage": "https://github.com/ipfs/js-ipfs-http-client", |
| 9 | + "bugs": "https://github.com/ipfs/js-ipfs-http-client/issues", |
| 10 | + "license": "MIT", |
5 | 11 | "leadMaintainer": "Alan Shaw <alan@tableflip.io>",
|
| 12 | + "files": [ |
| 13 | + "src", |
| 14 | + "dist" |
| 15 | + ], |
6 | 16 | "main": "src/index.js",
|
7 | 17 | "browser": {
|
8 | 18 | "glob": false,
|
9 | 19 | "fs": false,
|
10 | 20 | "stream": "readable-stream"
|
11 | 21 | },
|
12 |
| - "files": [ |
13 |
| - "src", |
14 |
| - "dist" |
15 |
| - ], |
| 22 | + "repository": "github:ipfs/js-ipfs-http-client", |
16 | 23 | "scripts": {
|
17 | 24 | "test": "aegir test",
|
18 | 25 | "test:node": "aegir test -t node",
|
|
40 | 47 | "flatmap": "0.0.3",
|
41 | 48 | "glob": "^7.1.3",
|
42 | 49 | "ipfs-block": "~0.8.1",
|
| 50 | + "ipfs-utils": "~0.0.3", |
43 | 51 | "ipld-dag-cbor": "~0.15.0",
|
44 | 52 | "ipld-dag-pb": "~0.17.3",
|
45 | 53 | "is-ipfs": "~0.6.1",
|
46 | 54 | "is-pull-stream": "0.0.0",
|
47 | 55 | "is-stream": "^2.0.0",
|
48 | 56 | "iso-stream-http": "~0.1.2",
|
49 | 57 | "iso-url": "~0.4.6",
|
50 |
| - "ipfs-utils": "~0.0.3", |
51 | 58 | "just-kebab-case": "^1.1.0",
|
52 | 59 | "just-map-keys": "^1.1.0",
|
53 | 60 | "kind-of": "^6.0.2",
|
|
71 | 78 | "tar-stream": "^2.0.1",
|
72 | 79 | "through2": "^3.0.1"
|
73 | 80 | },
|
74 |
| - "engines": { |
75 |
| - "node": ">=8.3.0", |
76 |
| - "npm": ">=3.0.0" |
77 |
| - }, |
78 |
| - "repository": { |
79 |
| - "type": "git", |
80 |
| - "url": "https://github.com/ipfs/js-ipfs-http-client" |
81 |
| - }, |
82 | 81 | "devDependencies": {
|
83 |
| - "aegir": "^18.2.2", |
| 82 | + "aegir": "^19.0.3", |
84 | 83 | "browser-process-platform": "~0.1.1",
|
85 | 84 | "chai": "^4.2.0",
|
86 | 85 | "cross-env": "^5.2.0",
|
|
91 | 90 | "nock": "^10.0.2",
|
92 | 91 | "stream-equal": "^1.1.1"
|
93 | 92 | },
|
94 |
| - "keywords": [ |
95 |
| - "ipfs" |
96 |
| - ], |
| 93 | + "engines": { |
| 94 | + "node": ">=8.3.0", |
| 95 | + "npm": ">=3.0.0" |
| 96 | + }, |
97 | 97 | "contributors": [
|
98 | 98 | "Alan Shaw <alan.shaw@protocol.ai>",
|
99 | 99 | "Alan Shaw <alan@tableflip.io>",
|
|
184 | 184 | "victorbjelkholm <victorbjelkholm@gmail.com>",
|
185 | 185 | "Łukasz Magiera <magik6k@users.noreply.github.com>",
|
186 | 186 | "Łukasz Magiera <magik6k@gmail.com>"
|
187 |
| - ], |
188 |
| - "license": "MIT", |
189 |
| - "bugs": { |
190 |
| - "url": "https://github.com/ipfs/js-ipfs-http-client/issues" |
191 |
| - }, |
192 |
| - "homepage": "https://github.com/ipfs/js-ipfs-http-client" |
| 187 | + ] |
193 | 188 | }
|
0 commit comments