mirror of
https://github.com/fluencelabs/js-libp2p-utils
synced 2025-04-24 21:22:32 +00:00
* chore: update deps Pulls in the latest multiaddrs that replaces node Buffers with Uint8Arrays BREAKING CHANGES: - The multiaddr dep of this module uses Uint8Arrays and may not be compatible with previous versions * chore: remove gh url
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "libp2p-utils",
|
|
"version": "0.1.3",
|
|
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
|
|
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "aegir test",
|
|
"test:browser": "aegir test -t browser",
|
|
"test:node": "aegir test -t node",
|
|
"test:electron": "aegir test -t electron-main",
|
|
"test:electron-renderer": "aegir test -t electron-renderer",
|
|
"lint": "aegir lint",
|
|
"release": "aegir release --docs",
|
|
"release-minor": "aegir release --target node --type minor --docs",
|
|
"release-major": "aegir release --type major --docs",
|
|
"build": "aegir build"
|
|
},
|
|
"pre-push": [
|
|
"lint"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/libp2p/js-libp2p-utils.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/libp2p/js-libp2p-utils/issues"
|
|
},
|
|
"homepage": "https://github.com/libp2p/js-libp2p-utils#readme",
|
|
"devDependencies": {
|
|
"aegir": "^25.0.0",
|
|
"it-pair": "^1.0.0",
|
|
"it-pipe": "^1.1.0",
|
|
"streaming-iterables": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^2.0.3",
|
|
"ip-address": "^6.1.0",
|
|
"multiaddr": "^8.0.0"
|
|
},
|
|
"contributors": [
|
|
"Vasco Santos <vasco.santos@moxy.studio>"
|
|
]
|
|
}
|