@azteam/http-client
Advanced tools
Comparing version 1.0.115 to 1.0.116
@@ -1,30 +0,1 @@ | ||
{ | ||
"name": "@azteam/http-client", | ||
"version": "1.0.115", | ||
"description": "N/A", | ||
"keywords": [ | ||
"toda", | ||
"nodejs", | ||
"request", | ||
"parse", | ||
"html", | ||
"cralwer" | ||
], | ||
"license": "MIT", | ||
"author": "toda <sp.azsolution.net@gmail.com>", | ||
"main": "./lib/index.js", | ||
"module": "./src/index.js", | ||
"scripts": { | ||
"prepublish": "babel src --delete-dir-on-start -d lib" | ||
}, | ||
"dependencies": { | ||
"axios": "0.26.1", | ||
"axios-cookiejar-support": "1.0.1", | ||
"form-data": "4.0.0", | ||
"https-proxy-agent": "5.0.0", | ||
"lodash": "4.17.21", | ||
"node-html-parser": "1.2.8", | ||
"tough-cookie": "4.0.0", | ||
"tough-cookie-file-store": "2.0.2" | ||
} | ||
} | ||
{"name":"@azteam/http-client","version":"1.0.116","description":"N/A","keywords":["toda","nodejs","request","parse","html","cralwer"],"license":"MIT","author":"toda <sp.azsolution.net@gmail.com>","main":"./lib/index.js","module":"./src/index.js","scripts":{"prepublishOnly":"babel src --delete-dir-on-start -d lib"},"dependencies":{"axios":"0.26.1","axios-cookiejar-support":"1.0.1","form-data":"4.0.0","https-proxy-agent":"5.0.0","lodash":"4.17.21","node-html-parser":"1.2.8","tough-cookie":"4.0.0","tough-cookie-file-store":"2.0.2"}} |
36256