UNPKG

@web3-storage/car-block-validator

Version:
55 lines 1.42 kB
{ "name": "@web3-storage/car-block-validator", "version": "1.2.2", "description": "Validate car block bytes", "main": "./cjs/src/index.js", "types": "./types/index.d.ts", "scripts": { "build": "npm run build:js && npm run build:types", "build:js": "ipjs build --main && npm run build:copy", "build:copy": "cp -a tsconfig.json src test dist/ ", "build:types": "npm run build:copy && cd dist && tsc --build", "test": "ava --verbose --serial 'test/*.spec.js' --timeout 30s", "lint": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/web3-storage/car-block-validator.git" }, "standard": { "ignore": [ "dist" ] }, "keywords": [ "ipld", "block" ], "dependencies": { "@multiformats/blake2": "^2.0.2", "@multiformats/murmur3": "^2.1.8", "@multiformats/sha3": "^3.0.2", "multiformats": "^13.3.1", "uint8arrays": "^5.1.0" }, "devDependencies": { "@ipld/car": "^5.1.0", "@ipld/dag-pb": "^4.0.2", "ava": "^4.1.0", "ipjs": "^5.0.3", "standard": "^16.0.3", "typescript": "^4.3.5" }, "author": "Vasco Santos <santos.vasco10@gmail.com>", "license": "Apache-2.0 OR MIT", "browser": { ".": "./cjs/src/index.js" }, "exports": { ".": { "browser": "./esm/src/index.js", "require": "./cjs/src/index.js", "import": "./esm/src/index.js" } } }