UNPKG

jsonld-signatures-merkleproof2019

Version:

A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context

73 lines (72 loc) 2.33 kB
{ "name": "jsonld-signatures-merkleproof2019", "version": "2.13.1", "description": "A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context", "exports": { "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "typings": "lib/index.d.ts", "dependencies": { "@blockcerts/explorer-lookup": "^1.5.2", "@blockcerts/schemas": "^3.6.4", "@digitalbazaar/ecdsa-multikey": "github:blockchain-certificates/ecdsa-multikey#feat/secp256k1", "@trust/keyto": "^1.0.1", "@vaultie/lds-merkle-proof-2019": "^0.0.12", "bitcoinjs-lib": "^6.0.2", "bs58": "^6.0.0", "elliptic": "^6.5.7", "js-sha3": "^0.9.3", "jsonld": "^8.3.2", "jsonld-signatures": "^11.2.1", "lodash.clonedeep": "^4.5.0", "secp256k1": "^5.0.0", "sha256": "^0.2.0" }, "devDependencies": { "@decentralized-identity/did-common-typescript": "^0.1.19", "@digitalbazaar/vc": "^6.2.0", "@eslint/js": "^9.23.0", "@types/node": "^20.9.0", "@types/sinon": "^17.0.1", "dts-bundle-generator": "^9.5.1", "eslint": "^9.23.0", "husky": "^8.0.3", "rimraf": "^5.0.5", "semantic-release": "^22.0.7", "sinon": "^17.0.1", "tslib": "^2.6.2", "typescript": "^5.8.2", "typescript-eslint": "^8.29.0", "vitest": "^3.0.9" }, "scripts": { "compile": "npm run clean:build && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json && npm run dts:bundle", "dts:bundle": "dts-bundle-generator -o ./lib/index.d.ts --project tsconfig.json --no-banner src/index.ts", "clean:build": "rimraf lib", "lint": "eslint . --ext .ts", "test": "vitest run", "test:watch": "vitest", "semantic-release": "semantic-release", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/blockchain-certificates/jsonld-signatures-merkle-proof-2019.git" }, "keywords": [ "verifiable", "credentials", "blockcerts", "merkle", "tree", "jsonld", "signatures" ], "author": "Blockcerts", "license": "MIT", "bugs": { "url": "https://github.com/blockchain-certificates/jsonld-signatures-merkle-proof-2019/issues" }, "homepage": "https://github.com/blockchain-certificates/jsonld-signatures-merkle-proof-2019#readme" }