123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "apollo-graphql",
- "version": "0.9.7",
- "description": "Apollo GraphQL utility library",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "keywords": [],
- "author": "Apollo <packages@apollographql.com>",
- "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": [
- "<rootDir>/node_modules/",
- "<rootDir>/lib/",
- "<rootDir>/test/fixtures/",
- "<rootDir>/test/test-utils"
- ],
- "moduleFileExtensions": [
- "ts",
- "js"
- ],
- "globals": {
- "ts-jest": {
- "tsconfig": "<rootDir>/tsconfig.test.json",
- "diagnostics": false
- }
- }
- },
- "gitHead": "58b96377de23b35f31264fda805d967a63a800c7"
- }
|