UNPKG

@chimpwizard-fix/zipkin-instrumentation-axios

Version:
34 lines (33 loc) 901 B
{ "name": "@chimpwizard-fix/zipkin-instrumentation-axios", "version": "0.1.3", "private": false, "description": "Wrapper to instrument the axios HTTP-client", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/uschmann/zipkin-instrumentation-axios.git" }, "keywords": [ "zipkin", "instrumemtation", "http", "client", "axios", "npm" ], "author": "Andre Uschmann <mail@andre-uschmann.de> (http://andre-uschmann.de)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/uschmann/zipkin-instrumentation-axios/issues" }, "homepage": "https://github.com/uschmann/zipkin-instrumentation-axios#readme", "dependencies": { "axios": "^0.19.2", "zipkin": "^0.6.1" } }