UNPKG

graphql-parse-resolve-info

Version:

Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree

58 lines (57 loc) 1.51 kB
{ "name": "graphql-parse-resolve-info", "version": "4.14.1", "description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree", "main": "index.js", "types": "node8plus/index.d.ts", "scripts": { "test": "jest", "prepack": "mkdir -p node8plus && tsc && tsc --target esnext --lib esnext --outDir build-turbo --declarationDir build-turbo", "watch": "mkdir -p node8plus && tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/graphile/graphile-engine.git" }, "keywords": [ "graphile", "graphql", "engine", "resolveinfo", "graphqljs", "graphql-js", "graphqlresolveinfo" ], "author": "Benjie Gillam <code@benjiegillam.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphile/graphile-engine/issues" }, "homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/graphql-parse-resolve-info", "peerDependencies": { "graphql": ">=0.9 <0.14 || ^14.0.2 || ^15.4.0 || ^16.3.0" }, "devDependencies": { "@types/debug": "^4.1.4", "@types/jest": "25.x", "@types/node": "^14.6.4", "eslint_d": "^9.1.2", "jest": "25.x", "ts-jest": "25.x", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, "dependencies": { "debug": "^4.1.1", "tslib": "^2.0.1" }, "files": [ "node8plus", "index.js", "build-turbo" ], "engines": { "node": ">=8.6" }, "gitHead": "63f53e9be536c3b88e3b7868274b4cfeac246399" }