mirror of
https://github.com/fluencelabs/js-multiaddr-to-uri
synced 2024-12-04 20:50:30 +00:00
342853d9b7
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.3. - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v14.3.4...v16.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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": "^16.0.3"
|
|
},
|
|
"dependencies": {
|
|
"multiaddr": "^8.0.0"
|
|
},
|
|
"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"
|
|
}
|