{ "name": "apollo-graphql", "version": "0.9.7", "description": "Apollo GraphQL utility library", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [], "author": "Apollo ", "license": "MIT", "engines": { "node": ">=6" }, "dependencies": { "core-js-pure": "^3.10.2", "lodash.sortby": "^4.7.0", "sha.js": "^2.4.11" }, "peerDependencies": { "graphql": "^14.2.1 || ^15.0.0" }, "jest": { "preset": "ts-jest", "transformIgnorePatterns": [ "/node_modules/" ], "testEnvironment": "node", "testMatch": [ "**/__tests__/*.(js|ts)" ], "testPathIgnorePatterns": [ "/node_modules/", "/lib/", "/test/fixtures/", "/test/test-utils" ], "moduleFileExtensions": [ "ts", "js" ], "globals": { "ts-jest": { "tsconfig": "/tsconfig.test.json", "diagnostics": false } } }, "gitHead": "58b96377de23b35f31264fda805d967a63a800c7" }