@coolio/http
Version:
HTTP networking client
68 lines (67 loc) • 2.02 kB
JSON
{
"name": "@coolio/http",
"version": "3.2.4",
"description": "HTTP networking client",
"keywords": [
"http",
"networking",
"api",
"client",
"coolio",
"@coolio"
],
"author": "Krzysztof Miemiec <krzysztof.miemiec@gmail.com>",
"homepage": "https://github.com/headline-1/coolio/tree/master/packages/http#readme",
"license": "MIT",
"main": "./dist/cjs/index.js",
"module": "./dist/esm5/index.js",
"es2015": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"typesVersions": {
"<3.7": {
"dist/types/*": [
"dist/types-compat/*"
]
}
},
"sideEffects": false,
"scripts": {
"compile": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.esm5.json ./tsconfig.types.json && yarn compile:types-compat",
"compile:types-compat": "downlevel-dts ./dist/types ./dist/types-compat",
"compile:watch": "tsc-watch -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.esm5.json ./tsconfig.types.json --noClear --onSuccess 'yarn compile:types-compat'",
"docs": "rimraf ../../docs/http/api && typedoc src"
},
"files": [
"dist/**/!(*.tsbuildinfo)",
"request-handlers/"
],
"bindings": {
"baseDistDir": "dist/cjs",
"baseTypesDir": "dist/types",
"map": {
"request-handlers/fetch": "requestHandlers/fetch.requestHandler",
"request-handlers/http": "requestHandlers/http.requestHandler",
"request-handlers/mock": "requestHandlers/mock.requestHandler",
"request-handlers/xhr": "requestHandlers/xhr.requestHandler"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/headline-1/coolio.git"
},
"bugs": {
"url": "https://github.com/headline-1/coolio/issues"
},
"dependencies": {
"@types/qs": "^6.9.1",
"buffer": "^5.5.0",
"combined-stream": "^1.0.8",
"lodash": "^4.17.15",
"mime": "^2.4.4",
"qs": "^6.9.1"
},
"gitHead": "a7c35d70ec9f73a23d4309db3f74ae9b2ff25d49"
}