js-multiaddr-to-uri/package.json

35 lines
864 B
JSON
Raw Normal View History

2018-03-20 14:39:26 +00:00
{
2018-03-21 10:09:39 +00:00
"name": "multiaddr-to-uri",
2020-08-11 08:29:28 +00:00
"version": "6.0.0",
2018-03-21 10:09:39 +00:00
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
2018-03-20 14:39:26 +00:00
"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"
2018-03-20 14:39:26 +00:00
},
"dependencies": {
2021-04-09 14:48:04 +00:00
"multiaddr": "^9.0.1"
2018-03-20 14:39:26 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/multiformats/js-multiaddr-to-uri.git"
2018-03-20 14:39:26 +00:00
},
"bugs": {
"url": "https://github.com/multiformats/js-multiaddr-to-uri/issues"
2018-03-20 14:39:26 +00:00
},
"homepage": "https://github.com/multiformats/js-multiaddr-to-uri#readme"
2018-03-20 14:39:26 +00:00
}