lecarfy
Version:
A CAR file creator/formatter that creates CAR files with leaf blocks appearing first, in depth first traversal order.
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "lecarfy",
"version": "1.0.0",
"description": "A CAR file creator/formatter that creates CAR files with leaf blocks appearing first, in depth first traversal order.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "ava --verbose",
"coverage": "c8 npm run test",
"lint": "standard"
},
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
"dependencies": {
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-pb": "^2.1.15",
"multiformats": "^9.5.4"
},
"devDependencies": {
"@ipld/car": "^3.2.3",
"ava": "^3.15.0",
"c8": "^7.11.0",
"ipfs-car": "^0.6.1",
"standard": "^16.0.4",
"uint8arrays": "^3.0.0"
},
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/alanshaw/lecarfy.git"
},
"keywords": [
"CAR",
"DAG",
"formatter",
"IPFS",
"IPLD"
],
"bugs": {
"url": "https://github.com/alanshaw/lecarfy/issues"
},
"homepage": "https://github.com/alanshaw/lecarfy#readme",
"files": [
"index.d.ts",
"LICENSE.md"
]
}