Swap-Aggregator-Subgraph/node_modules/ipld-dag-cbor/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

81 lines
2.5 KiB
JSON

{
"name": "ipld-dag-cbor",
"version": "0.15.3",
"description": "JavaScript implementation of the IPLD (InterpPlanetary Linked Data)",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"main": "src/index.js",
"scripts": {
"test": "aegir test",
"test:browser": "aegir test --target browser",
"test:node": "aegir test --target node",
"lint": "aegir lint",
"release": "aegir release",
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major",
"build": "aegir build",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage publish"
},
"pre-push": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/ipld/js-ipld-dag-cbor.git"
},
"keywords": [
"IPFS"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipld/js-ipld-dag-cbor/issues"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"homepage": "https://github.com/ipld/js-ipld-dag-cbor",
"dependencies": {
"borc": "^2.1.2",
"buffer": "^5.5.0",
"cids": "~0.8.0",
"is-circular": "^1.0.2",
"multicodec": "^1.0.0",
"multihashing-async": "~0.8.0"
},
"devDependencies": {
"aegir": "^22.0.0",
"chai": "^4.2.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"garbage": "0.0.0",
"multihashes": "~0.4.14"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"Alan Shaw <alan@tableflip.io>",
"Brandon Westcott <brandonwestcott@gmail.com>",
"David Dias <daviddias.p@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Hugo Dias <mail@hugodias.me>",
"Irakli Gozalishvili <contact@gozala.io>",
"Joel Gustafson <joelg@mit.edu>",
"Jonah Weissman <jonahrweissman@gmail.com>",
"Linus Unnebäck <linus@folkdatorn.se>",
"Mikeal Rogers <mikeal.rogers@gmail.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Rod Vagg <rod@vagg.org>",
"Volker Mische <volker.mische@gmail.com>",
"Yusef Napora <yusef@napora.org>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"naure <naure@users.noreply.github.com>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
"wanderer <mjbecze@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
]
}