UNPKG

apollo-angular-link-http

Version:

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

45 lines (44 loc) 1.34 kB
{ "name": "apollo-angular-link-http", "description": "An Apollo Link to allow sending a single http request per operation.", "author": { "name": "Kamil Kisiela", "email": "kamil.kisiela@gmail.com", "url": "https://github.com/kamilkisiela/" }, "license": "MIT", "sideEffects": false, "main": "bundles/ngApolloLinkHttp.umd.js", "module": "fesm2015/ngApolloLinkHttp.js", "typings": "ngApolloLinkHttp.d.ts", "version": "1.11.0", "repository": { "type": "git", "url": "https://github.com/kamilkisiela/apollo-angular", "directory": "packages/apollo-angular-link-http" }, "keywords": [ "apollo", "graphql", "angular" ], "peerDependencies": { "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "apollo-link": "^1.0.0", "graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0" }, "dependencies": { "apollo-angular-link-http-common": "~1.10.0", "extract-files": "6.0.0", "tslib": "^2.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "es2015": "fesm2015/ngApolloLinkHttp.js", "esm2015": "esm2015/ngApolloLinkHttp.js", "fesm2015": "fesm2015/ngApolloLinkHttp.js", "metadata": "ngApolloLinkHttp.metadata.json" }