UNPKG

fastify-http-client

Version:
46 lines (45 loc) 1.06 kB
{ "name": "fastify-http-client", "version": "1.0.0", "description": "urllib plugin for fastify", "main": "index.js", "scripts": { "lint": "standard", "unit": "tap test.js", "test": "npm run lint && npm run unit", "coverage": "npm run unit -- --cov", "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/kenuyx/fastify-http-client.git" }, "keywords": [ "fastify", "urllib", "request", "curl", "httpclient", "http-client" ], "author": "kenuyx <kenuyx@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kenuyx/fastify-http-client/issues" }, "homepage": "https://github.com/kenuyx/fastify-http-client#readme", "dependencies": { "fastify-plugin": "^1.5.0", "urllib": "^2.33.0" }, "devDependencies": { "fastify": "^2.0.1", "pre-commit": "^1.2.2", "standard": "^12.0.1", "tap": "^12.5.3" } }