UNPKG

1.34 kBJSONView Raw
1{
2 "name": "apollo-angular-link-http",
3 "description": "An Apollo Link to allow sending a single http request per operation.",
4 "author": {
5 "name": "Kamil Kisiela",
6 "email": "kamil.kisiela@gmail.com",
7 "url": "https://github.com/kamilkisiela/"
8 },
9 "license": "MIT",
10 "sideEffects": false,
11 "main": "bundles/ngApolloLinkHttp.umd.js",
12 "module": "fesm2015/ngApolloLinkHttp.js",
13 "typings": "ngApolloLinkHttp.d.ts",
14 "version": "1.11.0",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/kamilkisiela/apollo-angular",
18 "directory": "packages/apollo-angular-link-http"
19 },
20 "keywords": [
21 "apollo",
22 "graphql",
23 "angular"
24 ],
25 "peerDependencies": {
26 "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
27 "@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
28 "apollo-link": "^1.0.0",
29 "graphql": ">=0.11.0 <0.14.0 || ^14.0.0 || ^15.0.0"
30 },
31 "dependencies": {
32 "apollo-angular-link-http-common": "~1.10.0",
33 "extract-files": "6.0.0",
34 "tslib": "^2.0.0"
35 },
36 "publishConfig": {
37 "access": "public",
38 "registry": "https://registry.npmjs.org"
39 },
40 "es2015": "fesm2015/ngApolloLinkHttp.js",
41 "esm2015": "esm2015/ngApolloLinkHttp.js",
42 "fesm2015": "fesm2015/ngApolloLinkHttp.js",
43 "metadata": "ngApolloLinkHttp.metadata.json"
44}