UNPKG

762 BJSONView Raw
1{
2 "name": "@graphql-tools/load/es5",
3 "version": "6.2.2",
4 "description": "A set of utils for faster development of GraphQL tools",
5 "sideEffects": false,
6 "peerDependencies": {
7 "graphql": "^14.0.0 || ^15.0.0"
8 },
9 "dependencies": {
10 "@graphql-tools/merge": "6.2.2",
11 "@graphql-tools/utils": "6.2.2",
12 "globby": "11.0.1",
13 "import-from": "3.0.0",
14 "is-glob": "4.0.1",
15 "p-limit": "3.0.2",
16 "tslib": "~2.0.1",
17 "unixify": "1.0.0",
18 "valid-url": "1.0.9"
19 },
20 "repository": "git@github.com:ardatan/graphql-tools.git",
21 "author": "Dotan Simha <dotansimha@gmail.com>",
22 "license": "MIT",
23 "main": "index.cjs.js",
24 "module": "index.esm.js",
25 "typings": "index.d.ts",
26 "typescript": {
27 "definition": "index.d.ts"
28 }
29}