mirror of
https://github.com/fluencelabs/js-multiaddr-to-uri
synced 2024-12-03 22:10:31 +00:00
35 lines
864 B
JSON
35 lines
864 B
JSON
{
|
|
"name": "multiaddr-to-uri",
|
|
"version": "6.0.0",
|
|
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm run lint && npm run test:coverage",
|
|
"test:coverage": "nyc --reporter=lcov --reporter=text ava",
|
|
"lint": "standard"
|
|
},
|
|
"keywords": [
|
|
"multiaddr",
|
|
"toString",
|
|
"URL"
|
|
],
|
|
"author": "Alan Shaw",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ava": "^3.11.1",
|
|
"nyc": "^15.0.0",
|
|
"standard": "^14.3.1"
|
|
},
|
|
"dependencies": {
|
|
"multiaddr": "^9.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/multiformats/js-multiaddr-to-uri.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/multiformats/js-multiaddr-to-uri/issues"
|
|
},
|
|
"homepage": "https://github.com/multiformats/js-multiaddr-to-uri#readme"
|
|
}
|