{ "name": "axios-curlirize", "version": "2.0.0", "description": "Axios third-party module to print all axios requests as curl commands in the console. This repository is forked from axios-curlirize and supports use with Node JS without having to enable ES6 imports. This repo was inspired by an issue raised on the origional repository . Special thanks to Anthony Gauthier , the author of axios-curlirize", "main": "src/main.js", "type": "module", "scripts": { "test": "./node_modules/mocha/bin/mocha --recursive --exit tests/**/*.spec.js*" }, "repository": { "type": "git", "url": "git+https://github.com/delirius325/axios-curlirize.git" }, "keywords": [ "axios", "curl", "debug" ], "author": "delirius325", "contributors": [ { "name": "Justin \"jayceekay\"", "url": "https://github.com/jayceekay" }, { "name": "Peter \"binggg\" Zhao", "url": "https://github.com/binggg" }, { "name": "Abhishek Rajeshirke ", "url": "https://github.com/colidarity" } ], "license": "MIT", "bugs": { "url": "https://github.com/delirius325/axios-curlirize/issues" }, "homepage": "https://github.com/delirius325/axios-curlirize#readme", "dependencies": { }, "devDependencies": { "axios": ">=0.21.1", "eslint": "^7.29.0", "expect": "^27.0.6", "express": "^4.17.1", "mocha": "^9.0.1", "qs": "^6.9.4" } }