| Server IP : 216.238.66.20 / Your IP : 216.73.216.51 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/energia-cce.gamliel.mx/htdocs/energia-cce/node_modules/request-compose/ |
Upload File : |
{
"name": "request-compose",
"version": "2.1.4",
"description": "Composable HTTP Client",
"keywords": [
"functional",
"compose",
"composable",
"http",
"client"
],
"license": "Apache-2.0",
"homepage": "https://github.com/simov/request-compose",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/request-compose.git"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^3.1.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"qs": "^6.9.4",
"request-cookie": "^1.0.0",
"request-logs": "^2.1.4",
"request-multipart": "^1.0.0",
"request-oauth": "^1.0.1"
},
"main": "./compose.js",
"type": "commonjs",
"files": [
"request/",
"response/",
"utils/",
"compose.js",
"compose.d.ts",
"index.js",
"CHANGELOG.md",
"LICENSE",
"README.md",
"package.json"
],
"types": "compose.d.ts",
"scripts": {
"test": "npm run test:ci",
"test:ci": "npx mocha --recursive",
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
},
"engines": {
"node": ">=12.0.0"
}
}