Repository URL to install this package:
|
Version:
7.1.2 ▾
|
@skava/request
/
package.json
|
|---|
{
"name": "@skava/request",
"version": "7.1.2",
"sideEffects": false,
"private": false,
"versions": {
"mono-lerna-thing": "1.2.36"
},
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"_module": "src/index.ts",
"typings": "dist/index.d.ts",
"description": "1 [http/fetch] request - universally",
"scripts": {
"jest": "jest",
"prepublish": "make publish"
},
"_bundledDependencies": [
"apollo-datasource-rest",
"isomorphic-fetch",
"query-string",
"url-search-params-polyfill"
],
"peerDependencies": {
"@skava/is-error-like-response": "^1.0.1",
"apollo-datasource-rest": "0.2.0",
"chain-able-boost": "^6.0.2",
"chain-able-lego": "^6.0.2",
"composition": "^2.0.1",
"exotic": "^2.0.4",
"nock": "^10.0.6",
"node-fetch": "2.3.0",
"query-string": "^6.1.0"
},
"resolutions": {
"node-fetch": "2.3.0",
"exotic": "^2.0.4",
"chain-able-boost": "^6.0.4",
"chain-able-lego": "^6.0.4"
},
"devDependencies": {
"@skava/di": "^1.3.1",
"@skava/is-error-like-response": "1.0.1",
"@skava/tests": "^4.0.0-alpha.9",
"@skava/tslint": "^1.4.0",
"@types/express": "4.16.0",
"@types/jest": "23.3.10",
"@types/nock": "9.3.0",
"@types/node": "10.12.15",
"@types/node-fetch": "2.1.4",
"@types/pino": "5.8.3",
"apollo-datasource-rest": "0.2.0",
"axios": "0.18.0",
"chain-able-boost": "^6.0.2",
"chain-able-lego": "^6.0.2",
"composition": "^2.0.1",
"exotic": "^2.0.4",
"express": "4.16.4",
"graphql": "14.0.2",
"isomorphic-fetch": "2.2.1",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"nock": "^10.0.6",
"node-fetch": "2.3.0",
"pino": "5.5.0",
"query-string": "6.1.0",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"typescript": "3.2.2",
"url-search-params-polyfill": "5.0.0",
"wretch": "^1.4.1"
}
}