{
  "name": "@graphql-tools/url-loader",
  "version": "6.10.1",
  "description": "A set of utils for faster development of GraphQL tools",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0"
  },
  "dependencies": {
    "@graphql-tools/delegate": "^7.0.1",
    "@graphql-tools/utils": "^7.9.0",
    "@graphql-tools/wrap": "^7.0.4",
    "@microsoft/fetch-event-source": "2.0.1",
    "@types/websocket": "1.0.2",
    "abort-controller": "3.0.0",
    "cross-fetch": "3.1.4",
    "extract-files": "9.0.0",
    "form-data": "4.0.0",
    "graphql-ws": "^4.4.1",
    "is-promise": "4.0.0",
    "isomorphic-ws": "4.0.1",
    "lodash": "4.17.21",
    "meros": "1.1.4",
    "subscriptions-transport-ws": "^0.9.18",
    "sync-fetch": "0.3.0",
    "tslib": "~2.2.0",
    "valid-url": "1.0.9",
    "ws": "7.4.5"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-tools",
    "directory": "packages/loaders/url"
  },
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  }
}
