step 1 : setting konfigurasi
This commit is contained in:
49
node_modules/axios-curlirize/package.json
generated
vendored
Normal file
49
node_modules/axios-curlirize/package.json
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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 <https://www.npmjs.com/package/axios-curlirize> and supports use with Node JS without having to enable ES6 imports. This repo was inspired by an issue <https://github.com/delirius325/axios-curlirize/issues/20> raised on the origional repository <https://github.com/delirius325/axios-curlirize>. Special thanks to Anthony Gauthier <https://github.com/delirius325>, 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 <arajeshirke79@gmail.com>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user