js-multiaddr-to-uri/package.json
dependabot-preview[bot] 342853d9b7
chore(deps-dev): bump standard from 14.3.4 to 16.0.3
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>
2020-11-18 11:20:36 +00:00

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"
}