|
13 | 13 | "test:browser": "aegir test -t browser", |
14 | 14 | "test:webworker": "aegir test -t webworker", |
15 | 15 | "build": "aegir build", |
| 16 | + "clean": "rm -rf ./dist", |
16 | 17 | "lint": "aegir lint", |
17 | | - "prepublishOnly": "aegir release --test=false --lint=false --bump=false", |
18 | 18 | "coverage": "nyc -s npm run test:node && nyc report --reporter=html", |
19 | 19 | "depcheck": "aegir dep-check" |
20 | 20 | }, |
21 | 21 | "repository": { |
22 | 22 | "type": "git", |
23 | | - "url": "git+https://github.com/ipfs/js-ipfs-unixfs-exporter.git" |
| 23 | + "url": "git+https://github.com/ipfs/js-ipfs-unixfs.git" |
24 | 24 | }, |
25 | 25 | "keywords": [ |
26 | 26 | "IPFS" |
27 | 27 | ], |
28 | 28 | "license": "MIT", |
29 | 29 | "bugs": { |
30 | | - "url": "https://github.com/ipfs/js-ipfs-unixfs-exporter/issues" |
| 30 | + "url": "https://github.com/ipfs/js-ipfs-unixfs/issues" |
31 | 31 | }, |
32 | 32 | "engines": { |
33 | | - "node": ">=8.0.0", |
34 | | - "npm": ">=3.0.0" |
| 33 | + "node": ">=10.0.0", |
| 34 | + "npm": ">=4.0.0" |
35 | 35 | }, |
36 | | - "homepage": "https://github.com/ipfs/js-ipfs-unixfs-exporter#readme", |
| 36 | + "homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme", |
37 | 37 | "devDependencies": { |
38 | | - "aegir": "^21.0.2", |
| 38 | + "aegir": "^21.3.0", |
39 | 39 | "async-iterator-all": "^1.0.0", |
40 | 40 | "async-iterator-buffer-stream": "^1.0.0", |
41 | 41 | "async-iterator-first": "^1.0.0", |
42 | 42 | "chai": "^4.2.0", |
43 | 43 | "detect-node": "^2.0.4", |
44 | 44 | "dirty-chai": "^2.0.1", |
| 45 | + "ipfs-unixfs-importer": "^0.45.0", |
45 | 46 | "ipld": "^0.25.0", |
46 | 47 | "ipld-dag-pb": "^0.18.0", |
47 | 48 | "ipld-in-memory": "^3.0.0", |
48 | | - "ipfs-unixfs-importer": "^0.44.0", |
49 | 49 | "multicodec": "^1.0.0", |
50 | 50 | "nyc": "^15.0.0", |
51 | 51 | "sinon": "^8.0.4" |
|
57 | 57 | "ipfs-unixfs": "^0.3.0", |
58 | 58 | "it-last": "^1.0.1", |
59 | 59 | "multihashing-async": "^0.8.0" |
60 | | - }, |
61 | | - "contributors": [ |
62 | | - |
63 | | - |
64 | | - "Arpit Agarwal <[email protected]>", |
65 | | - "Bernard Mordan <[email protected]>", |
66 | | - "Dan Ordille <[email protected]>", |
67 | | - |
68 | | - "Diogo Silva <[email protected]>", |
69 | | - "Francisco Baio Dias <[email protected]>", |
70 | | - "Friedel Ziegelmayer <[email protected]>", |
71 | | - "Greenkeeper <[email protected]>", |
72 | | - "Marcin Rataj <[email protected]>", |
73 | | - "Pedro Teixeira <[email protected]>", |
74 | | - "Richard Littauer <[email protected]>", |
75 | | - "Richard Schneider <[email protected]>", |
76 | | - "Stephen Whitmore <[email protected]>", |
77 | | - "Volker Mische <[email protected]>", |
78 | | - "achingbrain <[email protected]>", |
79 | | - "greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", |
80 | | - |
81 | | - |
82 | | - "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>" |
83 | | - ] |
| 60 | + } |
84 | 61 | } |
0 commit comments