UNPKG

apollo-angular-link-http

Version:

An Apollo Link to allow sending a single http request per operation.

60 lines (59 loc) 1.94 kB
{ "name": "apollo-angular-link-http", "description": "An Apollo Link to allow sending a single http request per operation.", "author": "Kamil Kisiela <kamil.kisiela@gmail.com> (http://github.com/kamilkisiela/)", "license": "MIT", "sideEffects": false, "main": "bundles/ngApolloLinkHttp.umd.js", "module": "fesm5/ngApolloLinkHttp.js", "typings": "ngApolloLinkHttp.d.ts", "version": "1.9.0", "repository": "https://github.com/apollographql/apollo-angular/tree/master/packages/apollo-angular-link-http", "keywords": [ "apollo", "graphql", "angular" ], "peerDependencies": { "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0", "@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0", "apollo-link": "^1.0.0", "graphql": ">=0.11.0 <0.14.0 || ^14.0.0" }, "dependencies": { "apollo-angular-link-http-common": "~1.8.0", "extract-files": "5.0.1", "tslib": "^1.9.0" }, "devDependencies": { "@angular/animations": "8.2.11", "@angular/common": "8.2.11", "@angular/compiler": "8.2.11", "@angular/compiler-cli": "8.2.11", "@angular/core": "8.2.11", "@angular/platform-browser": "8.2.11", "@angular/platform-browser-dynamic": "8.2.11", "@angular/platform-server": "8.2.11", "@types/graphql": "14.5.0", "@types/jest": "24.0.19", "apollo-angular": "1.7.0", "apollo-cache-inmemory": "1.6.3", "apollo-client": "2.6.4", "apollo-link": "1.2.13", "graphql": "14.5.8", "graphql-tag": "2.10.1", "jest": "24.9.0", "jest-zone-patch": "0.0.10", "ng-packagr": "5.7.0", "rxjs": "6.5.3", "ts-jest": "24.1.0", "typescript": "3.5.3", "zone.js": "0.10.2" }, "es2015": "fesm2015/ngApolloLinkHttp.js", "esm5": "esm5/ngApolloLinkHttp.js", "esm2015": "esm2015/ngApolloLinkHttp.js", "fesm5": "fesm5/ngApolloLinkHttp.js", "fesm2015": "fesm2015/ngApolloLinkHttp.js", "metadata": "ngApolloLinkHttp.metadata.json" }