![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gocodeme.com/private_html/node_modules/needle/ |
{
"name": "needle",
"version": "2.4.0",
"description": "The leanest and most handsome HTTP client in the Nodelands.",
"keywords": [
"http",
"https",
"simple",
"request",
"client",
"multipart",
"upload",
"proxy",
"deflate",
"timeout",
"charset",
"iconv",
"cookie",
"redirect"
],
"tags": [
"http",
"https",
"simple",
"request",
"client",
"multipart",
"upload",
"proxy",
"deflate",
"timeout",
"charset",
"iconv",
"cookie",
"redirect"
],
"author": "Tomás Pollak <tomas@forkhq.com>",
"repository": {
"type": "git",
"url": "https://github.com/tomas/needle.git"
},
"dependencies": {
"debug": "^3.2.6",
"iconv-lite": "^0.4.4",
"sax": "^1.2.4"
},
"devDependencies": {
"JSONStream": "^1.3.5",
"jschardet": "^1.6.0",
"mocha": "^5.2.0",
"q": "^1.5.1",
"should": "^13.2.3",
"sinon": "^2.3.0",
"xml2js": "^0.4.19"
},
"scripts": {
"test": "mocha test"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/needle",
"bin": {
"needle": "./bin/needle"
},
"license": "MIT",
"engines": {
"node": ">= 4.4.x"
}
}