Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools package.json
Raw

priv/npm/node_modules/graphql-tools/package.json

{
"_from": "graphql-tools",
"_id": "graphql-tools@5.0.0",
"_inBundle": false,
"_integrity": "sha512-5zn3vtn//382b7G3Wzz3d5q/sh+f7tVrnxeuhTMTJ7pWJijNqLxH7VEzv8VwXCq19zAzHYEosFHfXiK7qzvk7w==",
"_location": "/graphql-tools",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "graphql-tools",
"name": "graphql-tools",
"escapedName": "graphql-tools",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-5.0.0.tgz",
"_shasum": "67281c834a0e29f458adba8018f424816fa627e9",
"_spec": "graphql-tools",
"_where": "/home/adi/Documents/code/elixir/workspace/common_graphql_client/priv/npm",
"author": {
"name": "Jonas Helfer",
"email": "jonas@helfer.email"
},
"bugs": {
"url": "https://github.com/apollographql/graphql-tools/issues"
},
"bundleDependencies": false,
"dependencies": {
"apollo-link": "^1.2.14",
"apollo-upload-client": "^13.0.0",
"deprecated-decorator": "^0.1.6",
"form-data": "^3.0.0",
"iterall": "^1.3.0",
"node-fetch": "^2.6.0",
"tslib": "^1.11.1",
"uuid": "^7.0.3"
},
"deprecated": false,
"description": "Useful tools to create and manipulate GraphQL schemas.",
"homepage": "https://github.com/apollographql/graphql-tools#readme",
"keywords": [
"GraphQL",
"Apollo",
"JavaScript",
"TypeScript",
"Mock",
"Schema",
"Schema Language",
"Tools"
],
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"name": "graphql-tools",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/graphql-tools.git"
},
"types": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"typings": "index.d.ts",
"version": "5.0.0"
}