Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 6d843af

Browse files
committed
Merge pull request #30 from ipfs/importer
new badass importer
2 parents 59cf00b + a3bee40 commit 6d843af

File tree

85 files changed

+25746
-746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+25746
-746
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
.DS_Store
3-
tests/repo-tests*
2+
test/repo-tests*
43

54
# Logs
65
logs
@@ -31,4 +30,4 @@ build/Release
3130
node_modules
3231

3332
dist
34-
lib
33+
lib

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@
3636
"devDependencies": {
3737
"aegir": "^2.1.1",
3838
"block-stream2": "^1.1.0",
39-
"brfs": "^1.4.3",
4039
"bs58": "^3.0.0",
4140
"buffer-loader": "0.0.1",
4241
"chai": "^3.5.0",
4342
"fs-blob-store": "^5.2.1",
44-
"highland": "^2.7.4",
4543
"idb-plus-blob-store": "^1.0.0",
4644
"ipfs-repo": "^0.6.1",
47-
"mocha": "^2.3.4",
4845
"ncp": "^2.0.0",
4946
"pre-commit": "^1.1.2",
5047
"raw-loader": "^0.5.1",
5148
"rimraf": "^2.5.1",
49+
"streamifier": "^0.1.1",
5250
"string-to-stream": "^1.0.1"
5351
},
5452
"dependencies": {
5553
"async": "^1.5.2",
5654
"block-stream2": "^1.1.0",
5755
"debug": "^2.2.0",
56+
"eventemitter2": "^1.0.0",
5857
"ipfs-blocks": "^0.2.0",
5958
"ipfs-merkle-dag": "^0.4.0",
6059
"ipfs-unixfs": "^0.1.0",
60+
"readable-stream": "2.0.6",
6161
"through2": "^2.0.0"
6262
},
6363
"contributors": [
@@ -68,4 +68,4 @@
6868
"greenkeeperio-bot <[email protected]>",
6969
"nginnever <[email protected]>"
7070
]
71-
}
71+
}

0 commit comments

Comments
 (0)