UNPKG

ipfs-car-extract

Version:

Extract UnixFS paths from an existing DAG with merkle proofs.

44 lines (43 loc) 1.04 kB
{ "name": "ipfs-car-extract", "version": "1.1.0", "description": "Extract UnixFS paths from an existing DAG with merkle proofs.", "main": "index.js", "type": "module", "bin": { "ipfs-car-tools": "cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "IPLD", "CAR", "UnixFS", "extract" ], "author": "Alan Shaw", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^4.1.5", "@ipld/dag-pb": "^2.1.18", "@multiformats/murmur3": "^1.1.3", "hamt-sharding": "^3.0.1", "ipfs-unixfs": "^7.0.0", "ipfs-unixfs-exporter": "^8.0.6", "multiformats": "^9.9.0" }, "devDependencies": { "archy": "^1.0.0", "colors": "^1.4.0", "sade": "^1.8.1" }, "repository": { "type": "git", "url": "git+https://github.com/alanshaw/ipfs-car-extract.git" }, "bugs": { "url": "https://github.com/alanshaw/ipfs-car-extract/issues" }, "homepage": "https://github.com/alanshaw/ipfs-car-extract#readme" }