UNPKG

717 BJSONView Raw
1{
2 "name": "@graphql-mesh/utils",
3 "version": "0.11.2",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@ardatan/string-interpolation": "1.2.12",
10 "@graphql-tools/delegate": "7.1.5",
11 "@graphql-tools/utils": "7.9.1",
12 "@graphql-typed-document-node/core": "3.1.0",
13 "cross-fetch": "3.1.4",
14 "date-fns": "2.21.2",
15 "fetchache": "0.1.1",
16 "flatstr": "1.0.12",
17 "graphql-jit": "0.5.0",
18 "is-url": "1.2.4",
19 "js-yaml": "4.1.0",
20 "object-hash": "2.1.1",
21 "tiny-lru": "7.0.6"
22 },
23 "license": "MIT",
24 "main": "index.cjs.js",
25 "module": "index.esm.js",
26 "typings": "index.d.ts",
27 "typescript": {
28 "definition": "index.d.ts"
29 }
30}