axios-api-profiler
Version:
Axios interceptor that profiles HTTP responses
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "axios-api-profiler",
"version": "1.1.2",
"description": "Axios interceptor that profiles HTTP responses",
"main": "dist/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/axios-api-profiler.git"
},
"engines": {
"node": ">=8"
},
"keywords": [
"axios",
"middleware",
"axios-ecosystem",
"axios-middleware",
"axios-rest",
"axios-instance",
"axios-plugin"
],
"author": {
"name": "Anubhav Srivastava",
"email": "anubhav.srivastava00@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/axios-api-profiler/issues"
},
"homepage": "https://github.com/anubhavsrivastava/axios-api-profiler#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-stage-0": "^7.8.3",
"@babel/preset-stage-1": "^7.8.3",
"@babel/preset-stage-2": "^7.8.3",
"@babel/preset-stage-3": "^7.8.3",
"@babel/runtime": "^7.10.2",
"babel-loader": "^8.1.0",
"coveralls": "^3.1.0",
"jest": "^24.9.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}